dbx: internal warning when reading libclntsh.so.10.1

717 byte By EJ_ILGUa at 2007-11-27 8:02:37
Hi, I have Sunstudio 12 on Solaris x86. I've got a warning when dbx read libclntsh.so.10.1.What's wrong? any idea?--bash-3.00$ uname -aSunOS wel02566 5.11 snv_57 i86pc i386 i86pcbash-3.00$ CC -VCC: Sun C++ 5.9 SunOS_i386 2007/05/03--(dbx)debug - 9358...Reading libnsl.so.1Reading ...

JSC2: Source level problem

720 byte By athermughala at 2007-11-27 8:03:12
Dear members, I am trying to complete this code in JSC1: public Map<String, Object> listBoxMap;and i am getting following compilation errorgenerics are not supported in -source 1.4(try -source 1.5 to enable generics)i tried to change the source level in project.property file from 1.4 to ...

Sun Compliers and the Community Atmosphere Model (CAM 3.1)

954 byte By quantumstrippera at 2007-11-27 8:03:14
I am attempting to compile and run NCAR's CAM3.1, a global climate model, using the Sun compilers for Linux (we are testing our options for running our models in Linux). At the moment I am using a Sun Ultra 20 w/ amd64 and Fedora 5 installed to test this.So far, much of the source has built ...

studio11 : linking problem

1138 byte By frenchwill22a at 2007-11-27 8:06:57
Hi, I've just upgraded from Sun compiler 5.0 to Sun Studio 11 - On Solaris 8.I have a little program which uses std::string, I can't link this program with Sun Studio 11 : Undefinedfirst referenced symbolin filestd::string::~basic_string() changeUser.ovoid std::string::__unLink() ...

Other update centers in SunStudio12 release

404 byte By cplusplus_usera at 2007-11-27 8:06:58
Hello,In the Febuary express edition of SunStudio there were more module update centers available.this allowed me to install the clearcase plugin.When I look at the SunStudio12 final release, there is only an update center for "Sun Studio Update Center".How do I add the other update centers - ...

Subversion

131 byte By jmansiona at 2007-11-27 8:07:34
Studio 12 seems to have a CVS menu item - but I use Subversion.Is there an equivalent facility available as an addin?

gcc and g++

209 byte By jmansiona at 2007-11-27 8:07:37
Is it possible to configure the /usr/sfw/bin/gcc compiler to be a selectable option in the Compiler Collection setting in Studio 12?(Or indeed any more modern gcc that I might build and install?)

PLEASE HELP WITH FILEUPLOADING

2130 byte By NewLitusa at 2007-11-27 8:07:53
Hi all,I Want to upload multiple files that I put in a java.util.list when the user explore and select the file and push a button. When the user do this (first file and push attach,second...,), it's necessary to put another button to send to the server the files in the List.Everything it's ...

Help adding second style sheet (media="print") to project

713 byte By SummerWinea at 2007-11-27 8:08:33
I am trying to add a second style sheet to a project: For example:This one is already there<ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>Trying to add this one:<ui:link binding="#{Page1.link2}" id="link2" url="/resources/print.css" media="print"/>I ...

how can i print a page to pdf

101 byte By Kaskaleea at 2007-11-27 8:10:25
Hello all,how can i print a page to pdf on click of button in sun creatorregards

Create a User ID

340 byte By AkivaSmitha at 2007-11-27 8:10:45
Hello All,I just installed Solaris Express, Developer Edition. And the only User Id is root. I am not sure that I want to practice and work in the root id. I am not sure, but to me it seems a bit risky.However, I do not know how to create a new user id and password. Is there an easy way to do ...

Radio Buttons Auto-Submit on change throws IndexOutOfBoundsException

1592 byte By JohnnyFlipa at 2007-11-27 8:10:51
Hi On my page I have 2 radio buttons with Auto-submit on change activated for the 2 radio buttons, if any of the 2 radio button is check its sets some values picked from the database to some static text components,the logic is working fine but after clicking any of the radio button ...

dynamic DropDwon list

