aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Unable to run deploytool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Unable to run deploytool" Watch "Unable to run deploytool" New topic
Author

Unable to run deploytool

Eric Tinney
Greenhorn

Joined: Jan 20, 2003
Posts: 3
I got error when running "deploytool -ui" :
No local string for enterprise.tools.deployment.main.error_creating_ui
Unable to create UI: java.lang.ClassNotFoundException: com.sun.enterprise.tools.deployment.ui.DT
I'm using J2SDK 1.4 and J2EE 1.3.1 running on Win98. I can run cloudscape and j2ee without problem.
Has anyone experienced this problem ?
Regards,
Simon Brown
sharp shooter, and author
Ranch Hand

Joined: May 10, 2000
Posts: 1860
I usually just run "deploytool".
Simon
Eric Tinney
Greenhorn

Joined: Jan 20, 2003
Posts: 3
When I run "deploytool", I got :
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.ClassNotFoundException: com.sun.enterprise.tools.deployment.ui.DT
That's why I have to run "deploytool -ui", though option -ui is the default.
Any idea of the problem ?
Regards,
Robert Troshynski
Greenhorn

Joined: Jan 11, 2002
Posts: 16
Check out the following thread:
http://www.coderanch.com/t/310962/EJB-JEE/java/Problems-getting-started
Robert Troshynski


Robert Troshynski
Eric Tinney
Greenhorn

Joined: Jan 20, 2003
Posts: 3
I have tried many versions of those batch files (setenv, j2ee, deploytool), but it still doesn't work for me. I still got the same error in runnign deploytool.
Do I miss anything in classpath ?
With an error of : No local string for enterprise.tools.deployment.main.error_creating_ui
I can fix by edit file %J2EE_HOME%\lib\locale\com\sun\enterprise\tools\deployment\main\localStrings, and put the line
"enterprises.tools.deployment.main.error_creating_ui=Any Message Here" inside.
But an error still in :
Unable to create UI: java.lang.ClassNotFoundException: com.sun.enterprise.tools.deployment.ui.DT
Where is the jar file which has "com.sun.enterprise.tools.deployment.ui.DT" ?
I would like to try to specify it in my classpath.
Any idea of this problem, please.
Regards,
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unable to run deploytool
 
Similar Threads
GUI Deploytool problem!!!!!!
desperatly need help: j2ee RI's deploytool got exception on my unix port
Running deploytool on Win 98
Head First EJB, AdviceBean & that damned SerialContextProvider
Deploytool -ui (Urgent help)