Hi, everybody
My problem scenario is here:
X-Application Version: 3.1.3
Tamino Version : 3.1.1.1
Platform : NT
WebContainer : Tomcat 3.3
JDK Version : 1.4.0_01
I COULD ever start up the Tomcat container (through command line) and run the X-Application generator (through X-Plorer) to generate new application, and also SUCCESSFULLY start the new application.
However, when I restarted my computer (and also restarted the Tomcat container), there is an error in the command line for Tomcat start up. The error message is here:
=====================================================
(the messages before this line are skipped)
INFO [main] - Loading namespace taminowebdavserver configuration
INFO [main] - Namespace configuration complete
EmbededTomcat: Init time 4256
Guessed home=C:\Program Files\Software AG\Tamino\Tamino WebDav Server 3.1.1\jaka
rta-tomcat
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.tomcat.util.IntrospectionUtils.execute(Unknown Source)
at org.apache.tomcat.startup.Main.execute(Unknown Source)
at org.apache.tomcat.startup.Main.main(Unknown Source)
Caused by: org.apache.tomcat.core.TomcatException: Root cause - Address already
in use: JVM_Bind
at org.apache.tomcat.modules.server.PoolTcpConnector.engineStart(Unknown
Source)
at org.apache.tomcat.core.ContextManager.start(Unknown Source)
at org.apache.tomcat.startup.EmbededTomcat.start(Unknown Source)
at org.apache.tomcat.startup.EmbededTomcat.execute1(Unknown Source)
at org.apache.tomcat.startup.EmbededTomcat$1.run(Unknown Source)
at org.apache.tomcat.util.compat.Jdk12Support$PrivilegedProxy.run(Unknow
n Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.tomcat.util.compat.Jdk12Support.doPrivileged(Unknown Sourc
e)
at org.apache.tomcat.startup.EmbededTomcat.execute(Unknown Source)
… 7 more
===================================================================
After I saw this error message, I tried to launch the Tomcat home page through web browser, and it successfully loaded the page. However, when I tried to run examples (which I have NOT ever run before) in http://localhost:4000/xapp/, there is an error message:
========================================================
Error: 500
Location: /xapp/simple/BrowseWithNavigation.jsp
Internal Servlet Error:
java.lang.NoClassDefFoundError: sun/tools/javac/Main
at org.apache.jasper.compiler.SunJavaCompiler.compile(Unknown Source)
at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown Source)
at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown Source)
at org.apache.tomcat.core.ContextManager.processRequest(Unknown Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:484)
========================================================
Can anyone help me to solve the problem please?
Andy
#API-Management#Tamino#webMethods