4 Replies Latest reply on Feb 10, 2004 11:55 AM by levar1

    Jboss 3.2.3 Coyote Can't register jmx for protocol

    npdavis

      All,
      I am a java developer with 2 years experience (off and on). I have finally convinced my boss to give J2EE a shot so will be a lot more on : )

      When installing the new 3.2.3 version of jboss, there is a bug that wasn't in 3.0.8.

      Here are my vitals:
      JBoss 3.2.3
      J2SDK 1.4.2_03
      Win2k with all service packs
      PIII 866
      512MB RAM

      Here are the symptoms.
      1. Can't access my own servlets after deploy, which work in other servers
      2. Did the new 3.2 tutorial. Can't access that one after deploy either.
      3. jmx-console returns:
      HTTP Status 500 -

      --------------------------------------------------------------------------------

      type Exception report

      message

      description The server encountered an internal error () that prevented it from fulfilling this request.

      exception

      org.apache.jasper.JasperException: Unable to compile class for JSP

      An error occurred at line: -1 in the jsp file: null

      Generated servlet error:
      [javac] Compiling 1 source file



      at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
      at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
      at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
      at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
      at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
      at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
      at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
      at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
      at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
      at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
      at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
      at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
      at java.lang.Thread.run(Unknown Source)


      Here is my debug modified run.bat start line:

      "%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=10250 org.jboss.Main %*
      Funny thing is, my WAR's deploy without any nasty messages, and the html files in them are serving, just not the servlets. I get a 404 error. I know they are there, I get the same message with the jmx-console.

      Am I missing something huge here? Should I go back to 3.0.8 (works fine). Since we are doing our first production application on JBoss I want to start with the latest production build.

      My server log, fresh with only one start, is below, with the jmx protocol errors highlighted.

      2004-02-10 12:18:04,635 INFO [org.jboss.management.j2ee.LocalJBossServerDomain] Started jboss.management.local:j2eeType=J2EEDomain,name=Manager
      2004-02-10 12:18:04,635 INFO [org.jboss.logging.Log4jService] Started jboss.system:type=Log4jService,service=Logging
      2004-02-10 12:18:04,635 INFO [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Running
      2004-02-10 12:18:04,666 INFO [org.jboss.web.WebService] Started WebServer with address: 0.0.0.0:8083
      2004-02-10 12:18:04,682 INFO [org.jboss.web.WebService] Using RMI server codebase: http://MAESTRO016:8083/
      2004-02-10 12:18:04,682 INFO [org.jboss.web.WebService] Started jboss:service=WebService
      2004-02-10 12:18:04,698 INFO [org.jboss.naming.NamingService] Starting jnp server
      2004-02-10 12:18:04,870 INFO [org.jboss.naming.NamingService] Started jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      2004-02-10 12:18:04,901 INFO [org.jboss.naming.NamingService] Listening on port 1099
      2004-02-10 12:18:04,932 INFO [org.jboss.naming.NamingService] Started jboss:service=Naming
      2004-02-10 12:18:04,932 INFO [org.jboss.naming.JNDIView] Started jboss:service=JNDIView
      2004-02-10 12:18:04,948 INFO [org.jboss.security.plugins.SecurityConfig] Started jboss.security:service=SecurityConfig
      2004-02-10 12:18:05,026 INFO [org.jboss.security.auth.login.XMLLoginConfig] Started jboss.security:service=XMLLoginConfig
      2004-02-10 12:18:05,073 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Started jboss.security:service=JaasSecurityManager
      2004-02-10 12:18:05,166 INFO [org.jboss.tm.TransactionManagerService] Started jboss:service=TransactionManager
      2004-02-10 12:18:05,276 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] Started jboss:service=invoker,type=jrmp
      2004-02-10 12:18:05,385 INFO [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransactionFactory
      2004-02-10 12:18:05,401 INFO [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransaction
      2004-02-10 12:18:05,432 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Started jboss:service=ClientUserTransaction
      2004-02-10 12:18:05,432 INFO [org.jboss.invocation.local.LocalInvoker] Started jboss:service=invoker,type=local
      2004-02-10 12:18:05,479 INFO [org.jboss.invocation.pooled.server.PooledInvoker] Started jboss:service=invoker,type=pooled
      2004-02-10 12:18:05,510 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@1884a40
      2004-02-10 12:18:05,510 INFO [org.jboss.ejb.EJBDeployer] Started jboss.ejb:service=EJBDeployer
      2004-02-10 12:18:05,541 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.deployment.EARDeployer@d4d66b
      2004-02-10 12:18:05,541 INFO [org.jboss.deployment.EARDeployer] Started jboss.j2ee:service=EARDeployer
      2004-02-10 12:18:05,604 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.varia.deployment.BeanShellSubDeployer@11db6bb
      2004-02-10 12:18:05,620 INFO [org.jboss.varia.deployment.BeanShellSubDeployer] Started jboss.scripts:service=BSHDeployer
      2004-02-10 12:18:05,635 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/
      2004-02-10 12:18:05,651 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:05,682 INFO [org.jboss.deployment.MainDeployer] deployment waiting for deployer: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:06,135 INFO [org.jboss.invocation.http.server.HttpInvoker] Started jboss:service=invoker,type=http
      2004-02-10 12:18:06,135 INFO [org.jboss.invocation.http.server.HttpInvokerHA] Started jboss:service=invoker,type=httpHA
      2004-02-10 12:18:06,166 INFO [org.jboss.invocation.http.server.HttpProxyFactory] Started jboss:service=invoker,type=http,target=Naming
      2004-02-10 12:18:06,182 INFO [org.jboss.invocation.http.server.HttpProxyFactory] Started jboss:service=invoker,type=http,target=Naming,readonly=true
      2004-02-10 12:18:06,323 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/
      2004-02-10 12:18:06,323 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-jca.sar
      2004-02-10 12:18:07,041 INFO [org.jboss.deployment.XSLSubDeployer] Created templates: org.apache.xalan.templates.StylesheetRoot@98ce7e
      2004-02-10 12:18:07,041 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.resource.RARDeployer@1cb7a1
      2004-02-10 12:18:07,041 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] deployment waiting for deployer: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] Deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
      2004-02-10 12:18:07,057 INFO [org.jboss.resource.RARDeployer] Started jboss.jca:service=RARDeployer
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDeployer@578073
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] deployment waiting for deployer: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.MainDeployer] Deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
      2004-02-10 12:18:07,057 INFO [org.jboss.deployment.XSLSubDeployer] Started jboss.jca:service=ConnectionFactoryDeployer
      2004-02-10 12:18:07,088 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-jca.sar
      2004-02-10 12:18:07,088 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/
      2004-02-10 12:18:07,120 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/ant.jar
      2004-02-10 12:18:07,120 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/bootstrap.jar
      2004-02-10 12:18:07,120 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/catalina.jar
      2004-02-10 12:18:07,120 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-beanutils.jar
      2004-02-10 12:18:07,120 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-collections.jar
      2004-02-10 12:18:07,135 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-digester.jar
      2004-02-10 12:18:07,135 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-logging.jar
      2004-02-10 12:18:07,135 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jakarta-regexp-1.3.jar
      2004-02-10 12:18:07,135 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jasper-compiler.jar
      2004-02-10 12:18:07,151 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jasper-runtime.jar
      2004-02-10 12:18:07,151 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/naming-common.jar
      2004-02-10 12:18:07,151 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/naming-resources.jar
      2004-02-10 12:18:07,151 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-common.jar
      2004-02-10 12:18:07,166 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-default.jar
      2004-02-10 12:18:07,166 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-invoker.jar
      2004-02-10 12:18:07,182 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-webdav.jar
      2004-02-10 12:18:07,182 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-coyote.jar
      2004-02-10 12:18:07,182 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-http11.jar
      2004-02-10 12:18:07,182 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
      2004-02-10 12:18:07,198 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-util.jar
      2004-02-10 12:18:07,198 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat41-service.jar
      2004-02-10 12:18:10,870 INFO [STDOUT] Apache Tomcat/4.1.29
      2004-02-10 12:18:11,213 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soLinger: -1
      2004-02-10 12:18:11,213 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soTimeout: 60000
      2004-02-10 12:18:11,213 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute serverSoTimeout: 0
      2004-02-10 12:18:11,213 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute tcpNoDelay: true
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute jkHome: C:\java\jboss-3.2.3\server\default
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute port: 8080
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute maxThreads: 100
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute backlog: 10
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute tcpNoDelay: true
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soLinger: -1
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soTimeout: 20000
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute timeout: 300000
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute serverSoTimeout: 0
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute maxKeepAliveRequests: 100
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute tomcatAuthentication: true
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute compression: off
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute address: /0.0.0.0
      2004-02-10 12:18:11,245 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute secure: false
      2004-02-10 12:18:11,276 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on port 8080
      2004-02-10 12:18:11,276 INFO [org.jboss.web.localhost.Engine] CoyoteConnector Coyote can't register jmx for protocol2004-02-10 12:18:11,370 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on port 8080
      2004-02-10 12:18:11,557 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty jkHome C:\java\jboss-3.2.3\server\default
      2004-02-10 12:18:11,573 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty port 8009
      2004-02-10 12:18:11,573 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty maxThreads 75
      2004-02-10 12:18:11,573 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty backlog 10
      2004-02-10 12:18:11,651 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty tcpNoDelay true
      2004-02-10 12:18:11,651 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty soLinger -1
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty soTimeout 20000
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty timeout 300000
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty serverSoTimeout 0
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty disableUploadTimeout false
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty maxKeepAliveRequests 100
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty tomcatAuthentication true
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty compression off
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty address 0.0.0.0
      2004-02-10 12:18:11,666 DEBUG [org.apache.jk.server.JkCoyoteHandler] setProperty secure false
      2004-02-10 12:18:11,698 DEBUG [org.apache.jk.server.JkMain] Starting Jk2, base dir= C:\java\jboss-3.2.3\server\default
      2004-02-10 12:18:11,698 DEBUG [org.apache.jk.server.JkMain] No properties file found C:\java\jboss-3.2.3\server\default\conf\jk2.properties
      2004-02-10 12:18:11,698 INFO [org.jboss.web.localhost.Engine] CoyoteConnector Coyote can't register jmx for protocol2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting tomcatAuthentication request.tomcatAuthentication true
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting soTimeout channelSocket.soTimeout 20000
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting port channelSocket.port 8009
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting maxThreads channelSocket.maxThreads 75
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting backlog channelSocket.backlog 10
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting timeout channelSocket.timeout 300000
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting address channelSocket.address 0.0.0.0
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Substituting tcpNoDelay channelSocket.tcpNoDelay true
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket address
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting address on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 address=0.0.0.0
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket soTimeout
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting soTimeout on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 soTimeout=20000
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket timeout
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting timeout on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 timeout=300000
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket maxThreads
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting maxThreads on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 maxThreads=75
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.common.ChannelSocket] Setting maxThreads 75
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket backlog
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting backlog on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 backlog=10
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket tcpNoDelay
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting tcpNoDelay on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 tcpNoDelay=true
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing request::request tomcatAuthentication
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting tomcatAuthentication on request org.apache.jk.common.HandlerRequest@159780d
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.HandlerRequest@159780d tomcatAuthentication=true
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Processing channelSocket::channelSocket port
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] Setting port on channelSocket org.apache.jk.common.ChannelSocket@1bfa3d3
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.server.JkMain] setProperty org.apache.jk.common.ChannelSocket@1bfa3d3 port=8009
      2004-02-10 12:18:11,745 DEBUG [org.apache.jk.common.HandlerRequest] Container handler org.apache.jk.server.JkCoyoteHandler@c8570c container org.apache.jk.server.JkCoyoteHandler
      2004-02-10 12:18:11,745 INFO [org.apache.jk.common.ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      2004-02-10 12:18:11,776 INFO [org.apache.jk.server.JkMain] Jk running ID=0 time=0/63 config=null
      2004-02-10 12:18:11,776 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] OK
      2004-02-10 12:18:11,776 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.web.tomcat.tc4.EmbeddedTomcatService@4ab2f
      2004-02-10 12:18:11,791 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:11,823 DEBUG [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data
      2004-02-10 12:18:11,823 DEBUG [org.apache.jk.common.ChannelSocket] Accepting ajp connections on 8009
      2004-02-10 12:18:12,104 DEBUG [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data
      2004-02-10 12:18:12,229 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/invoker, warUrl=file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:13,963 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/invoker]: Added certificates -> request attribute Valve
      2004-02-10 12:18:14,135 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/invoker]: Configured an authenticator for method BASIC
      2004-02-10 12:18:14,182 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@107108e
      2004-02-10 12:18:14,182 INFO [org.jboss.web.localhost.Engine] StandardManager[/invoker]: Seeding random number generator class java.security.SecureRandom
      2004-02-10 12:18:14,432 INFO [org.jboss.web.localhost.Engine] StandardManager[/invoker]: Seeding of random number generator has been completed
      2004-02-10 12:18:14,588 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/invoker:default]: Loading container servlet default
      2004-02-10 12:18:14,698 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/invoker:invoker]: Loading container servlet invoker
      2004-02-10 12:18:16,620 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
      2004-02-10 12:18:16,620 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Started jboss.web:service=WebServer
      2004-02-10 12:18:16,635 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/
      2004-02-10 12:18:16,635 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/
      2004-02-10 12:18:16,651 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      2004-02-10 12:18:16,995 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      2004-02-10 12:18:17,588 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/jbossmq-httpil]: Added certificates -> request attribute Valve
      2004-02-10 12:18:17,588 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/jbossmq-httpil]: Configured an authenticator for method BASIC
      2004-02-10 12:18:17,901 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@2bfdff
      2004-02-10 12:18:17,901 INFO [org.jboss.web.localhost.Engine] StandardManager[/jbossmq-httpil]: Seeding random number generator class java.security.SecureRandom
      2004-02-10 12:18:17,916 INFO [org.jboss.web.localhost.Engine] StandardManager[/jbossmq-httpil]: Seeding of random number generator has been completed
      2004-02-10 12:18:17,916 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/jbossmq-httpil:default]: Loading container servlet default
      2004-02-10 12:18:17,916 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/jbossmq-httpil:invoker]: Loading container servlet invoker
      2004-02-10 12:18:18,557 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/
      2004-02-10 12:18:18,573 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jmx-invoker-adaptor-server.sar/
      2004-02-10 12:18:18,885 INFO [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Started jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
      2004-02-10 12:18:18,885 INFO [org.jboss.naming.NamingAlias] Bound link jmx/rmi/RMIAdaptor to jmx/invoker/RMIAdaptor
      2004-02-10 12:18:18,885 INFO [org.jboss.naming.NamingAlias] Started jboss.jmx:alias=jmx/rmi/RMIAdaptor
      2004-02-10 12:18:18,901 INFO [org.jboss.jmx.connector.invoker.InvokerAdaptorService] Started jboss.jmx:type=adaptor,name=Invoker
      2004-02-10 12:18:18,948 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jmx-invoker-adaptor-server.sar/
      2004-02-10 12:18:18,963 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/management/console-mgr.sar
      2004-02-10 12:18:19,041 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23382console-mgr.sar-contents/console-mgr-classes.jar
      2004-02-10 12:18:19,088 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23382console-mgr.sar-contents/jcommon.jar
      2004-02-10 12:18:19,135 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23382console-mgr.sar-contents/jfreechart-demo.jar
      2004-02-10 12:18:19,213 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23382console-mgr.sar-contents/jfreechart.jar
      2004-02-10 12:18:19,916 INFO [org.jboss.console.manager.PluginManager] Started jboss.admin:service=PluginManager
      2004-02-10 12:18:19,932 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/management/console-mgr.sar
      2004-02-10 12:18:19,932 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/
      2004-02-10 12:18:19,948 INFO [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/castor.jar
      2004-02-10 12:18:20,776 INFO [org.jboss.jmx.adaptor.snmp.trapd.TrapdService] Started jboss.jmx:name=SnmpAgent,service=trapd,type=logger
      2004-02-10 12:18:20,776 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Instantiating trap emitter ...
      2004-02-10 12:18:20,838 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Starting trap emitter ...
      2004-02-10 12:18:20,838 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapEmitter] Reading resource: "/managers.xml"
      2004-02-10 12:18:21,729 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapEmitter] "/managers.xml" valid. Read 1 monitoring managers
      2004-02-10 12:18:21,729 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapEmitter] Executing resource: "/managers.xml"
      2004-02-10 12:18:21,948 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport] Reading resource: "/notifications.xml"
      2004-02-10 12:18:22,073 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport] "/notifications.xml" valid. Read 2 mappings
      2004-02-10 12:18:22,073 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport] Executing resource: "/notifications.xml"
      2004-02-10 12:18:22,198 INFO [org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport] Trap factory going active
      2004-02-10 12:18:22,198 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Instantiating subscription manager ...
      2004-02-10 12:18:22,198 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Starting subscription manager ...
      2004-02-10 12:18:22,198 INFO [org.jboss.jmx.adaptor.snmp.agent.SubscriptionMgr] Reading resource: "/mbeans.xml"
      2004-02-10 12:18:22,291 INFO [org.jboss.jmx.adaptor.snmp.agent.SubscriptionMgr] "/mbeans.xml" valid. Read 2 monitored objects
      2004-02-10 12:18:22,291 INFO [org.jboss.jmx.adaptor.snmp.agent.SubscriptionMgr] Executing resource: "/mbeans.xml"
      2004-02-10 12:18:22,307 INFO [org.jboss.jmx.adaptor.snmp.agent.SubscriptionMgr] Subscription manager done
      2004-02-10 12:18:22,307 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Starting heartbeat controller ...
      2004-02-10 12:18:22,307 WARN [org.jboss.jmx.adaptor.snmp.agent.Heartbeat] Heartbeat disabled
      2004-02-10 12:18:22,448 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Snmp Agent going active
      2004-02-10 12:18:22,448 INFO [org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService] Started jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
      2004-02-10 12:18:22,495 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/
      2004-02-10 12:18:22,495 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/uuid-key-generator.sar
      2004-02-10 12:18:22,620 INFO [org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactoryService] Started jboss:service=UUIDKeyGeneratorFactory
      2004-02-10 12:18:22,635 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/uuid-key-generator.sar
      2004-02-10 12:18:22,651 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-local-jdbc.rar
      2004-02-10 12:18:22,870 INFO [org.jboss.resource.RARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23385jboss-local-jdbc.rar-contents/jboss-local-jdbc.jar
      2004-02-10 12:18:22,979 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-local-jdbc.rar
      2004-02-10 12:18:22,979 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-xa-jdbc.rar
      2004-02-10 12:18:23,135 INFO [org.jboss.resource.RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
      2004-02-10 12:18:23,135 INFO [org.jboss.resource.RARMetaData] Required license terms present. See deployment descriptor.
      2004-02-10 12:18:23,166 INFO [org.jboss.resource.RARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23386jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar
      2004-02-10 12:18:23,213 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jboss-xa-jdbc.rar
      2004-02-10 12:18:23,229 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jms-ra.rar
      2004-02-10 12:18:23,370 INFO [org.jboss.resource.RARDeployer] nested deployment: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23387jms-ra.rar-contents/jms-ra.jar
      2004-02-10 12:18:23,432 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jms-ra.rar
      2004-02-10 12:18:23,432 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/hsqldb-ds.xml
      2004-02-10 12:18:23,870 INFO [org.jboss.resource.connectionmanager.RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
      2004-02-10 12:18:23,885 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=DefaultDS
      2004-02-10 12:18:23,979 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/hsqldb-ds.xml
      2004-02-10 12:18:23,979 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jms-ds.xml
      2004-02-10 12:18:24,245 INFO [org.jboss.jms.jndi.JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider
      2004-02-10 12:18:24,245 INFO [org.jboss.jms.jndi.JMSProviderLoader] Started jboss.mq:service=JMSProviderLoader,name=JBossMQProvider
      2004-02-10 12:18:24,276 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
      2004-02-10 12:18:24,276 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] Started jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
      2004-02-10 12:18:24,385 INFO [org.jboss.resource.connectionmanager.RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=JmsXA
      2004-02-10 12:18:24,401 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=JmsXA
      2004-02-10 12:18:24,432 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jms-ds.xml
      2004-02-10 12:18:24,448 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/cache-invalidation-service.xml
      2004-02-10 12:18:24,557 INFO [org.jboss.cache.invalidation.InvalidationManager] Starting Invalidation Manager jboss.cache:service=InvalidationManager
      2004-02-10 12:18:24,557 INFO [org.jboss.cache.invalidation.InvalidationManager] Started jboss.cache:service=InvalidationManager
      2004-02-10 12:18:24,557 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/cache-invalidation-service.xml
      2004-02-10 12:18:24,573 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/client-deployer-service.xml
      2004-02-10 12:18:24,729 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.deployment.ClientDeployer@7e5130
      2004-02-10 12:18:24,729 INFO [org.jboss.deployment.ClientDeployer] Started jboss.j2ee:service=ClientDeployer
      2004-02-10 12:18:24,760 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/client-deployer-service.xml
      2004-02-10 12:18:24,776 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/hsqldb-jdbc2-service.xml
      2004-02-10 12:18:25,416 INFO [org.jboss.mq.server.MessageCache] Started jboss.mq:service=MessageCache
      2004-02-10 12:18:25,448 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/hsqldb-jdbc2-service.xml
      2004-02-10 12:18:25,463 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-destinations-service.xml
      2004-02-10 12:18:25,745 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-destinations-service.xml
      2004-02-10 12:18:25,745 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-service.xml
      2004-02-10 12:18:26,182 INFO [org.jboss.mq.sm.file.DynamicStateManager] Started jboss.mq:service=StateManager
      2004-02-10 12:18:26,213 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jbossmq-service.xml
      2004-02-10 12:18:26,229 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jvm-il-service.xml
      2004-02-10 12:18:26,338 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/jvm-il-service.xml
      2004-02-10 12:18:26,354 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/oil-service.xml
      2004-02-10 12:18:26,448 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/oil-service.xml
      2004-02-10 12:18:26,463 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/oil2-service.xml
      2004-02-10 12:18:26,557 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/oil2-service.xml
      2004-02-10 12:18:26,557 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/rmi-il-service.xml
      2004-02-10 12:18:26,635 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/rmi-il-service.xml
      2004-02-10 12:18:26,651 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/uil2-service.xml
      2004-02-10 12:18:26,807 INFO [org.jboss.naming.NamingAlias] Bound link UILConnectionFactory to UIL2ConnectionFactory
      2004-02-10 12:18:26,807 INFO [org.jboss.naming.NamingAlias] Started jboss.mq:service=InvocationLayer,type=UIL
      2004-02-10 12:18:26,807 INFO [org.jboss.naming.NamingAlias] Bound link UILXAConnectionFactory to UIL2XAConnectionFactory
      2004-02-10 12:18:26,807 INFO [org.jboss.naming.NamingAlias] Started jboss.mq:service=InvocationLayer,type=UILXA
      2004-02-10 12:18:26,838 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jms/uil2-service.xml
      2004-02-10 12:18:26,838 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/mail-service.xml
      2004-02-10 12:18:27,526 INFO [org.jboss.mail.MailService] Mail Service bound to java:/Mail
      2004-02-10 12:18:27,526 INFO [org.jboss.mail.MailService] Started jboss:service=Mail
      2004-02-10 12:18:27,557 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/mail-service.xml
      2004-02-10 12:18:27,573 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/properties-service.xml
      2004-02-10 12:18:27,651 INFO [org.jboss.varia.property.PropertyEditorManagerService] Started jboss:type=Service,name=PropertyEditorManager
      2004-02-10 12:18:27,651 INFO [org.jboss.varia.property.SystemPropertiesService] Started jboss:type=Service,name=SystemProperties
      2004-02-10 12:18:27,682 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/properties-service.xml
      2004-02-10 12:18:27,682 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/schedule-manager-service.xml
      2004-02-10 12:18:27,745 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/schedule-manager-service.xml
      2004-02-10 12:18:27,760 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/scheduler-service.xml
      2004-02-10 12:18:27,807 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/scheduler-service.xml
      2004-02-10 12:18:27,823 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/sqlexception-service.xml
      2004-02-10 12:18:27,901 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/sqlexception-service.xml
      2004-02-10 12:18:27,916 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/transaction-service.xml
      2004-02-10 12:18:28,120 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Started jboss.jca:service=CachedConnectionManager
      2004-02-10 12:18:28,182 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@18bbb61
      2004-02-10 12:18:28,213 INFO [org.jboss.security.plugins.JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@18b9a72
      2004-02-10 12:18:28,213 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext@48bc64 to map
      2004-02-10 12:18:28,245 INFO [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS'
      2004-02-10 12:18:28,245 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=DefaultDS
      2004-02-10 12:18:32,729 INFO [org.jboss.mq.pm.jdbc2.PersistenceManager] Started jboss.mq:service=PersistenceManager
      2004-02-10 12:18:32,760 INFO [org.jboss.mq.server.jmx.DestinationManager] Started jboss.mq:service=DestinationManager
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.A] Bound to JNDI name: queue/A
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.A] Started jboss.mq.destination:service=Queue,name=A
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.B] Bound to JNDI name: queue/B
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.B] Started jboss.mq.destination:service=Queue,name=B
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.C] Bound to JNDI name: queue/C
      2004-02-10 12:18:32,870 INFO [org.jboss.mq.server.jmx.Queue.C] Started jboss.mq.destination:service=Queue,name=C
      2004-02-10 12:18:32,885 INFO [org.jboss.mq.server.jmx.Queue.D] Bound to JNDI name: queue/D
      2004-02-10 12:18:32,885 INFO [org.jboss.mq.server.jmx.Queue.D] Started jboss.mq.destination:service=Queue,name=D
      2004-02-10 12:18:32,885 INFO [org.jboss.mq.server.jmx.Queue.ex] Bound to JNDI name: queue/ex
      2004-02-10 12:18:32,885 INFO [org.jboss.mq.server.jmx.Queue.ex] Started jboss.mq.destination:service=Queue,name=ex
      2004-02-10 12:18:32,948 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@53d3cf
      2004-02-10 12:18:32,948 INFO [org.jboss.security.plugins.JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@176de14
      2004-02-10 12:18:32,948 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Added jbossmq, org.jboss.security.plugins.SecurityDomainContext@ee21f5 to map
      2004-02-10 12:18:32,963 INFO [org.jboss.mq.security.SecurityManager] Started jboss.mq:service=SecurityManager
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.testTopic] Bound to JNDI name: topic/testTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.testTopic] Started jboss.mq.destination:service=Topic,name=testTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.securedTopic] Bound to JNDI name: topic/securedTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.securedTopic] Started jboss.mq.destination:service=Topic,name=securedTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.testDurableTopic] Bound to JNDI name: topic/testDurableTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Topic.testDurableTopic] Started jboss.mq.destination:service=Topic,name=testDurableTopic
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Queue.testQueue] Bound to JNDI name: queue/testQueue
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Queue.testQueue] Started jboss.mq.destination:service=Queue,name=testQueue
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.InterceptorLoader] Started jboss.mq:service=TracingInterceptor
      2004-02-10 12:18:32,995 INFO [org.jboss.mq.server.jmx.Invoker] Started jboss.mq:service=Invoker
      2004-02-10 12:18:33,260 INFO [org.jboss.mq.il.http.HTTPServerILService] Started jboss.mq:service=InvocationLayer,type=HTTP
      2004-02-10 12:18:33,291 INFO [org.jboss.mq.il.jvm.JVMServerILService] Started jboss.mq:service=InvocationLayer,type=JVM
      2004-02-10 12:18:33,291 INFO [org.jboss.mq.il.oil.OILServerILService] JBossMQ OIL service available at : /0.0.0.0:8090
      2004-02-10 12:18:33,385 INFO [org.jboss.mq.il.oil.OILServerILService] Started jboss.mq:service=InvocationLayer,type=OIL
      2004-02-10 12:18:33,385 INFO [org.jboss.mq.il.oil2.OIL2ServerILService] JBossMQ OIL2 service available at : /0.0.0.0:8092
      2004-02-10 12:18:33,448 INFO [org.jboss.mq.il.oil2.OIL2ServerILService] Started jboss.mq:service=InvocationLayer,type=OIL2
      2004-02-10 12:18:33,635 INFO [org.jboss.mq.il.rmi.RMIServerILService] Started jboss.mq:service=InvocationLayer,type=RMI
      2004-02-10 12:18:33,635 INFO [org.jboss.mq.il.uil2.UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
      2004-02-10 12:18:33,854 INFO [org.jboss.mq.il.uil2.UILServerILService] Started jboss.mq:service=InvocationLayer,type=UIL2
      2004-02-10 12:18:33,870 INFO [org.jboss.mq.server.jmx.Queue.DLQ] Bound to JNDI name: queue/DLQ
      2004-02-10 12:18:33,870 INFO [org.jboss.mq.server.jmx.Queue.DLQ] Started jboss.mq.destination:service=Queue,name=DLQ
      2004-02-10 12:18:33,901 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@329572
      2004-02-10 12:18:33,901 INFO [org.jboss.security.plugins.JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@f18d37
      2004-02-10 12:18:33,901 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Added JmsXARealm, org.jboss.security.plugins.SecurityDomainContext@6e3e5e to map
      2004-02-10 12:18:33,916 INFO [org.jboss.resource.adapter.jms.JmsManagedConnectionFactory.JmsXA] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=TxCM,name=JmsXA to JNDI name 'java:/JmsXA'
      2004-02-10 12:18:33,916 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] Started jboss.jca:service=TxCM,name=JmsXA
      2004-02-10 12:18:33,932 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/transaction-service.xml
      2004-02-10 12:18:33,948 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/user-service.xml
      2004-02-10 12:18:34,010 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/user-service.xml
      2004-02-10 12:18:34,010 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/jmx-console.war/
      2004-02-10 12:18:34,276 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/jmx-console, warUrl=file:/C:/java/jboss-3.2.3/server/default/deploy/jmx-console.war/
      2004-02-10 12:18:34,807 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/jmx-console]: Added certificates -> request attribute Valve
      2004-02-10 12:18:34,854 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1f88fbd
      2004-02-10 12:18:34,854 INFO [org.jboss.web.localhost.Engine] StandardManager[/jmx-console]: Seeding random number generator class java.security.SecureRandom
      2004-02-10 12:18:34,854 INFO [org.jboss.web.localhost.Engine] StandardManager[/jmx-console]: Seeding of random number generator has been completed
      2004-02-10 12:18:34,854 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/jmx-console:default]: Loading container servlet default
      2004-02-10 12:18:34,854 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/jmx-console:invoker]: Loading container servlet invoker
      2004-02-10 12:18:36,198 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/jmx-console.war/
      2004-02-10 12:18:36,198 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/management/web-console.war
      2004-02-10 12:18:37,541 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/web-console, warUrl=file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23407web-console.war/
      2004-02-10 12:18:38,135 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/web-console]: Added certificates -> request attribute Valve
      2004-02-10 12:18:38,198 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@871e65
      2004-02-10 12:18:38,198 INFO [org.jboss.web.localhost.Engine] StandardManager[/web-console]: Seeding random number generator class java.security.SecureRandom
      2004-02-10 12:18:38,198 INFO [org.jboss.web.localhost.Engine] StandardManager[/web-console]: Seeding of random number generator has been completed
      2004-02-10 12:18:39,010 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/web-console:default]: Loading container servlet default
      2004-02-10 12:18:39,135 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/web-console:invoker]: Loading container servlet invoker
      2004-02-10 12:18:40,745 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/management/web-console.war
      2004-02-10 12:18:40,760 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.3/server/default/deploy/EmailAudit.ear
      2004-02-10 12:18:40,776 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/java/jboss-3.2.3/server/default/deploy/EmailAudit.ear
      2004-02-10 12:18:42,416 INFO [org.jboss.ejb.EjbModule] Started jboss.j2ee:module=EmailAuditMDB.jar,service=EjbModule
      2004-02-10 12:18:42,416 INFO [org.jboss.ejb.EJBDeployer] Deployed: file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23408EmailAudit.ear-contents/EmailAuditMDB.jar
      2004-02-10 12:18:42,651 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, ctxPath=/email-audit, warUrl=file:/C:/java/jboss-3.2.3/server/default/tmp/deploy/tmp23408EmailAudit.ear-contents/EmailAudit.war/
      2004-02-10 12:18:42,713 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] ClusteredHTTPSessionService not found
      2004-02-10 12:18:42,713 ERROR [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Failed to setup clustering, clustering disabled
      2004-02-10 12:18:43,198 INFO [org.jboss.web.localhost.Engine] SingleSignOnContextConfig[/email-audit]: Added certificates -> request attribute Valve
      2004-02-10 12:18:43,276 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1f11e0f
      2004-02-10 12:18:43,276 INFO [org.jboss.web.localhost.Engine] StandardManager[/email-audit]: Seeding random number generator class java.security.SecureRandom
      2004-02-10 12:18:43,276 INFO [org.jboss.web.localhost.Engine] StandardManager[/email-audit]: Seeding of random number generator has been completed
      2004-02-10 12:18:43,276 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/email-audit:default]: Loading container servlet default
      2004-02-10 12:18:43,291 INFO [org.jboss.web.localhost.Engine] StandardWrapper[/email-audit:invoker]: Loading container servlet invoker
      2004-02-10 12:18:43,745 INFO [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/java/jboss-3.2.3/server/default/deploy/EmailAudit.ear
      2004-02-10 12:18:43,745 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/deploy/EmailAudit.ear
      2004-02-10 12:18:43,745 INFO [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL
      2004-02-10 12:18:43,932 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/java/jboss-3.2.3/server/default/conf/jboss-service.xml
      2004-02-10 12:18:43,932 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 46s:203ms

        • 1. Re: Restarting w/o deleting already deployed apps.
          levar1

          J2EE is supposed to provide improved responsiblity
          delineation. If a runtime administrator wants to change
          a run-time parameter like "maxExemption" or "taxRate"
          on a production server, why must he rebuild and re-deploy
          an ear file? (I know "why" in the sense that the mods
          are in the web.xml or ejb-jar.xml file, but why have
          run-time variables buried 2-levels deep inside an ear
          file?)

          This would be a trivial text file edit with a conventional
          UNIX daemon program. IMO, production-only setups should
          not require build-tools like ant to be present.
          Am I missing some reason why embedding JNDI or other
          mappings is somehow better than progams like inetd,
          sshd (and in some cases httpd), that re-read independent
          text config files when you give them a HUP signal?

          • 2. Re: Jboss 3.2.3 Coyote Can't register jmx for protocol
            pilhuhn

            Do you happen to run JBoss with a jre?
            Jsp compiling needs a jdk.

            • 3. Re: Jboss 3.2.3 Coyote Can't register jmx for protocol

              and a second guess is somewhere in your installation there's a path with spaces in it which gives jasper a fit.

              • 4. Re: Jboss 3.2.3 Coyote Can't register jmx for protocol
                npdavis

                Fixing my environment did the trick... I just started from scratch, installed the JDK and J2EE JDK and now everything is cool. I must have missed something the first time.