0 Replies Latest reply on Sep 15, 2010 1:27 PM by robert.breault

    Issue deploying war file in Jboss AS 6

    robert.breault

      I get the following error when deploying our war file but it really doesn't point to which file is causing an issue any help would be great.

       

      =========================================================================
      11:21:24,527 INFO  [AbstractJBossASServerBase] Server Configuration:
      JBOSS_HOME URL: file:/home/webadm/jboss-6.0.0.20100721-M4/
      Bootstrap: $JBOSS_HOME/server/default/conf/bootstrap.xml
      Common Base: $JBOSS_HOME/common/
      Common Library: $JBOSS_HOME/common/lib/
      Server Name: default
      Server Base: $JBOSS_HOME/server/
      Server Library: $JBOSS_HOME/server/default/lib/
      Server Config: $JBOSS_HOME/server/default/conf/
      Server Home: $JBOSS_HOME/server/default/
      Server Data: $JBOSS_HOME/server/default/data/
      Server Log: $JBOSS_HOME/server/default/log/
      Server Temp: $JBOSS_HOME/server/default/tmp/
      11:21:24,534 INFO  [AbstractServer] Starting: JBossAS [6.0.0.20100721-M4 "Neo"]
      11:21:28,037 INFO  [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc.
      11:21:28,038 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
      11:21:28,038 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 16.0-b13,Sun Microsystems Inc.
      11:21:28,038 INFO  [ServerInfo] OS-System: Linux 2.6.31.5-127.fc12.x86_64,amd64
      11:21:28,039 INFO  [ServerInfo] VM arguments: -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Dprogram.name=run.sh -Djava.library.path=/home/webadm/jboss6/bin/native/lib64 -Djava.endorsed.dirs=/home/webadm/jboss6/lib/endorsed
      11:21:28,128 INFO  [JMXKernel] Legacy JMX core initialized
      11:21:36,930 INFO  [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.0.Beta1
      11:21:37,593 INFO  [JSFImplManagementDeployer] Initialized 2 JSF configurations: [Mojarra-1.2, Mojarra-2.0]
      11:21:47,439 WARN  [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://java.sun.com/xml/ns/j2ee
      11:21:48,550 ERROR [AbstractKernelController] Error installing to Parse: name=vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war state=PreParse mode=Manual requiredState=Parse: org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war
      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.Alpha6]
      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:383) [:2.2.0.Alpha6]
      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:343) [:2.2.0.Alpha6]
      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:315) [:2.2.0.Alpha6]
      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:255) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.Alpha6]
      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.Alpha6]
      at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.20100721-M4]
      at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:130) [:0.1.0.Alpha1]
      at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:148) [:0.1.0.Alpha1]
      at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.1.0.Alpha1]
      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.Alpha10]
      at org.jboss.profileservice.dependency.ProfileServiceController.activate(ProfileServiceController.java:188) [:0.1.0.Alpha1]
      at org.jboss.profileservice.AbstractProfileService.activateProfile(AbstractProfileService.java:170) [:0.1.0.Alpha1]
      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:117) [:0.1.0.Alpha1]
      at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:89) [:0.1.0.Alpha1]
      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:97) [:0.1.0.Alpha1]
      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:130) [:6.0.0.20100721-M4]
      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]
      at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
      at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
      at java.lang.Thread.run(Thread.java:619) [:1.6.0_18]
      Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=http://java.sun.com/xml/ns/j2ee, baseURI=null, schemaLocation=web
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:195) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:229) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:206) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137) [:2.2.0.Alpha6]
      at org.jboss.deployment.TldParsingDeployer.parse(TldParsingDeployer.java:64) [:6.0.0.20100721-M4]
      at org.jboss.deployment.TldParsingDeployer.parse(TldParsingDeployer.java:38) [:6.0.0.20100721-M4]
      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121) [:2.2.0.Alpha6]
      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.handleMultipleFiles(AbstractVFSParsingDeployer.java:446) [:2.2.0.Alpha6]
      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:319) [:2.2.0.Alpha6]
      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:376) [:2.2.0.Alpha6]
      ... 45 more
      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse schema for nsURI=http://java.sun.com/xml/ns/j2ee, baseURI=null, schemaLocation=web
      at org.jboss.xb.binding.resolver.AbstractMutableSchemaResolver.resolve(AbstractMutableSchemaResolver.java:347) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:177) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.startElement(SaxJBossXBParser.java:370) [jbossxb.jar:2.0.2.Beta7]
      at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:191) [jbossxb.jar:2.0.2.Beta7]
      ... 55 more
      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 -1:-1 schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinderTerminatingErrorHandler.handleError(XsdBinderTerminatingErrorHandler.java:40) [jbossxb.jar:2.0.2.Beta7]
      at org.apache.xerces.impl.xs.XMLSchemaLoader.reportDOMFatalError(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.apache.xerces.impl.xs.XSLoaderImpl.load(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]
      at org.jboss.xb.binding.Util.loadSchema(Util.java:394) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:178) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:149) [jbossxb.jar:2.0.2.Beta7]
      at org.jboss.xb.binding.resolver.AbstractMutableSchemaResolver.resolve(AbstractMutableSchemaResolver.java:339) [jbossxb.jar:2.0.2.Beta7]
      ... 69 more
      11:21:54,266 INFO  [JMXConnector] starting JMXConnector on host 0.0.0.0:1090
      11:21:54,511 INFO  [MailService] Mail Service bound to java:/Mail
      11:21:56,024 INFO  [HornetQServerImpl] live server is starting..
      11:21:56,159 INFO  [JournalStorageManager] Using AIO Journal
      11:21:56,197 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
      11:21:57,350 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.0.Final-r2292 0.0.0.0:5455 for CORE protocol
      11:21:57,355 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.0.Final-r2292 0.0.0.0:5445 for CORE protocol
      11:21:57,360 INFO  [HornetQServerImpl] HornetQ Server version 2.1.1.Final (Stripey, 119) started
      11:21:57,515 INFO  [WebService] Using RMI server codebase: http://svdwjb3web001.wjbradley.local:8083/
      11:21:58,872 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/webadm/jboss6/bin/native/lib64
      11:22:00,086 INFO  [ModClusterService] Initializing mod_cluster 1.1.0.CR3
      11:22:00,107 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
      11:22:02,001 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
      11:22:02,019 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
      11:22:02,031 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jms-ra.rar/META-INF/ra.xml
      11:22:02,055 INFO  [HornetQResourceAdapter] HornetQ resource adaptor started
      11:22:02,066 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/mail-ra.rar/META-INF/ra.xml
      11:22:02,085 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
      11:22:02,178 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
      11:22:02,340 INFO  [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
      11:22:02,340 INFO  [QuartzScheduler] Quartz Scheduler v.1.8.0 created.
      11:22:02,343 INFO  [RAMJobStore] RAMJobStore initialized.
      11:22:02,346 INFO  [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.0) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
        Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
        NOT STARTED.
        Currently in standby mode.
        Number of jobs executed: 0
        Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
        Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
      11:22:02,347 INFO  [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
      11:22:02,347 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.8.0
      11:22:02,347 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
      11:22:02,509 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/aia' to JNDI name 'java:jdbc/aia'
      11:22:02,997 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      11:22:03,367 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      11:22:03,483 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/ros' to JNDI name 'java:jdbc/ros'
      11:22:03,542 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/tigris' to JNDI name 'java:jdbc/tigris'
      11:22:03,580 INFO  [PersistenceUnitValueMetaData] iDependOn persistence.unit:unitName=#timerdb
      11:22:03,592 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#timerdb
      11:22:03,687 INFO  [Version] Hibernate Annotations 3.5.2-Final
      11:22:03,801 INFO  [Environment] Hibernate 3.5.2-Final
      11:22:03,808 INFO  [Environment] hibernate.properties not found
      11:22:03,817 INFO  [Environment] Bytecode provider name : javassist
      11:22:03,858 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
      11:22:04,142 INFO  [Version] Hibernate Commons Annotations 3.2.0.Final
      11:22:04,163 INFO  [Version] Hibernate EntityManager 3.5.2-Final
      11:22:04,214 INFO  [Ejb3Configuration] Processing PersistenceUnitInfo [
      name: timerdb
      ...]
      11:22:04,239 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
      11:22:04,386 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity
      11:22:04,505 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity on table timer
      11:22:04,777 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity
      11:22:04,782 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity on table Calendar_Timer
      11:22:04,837 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod
      11:22:04,846 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod on table Timeout_Method
      11:22:04,977 INFO  [Version] Hibernate Validator 3.1.0.GA
      11:22:05,052 INFO  [Version] Hibernate Validator 4.0.2.GA
      11:22:05,084 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
      11:22:05,320 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
      11:22:05,331 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
      11:22:05,336 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
      11:22:05,365 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
      11:22:05,371 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
      11:22:05,376 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
      11:22:05,377 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
      11:22:05,448 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
      11:22:05,466 INFO  [JdbcSupportLoader] Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
      11:22:05,469 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
      11:22:05,536 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      11:22:05,543 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      11:22:05,543 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
      11:22:05,543 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
      11:22:05,544 INFO  [SettingsFactory] JDBC batch size: 15
      11:22:05,544 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
      11:22:05,546 INFO  [SettingsFactory] Scrollable result sets: enabled
      11:22:05,546 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
      11:22:05,546 INFO  [SettingsFactory] Connection release mode: auto
      11:22:05,549 INFO  [SettingsFactory] Default batch fetch size: 1
      11:22:05,549 INFO  [SettingsFactory] Generate SQL with comments: disabled
      11:22:05,549 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
      11:22:05,549 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
      11:22:05,550 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      11:22:05,556 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      11:22:05,556 INFO  [SettingsFactory] Query language substitutions: {}
      11:22:05,557 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
      11:22:05,557 INFO  [SettingsFactory] Second-level cache: enabled
      11:22:05,557 INFO  [SettingsFactory] Query cache: disabled
      11:22:05,571 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
      11:22:05,571 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
      11:22:05,575 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
      11:22:05,576 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=#timerdb
      11:22:05,576 INFO  [SettingsFactory] Structured second-level cache entries: disabled
      11:22:05,591 INFO  [SettingsFactory] Statistics: disabled
      11:22:05,591 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
      11:22:05,592 INFO  [SettingsFactory] Default entity-mode: pojo
      11:22:05,592 INFO  [SettingsFactory] Named query checking : enabled
      11:22:05,592 INFO  [SettingsFactory] Check Nullability in Core (should be disabled when Bean Validation is on): disabled
      11:22:05,677 INFO  [SessionFactoryImpl] building session factory
      11:22:06,088 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=#timerdb
      11:22:06,092 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
      11:22:06,128 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=#timerdb
      11:22:06,129 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
      11:22:06,147 INFO  [SchemaUpdate] Running hbm2ddl schema update
      11:22:06,147 INFO  [SchemaUpdate] fetching database metadata
      11:22:06,150 INFO  [SchemaUpdate] updating schema
      11:22:06,155 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
      11:22:06,228 INFO  [TableMetadata] table found: PUBLIC.CALENDAR_TIMER
      11:22:06,229 INFO  [TableMetadata] columns: [dayofmonth, second, autotimer, hour, timeoutmethod_id, minute, id, timezone, startdate, month, dayofweek, year, enddate]
      11:22:06,229 INFO  [TableMetadata] foreign keys: [fkeded5b04b7de2d8a, fkeded5b04e6e6ef93]
      11:22:06,229 INFO  [TableMetadata] indexes: [sys_idx_57, sys_idx_55, sys_idx_48]
      11:22:06,320 INFO  [TableMetadata] table found: PUBLIC.TIMEOUTMETHOD_METHODPARAMS
      11:22:06,320 INFO  [TableMetadata] columns: [methodparams, timeoutmethod_id]
      11:22:06,320 INFO  [TableMetadata] foreign keys: [fkf294c964b7de2d8a]
      11:22:06,321 INFO  [TableMetadata] indexes: [sys_idx_59]
      11:22:06,341 INFO  [TableMetadata] table found: PUBLIC.TIMEOUT_METHOD
      11:22:06,341 INFO  [TableMetadata] columns: [id, methodname, cachedtostring, declaringclass]
      11:22:06,341 INFO  [TableMetadata] foreign keys: []
      11:22:06,342 INFO  [TableMetadata] indexes: [sys_idx_51]
      11:22:06,376 INFO  [TableMetadata] table found: PUBLIC.TIMER
      11:22:06,376 INFO  [TableMetadata] columns: [id, interval, previousrun, initialdate, timedobjectid, timerstate, nextdate, info]
      11:22:06,376 INFO  [TableMetadata] foreign keys: []
      11:22:06,376 INFO  [TableMetadata] indexes: [sys_idx_53]
      11:22:06,379 INFO  [SchemaUpdate] schema update complete
      11:22:06,383 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
      11:22:06,620 INFO  [xnio] XNIO Version 2.1.0.CR2
      11:22:06,633 INFO  [nio] XNIO NIO Implementation Version 2.1.0.CR2
      11:22:06,771 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2
      11:22:06,947 INFO  [TomcatDeployment] deploy, ctxPath=/test
      11:22:07,401 INFO  [service] Removing bootstrap log handlers
      11:22:07,546 ERROR [org.jboss.profileservice.bootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      DEPLOYMENTS IN ERROR:
        Deployment "vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 -1:-1 schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
      at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.Alpha6]
      at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.Alpha6]
      at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.20100721-M4]
      at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]
      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:133) [:6.0.0.20100721-M4]
      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]
      at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
      at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
      at java.lang.Thread.run(Thread.java:619) [:1.6.0_18]
      11:22:07,572 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      11:22:07,578 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
      11:22:07,582 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8445
      11:22:07,591 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.20100721-M4 "Neo"] Started in 43s:50ms
      ^C11:22:14,203 INFO  [STDOUT] Posting Shutdown Request to the server...
      11:22:14,226 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] Stopping: JBossAS [6.0.0.20100721-M4 "Neo"]
      11:22:14,235 INFO  [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080
      11:22:14,238 INFO  [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080
      11:22:14,243 INFO  [org.apache.coyote.ajp.AjpProtocol] Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8009
      11:22:14,244 INFO  [org.apache.coyote.ajp.AjpProtocol] Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8009
      11:22:14,252 INFO  [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8445
      11:22:14,254 INFO  [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8445
      11:22:14,557 INFO  [service] Restored bootstrap log handlers
      11:22:14,586 INFO  [TomcatDeployment] undeploy, ctxPath=/test
      11:22:14,664 INFO  [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=#timerdb
      11:22:14,664 INFO  [SessionFactoryImpl] closing
      11:22:14,665 INFO  [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=#timerdb
      11:22:14,665 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
      11:22:14,666 INFO  [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=#timerdb
      11:22:14,691 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/tigris' from JNDI name 'java:jdbc/tigris'
      11:22:14,729 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/ros' from JNDI name 'java:jdbc/ros'
      11:22:14,785 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'
      11:22:14,799 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:DefaultDS'
      11:22:15,075 INFO  [HypersonicDatabase] Database standalone closed clean
      11:22:15,083 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/aia' from JNDI name 'java:jdbc/aia'
      11:22:15,095 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED shutting down.
      11:22:15,095 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED paused.
      11:22:15,097 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED shutdown complete.
      11:22:15,110 INFO  [HornetQResourceAdapter] HornetQ resource adapter stopped
      11:22:15,144 INFO  [TomcatDeployment] undeploy, ctxPath=/invoker
      11:22:15,367 INFO  [HornetQServerImpl] HornetQ Server version 2.1.1.Final (Stripey, 119) stopped
      11:22:15,510 INFO  [MailService] Mail service 'java:/Mail' removed from JNDI
      11:22:15,524 INFO  [JMXConnector] JMXConnector stopped
      11:22:19,048 INFO  [AbstractServer] Stopped: JBossAS [6.0.0.20100721-M4 "Neo"] in 4s:821ms

      =========================================================================

       

      11:21:24,527 INFO  [AbstractJBossASServerBase] Server Configuration:

       

      JBOSS_HOME URL: file:/home/webadm/jboss-6.0.0.20100721-M4/

      Bootstrap: $JBOSS_HOME/server/default/conf/bootstrap.xml

      Common Base: $JBOSS_HOME/common/

      Common Library: $JBOSS_HOME/common/lib/

      Server Name: default

      Server Base: $JBOSS_HOME/server/

      Server Library: $JBOSS_HOME/server/default/lib/

      Server Config: $JBOSS_HOME/server/default/conf/

      Server Home: $JBOSS_HOME/server/default/

      Server Data: $JBOSS_HOME/server/default/data/

      Server Log: $JBOSS_HOME/server/default/log/

      Server Temp: $JBOSS_HOME/server/default/tmp/

       

      11:21:24,534 INFO  [AbstractServer] Starting: JBossAS [6.0.0.20100721-M4 "Neo"]

      11:21:28,037 INFO  [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc.

      11:21:28,038 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_18-b07)

      11:21:28,038 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 16.0-b13,Sun Microsystems Inc.

      11:21:28,038 INFO  [ServerInfo] OS-System: Linux 2.6.31.5-127.fc12.x86_64,amd64

      11:21:28,039 INFO  [ServerInfo] VM arguments: -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Dprogram.name=run.sh -Djava.library.path=/home/webadm/jboss6/bin/native/lib64 -Djava.endorsed.dirs=/home/webadm/jboss6/lib/endorsed

      11:21:28,128 INFO  [JMXKernel] Legacy JMX core initialized

      11:21:36,930 INFO  [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.0.Beta1

      11:21:37,593 INFO  [JSFImplManagementDeployer] Initialized 2 JSF configurations: [Mojarra-1.2, Mojarra-2.0]

      11:21:47,439 WARN  [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://java.sun.com/xml/ns/j2ee

      11:21:48,550 ERROR [AbstractKernelController] Error installing to Parse: name=vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war state=PreParse mode=Manual requiredState=Parse: org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war

      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.Alpha6]

      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:383) [:2.2.0.Alpha6]

      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:343) [:2.2.0.Alpha6]

      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:315) [:2.2.0.Alpha6]

      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:255) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.Alpha6]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.Alpha6]

      at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.20100721-M4]

      at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:130) [:0.1.0.Alpha1]

      at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:148) [:0.1.0.Alpha1]

      at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.1.0.Alpha1]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.Alpha10]

      at org.jboss.profileservice.dependency.ProfileServiceController.activate(ProfileServiceController.java:188) [:0.1.0.Alpha1]

      at org.jboss.profileservice.AbstractProfileService.activateProfile(AbstractProfileService.java:170) [:0.1.0.Alpha1]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:117) [:0.1.0.Alpha1]

      at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:89) [:0.1.0.Alpha1]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:97) [:0.1.0.Alpha1]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:130) [:6.0.0.20100721-M4]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]

      at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

      at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

      at java.lang.Thread.run(Thread.java:619) [:1.6.0_18]

      Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=http://java.sun.com/xml/ns/j2ee, baseURI=null, schemaLocation=web

      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:195) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:229) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:206) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137) [:2.2.0.Alpha6]

      at org.jboss.deployment.TldParsingDeployer.parse(TldParsingDeployer.java:64) [:6.0.0.20100721-M4]

      at org.jboss.deployment.TldParsingDeployer.parse(TldParsingDeployer.java:38) [:6.0.0.20100721-M4]

      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121) [:2.2.0.Alpha6]

      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.handleMultipleFiles(AbstractVFSParsingDeployer.java:446) [:2.2.0.Alpha6]

      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:319) [:2.2.0.Alpha6]

      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:376) [:2.2.0.Alpha6]

      ... 45 more

      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse schema for nsURI=http://java.sun.com/xml/ns/j2ee, baseURI=null, schemaLocation=web

      at org.jboss.xb.binding.resolver.AbstractMutableSchemaResolver.resolve(AbstractMutableSchemaResolver.java:347) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:177) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.startElement(SaxJBossXBParser.java:370) [jbossxb.jar:2.0.2.Beta7]

      at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:191) [jbossxb.jar:2.0.2.Beta7]

      ... 55 more

      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 -1:-1 schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinderTerminatingErrorHandler.handleError(XsdBinderTerminatingErrorHandler.java:40) [jbossxb.jar:2.0.2.Beta7]

      at org.apache.xerces.impl.xs.XMLSchemaLoader.reportDOMFatalError(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.apache.xerces.impl.xs.XSLoaderImpl.load(Unknown Source) [xercesImpl.jar:6.0.0.20100721-M4]

      at org.jboss.xb.binding.Util.loadSchema(Util.java:394) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:178) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:149) [jbossxb.jar:2.0.2.Beta7]

      at org.jboss.xb.binding.resolver.AbstractMutableSchemaResolver.resolve(AbstractMutableSchemaResolver.java:339) [jbossxb.jar:2.0.2.Beta7]

      ... 69 more

       

      11:21:54,266 INFO  [JMXConnector] starting JMXConnector on host 0.0.0.0:1090

      11:21:54,511 INFO  [MailService] Mail Service bound to java:/Mail

      11:21:56,024 INFO  [HornetQServerImpl] live server is starting..

      11:21:56,159 INFO  [JournalStorageManager] Using AIO Journal

      11:21:56,197 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.

      11:21:57,350 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.0.Final-r2292 0.0.0.0:5455 for CORE protocol

      11:21:57,355 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.0.Final-r2292 0.0.0.0:5445 for CORE protocol

      11:21:57,360 INFO  [HornetQServerImpl] HornetQ Server version 2.1.1.Final (Stripey, 119) started

      11:21:57,515 INFO  [WebService] Using RMI server codebase: http://svdwjb3web001.wjbradley.local:8083/

      11:21:58,872 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/webadm/jboss6/bin/native/lib64

      11:22:00,086 INFO  [ModClusterService] Initializing mod_cluster 1.1.0.CR3

      11:22:00,107 INFO  [TomcatDeployment] deploy, ctxPath=/invoker

      11:22:02,001 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml

      11:22:02,019 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml

      11:22:02,031 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/jms-ra.rar/META-INF/ra.xml

      11:22:02,055 INFO  [HornetQResourceAdapter] HornetQ resource adaptor started

      11:22:02,066 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/mail-ra.rar/META-INF/ra.xml

      11:22:02,085 INFO  [RARDeployment] Required license terms exist, view vfs:/home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/quartz-ra.rar/META-INF/ra.xml

      11:22:02,178 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2

      11:22:02,340 INFO  [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl

      11:22:02,340 INFO  [QuartzScheduler] Quartz Scheduler v.1.8.0 created.

      11:22:02,343 INFO  [RAMJobStore] RAMJobStore initialized.

      11:22:02,346 INFO  [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.0) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'

        Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.

        NOT STARTED.

        Currently in standby mode.

        Number of jobs executed: 0

        Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.

        Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

       

      11:22:02,347 INFO  [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.

      11:22:02,347 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.8.0

      11:22:02,347 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.

      11:22:02,509 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/aia' to JNDI name 'java:jdbc/aia'

      11:22:02,997 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

      11:22:03,367 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

      11:22:03,483 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/ros' to JNDI name 'java:jdbc/ros'

      11:22:03,542 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/tigris' to JNDI name 'java:jdbc/tigris'

      11:22:03,580 INFO  [PersistenceUnitValueMetaData] iDependOn persistence.unit:unitName=#timerdb

      11:22:03,592 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#timerdb

      11:22:03,687 INFO  [Version] Hibernate Annotations 3.5.2-Final

      11:22:03,801 INFO  [Environment] Hibernate 3.5.2-Final

      11:22:03,808 INFO  [Environment] hibernate.properties not found

      11:22:03,817 INFO  [Environment] Bytecode provider name : javassist

      11:22:03,858 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling

      11:22:04,142 INFO  [Version] Hibernate Commons Annotations 3.2.0.Final

      11:22:04,163 INFO  [Version] Hibernate EntityManager 3.5.2-Final

      11:22:04,214 INFO  [Ejb3Configuration] Processing PersistenceUnitInfo [

      name: timerdb

      ...]

      11:22:04,239 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.

      11:22:04,386 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity

      11:22:04,505 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity on table timer

      11:22:04,777 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity

      11:22:04,782 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity on table Calendar_Timer

      11:22:04,837 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod

      11:22:04,846 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod on table Timeout_Method

      11:22:04,977 INFO  [Version] Hibernate Validator 3.1.0.GA

      11:22:05,052 INFO  [Version] Hibernate Validator 4.0.2.GA

      11:22:05,084 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.

      11:22:05,320 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.

      11:22:05,331 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.

      11:22:05,336 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.

      11:22:05,365 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

      11:22:05,371 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource

      11:22:05,376 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0

      11:22:05,377 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0

      11:22:05,448 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect

      11:22:05,466 INFO  [JdbcSupportLoader] Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4

      11:22:05,469 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory

      11:22:05,536 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup

      11:22:05,543 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup

      11:22:05,543 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled

      11:22:05,543 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled

      11:22:05,544 INFO  [SettingsFactory] JDBC batch size: 15

      11:22:05,544 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled

      11:22:05,546 INFO  [SettingsFactory] Scrollable result sets: enabled

      11:22:05,546 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled

      11:22:05,546 INFO  [SettingsFactory] Connection release mode: auto

      11:22:05,549 INFO  [SettingsFactory] Default batch fetch size: 1

      11:22:05,549 INFO  [SettingsFactory] Generate SQL with comments: disabled

      11:22:05,549 INFO  [SettingsFactory] Order SQL updates by primary key: disabled

      11:22:05,549 INFO  [SettingsFactory] Order SQL inserts for batching: disabled

      11:22:05,550 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory

      11:22:05,556 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory

      11:22:05,556 INFO  [SettingsFactory] Query language substitutions: {}

      11:22:05,557 INFO  [SettingsFactory] JPA-QL strict compliance: enabled

      11:22:05,557 INFO  [SettingsFactory] Second-level cache: enabled

      11:22:05,557 INFO  [SettingsFactory] Query cache: disabled

      11:22:05,571 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge

      11:22:05,571 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider

      11:22:05,575 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled

      11:22:05,576 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=#timerdb

      11:22:05,576 INFO  [SettingsFactory] Structured second-level cache entries: disabled

      11:22:05,591 INFO  [SettingsFactory] Statistics: disabled

      11:22:05,591 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled

      11:22:05,592 INFO  [SettingsFactory] Default entity-mode: pojo

      11:22:05,592 INFO  [SettingsFactory] Named query checking : enabled

      11:22:05,592 INFO  [SettingsFactory] Check Nullability in Core (should be disabled when Bean Validation is on): disabled

      11:22:05,677 INFO  [SessionFactoryImpl] building session factory

      11:22:06,088 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=#timerdb

      11:22:06,092 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}

      11:22:06,128 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=#timerdb

      11:22:06,129 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext

      11:22:06,147 INFO  [SchemaUpdate] Running hbm2ddl schema update

      11:22:06,147 INFO  [SchemaUpdate] fetching database metadata

      11:22:06,150 INFO  [SchemaUpdate] updating schema

      11:22:06,155 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.

      11:22:06,228 INFO  [TableMetadata] table found: PUBLIC.CALENDAR_TIMER

      11:22:06,229 INFO  [TableMetadata] columns: [dayofmonth, second, autotimer, hour, timeoutmethod_id, minute, id, timezone, startdate, month, dayofweek, year, enddate]

      11:22:06,229 INFO  [TableMetadata] foreign keys: [fkeded5b04b7de2d8a, fkeded5b04e6e6ef93]

      11:22:06,229 INFO  [TableMetadata] indexes: [sys_idx_57, sys_idx_55, sys_idx_48]

      11:22:06,320 INFO  [TableMetadata] table found: PUBLIC.TIMEOUTMETHOD_METHODPARAMS

      11:22:06,320 INFO  [TableMetadata] columns: [methodparams, timeoutmethod_id]

      11:22:06,320 INFO  [TableMetadata] foreign keys: [fkf294c964b7de2d8a]

      11:22:06,321 INFO  [TableMetadata] indexes: [sys_idx_59]

      11:22:06,341 INFO  [TableMetadata] table found: PUBLIC.TIMEOUT_METHOD

      11:22:06,341 INFO  [TableMetadata] columns: [id, methodname, cachedtostring, declaringclass]

      11:22:06,341 INFO  [TableMetadata] foreign keys: []

      11:22:06,342 INFO  [TableMetadata] indexes: [sys_idx_51]

      11:22:06,376 INFO  [TableMetadata] table found: PUBLIC.TIMER

      11:22:06,376 INFO  [TableMetadata] columns: [id, interval, previousrun, initialdate, timedobjectid, timerstate, nextdate, info]

      11:22:06,376 INFO  [TableMetadata] foreign keys: []

      11:22:06,376 INFO  [TableMetadata] indexes: [sys_idx_53]

      11:22:06,379 INFO  [SchemaUpdate] schema update complete

      11:22:06,383 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}

      11:22:06,620 INFO  [xnio] XNIO Version 2.1.0.CR2

      11:22:06,633 INFO  [nio] XNIO NIO Implementation Version 2.1.0.CR2

      11:22:06,771 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2

      11:22:06,947 INFO  [TomcatDeployment] deploy, ctxPath=/test

      11:22:07,401 INFO  [service] Removing bootstrap log handlers

      11:22:07,546 ERROR [org.jboss.profileservice.bootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS IN ERROR:

        Deployment "vfs:///home/webadm/jboss-6.0.0.20100721-M4/server/default/deploy/ROOT.war" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 -1:-1 schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.

       

      at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.Alpha6]

      at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.Alpha6]

      at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.20100721-M4]

      at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:133) [:6.0.0.20100721-M4]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.20100721-M4]

      at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

      at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

      at java.lang.Thread.run(Thread.java:619) [:1.6.0_18]

       

      11:22:07,572 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080

      11:22:07,578 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009

      11:22:07,582 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8445

      11:22:07,591 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.20100721-M4 "Neo"] Started in 43s:50ms

      ^C11:22:14,203 INFO  [STDOUT] Posting Shutdown Request to the server...

      11:22:14,226 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] Stopping: JBossAS [6.0.0.20100721-M4 "Neo"]

      11:22:14,235 INFO  [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8080

      11:22:14,238 INFO  [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080

      11:22:14,243 INFO  [org.apache.coyote.ajp.AjpProtocol] Pausing Coyote AJP/1.3 on ajp-0.0.0.0-8009

      11:22:14,244 INFO  [org.apache.coyote.ajp.AjpProtocol] Stopping Coyote AJP/1.3 on ajp-0.0.0.0-8009

      11:22:14,252 INFO  [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0-8445

      11:22:14,254 INFO  [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8445

      11:22:14,557 INFO  [service] Restored bootstrap log handlers

      11:22:14,586 INFO  [TomcatDeployment] undeploy, ctxPath=/test

      11:22:14,664 INFO  [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=#timerdb

      11:22:14,664 INFO  [SessionFactoryImpl] closing

      11:22:14,665 INFO  [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=#timerdb

      11:22:14,665 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}

      11:22:14,666 INFO  [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=#timerdb

      11:22:14,691 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/tigris' from JNDI name 'java:jdbc/tigris'

      11:22:14,729 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/ros' from JNDI name 'java:jdbc/ros'

      11:22:14,785 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'

      11:22:14,799 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:DefaultDS'

      11:22:15,075 INFO  [HypersonicDatabase] Database standalone closed clean

      11:22:15,083 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/aia' from JNDI name 'java:jdbc/aia'

      11:22:15,095 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED shutting down.

      11:22:15,095 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED paused.

      11:22:15,097 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED shutdown complete.

      11:22:15,110 INFO  [HornetQResourceAdapter] HornetQ resource adapter stopped

      11:22:15,144 INFO  [TomcatDeployment] undeploy, ctxPath=/invoker

      11:22:15,367 INFO  [HornetQServerImpl] HornetQ Server version 2.1.1.Final (Stripey, 119) stopped

      11:22:15,510 INFO  [MailService] Mail service 'java:/Mail' removed from JNDI

      11:22:15,524 INFO  [JMXConnector] JMXConnector stopped

      11:22:19,048 INFO  [AbstractServer] Stopped: JBossAS [6.0.0.20100721-M4 "Neo"] in 4s:821ms