• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic server

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I created an entity bean(Home, Remote,Primary, bean).
USing XML deployment I tried to deploy on the weblogic server and it is not able to do that.
Eg: employee bean-
==>jar cf employee.jar *.class META-INF/ejb-jar.xml
employeer jar is created nd using the deoployer tool I tried to deploy but I am not able to .
"Error is
java.io.FileNotFoundException: C:\WINDOWS\.ejbdeployer\provider-projects\employee\employee.fs (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
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)
"
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ipo2000us,
Please note that JavaRanch has a naming standard which requires you to use your real name. Please reregister. Thanks!
------------------
Tom
Sun Certified Programmer for the Java� 2 Platform
Moderator of the forums:
J2EE and EJB
Other Java APIs
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you run the jar through ejbc?
If not run it through ejbc then deploy.
Phil
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic