3 Replies Latest reply on May 11, 2004 6:37 AM by raja05

    Error Handling

    baris-26

      Hi everyone,
      could anyone help me please, how I can handle these error messages:
      12:07:56,327 ERROR [MainDeployer] could not create deployment: file:/C:/Programme/jboss3.2.3/server/default/tmp/deploy/tmp44406ppz.ear-contents/2_ejb.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.

      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) ...


        • 1. Build error
          raja05

          I was trying to build the latest Nukes with the following errors:

          _default:compile-classes:
          [mkdir] Created dir: C:\projects\jboss\nukes\nukes\output\classes
          [depend] Deleted 0 out of date files in 0 seconds
          [javac] Compiling 88 source files to C:\projects\jboss\nukes\nukes\output\classes
          [execmodules] C:\projects\jboss\nukes\nukes\output\gen\classes\org\jboss\nukes\core\modules\core\CoreModuleMBean.java:14
          : cannot resolve symbol
          [execmodules] symbol : class ObjectNameFactory
          [execmodules] location: package util
          [execmodules] public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.creat
          e("nukes.modules:name=core");
          [execmodules] ^
          [execmodules] C:\projects\jboss\nukes\nukes\output\gen\classes\org\jboss\nukes\resources\ResourceCacheMBean.java:14: can
          not resolve symbol
          [execmodules] symbol : class ObjectNameFactory
          [execmodules] location: package util
          [execmodules] public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.creat
          e("nukes:name=ResourceCache");
          [execmodules] ^
          [execmodules] C:\projects\jboss\nukes\nukes\output\gen\classes\org\jboss\nukes\core\modules\html\HtmlModuleMBean.java:14
          : cannot resolve symbol
          [execmodules] symbol : class ObjectNameFactory
          [execmodules] location: package util
          [execmodules] public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.creat
          e("nukes.modules:name=html");
          [execmodules] ^
          [execmodules] 3 errors

          BUILD FAILED
          file:C:/projects/jboss/nukes/nukes/../tools/etc/buildfragments/targets.ent:45: Compile failed; see the compiler error ou
          tput for details.


          I was looking for org.jboss.mx.util.ObjectNameFactory

          but there is no such thing in either nukes or jboss (head, 3.2RC1 or 3.2RC3). Is this a typo or am I missing something?

          Thanks,
          Alex.

          • 2. Re: Error Handling
            darranl

            You need to see above for error messages.

            There should have been a more detailed error higher up in the log.

            • 3. Re: Error Handling
              baris-26

              Hi ,
              First of all, thank you very much for your help. I hope it's OK if I send you the whole text. I know it looks ridiculous to copy and paste this kind of lang stuff, but I'm a little bit distressed.
              Thank you again!

              ===============================================================================
              .
              JBoss Bootstrap Environment
              .
              JBOSS_HOME: C:\Programme\jboss-3.2.3\bin\\..
              .
              JAVA: C:\J2sdk1.4.1_07\bin\java
              .
              JAVA_OPTS: -classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n -Dprogram.name=run.bat
              .
              CLASSPATH: ;C:\J2sdk1.4.1_07\lib\tools.jar;C:\Programme\jboss-3.2.3\bin\\run.jar
              .
              ===============================================================================
              .
              Warning: classic VM not supported; client VM will be used
              14:24:05,814 INFO [Server] Starting JBoss (MX MicroKernel)...
              14:24:05,814 INFO [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)
              14:24:05,824 INFO [Server] Home Dir: C:\Programme\jboss-3.2.3
              14:24:05,824 INFO [Server] Home URL: file:/C:/Programme/jboss-3.2.3/
              14:24:05,824 INFO [Server] Library URL: file:/C:/Programme/jboss-3.2.3/lib/
              14:24:05,854 INFO [Server] Patch URL: null
              14:24:05,854 INFO [Server] Server Name: default
              14:24:05,854 INFO [Server] Server Home Dir: C:\Programme\jboss-3.2.3\server\default
              14:24:05,854 INFO [Server] Server Home URL: file:/C:/Programme/jboss-3.2.3/server/default/
              14:24:05,854 INFO [Server] Server Data Dir: C:\Programme\jboss-3.2.3\server\default\data
              14:24:05,904 INFO [Server] Server Temp Dir: C:\Programme\jboss-3.2.3\server\default\tmp
              14:24:05,904 INFO [Server] Server Config URL: file:/C:/Programme/jboss-3.2.3/server/default/conf/
              14:24:05,904 INFO [Server] Server Library URL: file:/C:/Programme/jboss-3.2.3/server/default/lib/
              14:24:05,904 INFO [Server] Root Deployment Filename: jboss-service.xml
              14:24:05,924 INFO [Server] Starting General Purpose Architecture (GPA)...
              14:24:07,056 INFO [ServerInfo] Java version: 1.4.1_07,Sun Microsystems Inc.
              14:24:07,056 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.1_07-b02,Sun Microsystems Inc.
              14:24:07,056 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
              14:24:07,246 INFO [ServiceController] Controller MBean online
              14:24:07,707 INFO [MainDeployer] Started jboss.system:service=MainDeployer
              14:24:08,167 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@2cb49d
              14:24:08,177 INFO [JARDeployer] Started jboss.system:service=JARDeployer
              14:24:08,307 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@c9131c
              14:24:08,347 INFO [SARDeployer] Started jboss.system:service=ServiceDeployer
              14:24:08,357 INFO [Server] Core system initialized
              14:24:08,418 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/conf/jboss-service.xml
              14:24:18,913 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
              14:24:20,255 INFO [LocalJBossServerDomain] Started jboss.management.local:j2eeType=J2EEDomain,name=Manager
              14:24:20,265 INFO [Log4jService] Started jboss.system:type=Log4jService,service=Logging
              14:24:20,265 INFO [AbstractDeploymentScanner$ScannerThread] Running
              14:24:20,345 INFO [WebService] Started WebServer with address: 0.0.0.0:8083
              14:24:20,365 INFO [WebService] Using RMI server codebase: http://Prog-2000-6:8083/
              14:24:20,375 INFO [WebService] Started jboss:service=WebService
              14:24:20,385 INFO [NamingService] Starting jnp server
              14:24:21,156 INFO [NamingService] Started jnpPort=1090, rmiPort=1089, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jbo
              ss.net.sockets.DefaultSocketFactory@ad093076
              14:24:21,326 INFO [NamingService] Listening on port 1090
              14:24:21,386 INFO [NamingService] Started jboss:service=Naming
              14:24:21,396 INFO [JNDIView] Started jboss:service=JNDIView
              14:24:21,406 INFO [SecurityConfig] Started jboss.security:service=SecurityConfig
              14:24:21,607 INFO [XMLLoginConfig] Started jboss.security:service=XMLLoginConfig
              14:24:21,687 INFO [JaasSecurityManagerService] Started jboss.security:service=JaasSecurityManager
              14:24:21,867 INFO [TransactionManagerService] Started jboss:service=TransactionManager
              14:24:22,057 INFO [JRMPInvoker] Started jboss:service=invoker,type=jrmp
              14:24:22,288 INFO [JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransactionFactory
              14:24:22,328 INFO [JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransaction
              14:24:22,378 INFO [ClientUserTransactionService] Started jboss:service=ClientUserTransaction
              14:24:22,378 INFO [LocalInvoker] Started jboss:service=invoker,type=local
              14:24:22,478 INFO [PooledInvoker] Started jboss:service=invoker,type=pooled
              14:24:22,538 INFO [MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@a2220f
              14:24:22,558 INFO [EJBDeployer] Started jboss.ejb:service=EJBDeployer
              14:24:22,558 INFO [MainDeployer] Adding deployer: org.jboss.deployment.EARDeployer@1dccedd
              14:24:22,568 INFO [EARDeployer] Started jboss.j2ee:service=EARDeployer
              14:24:22,688 INFO [MainDeployer] Adding deployer: org.jboss.varia.deployment.BeanShellSubDeployer@199939
              14:24:22,698 INFO [BeanShellSubDeployer] Started jboss.scripts:service=BSHDeployer
              14:24:22,748 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/
              14:24:22,838 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:22,898 INFO [MainDeployer] deployment waiting for deployer: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:23,399 INFO [HttpInvoker] Started jboss:service=invoker,type=http
              14:24:23,419 INFO [HttpInvokerHA] Started jboss:service=invoker,type=httpHA
              14:24:23,489 INFO [HttpProxyFactory] Started jboss:service=invoker,type=http,target=Naming
              14:24:23,509 INFO [HttpProxyFactory] Started jboss:service=invoker,type=http,target=Naming,readonly=true
              14:24:23,810 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/
              14:24:23,820 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-jca.sar
              14:24:25,432 INFO [XSLSubDeployer] Created templates: org.apache.xalan.templates.StylesheetRoot@1570945
              14:24:25,452 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeployer@9fa8f
              14:24:25,452 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:25,462 INFO [MainDeployer] deployment waiting for deployer: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:25,462 INFO [MainDeployer] Deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an ap
              propriate deployer.
              14:24:25,472 INFO [RARDeployer] Started jboss.jca:service=RARDeployer
              14:24:25,482 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDeployer@1701bdc
              14:24:25,482 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:25,482 INFO [MainDeployer] deployment waiting for deployer: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:25,492 INFO [MainDeployer] Deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an ap
              propriate deployer.
              14:24:25,492 INFO [XSLSubDeployer] Started jboss.jca:service=ConnectionFactoryDeployer
              14:24:25,562 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-jca.sar
              14:24:25,562 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/
              14:24:25,662 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/ant.jar
              14:24:25,672 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/bootstrap.jar
              14:24:25,672 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/catalina.jar
              14:24:25,682 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-beanutils.jar
              14:24:25,682 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-collections.jar
              14:24:25,692 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-digester.jar
              14:24:25,692 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/commons-logging.jar
              14:24:25,702 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jakarta-regexp-1.3.jar
              14:24:25,702 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jasper-compiler.jar
              14:24:25,712 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/jasper-runtime.jar
              14:24:25,712 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/naming-common.jar
              14:24:25,722 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/naming-resources.jar
              14:24:25,722 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-common.jar
              14:24:25,722 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-default.jar
              14:24:25,732 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-invoker.jar
              14:24:25,732 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/servlets-webdav.jar
              14:24:25,742 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-coyote.jar
              14:24:25,742 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-http11.jar
              14:24:25,752 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
              14:24:25,752 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-util.jar
              14:24:25,752 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat41-service.jar
              14:24:33,784 INFO [STDOUT] Apache Tomcat/4.1.29
              14:24:33,894 INFO [Engine] StandardContext[/ppz]: Starting
              14:24:33,894 INFO [Engine] StandardContext[/ppz]: Processing start(), current available=false
              14:24:33,904 INFO [Engine] StandardContext[/ppz]: Configuring default Resources
              14:24:34,255 INFO [Engine] StandardContext[/ppz]: Configuring default Manager
              14:24:34,605 INFO [Engine] StandardContext[/ppz]: Processing standard container startup
              14:24:34,685 INFO [Engine] WebappLoader[/ppz]: Deploying class repositories to work directory C:\Programme\jboss-3.2.3\server\default\work\MainEngine\localhost
              \ppz
              14:24:35,266 INFO [Engine] WebappLoader[/ppz]: Deploy class files /WEB-INF/classes to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\classes
              14:24:35,316 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-beanutils.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\
              lib\commons-beanutils.jar
              14:24:35,366 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-collections.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-IN
              F\lib\commons-collections.jar
              14:24:35,376 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-dbcp.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\c
              ommons-dbcp.jar
              14:24:35,396 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-digester.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\l
              ib\commons-digester.jar
              14:24:35,416 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-fileupload.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF
              \lib\commons-fileupload.jar
              14:24:35,436 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-lang.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\c
              ommons-lang.jar
              14:24:35,466 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-logging.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\li
              b\commons-logging.jar
              14:24:35,486 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-pool.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\c
              ommons-pool.jar
              14:24:35,497 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-resources.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\
              lib\commons-resources.jar
              14:24:35,517 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-services.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\l
              ib\commons-services.jar
              14:24:35,537 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/commons-validator.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\
              lib\commons-validator.jar
              14:24:35,557 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/dom4j-full.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\dom
              4j-full.jar
              14:24:35,567 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/j2ee.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\j2ee.jar
              14:24:35,577 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/jakarta-oro.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\ja
              karta-oro.jar
              14:24:35,597 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/jcommon-0.7.1.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\
              jcommon-0.7.1.jar
              14:24:35,617 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/jdbc2_0-stdext.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib
              \jdbc2_0-stdext.jar
              14:24:35,627 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/junit.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\junit.ja
              r
              14:24:35,647 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/log4j-1.2.3.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\lo
              g4j-1.2.3.jar
              14:24:35,657 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/struts-legacy.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\
              struts-legacy.jar
              14:24:35,677 INFO [Engine] WebappLoader[/ppz]: Deploy JAR /WEB-INF/lib/struts.jar to C:\projekt\pflegeplatzzentrale\Application\webapps\ppz\WEB-INF\lib\struts.
              jar
              14:24:35,727 INFO [Engine] WebappLoader[/ppz]: Reloading checks are enabled for this Context
              14:24:35,737 INFO [Engine] ContextConfig[/ppz]: ContextConfig: Processing START
              14:24:36,198 INFO [Engine] StandardContext[/ppz]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'
              14:24:36,828 INFO [Engine] StandardContext[/ppz]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'
              14:24:37,059 ERROR [Digester] Parse Error at line 105 column 11: The content of element type "web-app" must match "(icon?,display-name?,description?,distributab
              le?,context-param*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-ref*,security-constraint*,login-confi
              g?,security-role*,env-entry*,ejb-ref*)".
              org.xml.sax.SAXParseException: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,servlet*,servle
              t-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-r
              ef*)".
              at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:232)
              at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:173)
              at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:362)
              at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:296)
              at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:2959)
              at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:918)
              at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handleEndElement(XMLDocumentFragmentScannerImpl.java:1145)
              at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:988)
              at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1446)
              at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
              at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:529)
              at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:585)
              at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
              at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1148)
              at org.apache.commons.digester.Digester.parse(Digester.java:1548)
              at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:282)
              at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:639)
              at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
              at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
              at org.apache.catalina.core.StandardContext.start(StandardContext.java:3582)
              at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
              at org.apache.catalina.core.StandardHost.start(StandardHost.java:754)
              at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
              at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:363)
              at org.apache.catalina.startup.Embedded.start(Embedded.java:994)
              at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.startService(EmbeddedTomcatService.java:273)
              at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
              at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
              at $Proxy14.start(Unknown Source)
              at org.jboss.system.ServiceController.start(ServiceController.java:394)
              at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
              at $Proxy4.start(Unknown Source)
              at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
              at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
              at $Proxy6.deploy(Unknown Source)
              at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
              at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
              at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
              at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
              at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
              at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
              at $Proxy0.start(Unknown Source)
              at org.jboss.system.ServiceController.start(ServiceController.java:394)
              at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
              at $Proxy4.start(Unknown Source)
              at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
              at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:324)
              at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
              at $Proxy5.deploy(Unknown Source)
              at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
              at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
              at org.jboss.Main.boot(Main.java:150)
              at org.jboss.Main$1.run(Main.java:395)
              at java.lang.Thread.run(Thread.java:536)
              14:24:37,439 INFO [Engine] ContextConfig[/ppz]: Accumulating TLD resource paths
              14:24:37,439 INFO [Engine] ContextConfig[/ppz]: Scanning elements in web.xml
              14:24:37,449 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-bean.tld' for URI '/tags/struts-bean'
              14:24:37,449 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-logic.tld' for URI '/tags/struts-logic'
              14:24:37,449 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-html.tld' for URI '/tags/struts-html'
              14:24:37,459 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-tiles.tld' for URI '/tags/struts-tiles'
              14:24:37,459 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-nested.tld' for URI '/tags/struts-nested'
              14:24:37,459 INFO [Engine] ContextConfig[/ppz]: Scanning TLDs in /WEB-INF subdirectory
              14:24:37,499 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/c-rt.tld'
              14:24:37,499 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/c.tld'
              14:24:37,499 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/dynamic-tags.tld'
              14:24:37,509 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/fmt-rt.tld'
              14:24:37,509 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/fmt.tld'
              14:24:37,509 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/neusta-ppz-tags.tld'
              14:24:37,519 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/sql-rt.tld'
              14:24:37,519 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/sql.tld'
              14:24:37,519 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-bean-el.tld'
              14:24:37,529 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-bean.tld'
              14:24:37,529 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-html-el.tld'
              14:24:37,529 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-html.tld'
              14:24:37,539 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-logic-el.tld'
              14:24:37,539 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-logic.tld'
              14:24:37,539 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-nested.tld'
              14:24:37,549 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-template.tld'
              14:24:37,549 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/struts-tiles.tld'
              14:24:37,549 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/x-rt.tld'
              14:24:37,559 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/x.tld'
              14:24:37,559 INFO [Engine] ContextConfig[/ppz]: Scanning JARs in /WEB-INF/lib subdirectory
              14:24:37,569 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-beanutils.jar'
              14:24:37,580 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-collections.jar'
              14:24:37,580 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-dbcp.jar'
              14:24:37,590 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-digester.jar'
              14:24:37,590 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-fileupload.jar'
              14:24:37,590 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-lang.jar'
              14:24:37,600 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-logging.jar'
              14:24:37,600 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-pool.jar'
              14:24:37,600 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-resources.jar'
              14:24:37,610 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-services.jar'
              14:24:37,610 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/commons-validator.jar'
              14:24:37,620 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/dom4j-full.jar'
              14:24:37,620 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/j2ee.jar'
              14:24:37,620 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/jakarta-oro.jar'
              14:24:37,630 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/jcommon-0.7.1.jar'
              14:24:37,630 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/jdbc2_0-stdext.jar'
              14:24:37,630 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/junit.jar'
              14:24:37,630 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/log4j-1.2.3.jar'
              14:24:37,640 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/struts-legacy.jar'
              14:24:37,640 INFO [Engine] ContextConfig[/ppz]: Adding path '/WEB-INF/lib/struts.jar'
              14:24:37,640 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-logic-el.tld'
              14:24:37,880 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-beanutils.jar'
              14:24:37,940 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/log4j-1.2.3.jar'
              14:24:37,990 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/junit.jar'
              14:24:38,020 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/jcommon-0.7.1.jar'
              14:24:38,070 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-bean-el.tld'
              14:24:38,240 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/jakarta-oro.jar'
              14:24:38,260 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/c.tld'
              14:24:38,571 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/x-rt.tld'
              14:24:38,751 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-resources.jar'
              14:24:38,771 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/dynamic-tags.tld'
              14:24:38,861 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-pool.jar'
              14:24:38,881 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-tiles.tld'
              14:24:39,012 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/c-rt.tld'
              14:24:39,202 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/neusta-ppz-tags.tld'
              14:24:39,322 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-dbcp.jar'
              14:24:39,352 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-template.tld'
              14:24:39,462 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/struts-legacy.jar'
              14:24:39,472 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/j2ee.jar'
              14:24:39,492 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-bean.tld'
              14:24:39,612 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-collections.jar'
              14:24:39,652 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-validator.jar'
              14:24:39,673 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-services.jar'
              14:24:39,683 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-fileupload.jar'
              14:24:39,693 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/jdbc2_0-stdext.jar'
              14:24:39,703 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/fmt.tld'
              14:24:39,873 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-html.tld'
              14:24:40,133 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-logic.tld'
              14:24:40,253 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-lang.jar'
              14:24:40,273 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/dom4j-full.jar'
              14:24:40,384 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-logging.jar'
              14:24:40,394 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/x.tld'
              14:24:40,544 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/sql-rt.tld'
              14:24:40,684 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-html-el.tld'
              14:24:40,894 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/sql.tld'
              14:24:41,044 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/struts-nested.tld'
              14:24:41,295 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/commons-digester.jar'
              14:24:41,335 INFO [Engine] ContextConfig[/ppz]: Scanning TLD at resource path '/WEB-INF/fmt-rt.tld'
              14:24:41,485 INFO [Engine] ContextConfig[/ppz]: Scanning JAR at resource path '/WEB-INF/lib/struts.jar'
              14:24:41,525 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-bean.tld'
              14:24:41,635 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-html.tld'
              14:24:41,866 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-logic.tld'
              14:24:41,966 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-nested.tld'
              14:24:42,156 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-template.tld'
              14:24:42,226 INFO [Engine] ContextConfig[/ppz]: Processing TLD at 'META-INF/tlds/struts-tiles.tld'
              14:24:42,356 INFO [Engine] ContextConfig[/ppz]: Added certificates -> request attribute Valve
              14:24:42,356 INFO [Engine] ContextConfig[/ppz]: Pipline Configuration:
              14:24:42,356 INFO [Engine] ContextConfig[/ppz]: org.apache.catalina.valves.CertificatesValve/1.0
              14:24:42,366 INFO [Engine] ContextConfig[/ppz]: org.apache.catalina.core.StandardContextValve/1.0
              14:24:42,366 INFO [Engine] ContextConfig[/ppz]: ======================
              14:24:42,396 INFO [Engine] StandardManager[/ppz]: Seeding random number generator class java.security.SecureRandom
              14:24:43,238 INFO [Engine] StandardManager[/ppz]: Seeding of random number generator has been completed
              14:24:43,308 INFO [Engine] StandardContext[/ppz]: Posting standard context attributes
              14:24:43,318 INFO [Engine] StandardContext[/ppz]: Configuring application event listeners
              14:24:43,318 INFO [Engine] StandardContext[/ppz]: Sending application start events
              14:24:43,328 INFO [Engine] StandardContext[/ppz]: Starting filters
              14:24:43,919 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
              14:24:43,919 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
              14:24:44,509 INFO [STDOUT] 14:24:44,509 INFO [ConnectorServlet] *******************************************************************************
              14:24:44,519 INFO [STDOUT] 14:24:44,519 INFO [ConnectorServlet] *********************** ConnectorServlet init() *******************************
              14:24:44,519 INFO [STDOUT] 14:24:44,519 INFO [ConnectorServlet] *******************************************************************************
              14:24:44,550 INFO [Engine] StandardWrapper[/ppz:default]: Loading container servlet default
              14:24:45,110 INFO [STDOUT] 14:24:45,110 INFO [NeustaActionServlet] ######################################################################
              14:24:45,120 INFO [STDOUT] 14:24:45,120 INFO [NeustaActionServlet] ####### Initialisierung der Applikation #######
              14:24:45,120 INFO [STDOUT] 14:24:45,120 INFO [NeustaActionServlet] ######################################################################
              14:24:45,301 INFO [STDOUT] 14:24:45,301 INFO [PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
              14:24:45,301 INFO [STDOUT] 14:24:45,301 INFO [PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
              14:24:51,059 INFO [STDOUT] 14:24:51,059 INFO [PropertyMessageResources] Initializing, config='resources.application', returnNull=true
              14:24:51,149 INFO [STDOUT] 14:24:51,149 INFO [ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
              14:24:51,830 INFO [STDOUT] 14:24:51,830 INFO [ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
              14:24:52,050 INFO [Engine] StandardWrapper[/ppz:invoker]: Loading container servlet invoker
              14:24:52,160 INFO [STDOUT] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>IMAGELOADER INSTANTIIERT
              14:24:52,882 INFO [Engine] StandardContext[/ppz]: Starting completed
              14:24:53,552 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on port 9999
              14:24:53,562 INFO [Engine] CoyoteConnector Coyote can't register jmx for protocol
              14:24:53,673 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on port 9999
              14:24:54,294 INFO [Engine] CoyoteConnector Coyote can't register jmx for protocol
              14:24:54,414 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
              14:24:54,494 INFO [JkMain] Jk running ID=0 time=51/180 config=null
              14:24:54,494 INFO [EmbeddedTomcatService] OK
              14:24:54,504 INFO [MainDeployer] Adding deployer: org.jboss.web.tomcat.tc4.EmbeddedTomcatService@bfd10a
              14:24:54,504 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:55,355 INFO [EmbeddedTomcatService] deploy, ctxPath=/invoker, warUrl=file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:24:56,687 INFO [Engine] SingleSignOnContextConfig[/invoker]: Added certificates -> request attribute Valve
              14:24:56,957 INFO [Engine] SingleSignOnContextConfig[/invoker]: Configured an authenticator for method BASIC
              14:24:57,548 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1a034d
              14:24:57,548 INFO [Engine] StandardManager[/invoker]: Seeding random number generator class java.security.SecureRandom
              14:24:57,558 INFO [Engine] StandardManager[/invoker]: Seeding of random number generator has been completed
              14:24:57,648 INFO [Engine] StandardWrapper[/invoker:default]: Loading container servlet default
              14:24:57,708 INFO [Engine] StandardWrapper[/invoker:invoker]: Loading container servlet invoker
              14:25:00,693 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
              14:25:00,693 INFO [EmbeddedTomcatService] Started jboss.web:service=WebServer
              14:25:00,733 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/
              14:25:00,733 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/
              14:25:00,763 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
              14:25:01,454 INFO [EmbeddedTomcatService] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/j
              bossmq-httpil.war/
              14:25:02,515 INFO [Engine] SingleSignOnContextConfig[/jbossmq-httpil]: Added certificates -> request attribute Valve
              14:25:02,525 INFO [Engine] SingleSignOnContextConfig[/jbossmq-httpil]: Configured an authenticator for method BASIC
              14:25:02,626 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@553763
              14:25:02,626 INFO [Engine] StandardManager[/jbossmq-httpil]: Seeding random number generator class java.security.SecureRandom
              14:25:02,636 INFO [Engine] StandardManager[/jbossmq-httpil]: Seeding of random number generator has been completed
              14:25:02,636 INFO [Engine] StandardWrapper[/jbossmq-httpil:default]: Loading container servlet default
              14:25:02,646 INFO [Engine] StandardWrapper[/jbossmq-httpil:invoker]: Loading container servlet invoker
              14:25:03,917 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-httpil.sar/
              14:25:03,937 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jmx-invoker-adaptor-server.sar/
              14:25:04,648 INFO [JRMPProxyFactory] Started jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
              14:25:04,658 INFO [NamingAlias] Bound link jmx/rmi/RMIAdaptor to jmx/invoker/RMIAdaptor
              14:25:04,668 INFO [NamingAlias] Started jboss.jmx:alias=jmx/rmi/RMIAdaptor
              14:25:04,709 INFO [InvokerAdaptorService] Started jboss.jmx:type=adaptor,name=Invoker
              14:25:04,759 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jmx-invoker-adaptor-server.sar/
              14:25:04,779 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/management/console-mgr.sar
              14:25:04,969 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23100console-mgr.sar-contents/console-mgr-classe
              s.jar
              14:25:05,039 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23100console-mgr.sar-contents/jcommon.jar
              14:25:05,119 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23100console-mgr.sar-contents/jfreechart-demo.ja
              r
              14:25:05,249 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23100console-mgr.sar-contents/jfreechart.jar
              14:25:06,751 INFO [PluginManager] Started jboss.admin:service=PluginManager
              14:25:06,852 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/management/console-mgr.sar
              14:25:06,862 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/
              14:25:06,932 INFO [SARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/castor.jar
              14:25:08,784 INFO [TrapdService] Started jboss.jmx:name=SnmpAgent,service=trapd,type=logger
              14:25:08,794 INFO [SnmpAgentService] Instantiating trap emitter ...
              14:25:08,915 INFO [SnmpAgentService] Starting trap emitter ...
              14:25:08,915 INFO [TrapEmitter] Reading resource: "/managers.xml"
              14:25:10,777 INFO [TrapEmitter] "/managers.xml" valid. Read 1 monitoring managers
              14:25:10,787 INFO [TrapEmitter] Executing resource: "/managers.xml"
              14:25:11,248 INFO [TrapFactorySupport] Reading resource: "/notifications.xml"
              14:25:11,548 INFO [TrapFactorySupport] "/notifications.xml" valid. Read 2 mappings
              14:25:11,558 INFO [TrapFactorySupport] Executing resource: "/notifications.xml"
              14:25:11,849 INFO [TrapFactorySupport] Trap factory going active
              14:25:11,849 INFO [SnmpAgentService] Instantiating subscription manager ...
              14:25:11,869 INFO [SnmpAgentService] Starting subscription manager ...
              14:25:11,869 INFO [SubscriptionMgr] Reading resource: "/mbeans.xml"
              14:25:12,029 INFO [SubscriptionMgr] "/mbeans.xml" valid. Read 2 monitored objects
              14:25:12,029 INFO [SubscriptionMgr] Executing resource: "/mbeans.xml"
              14:25:12,069 INFO [SubscriptionMgr] Subscription manager done
              14:25:12,089 INFO [SnmpAgentService] Starting heartbeat controller ...
              14:25:12,099 WARN [Heartbeat] Heartbeat disabled
              14:25:12,420 INFO [SnmpAgentService] Snmp Agent going active
              14:25:12,420 INFO [SnmpAgentService] Started jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
              14:25:12,480 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/snmp-adaptor.sar/
              14:25:12,490 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/uuid-key-generator.sar
              14:25:12,760 INFO [UUIDKeyGeneratorFactoryService] Started jboss:service=UUIDKeyGeneratorFactory
              14:25:12,790 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/uuid-key-generator.sar
              14:25:12,800 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-local-jdbc.rar
              14:25:13,251 INFO [RARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23103jboss-local-jdbc.rar-contents/jboss-local-j
              dbc.jar
              14:25:13,451 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-local-jdbc.rar
              14:25:13,461 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-xa-jdbc.rar
              14:25:13,772 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
              14:25:13,772 INFO [RARMetaData] Required license terms present. See deployment descriptor.
              14:25:13,802 INFO [RARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23104jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.ja
              r
              14:25:13,882 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jboss-xa-jdbc.rar
              14:25:13,892 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jms-ra.rar
              14:25:14,212 INFO [RARDeployer] nested deployment: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23105jms-ra.rar-contents/jms-ra.jar
              14:25:14,332 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jms-ra.rar
              14:25:14,342 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/hsqldb-ds.xml
              14:25:15,234 INFO [RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
              14:25:15,264 INFO [JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=DefaultDS
              14:25:15,464 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/hsqldb-ds.xml
              14:25:15,464 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jms-ds.xml
              14:25:15,985 INFO [JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider
              14:25:15,995 INFO [JMSProviderLoader] Started jboss.mq:service=JMSProviderLoader,name=JBossMQProvider
              14:25:16,055 INFO [ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
              14:25:16,065 INFO [ServerSessionPoolLoader] Started jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool
              14:25:16,275 INFO [RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=JmsXA
              14:25:16,285 INFO [JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=JmsXA
              14:25:16,315 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jms-ds.xml
              14:25:16,315 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/mysql-ds.xml
              14:25:16,576 INFO [RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=mySqlDS
              14:25:16,596 INFO [JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=mySqlDS
              14:25:16,636 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/mysql-ds.xml
              14:25:16,636 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/postgres-ds.xml
              14:25:16,836 INFO [RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=PostgresDS
              14:25:16,836 INFO [JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=PostgresDS
              14:25:16,856 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/postgres-ds.xml
              14:25:16,876 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/cache-invalidation-service.xml
              14:25:17,066 INFO [InvalidationManager] Starting Invalidation Manager jboss.cache:service=InvalidationManager
              14:25:17,066 INFO [InvalidationManager] Started jboss.cache:service=InvalidationManager
              14:25:17,106 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/cache-invalidation-service.xml
              14:25:17,106 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/client-deployer-service.xml
              14:25:17,998 INFO [MainDeployer] Adding deployer: org.jboss.deployment.ClientDeployer@10872ce
              14:25:17,998 INFO [ClientDeployer] Started jboss.j2ee:service=ClientDeployer
              14:25:18,058 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/client-deployer-service.xml
              14:25:18,058 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/hsqldb-jdbc2-service.xml
              14:25:19,470 INFO [MessageCache] Started jboss.mq:service=MessageCache
              14:25:19,540 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/hsqldb-jdbc2-service.xml
              14:25:19,570 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-destinations-service.xml
              14:25:20,111 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-destinations-service.xml
              14:25:20,111 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-service.xml
              14:25:20,882 INFO [DynamicStateManager] Started jboss.mq:service=StateManager
              14:25:20,942 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jbossmq-service.xml
              14:25:20,952 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jvm-il-service.xml
              14:25:21,092 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/jvm-il-service.xml
              14:25:21,102 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/oil-service.xml
              14:25:21,292 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/oil-service.xml
              14:25:21,292 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/oil2-service.xml
              14:25:21,453 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/oil2-service.xml
              14:25:21,453 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/rmi-il-service.xml
              14:25:21,613 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/rmi-il-service.xml
              14:25:21,613 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/uil2-service.xml
              14:25:21,933 INFO [NamingAlias] Bound link UILConnectionFactory to UIL2ConnectionFactory
              14:25:21,933 INFO [NamingAlias] Started jboss.mq:service=InvocationLayer,type=UIL
              14:25:21,943 INFO [NamingAlias] Bound link UILXAConnectionFactory to UIL2XAConnectionFactory
              14:25:21,943 INFO [NamingAlias] Started jboss.mq:service=InvocationLayer,type=UILXA
              14:25:21,993 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jms/uil2-service.xml
              14:25:22,003 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/mail-service.xml
              14:25:23,596 INFO [MailService] Mail Service bound to java:/Mail
              14:25:23,606 INFO [MailService] Started jboss:service=Mail
              14:25:23,626 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/mail-service.xml
              14:25:23,626 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/properties-service.xml
              14:25:23,836 INFO [PropertyEditorManagerService] Started jboss:type=Service,name=PropertyEditorManager
              14:25:23,846 INFO [SystemPropertiesService] Started jboss:type=Service,name=SystemProperties
              14:25:23,886 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/properties-service.xml
              14:25:23,896 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/schedule-manager-service.xml
              14:25:23,976 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/schedule-manager-service.xml
              14:25:23,986 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/scheduler-service.xml
              14:25:24,046 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/scheduler-service.xml
              14:25:24,056 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/sqlexception-service.xml
              14:25:24,166 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/sqlexception-service.xml
              14:25:24,166 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/transaction-service.xml
              14:25:24,547 INFO [CachedConnectionManager] Started jboss.jca:service=CachedConnectionManager
              14:25:24,747 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1f1e39b
              14:25:24,797 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@871e65
              14:25:24,797 INFO [JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext@dcb6b4 to map
              14:25:24,918 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 'jav
              a:/DefaultDS'
              14:25:24,918 INFO [TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=DefaultDS
              14:25:26,850 INFO [PersistenceManager] Started jboss.mq:service=PersistenceManager
              14:25:26,900 INFO [DestinationManager] Started jboss.mq:service=DestinationManager
              14:25:27,131 INFO [A] Bound to JNDI name: queue/A
              14:25:27,141 INFO [A] Started jboss.mq.destination:service=Queue,name=A
              14:25:27,151 INFO [B] Bound to JNDI name: queue/B
              14:25:27,151 INFO [B] Started jboss.mq.destination:service=Queue,name=B
              14:25:27,161 INFO [C] Bound to JNDI name: queue/C
              14:25:27,171 INFO [C] Started jboss.mq.destination:service=Queue,name=C
              14:25:27,181 INFO [D] Bound to JNDI name: queue/D
              14:25:27,181 INFO [D] Started jboss.mq.destination:service=Queue,name=D
              14:25:27,191 INFO [ex] Bound to JNDI name: queue/ex
              14:25:27,191 INFO [ex] Started jboss.mq.destination:service=Queue,name=ex
              14:25:27,271 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@16db492
              14:25:27,281 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@169df00
              14:25:27,281 INFO [JaasSecurityManagerService] Added jbossmq, org.jboss.security.plugins.SecurityDomainContext@1af8502 to map
              14:25:27,351 INFO [SecurityManager] Started jboss.mq:service=SecurityManager
              14:25:27,391 INFO [testTopic] Bound to JNDI name: topic/testTopic
              14:25:27,391 INFO [testTopic] Started jboss.mq.destination:service=Topic,name=testTopic
              14:25:27,401 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
              14:25:27,401 INFO [securedTopic] Started jboss.mq.destination:service=Topic,name=securedTopic
              14:25:27,411 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
              14:25:27,411 INFO [testDurableTopic] Started jboss.mq.destination:service=Topic,name=testDurableTopic
              14:25:27,421 INFO [testQueue] Bound to JNDI name: queue/testQueue
              14:25:27,421 INFO [testQueue] Started jboss.mq.destination:service=Queue,name=testQueue
              14:25:27,431 INFO [InterceptorLoader] Started jboss.mq:service=TracingInterceptor
              14:25:27,431 INFO [Invoker] Started jboss.mq:service=Invoker
              14:25:27,982 INFO [HTTPServerILService] Started jboss.mq:service=InvocationLayer,type=HTTP
              14:25:28,042 INFO [JVMServerILService] Started jboss.mq:service=InvocationLayer,type=JVM
              14:25:28,052 INFO [OILServerILService] JBossMQ OIL service available at : /0.0.0.0:8090
              14:25:28,182 INFO [OILServerILService] Started jboss.mq:service=InvocationLayer,type=OIL
              14:25:28,182 INFO [OIL2ServerILService] JBossMQ OIL2 service available at : /0.0.0.0:8092
              14:25:28,312 INFO [OIL2ServerILService] Started jboss.mq:service=InvocationLayer,type=OIL2
              14:25:28,713 INFO [RMIServerILService] Started jboss.mq:service=InvocationLayer,type=RMI
              14:25:28,723 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
              14:25:29,184 INFO [UILServerILService] Started jboss.mq:service=InvocationLayer,type=UIL2
              14:25:29,194 INFO [DLQ] Bound to JNDI name: queue/DLQ
              14:25:29,204 INFO [DLQ] Started jboss.mq.destination:service=Queue,name=DLQ
              14:25:29,284 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@9b774e
              14:25:29,284 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@b5d05b
              14:25:29,294 INFO [JaasSecurityManagerService] Added JmsXARealm, org.jboss.security.plugins.SecurityDomainContext@8210fc to map
              14:25:29,314 INFO [JmsXA] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=TxCM,name=JmsXA to JNDI name 'java:/JmsXA'
              14:25:29,324 INFO [TxConnectionManager] Started jboss.jca:service=TxCM,name=JmsXA
              14:25:29,374 INFO [mySqlDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=mySqlDS to JNDI name 'java:/m
              ySqlDS'
              14:25:29,384 INFO [TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=mySqlDS
              14:25:29,404 INFO [PostgresDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=PostgresDS to JNDI name 'j
              ava:/PostgresDS'
              14:25:29,414 INFO [TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=PostgresDS
              14:25:29,474 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/transaction-service.xml
              14:25:29,484 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/user-service.xml
              14:25:29,805 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/user-service.xml
              14:25:29,805 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jmx-console.war/
              14:25:30,285 INFO [EmbeddedTomcatService] deploy, ctxPath=/jmx-console, warUrl=file:/C:/Programme/jboss-3.2.3/server/default/deploy/jmx-console.war/
              14:25:31,387 INFO [Engine] SingleSignOnContextConfig[/jmx-console]: Added certificates -> request attribute Valve
              14:25:31,517 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1eeb372
              14:25:31,527 INFO [Engine] StandardManager[/jmx-console]: Seeding random number generator class java.security.SecureRandom
              14:25:31,527 INFO [Engine] StandardManager[/jmx-console]: Seeding of random number generator has been completed
              14:25:31,537 INFO [Engine] StandardWrapper[/jmx-console:default]: Loading container servlet default
              14:25:31,537 INFO [Engine] StandardWrapper[/jmx-console:invoker]: Loading container servlet invoker
              14:25:34,021 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/jmx-console.war/
              14:25:34,031 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/management/web-console.war
              14:25:35,333 INFO [EmbeddedTomcatService] deploy, ctxPath=/web-console, warUrl=file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23127web-console.war
              /
              14:25:36,484 INFO [Engine] SingleSignOnContextConfig[/web-console]: Added certificates -> request attribute Valve
              14:25:36,624 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@92997e
              14:25:36,634 INFO [Engine] StandardManager[/web-console]: Seeding random number generator class java.security.SecureRandom
              14:25:36,644 INFO [Engine] StandardManager[/web-console]: Seeding of random number generator has been completed
              14:25:38,177 INFO [Engine] StandardWrapper[/web-console:default]: Loading container servlet default
              14:25:38,407 INFO [Engine] StandardWrapper[/web-console:invoker]: Loading container servlet invoker
              14:25:41,541 INFO [MainDeployer] Deployed package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/management/web-console.war
              14:25:41,551 INFO [MainDeployer] Starting deployment of package: file:/C:/Programme/jboss-3.2.3/server/default/deploy/ppz/ejb/ppz.ear
              14:25:41,592 INFO [EARDeployer] Init J2EE application: file:/C:/Programme/jboss-3.2.3/server/default/deploy/ppz/ejb/ppz.ear
              14:25:46,378 INFO [EjbModule] Deploying VorgangComponent
              14:25:47,099 INFO [EjbModule] Deploying UserComponent
              14:25:47,230 INFO [EjbModule] Deploying HomepageComponent
              14:25:47,300 INFO [EjbModule] Deploying RolleComponent
              14:25:47,340 INFO [EjbModule] Deploying InstitutionComponent
              14:25:47,380 INFO [EjbModule] Deploying PflegeplatzComponent
              14:25:52,978 INFO [EjbModule] Deploying Institution
              14:25:53,699 INFO [EjbModule] Deploying CommonInstitutionCriteriaChoiceOption
              14:25:53,839 INFO [EjbModule] Deploying CommonInstitutionCriteria
              14:25:53,899 INFO [EjbModule] Deploying HomepageGroup
              14:25:53,959 INFO [EjbModule] Deploying HomepageContent
              14:25:54,009 INFO [EjbModule] Deploying Vorgang
              14:25:54,069 INFO [EjbModule] Deploying AdditionalInformation
              14:25:54,130 INFO [EjbModule] Deploying CommonInstCriteriaGroup
              14:25:54,210 INFO [EjbModule] Deploying Pflegeplatzverwaltung
              14:25:54,250 INFO [EjbModule] Deploying HomepageField
              14:25:54,350 INFO [EjbModule] Deploying Bettentyp
              14:25:54,400 INFO [EjbModule] Deploying CommonInstCriteriaVerwaltung
              14:25:54,470 INFO [EjbModule] Deploying User
              14:25:54,540 INFO [EjbModule] Deploying UserVerwaltung
              14:25:54,580 INFO [EjbModule] Deploying Rolle
              14:25:54,620 INFO [EjbModule] Deploying InstitutionFacade
              14:25:54,660 INFO [EjbModule] Deploying PflegeplatzFacade
              14:25:54,700 INFO [EjbModule] Deploying VorgangFacade
              14:25:54,740 INFO [EjbModule] Deploying UserFacade
              14:25:54,770 INFO [EjbModule] Deploying RolleFacade
              14:25:54,811 INFO [EjbModule] Deploying HomepageFacade
              14:25:56,163 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=VorgangComponentBean,plugin=pool,service=EJB
              14:25:56,163 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=VorgangComponentBean,service=EJB
              14:25:56,393 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=UserComponentBean,plugin=pool,service=EJB
              14:25:56,393 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=UserComponentBean,service=EJB
              14:25:56,663 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=HomepageComponentBean,plugin=pool,service=EJB
              14:25:56,663 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=HomepageComponentBean,service=EJB
              14:25:56,864 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=RolleComponentBean,plugin=pool,service=EJB
              14:25:56,874 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=RolleComponentBean,service=EJB
              14:25:57,354 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=InstitutionComponentBean,plugin=pool,service=EJB
              14:25:57,364 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=InstitutionComponentBean,service=EJB
              14:25:57,585 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=PflegeplatzComponentBean,plugin=pool,service=EJB
              14:25:57,585 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=PflegeplatzComponentBean,service=EJB
              14:25:57,585 INFO [EjbModule] Started jboss.j2ee:module=3_components-ejb.jar,service=EjbModule
              14:25:57,595 INFO [EJBDeployer] Deployed: file:/C:/Programme/jboss-3.2.3/server/default/tmp/deploy/tmp23128ppz.ear-contents/3_components-ejb.jar
              14:26:03,573 INFO [EntityInstancePool] Started jboss.j2ee:jndiName=InstitutionLocal,plugin=pool,service=EJB
              14:26:03,583 INFO [EntityContainer] Started jboss.j2ee:jndiName=InstitutionLocal,service=EJB
              14:26:03,793 INFO [EntityInstancePool] Started jboss.j2ee:jndiName=CommonInstitutionCriteriaChoiceOptionLocal,plugin=pool,service=EJB
              14:26:03,803 INFO [EntityContainer] Started jboss.j2ee:jndiName=CommonInstitutionCriteriaChoiceOptionLocal,service=EJB
              14:26:03,974 INFO [EntityInstancePool] Started jboss.j2ee:jndiName=CommonInstitutionCriteriaLocal,plugin=pool,service=EJB
              14:26:03,974 INFO [EntityContainer] Started jboss.j2ee:jndiName=CommonInstitutionCriteriaLocal,service=EJB
              14:26:04,244 INFO [EntityInstancePool]