1945 byte By
707511 at 2007-11-25 8:03:47
I have just installed Sun One Studio, but I can't getanything compiled, I always get the following messagewhen compiling:java.io.IOException: CreateProcess: E:\jdk1.4\jre\..\bin\javac -g -classpath c:\eigen\Profile\Forte\system;E:\Programme\Forte\system;E:\Programme\Forte\modu ...
Is this a replacement for the hideous Yahoo-based forum for disucssion the Sun One Application Framework (aka JATO)?If so, I am glad it has finally arrived!
608 byte By
706915 at 2007-11-25 8:10:37
I installed iplanet directory server , web server and Iplanet Application Server ihave installed Iplanet admin server and console also . When i am opening Servers through iplanet console from actual server where they are installed they are opening very fine . But when i am trying to open ...
219 byte By
709333 at 2007-11-25 8:11:36
I started playing with the SUN ONE Studio 4.0 and found out the the default web server is Tomcat4.0Is there a way to integrate iWS6.0 as the web server for deploy and execution?thanks.
287 byte By
706750 at 2007-11-25 8:17:49
HiI am tired of my forte install telling me it cannot find a JVM to install with. I just installed the latest JRE. The error also tells me to use the -is: localpath option. That doesn't work either. Can someone show me the proverbial light here?Thanks
WHen I compile a simple program that imports javax.microedition.lcdui.*;I get error messages saying:example/About.java [21:1] package javax.microedition.lcdui does not existimport javax.microedition.lcdui.*;example/About.java [52:13] cannot resolve symbolsymbol : class Displayable location: ...
563 byte By
706462 at 2007-11-25 8:22:09
HiI have installed forte3.0 with iws6.0.I am trying to run the CDShop tutorial.I can compile the file ProductList.jsp successfullybut when I run it i am getting following errorsConnection failure The browser could not connect to URL http://localhost:89/ProductList.jsp. the url in the browser is ...
632 byte By
706470 at 2007-11-25 8:22:23
I have recently downloaded the Sun One Studio 4 (formerly Forte for Java) and tried to install it. It keeps giving me an error message stating that it cannot locate the JVM. I do have the recent version of the JVM installed. The message says that I should use the -is:javahome parameter. What is ...
118 byte By
706472 at 2007-11-25 8:22:25
Could you please advise me how to intergrate Sun One Studio 4 and WebLogic Server 6.1?many thanks
It appears that the defaultCommandChild attribute is ignored. Regardless of what the attribute is set to the default command always seems to default to the first child that is defined.Is this a known issue? Is there a fix/workaround?
315 byte By
709423 at 2007-11-25 8:23:41
I'm using Forte for Java 3.0 community addition. I would like to be able to right click on the Source Editor window and run the find command. Currently the find command can be run from the edit menu on the tool bar. Is there a way to customize Forte to allow this? If so how ?THANKSJoe ...
510 byte By
706462 at 2007-11-25 8:23:56
Hi all,I am using Sun One Studio 3.0 with iWS6.0.For every new application that I write, compile and execute,it is getting deployed to the samedirectory.Because Sun One Studio is always using the same directory, for every application I haveto manually delete the deployment directory.Is there ...
585 byte By
706462 at 2007-11-25 8:23:57
HiI have installed Sun One Studio 3.0 with iws6.0.I am trying to run the CDShop tutorial.I can compile the file ProductList.jsp successfullybut when I run it i am getting following errorsConnection failure The browser could not connect to URL http://localhost:89/ProductList.jsp. the url in the ...
535 byte By
706565 at 2007-11-25 8:24:26
I know how to set the classpath for the internal/external compiler and it works fine.but when I tried to debug my application, it could not find the classes for the Database driver.I tried to do the same thing I did when I defined the classpath for the external compilation, and point the class ...
451 byte By
sapans at 2007-11-25 8:24:33
Hi,Being a newbee to Sun ONE, I am still confused about a few points.1. When we download the Sun ONE Studio enterprise edition(60 days evaluation) copy, What all do we get in it.a. Does it include the Web Server and the App server?. If yes, then is that an iPlanet Server. If no, then what where ...
175 byte By
706109 at 2007-11-25 8:24:54
Hi! How do I include Sun One Application Framework in Sun One Studio? I would like to do that, so I could enjoy its facility. Thanks,Vanessa
1108 byte By
706565 at 2007-11-25 8:25:32
I used S1 CE and I used the debugger, but never had any problem (probably the problems are still there,but never I had to go accross them).Anyway, When using S1EE I found the pattern where this problem can be repeated, I tried that on two different computer with Win2K and WinNT 4 SP6a. and the ...
464 byte By
706462 at 2007-11-25 8:25:52
Hi All,Is there some documentation on How to develop and deploy EJB with Sun One Studio 3.0 and iPlanet Application Server 6.0 ?I am particularly looking for the documentation which will have simple examples on how to do this using Sun One Studio 3.0 and iAS6.0 and how to develop and debug.So ...
356 byte By
706462 at 2007-11-25 8:25:55
Encountered following error while installing Sun One Studio 3.0 EE :For Tools Debugger ("Org.netbeans.modules.debugger.debug/1") failed :This module depends on java package sun.tools.debug which is not loaded( or not registered according to the versioning specification ).Any help on this ...
333 byte By
706166 at 2007-11-25 8:26:05
I am trying to print files from Sun ONE on my laptop running SuSE 8.0. Every time I try to do anything related to print, I get the message 'Print Service not found'. I am wondering if I am missing something or is printing from Sun ONE not supported in Linux environment. Thanks ..Shub ...
833 byte By
706187 at 2007-11-25 8:26:33
I noticed that the designfaq.html document within JATO2.0 has following statement: Second, you have the full Sun ONE Application Framework source code. This means that should you wish, you can investigate, change, fix, tweak,configure, or otherwise mess with every nook and cranny of the ...
349 byte By
706228 at 2007-11-25 8:27:17
To Whom it may concern:,I had Studio One Forte installed on my system before I installed the Application Server 7. I tryed using the update center to install the plug-in for AS 7 but wasn't listed as a choice. Can someone send me to where I can download the plug-in and I can install it ...
1651 byte By
cmlee at 2007-11-25 8:28:05
Hi,I want to populate a combo box with values from a sql table. I did the following:1. Create a View and associated the view with a JDBC model call movieTitleModel. Assume the database field name to be MOVIE_TITLE_NAME2. Made the view to be Auto Retrieving = movieTitleModel3. Add a combobox and ...
741 byte By
706273 at 2007-11-25 8:28:08
Anyone else having the IDE hang consistently when try to debug projects ?I'm trying to convince people in my organization that Sun One is a better product than its competitors. Its not helping much that when demonstrating the IDE it keeps hanging when debugging code !!!!!!!I am running Sun One ...
376 byte By
706270 at 2007-11-25 8:28:09
After executing an application (something simple like "Hello World", the user can't switch anymore to the edit menu - the whole IDE hangs in the debugging environment.Running Windows 2000 in this machine, jdk 1.4.1, and the newest update of SunONE studio.Thanks and regards for any helpStephan ...
315 byte By
706270 at 2007-11-25 8:28:24
Hello.Thanks a lot for the solution:- back to jdk 1.4.0 - changing the config file But, when will Sun have fixed this bug ? This month, this year, next year.Will there a path be available or do we have to redo the whole setup.Kind regards,Stephan Gloor ...
436 byte By
706307 at 2007-11-25 8:28:39
I bring up the Help window, go to Search mode, type in "help window" (with the double quotes), and get a nice dump (ArrayIndexOutOfBoundsException).Also, while moving around the help system, after a few clicks of the mouse, I get NullPointerException.These problems existed 18 months ago when I ...
709 byte By
705981 at 2007-11-25 8:32:19
I cannot start my HTTP server. If I go to options>IDE configuration>Server and External Tool settings>HTTP server I cannot select truefrom the drop down menu and start the server. I get an error saying "Unable to start the HTTP server please check that the port is not in use." I then ...
272 byte By
705985 at 2007-11-25 8:32:22
Is there a patch in the works? Sometimes my stuido4 crashes when I'm in the middle of different tasks. I haven't noticed a pattern, it just locks up and I just restart it. Any suggestions? I'm running it on Windows XP pro, 600 mhz pentium 758 MB of Ram...
Hi can anybody tell where i can download a good forum that i can install on my Cobalt 550 ?regards Lourens Buitenhuis
1166 byte By
705751 at 2007-11-25 8:38:08
I'd appreciate knowing if anybody has seen the following, or knows howI can get around it.I downloaded the Community Editions of Sun ONE Studio and Sun ONE Application Framework (JATO) and installed them onmy Windows XP box. That went fine. When I tried to do theJATO Tutorial app, however, ...
719 byte By
705779 at 2007-11-25 8:38:49
This is going to sound like a newbie question, so bear with me.I've just started using the Forte IDE - when I create a new dialog box or frame, it uses my default system colors instead of colors I specify. I've confirmed in the autogenerated code that the setBackground and setForeground ...
286 byte By
705785 at 2007-11-25 8:39:01
hi,i have a loveley j2ee-application.but when i deploy my application, only classes are to be seen,although i have some Resource.properties files.why are they not taken with the deployment and how can i solve this problem.thanx,T.
2040 byte By
705758 at 2007-11-25 8:39:10
Hi all (all those with problems anyway :) ,(I tried to post this in the Sun ONE Studio forum but always got an error)I had a problem installing Sun One Studio 4 Update 1.It would keep freezing when it started searching forthe J2SDK, with the message: "Searching for suitableJ2SDK, please ...
872 byte By
705796 at 2007-11-25 8:39:27
Hi,1.Is there a way to configure the iAS7 to pick up the .war, .ear files from a directory and deploy those modules automatically? I am expecting a feature to be similar to that of the Tomcat. In Tomcat, if you copy your .war file, it automatically deploys the application.2.I am planning to ...
345 byte By
705811 at 2007-11-25 8:39:41
I just downloaded Sun One cause I need an IDE.I have a jdbc driver for sqlserver that I want to add to the classpath and run the program within the ide. I don't know how (very different from what I am familiar with). I looked at all the menu items of the ide but I am not getting ...
291 byte By
705397 at 2007-11-25 8:41:10
When one get the message "The HTTP session has timed out" how is it possible to redirect the user on particular page, say a Login page ? The message say to use "onSessionTimeout() method in the module servlet" but I do not see How to redirect from there ?
436 byte By
dh_chau at 2007-11-25 8:42:12
I'm using Forte for Java 4, Enterprise Edition in Win98.When I start Server Registry -> Installed Servers -> J2EE Reference Implementation 1.3.1 -> RI Instance 1, there is a error message: Out of environment space.I try to modify C:\config.sys file. Add line SHELL=C:\COMMAND.COM ...
405 byte By
705463 at 2007-11-25 8:42:33
The case is, when I use the jato tag <jato:href> in a component page (hosted by a sub ViewBeam), It alwasy generates a href string with parameter "&jato.pageSession=". This href string is not linkable. The Web server always return a no action handler error.We are going to use a ...
206 byte By
705463 at 2007-11-25 8:42:34
I tried using <jato:text> to render a HTML tag, like <tr class="grey">. But it will generate a string " <tr class="grey">" .How can avoid that?
I'm triying to set Rational Rose Enterprise Edition with Sun One Studio or Forte for Java 4.0, and the tool does'nt recognize this version of Forte.There is no previous version of Forte and I dont know haw to make this work.
894 byte By
705590 at 2007-11-25 8:45:57
Hi. I've got Sun ONE installed and working. I've done a few little japplets. So far I haven't found documentation on how to add items to a jComboBox through the ONE interface, and it won't let me edit the source code that's in blue.I have one small, and one big question:1) could anyone ...
880 byte By
voki at 2007-11-25 8:47:14
Hello all,I've tried to post this message on the Sun ONE studio forum, however, there were compilation errors with JSP pages. As I needed the answer urgently, I decided to get some help here.I've successfully made connection to MySQL database during the CMP development. However, when I tried ...
5204 byte By
voki at 2007-11-25 8:47:34
hello all,It seemed like I've got the data source & database driver stuff setup to work with MySQL database in Sun ONE studio. However, when I tried to run the helloworld_TestApp (CMP App), I've got the SQL syntax error. I tried to look at the sun-j2ee-ri.xml, and it looked just fine to ...
3938 byte By
vjktm at 2007-11-25 8:48:31
Hi:I am using sun one studio 4 CE. When editing java code in a specific project, I try to use code completion but get the following exceptions:Wed Feb 12 15:45:32 EST 2003: java.lang.IllegalArgumentException: Incompatible implementation: ...
456 byte By
705184 at 2007-11-25 8:48:44
Dears.We are evaluating S1AF for production use. It looks good, but i miss some comprehensive documentation! "Release notes", "Overview", "Getting started" nor "Installation guide" is not enough. Is a full documentation available for download?It has been stated somewhere, that JATO 1.2.1 source ...
770 byte By
705217 at 2007-11-25 8:49:28
I know the IDE ignores your defined class path, and uses its own internal one. My files are set up with the Tomcat structure, i.e.c:/SourceCode/app1/web-inf/classes and web-inf/libI am trying to implement Log4J, and put the jar file in my app's 'lib' file. However, the IDE cannot find it ...
Hi, the problem it's that when I finish installing SunOne Studio Community Edition (v4.1), on windows XP (SP1), the system reboots.While booting again a lot of corrupted files are found into the folder in which SunOne is supposed to be installed. After finish booting SunOne doesn't work ...
962 byte By
704929 at 2007-11-25 9:04:55
I have created CMP entity beans based on a database schema captured using the jdbcodbc driver.Each one with its primary key and correctly validate.Then I have created a module and added to the module all CMP beans. Then when I attempt to deploy the module I got the following error: Conents are ...
How do I create a TiledView using Sun One?Is there good documentation of the Framework available?ThanksAlan