I am using the deploytool to deploy my application,
after I start the
j2ee server,
i got the message like the following:
---------------------------------------------------------------
C:\java\j2ee\bin>j2ee
J2EE server Listen Port: = 1049
No local
string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
No local string for enterprise.log.logging.serverversion.started
No local string for enterprise.log.using.vm.name.version.from
No local string for enterprise.log.vm's.classpath
No local string for enterprise.log.j2ee.homedirectory
Redirecting the output and error streams to the following files:
C:\java\j2ee\logs\home-2ahbp4naz8\ejb\j2ee\system.out
C:\java\j2ee\logs\home-2ahbp4naz8\ejb\j2ee\system.err
J2EE server startup complete.
------------------------------------------
what does local string mean? although the server seems to work fine with this message, but when I start the deploytool, i got the message like this:
-------------------------------------
C:\java\j2ee\bin>deploytool
No local string for enterprise.tools.deployment.main.version
No local string for enterprise.tools.deployment.main.name
No local string for enterprise.tools.deployment.main.defaultstartupmessage
No local string for enterprise.tools.deployment.main.logname
Deployment tool version 1.2.1. Type deploytool -help for command line options. S
tarting...
No local string for deploytoolwindow.title
No local string for deploytoolwindow.inspecting_label
No local string for deploytoolwindow.add_server_label
No local string for deploytoolwindow.add_server_title
No local string for deploytoolwindow.roles_principals_label
No local string for deploytoolwindow.resource_identities_label
No local string for deploytoolwindow.clipboard
No local string for applicationinspector.general
No local string for applicationinspector.jndi
No local string for applicationinspector.web_context
No local string for applicationinspector.security
Exception in
thread "main" java.lang.NoClassDefFoundError: javax/help/CSH
at com.sun.enterprise.tools.deployment.ui.ApplicationGeneralInspector.<i<br /> nit>(ApplicationGeneralInspector.java:57)
at com.sun.enterprise.tools.deployment.ui.ApplicationInspector.<init>(Ap
plicationInspector.java:56)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.getApplicatio
nInspectorManager(DeployToolWindow.java:157)
at com.sun.enterprise.tools.deployment.ui.DeployToolWindow.<init>(Deploy
ToolWindow.java:66)
at com.sun.enterprise.tools.deployment.main.DeployTool.<init>(DeployTool
.java:66)
at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:65)
-----------------------
seems I am missing a file...
I am using JDK1.3,
could anybody help me?
Lucy