Debug Watch Problem

508 byte By JohnRiggins at 2007-11-25 10:34:36
I have been having problems with my variables within Sun ONE Studio 5, Standard edition. When I try and add a variable to be watched, it tells me that the "identifier can not be resolved". It does that for every variable, including session, request, etc... within my jsp. Debug itself works and ...

JatoSample samplecomponents.tld file not detected

383 byte By canoepaddler at 2007-11-25 10:35:18
When attempting to run the "Wizard-like" Data Entry sample app, the following error is returned:Application Errororg.apache.jasper.JasperException: File "/WEB-INF/tld/samplecomponents/samplecomponents.tld" not found The file appears to be in the indicated directory. Running under a local copy ...

Problem trying to run Sun One Studio 5 standard edition

1009 byte By BhamidiKrishna at 2007-11-25 10:35:22
Hi,I installed Sun One Studio 5 standard edition, it installed fine on XP. When I try to run it, I get the following exception as soon as the splash screen appears - java.lang.IllegalStateException: No Menu/The stack isava.lang.IllegalStateException: No Menu/at ...

Invisible caret in Sun ONE Studio 5 SE - Java Editor with black background

621 byte By EdsonWatanabe at 2007-11-25 10:35:37
How to change caret color in Sun ONE Studio 5 SE - Java Editor?The caret blinks changing its color between black and the background color.I have changed the background color of the editor to black (the first thing I do whenever presented to a new editor...) But the caret changes its color ...

web app works in sunone but after moving to tomcat it won't

824 byte By 701739 at 2007-11-25 10:35:41
My web application works just fine in sunone studio, but once I move it to tomcat by creating a war file, it wont.the part of app that doesn't work is the file and directory copy part. everthing else is fine:server access, database connectivity, and login.if the files and directory are there, ...

Bad interaction between S1AS7 and MSOutlook

979 byte By EdsonWatanabe at 2007-11-25 10:36:07
There is a bad interaction between S1AS7 (installed by Sun ONE Studio 5 SE) and MSOutlook that I had to solve changing a configuration file.MAPISP32.EXE listen to the TCP port 1071.By default, the installation of S1AS7 tries to run an administrative service listening at 1071 also. If the port ...

Problem with web service

1624 byte By nhpg at 2007-11-25 10:36:29
Hi!First of all, I'm new to Sun 1 Studio...I created a Web Service with Sun 1 Studio, but I can't use it.I created a session bean to invoke services on the WS, but, when I keep getting this error:org/w3c/dom/NamedNodeMap.java [0:0] No file named org/w3c/dom/NamedNodeMap.java exists on disk in ...

src.zip

193 byte By nhpg at 2007-11-25 10:36:59
I removed src.zip from the sun 1 filesystem and now I can't get anything to work.How do I put it back?I tried to add it like any other package and it doesn't work.

IDE gets stupid with CVS

