i am getting the below error when i try to
deploy the bean use ejb deployer tool please
throw some light on it.
java.io.FileNotFoundException: C:\WINNT\Profiles\lagnajit\.ejbdeployer\provider-projects\school\.fs (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:68)
at java.io.FileInputStream.<init>(FileInputStream.java:99)
at java.io.FileReader.<init>(FileReader.java:39)
at weblogic.ejb.ui.deployer.ProviderProjectRootNode.load(ProviderProjectRootNode.java, Compiled Code)
at weblogic.ejb.ui.deployer.ProviderProjectRootNode.load(ProviderProjectRootNode.java:716)
at weblogic.ejb.ui.deployer.ProjectLoaderWorker$LoaderThread.run(ProjectLoaderWorker.java, Compiled Code)
Failed to load C:\WINNT\Profiles\lagnajit\.ejbdeployer\provider-projects\school\.fs
thanks in advance
regards
- mohan
Discussions
EJB programming & troubleshooting: java.io.filenotfoundexception in deploying a statelessessionbean
-
java.io.filenotfoundexception in deploying a statelessessionbean (1 messages)
- Posted by: mohan ramanna
- Posted on: August 21 2000 09:09 EDT
Threaded Messages (1)
- java.io.filenotfoundexception in deploying a statelessessionbean by Suresh Vasudev on August 21 2000 13:34 EDT
-
java.io.filenotfoundexception in deploying a statelessessionbean[ Go to top ]
- Posted by: Suresh Vasudev
- Posted on: August 21 2000 13:34 EDT
- in response to mohan ramanna
THe error clearly inmplies that it is not able to find the file specified.
Check whether the poath and file name that you have specified is correct