Recent update: 2008-5-9
198 byte By
704268 at 2008-3-6
I installed the eval copy of Sun One Portal and try to click on the front page link that says "Sign me up" and the next page is blank.Anyone seen/solved this problem?-Tom
332 byte By
704643 at 2008-2-25
I have a simple war file, with an HTML page and a servlet...All the docs i read are for full scale J2EE applications. What is the simplest way for me to have sun One run my servlet. It is so simple with TomCat, i am assuming it should be just as easy with Sun One?Can anyone lend a ...
Somebody knows a free library that enables us to communicate using Telnet protocol ?Is it possible to use URL connections ? (I dont think so)Remember I dont like to worry about the low level telnet protocol, I just want to use it.Any other suggestion ?Daniel ...
I can execute the MIDlet fine. The emulator shows up and my MIDlet starts running. But if I set a breakpoint in the code, Sun One freezes. I wonder if I am doing something wrong or don't have something setup correctly here. This is the output in the Output window from Sun One Mobile:Connecting ...
99 byte By
goask at 2008-2-21
How to get environmental variables using pure java code that works across JVM and OS?
Hi:I'm trying to install Sun One Developer Platform in Windows 2000 Server but the Name Domain field in the Wizard report error.If the name of pc is ariano1 and the domain is netglobal.comthen what is the problem?mlsilva@hotmail.com
How does Sun ONE Developer Platform compare with Eclipse?
329 byte By
706723 at 2008-2-15
Hello Forum,I tried installing the Developer Platform in my machine. I selected Application Server and Identity Server. Installation appeared to have gone fine, but there was nothing installed in Identity Server directory. What went wrong here? Any help on this will be very useful.Thanks.Srini ...
I encountered the following error while running the Trace example:D:\JPDA\Trace\classes>java com.sun.tools.example.trace.TraceException in thread "main" java.lang.NoClassDefFoundError: com/sun/jdi/connect/VMStartExceptionCan someone help me how to resolve the JDI ...
How do different developers share data and information within the Sun ONE Developer Platform?
What is Sun's goal with this product? Why are you issuing this?
Hi,I am trying to connect to either MySQL (which is on my local system), or ORACLE which is on other server. I followes the article:Connecting to External Databases With Sun ONE Studio 5 and Sun ONE Application Server 7 http://developers.sun.com/tools/javatools/tips/tip03-08-22.htmlBut it is ...
hi ,I have created a simple soap service and it is running fine.My problem is when i am trying to connect it with my database it is giving me a syntax error in my query...it gets connnected to the database through a datsource but while executing the query using executeQuery() it gives me an ...
739 byte By
704912 at 2008-2-3
HiIve been using Sun One Studio 4 update 1 for a few days now and I like it a lot. I only have only found a few annoying things with it:1. Why cant I delete a whole word by pressing CTRL+BACKSPACE? This must be relatively easy to implement?2. Since Ive been using Emacs I miss one feature from ...
What operating systems does Sun ONE Developer Platform support?
Hi Guys,I am creating a WS of google as defined at http://developers.sun.com/prodtech/portalserver/reference/techart/portlets.html . As per the link everything is created as is given in the document. But after putting the search criteria as defined in Figure 5, when I click on the Invoke button ...
Hi,I am using JVMDI to debug a java application. I launch the application and debugger with the following command line.java -Xdebug -Xnoagent -XrunTest:ADA <applicationName>When I try and suspend the application after a method entry event, everything (including my JVMDI debugger) is ...
I have been trying to develop a webservice in SunOne Studio 4 update 1 and SunOne Studio 5. The initial page displays but when it is executed I get a cannot connect to server error. My context root is OIT_GCXMLV5. The SOAP RPC URL is http://10.37.70.173:80/OIT_GCXMLV5/OIT_GCXMLV5. The Stub ...
Hi ,I am facing problems in logging into any java enabled securit sites.For example, if I am trying to log into www.salesforce.com/login.jsp, with my log in and and password, the page do not allow me inside. Salesforce.com.Same thing happens with any other login.jsp pages.Can u pls let me know ...
1136 byte By
704754 at 2008-1-28
Hi all,For a few days now, I keep getting NullPointerExceptions (on the dialog, I can't even tell "Ok", they keep coming) in all panes of the SunOne platform, which makes it simplyimpossible to work with it. I could not find the cause. The last one I got was like ...
Can anybody give process document to develop session beans in WSAD5.1.1
I'm looking for a product that can create web services and also integrate native C libraries. Does this product have those capabilities? I'd like to create the web service using an IDE with drag and drop buttons/controls. If this isn't the product I'm looking for, is there one that fits my ...
I got the following errors when I try to run the example GenDetached.java came with the SUN WEB Service Development kit. Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/org/apache/xml/security/c14n/InvalidCanonicalizerExceptionat ...
3673 byte By
705589 at 2008-1-27
I am using iAS 6.0 sp2 running on a solaris 2.8. After deploying our application using an ear file, I've noticed this sporadic problem:When a jsp is accessed for the first time, it fails to compile correctly. Meaning that the java file is created but the class file is not.To work around this ...
I am developing a webservice client in SUN ONE STUDIO 5I am able to write SOAP Message handlers on the server side, and it working.But, How do I write SOAP Message Handlers on the client side. I am developing the client in JSP, I generate the necessary STUB files, and every thing is fine. But ...
Hello FriendsI got a project which is developed with JSDK1.4.2 and is using MySQL as its database.Till today, if we want to install this application into a computer we are manually copying the JAR Files and also Database files into the required directories.Now I got a task to create a Setup ...
195 byte By
Guest at 2008-1-25
If you wish to send direct feedback about the Sun ONE Web Services Platform Developer Edition to the product team, please send it viaemail to sunonedp-feedback@sun.com
This is a very specific bug. It is only revealed when using the BASE64Encoder in conjunction with the setRequestProperty method of the URLConnection class.In JDK1.3.1_01+, code that worked fine in JDK1.2.2 and JDK1.3.0 throws the error:"java.lang.IllegalArgumentException: Illegal character(s) ...
It seems like all these things are already available. What's the benefit in pulling it all together ina single Developer Platform product?
365 byte By
Guest at 2008-1-25
The Sun ONE Web Services Platform Developer Edition islicensed for development use on a per Developer seat basis.The runtime servers in the platform are licensed for development use upto the Proof-of-concept stage. Using the servers past the Proo-of-concept stage requires purchase of ...
I am getting NoClassDefFoundError while I lauch sun one studio IDE. THe message is popped up for every 2 minutes and getting annoyed with the message.. Pleae help me to fix my problem thanksvenkat
I am about to format this hard drive. I have an application I build which uses RMI and JAXB along with several other Sun Java Technologies. This application worked great in 1.4 until the upgrade to SP2 on XP/Pro a few days before I was releasing the product. I will let it go at that.. Problems ...
128 byte By
705051 at 2008-1-21
Although Forte 4GL only runs under AIX 4.3.3 and does not run under AIX 5L, when does it come to run under AIX 5L?
213 byte By
704268 at 2008-1-19
When I try to pull up http://hostname:port/amconsole, the screen comes up with a blank page.I'm running the eval copy of Sun One Portal on Solaris 9.Anyone seen/solved this?-Tom
2838 byte By
jj at 2008-1-13
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: nested exception is: javax.ejb.EJBException: nested exception is: javax.ejb.CreateException: Could not create stateless EJB: java.lang.reflect.InvocationTargetException; nested ...
Hello ExpertsDoes anybody have the list of tests to be carried out to test that Web server & other servers working properly.bascially acceptance test criteria for web servers.any link to poiting to some useful document will be good.RegardsSP
Hello EverybodyI downloaded J2SE and J2EE and installed them.I started successfully (I hope see trace below) the serverHow can i start samples (for exemple how can i start a session stateless sample) ?thanks,marvinrougeServer traceD:\Sun\AppServer\bin>asadmin start-appservCommand ...
277 byte By
705817 at 2008-1-12
how can i get the path of a file (in a different directory) without using the absolute path like : "D:/......"I know there is a System.getProperty("user.dir") but that doesn't work in forte because it uses the dir "forte/ce/bin" instead?help please
557 byte By
DOON at 2008-1-12
I have not been able to compile test programs with jdk1.3. Mostly I get "Bad Command or File name".E.G., "C:\J21work>javac Ellsworth.java Bad command or file name "among quite a number of attempts to set AUTOEXEC.BAT rightare"PATH C:\jdk1.3\bin; %PATH%@SET CLASSPATH=;C:\jdk1.3\lib\tools.jar; ...
486 byte By
706447 at 2008-1-10
Once I install the jar version, how do I run the IDE?"While Mac OS X is an unsupported platform it is possible to install and run Sun ONE Studio, however you must use the JAR format installer ((ffj_ce_en.jar, 37.30 MB) to install the CE version. Apple supplies Mac OS X with its own ...
When will it be available and how much does it cost?
640 byte By
705021 at 2008-1-10
Hi, I created a JDBC data source through Admin Console say MySQLDS but my local entity bean couldn't find it. It thrown a NameNotFoundException. I have the following descriptor in the ...
1624 byte By
seigot at 2008-1-9
Hi - I am writing a GUI for my clients and one of the things my program must do is run a perl script. I am able to run perl.exe but it seems like perl.exe is not running the script. I also tried to put the perl script in a batch file and then call the batch file from my java GUI program. I ...
I have a full install of the Web Services Platform Developer EditionI'm experiencing some difficulties in attempting to query the directory server from a netscape browser using ldap URLs.The queries never return any results even though there is user data in the directory. I was wondering if ...
in the below code i want to replace single quote character with some other character. i am getting error in replacing single quote.how can i do this. please help me. class test { public static void main(String[] args) { String str="don't"; String str1=str.replace(','#'); ...
How do you decode the Error Id found in a HotSpot Virtual Machine Error hs_err_pidnnnn.log file? These files are typically created by the JVM as part of unrecoverable error processing. There exists a tool called hserror which translates the encoded ErrorId into a source file name and line ...
Hi Friends,There is a great opportunity to earn money while surfing net and earching google.Its true. You can earn lots of dollars.Just click the link below and start earning. You just have to open an account for it. And that is it. Start earnig:)The link which makes you earn money in dollars: ...
Do anyone knows where can i download this JDK1.4.1_01? Alot of people recommend me the J2SDK but what i want is only JDK1.4.1_01.From Dior
I need this package in my program.Where can I found it.
Hi,We are having problems with sessions in our application( which uses JSPS and Servlets )..."session Time outs"....Then we downloaded Forte( Sun One 3.0) for debugging purposes. BUT we don't know how to start after downloading Sun One ....does anybody can help me finding documentation of how ...