639 byte By RobertGorski at 2007-11-25 10:37:14
When using CVS to control files versions of our project (web + EJB) Sun One Studio (v4 upd 1)gets stupid. First, getting new version of EJB descriptors files (using WinCVS) causes IDE to generate funny (?) errors like this:CMP Mapping Error in bean SmxPrvServices:: This error (The field ...

CMP Mapping Error in bean

612 byte By 702890 at 2007-11-25 10:37:37
Hi,I have the old problem where you define a perfectly ok relationship between two beans and get this error...CMP Mapping Error in bean Categories:: This error (The field parent does not have a valid lower bound) should not occur.Please contact support and file a bug. You can restart the IDE to ...

Installing Sun ONE studio 5 on Solaris

357 byte By 702525 at 2007-11-25 10:37:38
Hi, I am trying to install Sun ONE Studio 5 on solaris 9When I try to install it with root privelages, it fails to start Install shield and exits.When I run it as a user, it starts install shield and ask me to login with super user previlages.What is the problem here. Any help is ...

trouble with stockapp mini tutorial

2841 byte By jtranex at 2007-11-25 10:38:29
ref: http://developers.sun.com/tools/javatools/documentation/s1s5/stockapp.htmlJust trying the stockapp mini tutorial a couple times, i get execute the client app ok, but when i enter mce and invoke it i get the error below, has anyone got any ideas?StockServiceClient ErrorAn error was ...

can't debug in sone one studio mobile edition

647 byte By InderjitSingh at 2007-11-25 10:38:58
Hi!I'm trying to debug my midlet. all i'm getting is this during debbuging:Connecting to localhost:5500Connection establishedWarning: Breakpoint on variable access or modification is not supported by the current VM.Thread KVM_Threadfa055c stopped at praxis.Praxis.<obsolete> line ...

Mobile applications -resolving symbols

749 byte By AndreasPapathanasis at 2007-11-25 10:39:03
Hello. I am very new to programming mobile applications. After downloading and installing Sun's ONE studio, I set up a new MIDP application. The problem is that when I try to use a methods from the midp api (for example, the javax.microedition.lcdui.Image.createImage() method), I get a "cannot ...

NoSuchMethodExeption:setURL while accessing MS-SQL 7.0

21812 byte By SunilKim at 2007-11-25 10:39:55
Hi I am J2EE Beginner, and trying to learn more using Sun One Studio.I have environment like this.- Windows XP- MS-SQL 7.0- J2SDK 1.4.2_02- J2SDKEE 1.3.1- Sun One Application Server 7- Sun One Studio 5I've been following an Example from ...

Debugging test generated by Sun ONE Connector Builder

1232 byte By MarcTardif at 2007-11-25 10:39:57
Is it possible to make Sun ONE Studio 4 stop execution on breakpoints set in the test generated by the Sun ONE Connector Builder? These are the steps I have followed in an attempt to do so:1. Configured the J2EESDK 1.4 RI Application Server to listen on port 1044 for debugging connections.2. ...

Problem with class org.w3c.dom.Document.java on Sun ONE Studio

306 byte By RobertJav at 2007-11-25 10:40:21
When I work with xml (with the class org.w3c.dom.Document.java), in Sun ONE Studio 5, al to unfold the aplication, throws an error that says "class done not find org.w3c.dom.Document.java(error of compiled) in the file src.zip".If someone it knows that it can be, please he respond me. ...

jax-rpc question on sun one

136 byte By jtranex at 2007-11-25 10:40:46
for jax rpc do we need to make additional options to integrate this with sun one or is this set up automatically?ta

salutation web service cannot run

1053 byte By jtranex at 2007-11-25 10:41:42
I have only installed Sun One Studio 5 that came with Application Server 7.Following the example on this link http://developers.sun.com/tools/javatools/articles/buildingWS.htmlI have managed to get these 4 examples to run http://localhost:7778/servlet/HelloWorld Hello World! ...

Install Sun Workshop 6 on Solaris 9

184 byte By KentChang at 2007-11-25 10:41:55
Has anyone successfully installed Sun Workshop 6 on a Solaris 9 machine? I checked release notes, and seems like this version does not support solaris 9. Thanks!KC

No method found for XML query element

1699 byte By 702890 at 2007-11-25 10:43:44
Hi,I have an EJB module which contains some entity beans. If I try to deploy it or verify it using the Sun One Verifier Tool I get the following exception... Error: ** Error trying to process file: java.lang.RuntimeException: No method found for XML query element: Ambiguous or invalid ...

SunOne 5u1, Portlet Builder Harness Error

4983 byte By dwyutzy at 2007-11-25 10:43:55
Hello,Just installed SunONE Studio and the portlet builder plugin and was walking through the demo and get the following error when trying to "Simulate":"Could not access URl through external browser..."I followed the instructions given to setup the browser, but still get the same error.If I ...

Obtain Sun ONE Studio 4 IDE plugin w/o internet access; Proxy issue

764 byte By bjcgui at 2007-11-25 10:44:01
I can't find out how to obtain the Sun ONE Studio 4 IDE plugin that's necessary to register my Sun ONE App server 7 (installed on Solaris) with my Studio 4 (installed on Linux). I don't currently have internet access from the IDE due to a proxy issue, so the IDE Update Center can't help. ...

User Frame on IDE Desktop

372 byte By pramodmandare at 2007-11-25 10:44:05
HiI am using sunONE for my application in which I create a new module.After that I provide frame.but sunONE by default does not set that on IDE desktop.for that I have to go to Windows->Frame->reside on IDE Desktopis there any way to put user frames directly onto the IDE desktop?Thanks in ...

jwsdp is it integrated into sun one 5

222 byte By jtranex at 2007-11-25 10:44:15
hello,i was wondering is sun one studio 5 built in with JWSDP, or will you need to install separate.Just wondering as i dun wanna uninstall jwdsp which i installed earlier to find out.ta.

MYSQL using JSP tags , is it supported in app 7?

826 byte By jtranex at 2007-11-25 10:44:37
Hello,Iam trying to run one the cd shop example, but with the MYSQL database.It runs under the tomcat server, but when i change to the application server instance and deploy then execute the application it does not work.it gives this error, i was wondering does the application server 7 support ...

AWT on SunOne?

542 byte By blurfLy at 2007-11-25 10:44:46
Hi, got a few questions on SunOne studio version 4 update 1, mobile edition1)Is it possible for me to use the .awt package on SunOne studio? i was trying to put the package in use but failed.2)Is it possible for me to add other package in the SunOne studio? i mean like if i have other classes ...

