• 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

deploy tool startup error

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am unable to run deployment tool. I am getting followin messages

D:\SCBCD\practice> deploytool
Starting deployment tool , version 1.3.1
<Type 'deploytool -help' for command line options.>

No local string for enterprise.tools.deployment.main.error_creating_ui
Unable to create UI: java.lang.ExceptionInInitializerError

My environment variables have been set as:

CLASSPATH=C:\javasoft\j2sdkee1.3.1\lib\j2ee.jar;
J2EE_HOME=C:\javasoft\j2sdkee1.3.1
JAVA_HOME=C:\javasoft\jdk1.3.1_16
PATH=C:\javasoft\jdk1.3.1_16\bin;C:\javasoft\j2sdkee1.3.1\bin;

Please suggest what should i do to run the HFEJB's first EJB app (AdviceAppClient).
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven�t set any classpath, I can still execute the RI-server and then start the deploytool. Maybe you should try to remove the classpath and try again.

By the way, you have started your RI-server in a Command Prompt or shell window before you tried to start the deploytool in another Command Prompt or shell window, right? ... If not, start the RI-server using just the command "J2EE" first and try again.
 
lalit upadheyay
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jonny. I tried your suggestion but even that didn't work. I reinstalled everything in D: drive (D:\j2sdkee1.3.1, and D:\j2sdk1.3.1_16 ) since my operating system (windows 2000 Professional, SP4) was on D:\ but nothing worked out even then. Ranchers, any clues why i am unable to run the deploy tool this time though i was succesful earlier with same configuration ?

Is it necessary to have same version 1.3.X for both j2eesdk and j2sesdk ? if no, then why do we need j2sesdk1.3.X for SCBCD ?
[ June 05, 2006: Message edited by: lalit upadheyay ]
reply
    Bookmark Topic Watch Topic
  • New Topic