Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Urgent: problem in jdev9031

Status
Not open for further replies.

narinder31

Programmer
Aug 15, 2002
2
AU
Hi,
Untill last weekend, everything was working fine. I am not able to figure out what wrong has happened. When I compile my project, everything works fine.
But when I try to run the same, in embedded server or either on 9iAS, I encounter the same problem,

[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
D:\java\ide\jdev9031\jdk\bin\javaw.exe -ojvm -classpath D:\java\ide\jdev9031\j2ee\home\oc4j.jar -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config D:\java\ide\jdev9031\jdev\system9.0.3.1.1107\oc4j-config\server.xml
[waiting for the server to complete its initialization...]
Embedded OC4J startup time: 3375 ms.
Copying default deployment descriptor from archive at D:\Project\Workspace2\Project1\classes/META-INF/orion-ejb-jar.xml to deployment directory D:\java\ide\jdev9031\jdev\system9.0.3.1.1107\oc4j-config\application-deployments\current-workspace-app\classes...Auto-deploying file:/D:/Project/Workspace2/Project1/classes/ (No previous deployment found)...

And nothing happens after this, I waited for more than an hour, but still the problem persists.
I tried making a sample java class and an EJB and made it available as web service, using the wizards, and when I try to run it, I come across the above mentioned problem.
Can somebody tell me what am I missing? Please reply soon, as my development work has come to standstill and I am not able to test any of the modules.
Regards,
Narinder
 
Hi,

Iam having the same problem.

Can someone help us?

Thanks in advance
 
rfelix
I tried many things, but nothing worked. Hence first I started the older version of jdev, ie. jdev 3.2 as a result of this the settings got changed(dont know wat settings, but jdev does it).
And after closing jdev 3.2 I copied jdev 9031 at new location. And started it, in the start it will msg u that it is going to change the settings, accept it. and then u can try importing the same project.
I hope this works for you.
Regards,
Narinder
 
The classpath is not set properly. There might be some classes in your classpath that shouldn't be there. Check the Java Option field (JDeveloper: Project Settings -> Configurations -> Development -> Runner -> Java Options) if there is any "-classpath" option specified there. Leave this field blank, when you start the embedded application server (OC4J).

Zsolt G. Berlak

e-mail: berlak@shaw.ca

M.Sc. in Information Engineering
Sun Certified Java Programmer
Sun Certified J2EE Developer
Sun Certified Enterprise Architect
IBM Certified Software Specialist
IBM Certified e-Business Professional (Solution Designer)
IBM Certified Database Associate



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top