From Forte 7 and RougeWave 7.0e to SunStudio 12

1223 byte By grepboya at 2007-11-27 8:55:21
Greetings;Recently, I've been working with some folks who are busily trying to migrate a rather large application they did using Forte 7 and Roguewave v7.0e to SunStudio 12 on a Solaris 10/Sparc box.What I will usually get when attempting to compile now ...

How to run lint in the Sun Studio 12 IDE

340 byte By zaocoma at 2007-11-27 8:55:26
I'm a newbie to the Sun Studio IDE, and I can't find a way to run lint in the IDE. The C compiler does not give many warnings (unused variables, etc), and lint does, so I want to get the lint diagnostics within the IDE.I can run lint from a terminal, but that is very cumbersome when you have ...

JSC 2.1 not deploying to external Pluto 1.1.3

486 byte By supercoder97a at 2007-11-27 8:55:37
Okay, I hope I can explain this for everyone to understand. I have a project using Java Server Faces. It is created and deployed correctly using JSC. What I have tried to do is move the war file over to an external version of Pluto. However, the problem is I get a Status Code 404 when I try to ...

cg core'd (bugreport)

1573 byte By T.Maier-Komora at 2007-11-27 8:56:11
The following core dump occured when compiling with flags "-c -g -fast". In contrast "-c -fast" worked without an issue. If you need the source file for debugging please contact me personally.thomas@azalin:~/metac/metacc/devel/test$ pstack core | /mypool/common/opt/SUNWspro/prod/bin/c++filtcore ...

Using table component,not binding

381 byte By NewLitusa at 2007-11-27 8:58:55
Hi all,I've been searching info about using the table component , adding,deleting,etc programatically, not binding to a Database how the JSC tutorial works.The idea is simply:- add and remove rows when the user fills a textbox and push a button to add the item..... Anyone have an example or a ...

What's the status of Sun Java Studio Creator?

174 byte By BostonJeffreya at 2007-11-27 9:01:20
What's the status of Sun Java Studio Creator? Will there be a next release of the product? This is a great product and I would love to see it continued.THANKS!

Java Studio or NetBeans 6.0

66 byte By jschaaba at 2007-11-27 9:01:52
Is Sun Migrating JSC to NetBeans 6.0 and de-supporting JSC?

How to select all rows in table automatically after refreshing?

151 byte By nsqsmilea at 2007-11-27 9:02:28
Hi,AllAfter refreshing the table,I want to select all rows,like MultipleButton's function.How can I do?ThanksSmile.

僆乕僾儞丒僐儈儏僯僥傿

18 byte By hairya at 2007-11-27 9:02:50
僆乕僾儞丒僐儈儏僯僥傿

Altering default behaviour of CPC_OVF_NOTIFY_EMT

1880 byte By jaymiesa at 2007-11-27 9:03:31
Greetings,I am part of a group at Simon Fraser University who are developing a program to generate reuse-distance profiles across a variety of benchmark applications. We are testing our work on a Sun Fire T2000 server (64-bit SPARC v9 processor @1200MHz).My job has been to create a program that ...

suncc and PHP compatibility

5180 byte By luoyi82a at 2007-11-27 9:04:56
it seems that suncc have some trouble when working with PHP,hope you can imporve it:luoyi@4Email:~/src/lylib/trunk/topbuild$ cat do.sh #!/bin/shecho "**************** first gcc *****************"make -B lib/xarray_php5.doecho "**************** then icc *****************"make -B ...

CC 5.5 ostream issue: Program receving signal SEGV in multi thread env

1817 byte By solaris_bitea at 2007-11-27 9:05:38
Hi Friends,We are using Solaris 5.9, in a V880 machine and Sun CC 5.5 compiler.We have a multi-threaded application, and we are using -lpthread.We use "cout" option for our console logging. The logging mechanism works fine initially, but as soon as we create a new thread, from the new thread ...

array of pointers using integers

1948 byte By clabra01a at 2007-11-27 9:07:22
Hi,I am testing different ways for some structures and I want to know if its possible to use the interfaces "molding" for change the arguments, like an array of pointers using an array of integer(kind=C_INT_PTR).I am trying with this code and with intel compiler work fine, but I'm not sure if ...

CC (V5.8) compiler warning: pthread_create()

