글타래(쓰레드): failed to start application in server instance !!!!!!!!!!!!!! help please !

이 질문은 답변되었습니다. 유용한 답변: 5. 정확한 답변: 1.


Permlink 댓글: 9 - 페이지: 1 - 마지막 글: May 20, 2009 5:17 AM 최종 작성자: rifinio
rifinio

글: 23
등록일: 09-05-19
failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 4:08 AM
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
hello;

i m a new user of the jDevoloper 11. and i'm trying to create an web Application with ADF faces.
i used to run the application without any problems.
but today when i tried to run it
it gives me that error message in the log window


http://Running application JSFApplication on Server Instance DefaultServer...
Uploading credentials.
---- Deployment started. ---- May 19, 2009 11:06:08 AM
Target platform is (Weblogic 10.3).
Running dependency analysis...
#### Deployment incomplete. #### May 19, 2009 11:06:08 AM
java.lang.RuntimeException: java.lang.NullPointerException
at oracle.jdevimpl.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:88)
at oracle.jdeveloper.deploy.common.ModulePackager.deployProfiles(ModulePackager.java:63)
at oracle.jdeveloper.deploy.common.ModulePackager.deployImpl(ModulePackager.java:52)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
Caused by: java.lang.NullPointerException
at oracle.ide.net.URLFileSystem$TrackedOutputStream.flush(URLFileSystem.java:2332)
at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
at oracle.jdevimpl.deploy.stripe.MonitoredOutputStream.flush(MonitoredOutputStream.java:84)
at java.io.FilterOutputStream.close(FilterOutputStream.java:140)
at oracle.jdevimpl.deploy.stripe.MonitoredOutputStream.close(MonitoredOutputStream.java:89)
at oracle.jdevimpl.webapp.jsp.libraries.wl.WebLogicDeployerListener.prepared(WebLogicDeployerListener.java:146)
at oracle.jdevimpl.deploy.fwk.ListenerSupport.firePrepared(ListenerSupport.java:178)
at oracle.jdeveloper.deploy.common.AbstractDeployer.prepare(AbstractDeployer.java:78)
at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:430)
at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
at oracle.jdevimpl.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:82)
... 26 more
#### Cannot run application JSFApplication due to error deploying to DefaultServer.
Application JSFApplication stopped and undeployed from Server Instance DefaultServer


please i want some help on what to do to solve this issue :s
thank you in advance ;
rifinio

글: 23
등록일: 09-05-19
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 7:49 AM   rifinio님의 질문에 답변 rifinio님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
31 views and no unswers :s
if any one knows how to solve this problem, please tell us, because i really need it !
thanks.
Pedja

글: 543
등록일: 07-04-03
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 7:55 AM   rifinio님의 질문에 답변 rifinio님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
Hi,

Caused by: java.lang.NullPointerException
at oracle.ide.net.URLFileSystem$TrackedOutputStream.flush(URLFileSystem.java:2332)

Could you be referencing some jar maybe that no longer exists on its original location? Check your project's libraries.

Pedja
Timo Hahn

글: 2,141
등록일: 04-08-20
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 7:58 AM   rifinio님의 질문에 답변 rifinio님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
You don't really give us much to work with.
Does this happen out of the blue? Without you making any changes to the code?
Did you try to recompile the sources? Did you delete the classes folder in the file system of all projects which are building the application?
If you don't mind loosing your preferences you can try renaming the system11.1.1.0.31.52.05 folder to sys_buggy (you find this folder in <installpath>/jedveloper/system). Close jdev before renaming the folder and start it after renaming. Then try your app again.

Timo
rifinio

글: 23
등록일: 09-05-19
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 8:23 AM   Timo Hahn님의 질문에 답변 Timo Hahn님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
Timo Hahn wrote:
You don't really give us much to work with.
because i told you that am just a biginner in j2EE .

Does this happen out of the blue? Without you making any changes to the code?
i use a copy of the project that i made before which works in an other PC but not in mine ??
Did you try to recompile the sources?
how to do this ?

Did you delete the classes folder in the file system of all projects which are building the application?
maybe i could do it without i know
If you don't mind loosing your preferences you can try renaming the system11.1.1.0.31.52.05 folder to sys_buggy (you find this folder in <installpath>/jedveloper/system).
i didn't find the classpath of jdev. i have only the myWork folder in C:\JDeveloper\mywork

for information i ve uninstalled jdev and reinstall it but i still have the same messages :S

thank you Timo !
Timo Hahn

글: 2,141
등록일: 04-08-20
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 8:34 AM   rifinio님의 질문에 답변 rifinio님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
OK,
what do you mean by
use a copy of the project that i made before which works in an other PC but not in mine ??
Did you copy the workspace folder or something else?
If it worked on the other PC how did you compile it there?

Timo
rifinio

글: 23
등록일: 09-05-19
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 9:07 AM   Timo Hahn님의 질문에 답변 Timo Hahn님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
Timo Hahn wrote:

what do you mean by
use a copy of the project that i made before which works in an other PC but not in mine ??
Did you copy the workspace folder or something else?
yes i ve copied the folder of the application from my frame work.
If it worked on the other PC how did you compile it there?
i complie it in an other PC by Run from Run menu => run ViewController F11.
thats all
Timo Hahn

글: 2,141
등록일: 04-08-20
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 9:18 AM   rifinio님의 질문에 답변 rifinio님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
So you opened up the .jws file on your machine and hit F11 to run it and got the error?

Looks like you are missing something like a jar file, or you did not copy all necessary files...

Timo
rifinio

글: 23
등록일: 09-05-19
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 19, 2009 9:27 AM   Timo Hahn님의 질문에 답변 Timo Hahn님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
yes it looks that this the problem !
but how could i know the missing file and where ?
rifinio

글: 23
등록일: 09-05-19
Re: failed to start application in server instance !!!!!!!!!!!!!! help please !
게시일: May 20, 2009 5:16 AM   Timo Hahn님의 질문에 답변 Timo Hahn님의 질문에 답변
 
Click to report abuse...   이 글타래에 댓글을 올리려면 클릭하십시오 댓글
Timo Hahn wrote:

If you don't mind loosing your preferences you can try renaming the system11.1.1.0.31.52.05 folder to sys_buggy (you find this folder in <installpath>/jedveloper/system). Close jdev before renaming the folder and start it after renaming. Then try your app again.

finally i found that folder in my installpath <installpath>/jedveloper/system and i rename it as you said ;)
and now it works perfectlly (y)
thank you very much T i M O ^^,


Timo

Edited by: rifinio on 20 mai 2009 05:16
포럼 도움말
oracle.statuslevel.guru oracle.statuslevel.guru : 2500 - 1000000 pts
oracle.statuslevel.expert oracle.statuslevel.expert : 1000 - 2499 pts
oracle.statuslevel.pro oracle.statuslevel.pro : 500 - 999 pts
oracle.statuslevel.journeyman oracle.statuslevel.journeyman : 200 - 499 pts
oracle.statuslevel.newbie oracle.statuslevel.newbie : 0 - 199 pts
oracle.statuslevel.acedirector
Oracle ACE
oracle.statuslevel.aceemployee
유용한 답변 (5 포인트)
정확한 답변 (10 포인트)

전체 포럼의 최신 메시지를 받아보시려면 RSS 리더의 URL을 이곳으로 지정하십시오