459 byte By HoBaa at 2007-11-27 8:11:03
i have a probelm:-i need to bind DropDownList to something dynamic,i know that i should bind it to Option[ ] and the happened in the session bean, and init. this Option in the constructor to fixed data like newOpion("My choice","Mychoice);but this is not my case, my case i have a webservice ...

Dynamic Table checkbox binding problem

350 byte By Azerotha at 2007-11-27 8:11:46
I have a dynamically created table bound to a objectArrayDataProvider where all the columns have a check box. The thing is when I read the values in the objectArray it has the values as I loaded it. If a checkbox is changed in the table the objectArray dosn't get the change. How can I make ...

Why the __STATIC_CONSTRUCTOR() calls are not in proper order?

818 byte By yongsuna at 2007-11-27 8:13:06
I met a strange problem recently. The __STATIC_CONSTRUCTOR() calls are not in proper order.I have one shared object file (im-scim.so), and it depends on another shared library file (libscim-1.0.so). In im-scim.so, there is a static object instance, and it calls a global function in ...

How to use JasperViewer in web application

392 byte By just_a_kid83a at 2007-11-27 8:14:54
Hihow to let my client use popup jasperviewer when they generate report ?currently what i did is using signed applet and display this viewer within the appletwhat i want is when they click generate report .i want the jasper viewer pop up from their browser and they can see the reportcan anybody ...

studio 11 incorrect result with 'long double'

1293 byte By y.zhanga at 2007-11-27 8:15:23
Hi there, here is my simple c++ code:-#include <iostream>#include <math.h>using namespace std;int main(){long double a, b;int i;for ( i = 0; i <= 1000000; i++ ){a = i * i * i;b = sin(a) * a * a * cos(a);}for ( i = 0; i <= 10000000; i++ ){a = sin(a*b);b = cos(b*b);}cout ...

Sun Studio 12 on Ubuntu Feisty: file execution problem

815 byte By MFSa at 2007-11-27 8:15:50
Dear all,I'm new to the Sun Development Tools and I'm trying to install Sunstudio12 on my Linux Ubuntu Feisty. I've used the tar file distribution and I installed java-sdk e and netbeans using the deb packages from the Ubuntu's repositories.I unpacked the tar file in /opt/sun. The ...

Configuring virtual forms - missing option

632 byte By fatmala at 2007-11-27 8:17:09
Hi,Working through the tutorial on using virtual forms to add/edit/delete rows of data into a table, I've set-up virtual forms against the buttons, which I now need to associate with the table. The tutorial states select tableColumn1, then right-click and select "Configure Virtual Forms". I ...

Integrating Lucene

583 byte By fatmala at 2007-11-27 8:17:14
I want to provide a very thorough search mechanism for my app, to search across multiple uploaded documents and document types. I'm considering using Lucene to provide this functionality, with all uploaded files stored in MySQL.Does anyone have experience in doing this, and if so, could you ...

context - go to - declaration: inconsistent in studio 12

817 byte By autohanda at 2007-11-27 8:19:18
in the code:CSeqDBAliasNode::CSeqDBAliasNode(CSeqDBAtlas& atlas, const CSeqDB_DirName & dbpath, const CSeqDB_BaseName & dbname, charprot_nucl, CSeqDBAliasStack& recurse, CSeqDBLockHold& locked, CSeqDBAliasSets& alias_sets): m_Atlas(atlas),m_DBPath(dbpath),m_ThisName ...

Certificates

699 byte By rpalm01a at 2007-11-27 8:19:48
I'm using the latest (as of today) Java Studio Enterprise 8.1 application server. I'm trying to request a verisign certificate and install it on the system. I used the keytool to perform a certificate request, sent the certificate to versign, got the reply back, and installed the signed key ...

need help calling c++ function of type std::vector

20285 byte By autohanda at 2007-11-27 8:20:05
i can call the size function, but not the operator[] function - another vector member variable in the same class does not have this problem - i am confused why i am having trouble with this one.(dbx) print m_SubNodes.size()m_SubNodes.size() = 1U(dbx) print m_SubNodes.operator[](0)dbx: ...

dbx access checking doesn't play well with C++ exceptions

472 byte By Zootlea at 2007-11-27 8:21:44
While running applications that throw exceptions on x86 with access checking enabled, I always get the following error:Read from unallocated (rua) on thread 1:Attempting to read 4 bytes at address 0xfefa242cLocation of error: , line 0, _get_exit_frame_monitor()Followed by a SIGTRAP:dbx: ...

i how get the form's elements from Java script?

665 byte By scraftera at 2007-11-27 8:21:46
thanksi have a page that it verify if the password and confirm password user's, it are matches.sorry my englishand i have this script tag into jsf page: <ui:script binding="#{newPage.script1}" id="script1" url="chequeador.js"/>and the file chequeador.js contain:function chequeador(form) ...

troubles while installing Sun Studio12

737 byte By Viatora at 2007-11-27 8:23:25
hi everybody!could your please help me to understand where mistake is?tried to install Sun Studio12 and received following messages1. while checking for prerequisite software by typing/prepare_system -c - got message "the following steps are required: netbeans patches" (help says i should ...

in need the help (NETBEANS)

121 byte By jusef_2003a at 2007-11-27 8:24:49
a make poject with netBeans5not able in compiler and run alot of error what i can me the help

[Netbeans] UML Tool

262 byte By LeDieua at 2007-11-27 8:25:39
Hi people,I am not sure if this is the right place for this topic but i don't know a better one.I have a question if there is any info about the undo/redo function in the UML Modeling Tool in the Netbeans project.Greetz,LeDieu

Studio 12 installation remembers directory

678 byte By RickHa at 2007-11-27 8:26:21
Hi all. I tried installing Sun Studio 12 on my Solaris 10 box. There were troubles at installation, I think because although the top level directory (/opt) was on my box, the next level down (/opt/lang) was out somewhere else on nfs. I tried to uninstall, but that also failed, I'm thinking ...

newbie: #include

142 byte By jonesyjonesa at 2007-11-27 8:27:23
Where does Forte Developer 6 look for my header (.h) files? I amended my LD_LIBRARY_PATH but it looks like that's just for .so .a etc.

Cannot run application in JSC - Cannot start app server

16815 byte By burferda at 2007-11-27 8:27:56
I have 4 separate JSF applications developed in JSC.On occasion, I have a problem starting the application server and get a popup saying to check for misassigned port names and contents of domain.xml.Whenever this happens, a system reboot seems to clear up the problem until now.Now, rebooting ...

url after deployment. How to remove faces from the rul

437 byte By p_georgea at 2007-11-27 8:28:38
Hi,When running the web application from my local machine the url is the following http://localhost:8080/AutomobileDatabase2/faces/Page1.jspI want to deploye my application in a real server with the nameAUTODEALSso the url should be www.autodeals.comQuestions1. How will Page1.jsp be displayed ...

Crying out to the gurus at SUN

4126 byte By marysama at 2007-11-27 8:30:50
I posted this on 19th June, I haven抰 got any reply yet. I never had such problems with security a few years ago. I didn抰 have other choices than to cry out to the gurus at Sun. Note that I have also tried granting permissions, etc., in server.policy file. It didn抰 budge. Please help me.My ...

ClassCastException for FacesPortlet

3867 byte By supercoder97a at 2007-11-27 8:35:15
I hope someone can provide me some feedback into this error. I've done some research on this error, but the recommendations do not work.What I have done is created a portlet in JSC and have it working on the Sun Server. Now I am moving the portlet over to Liferay. I've added the two Liferay ...

Where do I set linker flags?

1484 byte By JustinClifta at 2007-11-27 8:39:13
Hi,How do I set the "linker flags" through the Sun Studio 12 IDE?Am moving a small existing set of GTK/Gnome source C code from Eclipse 3.2.x for Sun Studio 12/Express. (Wish the "Eclipse Importer would work with C code"!)Checked out the source from CVS, created a C/C++ project with it, and ...

Problem in getting ToolTip on ImageIcon

245 byte By Annua at 2007-11-27 8:41:06
Hello friends, I am having problem in getting a ToolTip when I hover mouse pointer on ImageIcon. I have already set ToolTip property for ImageIcon in property window, but its not working. Can anybody help me?Thank you

freeze the header of a table

1330 byte By walid.ka at 2007-11-27 8:42:28
Hi,i try to freeze the header of table an make tbody scrollable, to do this i try to add thead to table and make tbody scrollable, i add this code on the onload of the pagemyTable = document.getElementById("form1:table1");myTrElements = myTable.getElementsByTagName("tr");myCaption = ...

studio12/dbx: access checking broken for setlocate() call in "de" locale

3621 byte By Juergen.Keila at 2007-11-27 8:44:16
It seems that access checking crashes the dbx targetwhen it is running in the "de" locale and a call to setlocale()is used.% dbx -VSun Dbx Debugger 7.6 SunOS_i386 2007/05/03(running on opensolaris x86 / build 68)% ...

Reference to library code

855 byte By RickHa at 2007-11-27 8:45:56
Hi all. I am using the new Sunstudio. It works great! I would like put the cursor on an identifier, press the control key, and go to the declaration of that identifier. I can do that, within my own application. But I would also like to follow the reference out to library code. In an attempt, I ...

Table Component with great number of rows

705 byte By moponta at 2007-11-27 8:46:30
Hello !!Im my application I have a table with 700.000 rows and I have to show this values to the user.....I'm using the creator's Table component with pagination of 10 elements per page and an filter....the fact is..... my application even get started cause creator fetch all rows (or a great ...

sunstudio 12: could not install some modules

2309 byte By francoisa at 2007-11-27 8:47:03
Hi,I installed sunstudio 12 on a new machine with Solaris 9 x86.When I start it, it displays a list of warnings about missing netbeans modules and ask me if I want to disable them:[code]Warning - could not install some modules:ATD Workshop Project Import - The module named ...

Error: [sunm][Oracle JDBC Driver]No more data available to read

250 byte By mho8533a at 2007-11-27 8:47:20
I just wanted to create a basic datasource connection to an Oracle server, so after I entered all the connection info then click on Test Connection, I received this error. I don't know what else that I need to do to correct this error. Thanks

CND problem with code-completion

1965 byte By Makulaa at 2007-11-27 8:48:04
Hi,First of all I don't really know where to put this post about C++ Pack in NetBeans. I've read one post in which someone suggests that this section will be pretty close...Maybe someone here would be so kind and try to help me...I'm using Ubuntu 7.04 and I have a problem with code ...

Using Sun Studio 12 for Linux with Clearcase

726 byte By ajoy_bhatiaa at 2007-11-27 8:48:12
Does anyone here know how to set up Sun Studio 12 for Linux to work with Clearcase? I found earlier Sun Studio version docs that claim compatibility with Clearcase e.g. http://developers.sun.com/sunstudio/products/previous/10/studio_linux.pdf and ...

"Reformat Code" does not work well with multiline macros

490 byte By Vlad.Nosova at 2007-11-27 8:48:53
Hello,I downloaded and installed Sun Studio Express Release with D-Light.Sun Studio IDE looks very nice, but there are some problems.One of them is that "Reformat Code" does not work well in C/C++ codewith multi line macros. Here is what I see on the screen:#define wastetime(res) { \res = ...

D-Light instrument "Read/Write Monitor" does not show some events.

790 byte By Vlad.Nosova at 2007-11-27 8:48:57
Hello,I'm trying to use D-Light Tool in Sun Studio Express Release.I solved d-trace permissions problems (thanks for some useful tipsin help). Now I run a test program under D-Light instruments,and I'm trying to understand the pictures. I see some problems.They look like bugs, but probably I ...

Multiple Map Markers-Ajax Google Map

353 byte By ashishsamanta at 2007-11-27 8:50:01
I want to preset the map markers on particular location before the Google map loads, i want the code for it, i have the latitudes & longitudes.Please help me with itI have developed application with one map marker, and i am unable to do it with multiple markers.It gives me something error ...

Fedora 7 and Sun Studio 12

1320 byte By 23051977a at 2007-11-27 8:50:32
Not work Analyzer(Running "/opt/sun/sunstudio12/prod/bin/collect -d /usr/local/sunworkspace/Fractal_1/nbproject/private/experiments -o test.3.er -A on -r race,deadlock /usr/local/sunworkspace/Fractal_1/dist/Debug/fractal" in /usr/local/sunworkspace/Fractal_1WARNING: Target ...

Clarification on Version of SUN Studio C++ Compiler ( Installation )

732 byte By DHEERENDRAa at 2007-11-27 8:50:40
We want some clarification regarding SUN C++ Compiler S/W. We have Sun studio v 11 installation on SUN v440 R server, where SUN C++ compiler shows v 5.8 (Server Output as below)And as per our environment requirement is SUN C++ Compiler which comes along with SUN Studio 9 .1. Can we install 2 ...

two compile issues with Sun Studio 12 @ x86(_64 = amd64)

616 byte By s.urbata at 2007-11-27 8:52:22
The following two issues are absent on Solaris 10 SPARC and all previous Sun Studio versions (8 to 11), but present on both amd64 Solaris 10 and Linux 2.6 versions:1. mozilla.org's Spidermonkey "JavaScript" (ECMAscript) can't be compiled with it: in file jsinterp.c an endless loop is entered ...