• 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

Deploying CMP EJB's to Websphere 3.5

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm attempting to deploy entity and session EJBs to Websphere 3.5 using TogetherJ's automatic deployment tool. So far, I have not been able to successfully deploy. The error I receive is:
was35: EJBDeploy: compileClasses(): Compiling generated classes...
was35: javac command line:
was35: javac -d c:\temp\__ejbjar -classpath c:\temp\__ejbjar;c:\WebSphere\AppServer\jdk\lib\classes.zip;c:\WebSphere\AppServer\lib\deployTool.jar;c:\WebSphere\AppServer\lib\iioptools.jar;c:\WebSphere\AppServer\lib\ujc.jar;c: \WebSphere\AppServer\lib\ejs.jar;c:\WebSphere\AppServer\lib\vaprt.jar;c:\WebSphere\AppServer\lib\ivbjfaceall.jar;c:\WebSphere\AppServer\lib\BEXruntime.jar;c:\WebSphere\AppServer\li b\developBEX.jar;c:\WebSphere\AppServer\lib\jetace.jar;c:\WebSphere\AppServer\lib\developEJB.jar;c:\WebSphere\AppServer\lib\xml4j.jar;c:\WebSphere\AppServer\lib\ibmwebas.jar;c:\Web Sphere\AppServer\lib\console.jar;c:\WebSphere\AppServer\lib\admin.jar;c:\WebSphere\AppServer\properties;c:\WebSphere\AppServer\lib\repository.jar;c:\WebSphere\AppServer\lib\sslight .jar;c:\WebSphere\AppServer\lib\swingall.jar;c:\WebSphere\AppServer\lib\servlet.jar;c:\temp\JetAce;C:\Together4.2\lib\javax.jar;;C:\Together4.2\out\classes\MFACS;C:\Jboss\JBoss-2.2 .1_Tomcat-3.2.1\tomcat\lib\servlet.jar;C:\Jboss\JBoss-2.2.1_Tomcat-3.2.1\jboss\client\jboss-client.jar;C:\Jboss\JBoss-2.2.1_Tomcat-3.2.1\jboss\client\jbosssx-client.jar;C:\Jboss\JB oss-2.2.1_Tomcat-3.2.1\jboss\lib\ext\jnpserver.jar;C:\Jboss\JBoss-2.2.1_Tomcat-3.2.1\jboss\lib\ext\jndi.jar;C:\Jboss\JBoss-2.2.1_Tomcat-3.2.1\jboss\lib\ext\ejb.jar;C:\Jboss\JBoss-2 .2.1_Tomcat-3.2.1\jboss\lib\ext\jboss.jar;C:\WebSphere\AppServer\lib\deployTool.jar;C:\WebSphere\AppServer\lib\ujc.jar;C:\WebSphere\AppServer\lib\ejs.jar;C:\WebSphere\AppServer\lib \vaprt.jar;C:\WebSphere\AppServer\lib\ivbjfaceall.jar;C:\WebSphere\AppServer\lib\jetace.jar;C:\WebSphere\AppServer\lib\xml4j.jar;C:\WebSphere\AppServer\lib\ibmwebas.jar;C:\WebSpher e\AppServer\lib\console.jar;C:\WebSphere\AppServer\lib\admin.jar;C:\WebSphere\AppServer\properties;C:\WebSphere\AppServer\lib\repository.jar;C:\WebSphere\AppServer\lib\sslight.jar; C:\WebSphere\AppServer\lib\servlet.jar;C:\WebSphere\AppServer\jdk\jre\lib\ext\rmiorb.jar;C:\WebSphere\AppServer\jdk\jre\lib\ext\iioprt.jar;C:\Together4.2\jdk\lib\dt.jar;C:\WebSpher e\AppServer\lib\swingall.jar;C:\Together4.2\myprojects\model;;
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSRemoteFundSession.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSFinderFundBean.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSRemoteFundHome.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSRemoteFund.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSRemoteFundSessionHome.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSFundSessionHomeBean.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSJDBCPersisterFundBean.java
was35: c:\temp\__ejbjar\HighLevelDesign\business\EJSFundHomeBean.java
was35: javac return code = 1
was35:
was35: ********** EJBDeploy: Messages:
was35:
was35: IVJ0803E: There were errors during compilation of generated classes.
was35:
was35: The fatal error occurred on step write.step.500: 'Tool executed with return code -1'. Execution stopped
I am looking for direction about deploying EJB's from Websphere. What does this error mean...and what can I do to resolve it?
Thanks!
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm also struck with the same problem as you mentioned herewith regarding the EJB Deploy problem, while trying to make it with the deployable jar generated from jetace;
can u help me out?
Thanks
AParna
 
reply
    Bookmark Topic Watch Topic
  • New Topic