database doesn't seem to be updated

1112 byte By nhpg at 2007-11-25 10:44:56
Hi!I have a web application that works like this:1. A client goes to an html page and fills a form with registration data.2. The form is submitted to a servlet (servlet1) in Application A.3. The servlet invokes a methd on a session bean with the registration data.4. The session bean saves the ...

problem with ejb beans

1436 byte By jtranex at 2007-11-25 10:45:30
Hello,Iam writing a program to insert int values into a MYSQL database using entity beans.I have created an entity bean to model the database, that is two columns, a create method was initialised. A detail class(java bean) was created. The entity bean was referenced to the detail class using a ...

JavaHQ

486 byte By blurfLy at 2007-11-25 10:45:39
Hi, i'm getting a bit confused with 2 things, JavaHQ and the KVM. As i know that JavaHQ is the platform to run MIDlets in Palm, is it possible to run a MIDlet without JavaHQ on the phone? If i replace the JavaHQ with a KVM, will there be any problem? I'd tried to install both JavaHQ and KVM ...

problems with servlet based web application

782 byte By GerardoMoran at 2007-11-25 10:45:43
Hi,I got a problem with my web application, I'm developing a MVC (model view controller) application. I have the model, and I also tried the model with my own tester but when I tried to implement the controller my troubles begin.I have a login page which has a html form that is pointing to the ...

CLI156 Could Not Start The Domain domain1

706 byte By Ram_Fan at 2007-11-25 10:45:47
I just down loaded J2EE 1.4 (j2eesdk-1_4_dr-windows-eval-app). The installation went well. There were no problems, even the installation log was clean. The problem is when I try to "start default domain", I get:Starting domain domain1, please waitLog redirected to ...

JATO Book? JATO vs Struts?

163 byte By dwyutzy at 2007-11-25 10:45:57
Was wondering on how JATO compares to Struts? Is there a good beginners book on JATO?I'm not a newbie to Java, but new to JATO.Thanks!

jato:text, how to specify maxlength, size, etc.

139 byte By dwyutzy at 2007-11-25 10:46:29
Since this tag renders an HTML input tag, I assumed it would support at least the attributes....How do I specify this?

J2ME (Micro Edition) framework apps

228 byte By acojafar at 2007-11-25 10:46:49
in "Sun Java Studio Standard 5 update 1" IDEthere is wizard about application frame .the question is:is there any similar wizard in "SUN ONE Studio 5, mobile edition"plizz gimme clues !!

Latest version of SUN ONE studio

213 byte By mpfefer@hotmail.com at 2007-11-25 10:46:55
Hi people,I wonder what is the latest version of forte4java. Is it SunONE studio 5 (update1) or 7 or 8?7 and 8 versions seem to be a different product...Please advise!!Mel

Installation problem, pls give help....

139 byte By CedricBC at 2007-11-25 10:47:14
Error message during installation:java.lang.NoClassDefFoundError: run Exception in thread"main"TqsCedric

Good example of TiledView, can't get working.

965 byte By dwyutzy at 2007-11-25 10:47:21
Trying to implement a screen where user fills in fields that are saved in a tiledmodel, that are then displayed below the entry form.Got 99% of it working, but can't get the tiledview to display.Inserted various checks and here is a valuedump:INFO: CORE3282: stdout: Row 0: colorName={''}; ...

How to populate a Model from EJB

408 byte By 701439 at 2007-11-25 10:47:26
Hi..all,I have a Model & I want it to be populated using EJB's. To explain it in more details. In a particular servlet I will be create a Array Bean (data) & I want this to be passed to the Model either as a parameter or loading it into the session. In the tile model I want the data to ...

Illegal connection factory access

367 byte By nhpg at 2007-11-25 10:47:39
I'm using message-driven beans and I'm getting this error in my server log:JMS5007: Illegal connection factory access to [jms/MVAQueueConnectionFactory]. J2EE Components should access JMS Connection Factories through a resource-ref in java:comp/envWhat does this mean?Despite the warning, the ...

image files require full path info

621 byte By LarsSnith at 2007-11-25 10:47:40
Fairly new to Sun Studio CE 4 I suspect this is a real newbie question. But I have really searched the documentation for an answer, so please be gentle with me...Anyway, compiling with Java command-line SDK the following works just fine:ImageIcon image1 = new ImageIcon("button1.gif");But when ...

Calling Sequence when a JSP is called

526 byte By 701439 at 2007-11-25 10:47:47
Hi..All,What are the series of method calls, when a user tries to look at a JSP from a browser.I want to know the sequence of calls in each component :Say a JSP is made of a TiledView & the TiledView is based on a Basic model. After working on it for some time I learned that, for a model , ...

Tiled HREF with additional paramaters, how?

616 byte By dwyutzy at 2007-11-25 10:47:55
Have a tiled view displaying a list. At the end, I have an href so the user can delete an item from the list. Right now, when the user clicks the link, I get the following exception:"Could not map request parameters"So I guess my question is, how do I set the parameters that are shown in the ...

Error : com.iplanet.jato.model.ModelControlException: Location is beyond th

11086 byte By 701439 at 2007-11-25 10:48:06
Hi..All,I have a Page displayed with few values & one of them is of HREF type.The Model gets populated & I am able to view the data. When I click on the HREF value, I get an error :com.iplanet.jato.model.ModelControlException: Location is beyond the end of the current bean array (0 > ...

Unable to start Application Admin Server

1149 byte By dwyutzy at 2007-11-25 10:48:23
Getting the following error when trying to start the Admin server. Was working, but now is not. Any ideas are appeciated![19/Jan/2004:09:05:35] SEVERE ( 2712): IOP5055: Could not create listener on port [1,071], host [0.0.0.0][19/Jan/2004:09:05:35] SEVERE ( 2712): CORE5081: Exception while ...

another bug in sun one studio?

303 byte By jtranex at 2007-11-25 10:48:25
is this another bug in sun one studio or something else.i have set the author to a different name throughtools -> options -> java sourcesbut when i create session beans or cmp beans, it uses the previous name.however java main classes display the new name ...

How to clear the session cache

441 byte By 701439 at 2007-11-25 10:48:32
Hi..All,I have a Page where the user can set some of the records to deleted. After the user hits submit, the records are deleted & the same page is displayed again. But this time I get the same set of data displayed including the deleted rows, eventhough the rows are deleted from the ...

Help with StringTokenizer ?!?

2323 byte By TysonBenson at 2007-11-25 10:48:35
Hi, I'm getting the error message "cannot resolve symbol", what am I doing wrong? Thanks! [code][import java.lang.*;import java.io.*;import java.net.*;public class Average1{private static URL location;public static void main(String args[]) throws IOException{int i, j, normal;String ...

Cant connect to s1studio update center

333 byte By JensOhlsson at 2007-11-25 10:49:20
I havent been able to connect to the update-center for the past 2 or 4 weeks. The url are set to ' http://forte.sun.com/services/autoupdate/ffjcatalog?username='...When running the url is a browser i get a message saying that the xml-documents *something* cant be downloaded, which is probably ...

Images

382 byte By yasminahmad at 2007-11-25 10:50:22
Hello I was wondering if anyone could be of some assistance I need help trying to import a jpeg/bitmap into my java application... try{ Graphics1 = ImageIO.read(f);}catch ( IOException E){} Graphics2D G = Graphics1.createGraphics(); this is what i have so far but this doesn't seem to be ...