957 byte By solaris_bitea at 2007-11-27 9:07:45
Hi Friends,Recently we are facing some peculiar "warning" from our code where we call pthread_create() function.Warning:============="testMain.cpp", line 153: Warning (Anachronism): Formal argument 3 of type extern "C" void*(*)(void*) in call to pthread_create(unsigned*, const _pthread_attr*, ...

Java Heap space problem

385 byte By harisreea at 2007-11-27 9:08:23
Hi,I have an web application which throws out of memory error when more than 5 users logs in .I am using jboss server with linux box.I have 1Gb physical memory. I tried changing the jvm options but still it's not working .I am using lots of session variables.does this costs any real ...

add stylclass

356 byte By walid.ka at 2007-11-27 9:09:22
Hi,i can bind stylclass property to String, but creator add her class to the element for example i want to add des2 class i found in the html code class="des2 TblTdLyt", creator add her default class in the second place, this not enable me to supplant background color for example, how to do ...

New Databases other than tutorial.

815 byte By jim@donovana at 2007-11-27 9:09:56
I'm sorry if this has been answered before....I'm trying out Creator 2 on OS X, I've been able to connect to my MySQL database and show it's data in the IDE with no problem. When it comes down to actually running the page, it crashes.. source not available. I thought at first it might have ...

Check Box in Table Component

241 byte By joshmachinea at 2007-11-27 9:15:00
Hi,I have a table component with a checkbox in it.There is one button called 'select all', which will select all the check boxes on its action.any one can help me in this regard plelase?thanks in advance.

how to use dbx

259 byte By lettersa at 2007-11-27 9:15:38
(a) source in DIR1(b) executable in DIR2(c) modules in DIR3(d) input in DIR4uses makefile to compile. source fortran 95.How to debug this program without moving/copying anything ?I mean what switches to provide

libExbridge - does it work ?

2095 byte By tvel10a at 2007-11-27 9:15:40
We are migrating from the C++ 4.2 compiler to SunStudio 11 on Solaris 8. We have vendor libraries which were built with the 4.2 compiler and have no access to source or newer versions. One library is just C while the other is C++. There is an additional vendor library that is built with the 5.x ...

debugging an mpi program with dbx

529 byte By lettersa at 2007-11-27 9:15:42
I tried to run:mpirun -dbx BigScienceit threw up a cryptic message saying ..... Tell dbx to ignore SIG_USR1.............echo "ignore USR1" >> $dbgfileecho "debug /afs/hep.wisc.edu/home/tangri/gyro-5.3.3/sim/DEBUG/BigScience" >> $dbgfileecho "stop in MPI_Init" >> $dbgfileecho ...

Moving jar files to Tomcat's common lib

605 byte By JRCGa at 2007-11-27 9:19:23
I installed more than 50 web applications developed with Sun Java Studio Creator 2 in a Tomcat server and I kept getting an out of memory error (PermGen space).I increased the PermGen size up to 256M and still get the same error, although not as quickly as before. Then I reset the PermGen size ...

Is the Linux version as good as the Solaris version?

342 byte By LePoissona at 2007-11-27 9:20:58
I'd like to migrate to Sun Studio and use Sun's compilers, but I've noticed that the package for Linux is 280M, while the package for Solaris is 920M. Why the difference in size is so big? Does the Linux version lack some functionality? Or more importantly, are the compilers as good and ...

UML to EJB

227 byte By erovica at 2007-11-27 9:21:26
Hi all,i am using Sun Java Studio Enterprise 8.1 and i see there is a UML-Tool. Can i model with this UML-Tool an ejb-architecture? if yes, please say me how, or is there anyone tutorial or document to learn that.

how to use Hibernate?

69 byte By babu_ka at 2007-11-27 9:23:21
Can any one help me regarsding Hibernate on sun studio creater

A compiling problem using Sun studio 12.

1032 byte By metyra at 2007-11-27 9:23:22
hi to all !i have a problem when i compile a program using f95 with Sun studio 12.the error is:ld: elf error: file util.a(dout2e.o): elf_getshdr: Request error: class file/memory mismatchld: elf error: file util.a(dout2e.o): elf_getshdr: Request error: class file/memory mismatchld: elf error: ...

fortran compiler

104 byte By Yugsa at 2007-11-27 9:23:32
Hi friendsCan somebody explain how to run f77 on linux platform using sun studio compilers

NullPointerException: Argument Error

10383 byte By venkatJSFa at 2007-11-27 9:25:03
HI,Iam getting NullPointerException: Argument Error: One or more parameters are null .my jsp page is <html><%@ taglib uri=" http://java.sun.com/jsf/core" prefix="f" %><%@ taglib uri=" http://java.sun.com/jsf/html" prefix="h" %><f:view><head><title>Add ...

Custom Component in Sun studio Creator

293 byte By ashishsamanta at 2007-11-27 9:25:52
Dear Everyone,I am Having a problem with creating a custom component in sun Studio Creator, the process is similar to creating custom component in netbeans but gives error while importing.Can anybody help me with it, as soon as possible.Regards,Ashish Samant

Strange link issue with Sun Studio 12 and jpeg

29569 byte By ibrown_psg1a at 2007-11-27 9:25:57
Hi, I'm seeing some really odd behaviour compiling my code with SunStudio 12. My project is a configure based project, so I used the new project wizard to import it as a sunstudio project.Now, when I compile it from within sunstudio, it fails with linkage errors to libjpeg. The link directive ...

sunstudio 12 halt @ RHEL5 AMD64/690G

1344 byte By swingler@nsna at 2007-11-27 9:26:09
I am using CentOS 5 on 690G/AMD 64 arch.SunStudio 12 successfully installed with JDK1.5 AMD64 version as JAVA_HOME. I added the /opt/sun/...lib/lib64 directories in /etc/ld.so.config.d/sunstudio.conf and run ldconfig to refresh the cache. version command shows:"Machine hardware:x86_64OS ...

javax.servlet.ServletException

333 byte By rtaylor185a at 2007-11-27 9:26:13
I have ths servlet define in my code, i have an outtext box bound to the objectEmbedTag string but I can not het the servlet to run the plugin. I get the error javax.faces.el.EvaluationException: Error getting property 'objectEmbedTag' from bean of type idface.id4start: ...

Partial specialisation bug in SS11?

1166 byte By neil57a at 2007-11-27 9:28:38
Hi,I think I may have found a bug in SunStudio 11 related to partial specialisation. However the whole concept of partial specialisation is so confusing I can't be sure. Can someone out there tell me whether my code is broken or the compiler is broken.FYI gcc don't seem to have a problem with ...

Installing Java stuido on linux...

338 byte By Genomsarena at 2007-11-27 9:30:10
Hi;I try to install java studio enterprise 8.1 to my ubuntu. The problem is thatI get this error: "No compatible Java SE Runtime Environment (JRE) was found on this system." But I have downloaded ands installed "jre-6u1-linux-i586.bin" which is Java runtime environment 6. So where is the ...

C compiler -xarch and -xtarget

183 byte By Tommy_Gunsa at 2007-11-27 9:31:17
All, does any have a little better description of the -xarch and -xtarget options for the Sun Compiler? What is the default for both if nothing is specified? Thanks in advance,

Ajax components in Netbeans 6 M10

141 byte By MISS_DUKEa at 2007-11-27 9:31:42
I could not fine any Ajax components in Netbeans 6 M10. Anyone please advice me how to get it or import it.Thank you very much.

Exploded EAR deployment supported?

226 byte By mcory1a at 2007-11-27 9:32:48
Hi,I am currently developing with the MyEclipse IDE. Does Sun Java Studio Enterprise 8.1 support exploded deployment of EARs, and can it 'hot deploy' changes into the running Application Server?Thank You

Studio 12 rather unstable

3466 byte By cknite42a at 2007-11-27 9:33:47
~/src/apps/kmt/clamps> dbx ./clampsFor information about new features see `help changes'To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrcReading clampsReading ld.so.1Reading libuuid.so.1Reading libsocket.so.1Reading libxml2.so.2Reading libresolv.so.2Reading ...

sun java studio enterprise 8.1 doesn't have any application server

611 byte By ershaera at 2007-11-27 9:33:50
Hello all,After I installed my sun java studio enterprise 8.1, when I navigate to runtime tab in the explorer, click server node, there isn't any server there. I also tried to add server from Tools --> Server Manager, there isn't any server I can add. My current project is to develop a ...

out of memory while compiling some f90 code

3580 byte By tony-curtisa at 2007-11-27 9:35:03
Trying to compile "molpro" with Studio12. Studio11 works, same environment. make bombs out with (deprecation warning noted):f90 -dalign -xtypemap=real:64,double:64,integer:64 -c -I. -M../global -fast -ftrap=%none -xarch=v9b -fsimple=2 assg1_mck.Ff90: Warning: -xarch=v9b is deprecated, use -m64 ...

JSF Dynamic Menus

350 byte By venkatJSFa at 2007-11-27 9:39:03
Hi,i have coomenus4.js and menuNew4.js for menu generation.My scenarion is that i have to generate menus dynamically from database i.e i have one table in data base which contains menu information. So how can i generate menus dynamically using jsf from data base .plz suggest me iam not getting ...

Migrating from Sun forty seven to Sun studio 11 C++ compiler

11514 byte By july@123a at 2007-11-27 9:40:32
Hi All,I am getting the following linking errors while compiling with Sun Studio 11 compiler.Linking /vobs/sphinx/solaris/bin/spx_bo_feed for PROD_DESTEXE/vobs/environment/maketools/atria_cxxl /vobs/sphinx/solaris/bin/spx_bo_feed SunCC SunCC4.0 CC PURELINK -O2 -DOSREV=551 -Dunix -DNDEBUG ...

Could not get the TLB_miss etc . using the collect command

615 byte By makingsofta at 2007-11-27 9:42:52
I could get result by using the command : collect -h IC_miss/0,hi,"MyProgram" andcommand: er_print -functions test.1.er.I tested it in the Sun T1 machine,the SunStudio 11 and the Solaris 10 OS.but when I executed : collect -h ITLB_miss/0,hi, "MyProgram" and er_print -functions test.2.er ...

Navigation problem.

457 byte By JagXa at 2007-11-27 9:44:13
L.S.On a page in the web app I am developing the user can click a hyperlink in a table. Depending on a value in one of the table columns, the user navigates to one of four pages, which opens in a new a new window. I know how to set the hyperlink's onClick property to open a new window and pass ...

__vtbl unresolved

751 byte By Qrioa at 2007-11-27 9:44:14
HiI get the following error while linking the final executable of the project.Undefinedfirst referenced symbolin file...::__vtbl [Hint: try checking whether the first non-inlined, non-pure virtual function of class .... is defined]I tried defining first virtual function and still got the same ...

Link Problem*

771 byte By helpmeea at 2007-11-27 9:46:03
hi to all,i created a page called employee skills in that employee name and skill set will come dynamically. employee name has a link to another page. i am using sun java studio creator 2 update 1.here is my doubti have to click the employee name so that it has to go next page, how to do this.i ...

Error-page, display Exception message and stack trace on page

483 byte By fredje_2000a at 2007-11-27 9:46:05
Hi,I have setup an errorpage. I configured the web.xml to navigate to that page if any exceptions occur. <error-page><exception-type>java.lang.Throwable</exception-type><location>/faces/MyErrorPage.jsp</location> </error-page>I would now like to display the ...

Unable to located activated endpoint for service connection -Netbeans BPEL

577 byte By subhash00csa at 2007-11-27 9:46:26
I am trying to run the successTest as per the tutorial http://www.netbeans.org/kb/55/loanprocessing.html#. I get the following message in the output<faultcode>SOAP-ENV:Server</faultcode><faultstring>Unable to located activated endpoint for service connection ...

incorrect define for pthread_cleanup_push

789 byte By Toni_Padillaa at 2007-11-27 9:46:30
I'm programming an application in Solaris 10 using Sun Studio 11. That application manages threads for communication.I must use the function [b]pthread_cleanup_push[/b] to control when the thread finishes. But I found that when I used it the compilation failed, and just commenting this line ...

Hello Friends, I need help with component Table, I type from Brazil

454 byte By Tiamatia at 2007-11-27 9:47:21
Hi,I am use VWP..I have table component bind the Data BaseI have field Text Area in the component Table, but he dont show, the value Data Baseexample: in the data base, I havetext example abcdefin the component table, show[@dsfghdfgh}Thank磗my msn marciofermino2003@hotmail.commy skype ...