Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jdeveloper

user516441Jun 21 2006 — edited Jun 21 2006
Hi to All,
I am new to JDeveloper tool .I got the problem related OC4J server.
Can any body help regarding this problem.I am involving in project.
when i am running an jsp/servlet program i was getting following errors..
java.io.FileNotFoundException: C:\JDeveloper 10g\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\application-deployments\current-workspace-app\jsp-app-jsp-app-webapp\orion-web.xml (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
at oracle.ide.net.FileURLFileSystemHelper.openOutputStream(FileURLFileSystemHelper.java:742)
at oracle.ide.net.URLFileSystemHelperDecorator.openOutputStream(URLFileSystemHelperDecorator.java:292)
at oracle.ide.net.VirtualFileSystemHelper.openOutputStream(VirtualFileSystemHelper.java:929)
at oracle.ide.net.URLFileSystemHelperDecorator.openOutputStream(URLFileSystemHelperDecorator.java:292)
at oracle.ide.net.URLFileSystem.openOutputStream(URLFileSystem.java:1206)
at oracle.ide.xml.XMLUtil.writeXML(XMLUtil.java:158)
at oracle.jdeveloper.xml.URLDomIO.save(URLDomIO.java:26)
at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:80)
at oracle.jdeveloper.xml.BindingIO.save(BindingIO.java:57)
at oracle.jdevimpl.runner.oc4j.Oc4jWorkspaceConfig.transmogrifyConfigFiles(Oc4jWorkspaceConfig.java:345)
at oracle.jdevimpl.runner.oc4j.Oc4jWorkspaceConfig.configureAll(Oc4jWorkspaceConfig.java:165)
at oracle.jdevimpl.runner.oc4j.Oc4jStarter.preStart(Oc4jStarter.java:628)
at oracle.jdevimpl.runner.oc4j.Oc4jStarter.start(Oc4jStarter.java:269)
at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:830)
at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:470)
at oracle.jdevimpl.runner.run.RunningProcess.startTarget(RunningProcess.java:76)
at oracle.ide.runner.RunProcess$2$1.run(RunProcess.java:768)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
#### Embedded OC4J Server could not be started up.

here i would like to know what exactly i have to do to overcome this problem.
Thanks in Advance

Comments

Try it without a blank in the path name.
Shay Shmeltzer-Oracle
Try installing JDeveloper in a directory that doesn't have a space in it's name something like C:\jdev1013. Let us know if it solves your problem.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 19 2006
Added on Jun 21 2006
2 comments
426 views