• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Deployable JAR file not Creating. please help?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
i am unable to build the destination JAR, which has to be deployed in Weblogic 6.1 server.
i have built the source JAR, on which we run EJBC to get destination JAR.
viz., C:\slsb>java weblogic.ejbc HelHar.jar HelPad.jar
but when i run EJBC, iam getting the following error.
Can anybody help in this regard? Any help will be Greatly Appreciated.
...
..padmanaban
.........................................
C:\slsb>java weblogic.ejbc HelHar.jar HelPad.jar
ERROR: Error from ejbc: Unable to load a class specified in your ejb-jar.xml: slsb.HelloBean
ERROR: ejbc found errors
.....
'slsb' being my folder for 'StatelessSessionBean', where my class files for HOME,REMOTE & BEAN are kept & a sub-folder called META-INF, where my XML-Deployment-files are kept(i.e. ejb-jar.xml, weblogic-ejb-jar.xml)
--------------------
Padmanaban VS
Senior Software Engineer,
INDIA.
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Vanki I think the steps u r following for creating the jar (using ejbc) is followed in version 5.1.. Weblogic 6.1 and above has very sofisticated GUI based deployment...(frm admin console)Go through the weblogic DOC..
 
Vankipuram Padmanaban
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you are right Bish, I know that.
but we deploy the target jar, using the gui-based weblogic 6.1.
what i mean to say is, you need to generate the target-jar first.
then only the deployment comes into picture(using GUI-web-based uploading interface) right?
the problem is that iam unable to produce the target-jar itself, which is throwing the errors, as shown.
 
Paper jam tastes about as you would expect. Try some on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic