Saudações a todos!!!
Ontem, após compilar um programa no TOMCAT um .java a aplicação não reiniciou normalmente gerando diversos ERRO em um log. Com isso precisei executar um restart na mão, estabilizando a aplicação. Alguem poderia me ajudar no esses logs?!!? Estou anexando ele logo abaixo.
Obrigado!!!
<!-- LOG 1–>
Aug 9, 2005 7:24:57 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading this Context has started
Aug 9, 2005 7:24:57 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildren
SEVERE: Exception invoking periodic operation:
java.lang.IllegalStateException: removeAttribute: Session already invalidated
<!-- LOG 2–>
Aug 9, 2005 7:25:32 PM org.apache.catalina.core.ContainerBase removeChild
SEVERE: ContainerBase.removeChild: stop:
LifecycleException: Manager has not yet been started
<!-- LOG 3–>
Aug 9, 2005 7:25:52 PM org.apache.catalina.core.StandardContext start
SEVERE: Error in resourceStart()
Aug 9, 2005 7:25:52 PM org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
Aug 9, 2005 7:25:52 PM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Aug 9, 2005 7:25:52 PM org.apache.catalina.core.StandardContext start
SEVERE: Exception during cleanup after start failed
LifecycleException: Container StandardContext[/admin] has not been started
<!–LOG 4–>
8/9/05 10:40 PM config ERROR Config: UNABLE TO LOAD CONFIG FILE: /WebMacro.properties
The webmacro.properties file is typically loaded by a
call to Class.getResourceAsStream()–this means it must
be locatable on your classpath; the same classpath from
which the core WebMacro classes were loaded (webmacro.jar)
*** BEGIN: 8/9/05 10:40 PM***
*** LOG LEVEL SET TO: WARNING
8/9/05 10:40 PM WMServlet ERROR Could not initialize the broker!
*** Check that webmacro.properties was in your servlet
*** classpath, in a similar place to webmacro.jar
*** and that all values were set correctly.
<!–LOG 5–>
Aug 10, 2005 8:11:34 AM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /200.232.72.60 SocketException: Connection reset
Aug 10, 2005 8:18:03 AM org.apache.jasper.compiler.Compiler generateClass
SEVERE: Javac exception
Compile failed; see the compiler error output for details.
<!–Final dos LOGS -->