[jboss-user] [Beginner's Corner] - Delpoyment exception on JBoss5.1, used to work fine on 4.0.3

Gnanasekaran Sakthivel do-not-reply at jboss.com
Mon Oct 25 11:15:26 EDT 2010


Gnanasekaran Sakthivel [http://community.jboss.org/people/sepgs2004] created the discussion

"Delpoyment exception on JBoss5.1, used to work fine on 4.0.3"

To view the discussion, visit: http://community.jboss.org/message/568251#568251

--------------------------------------------------------------
Hi,
I am trying to migrate from JBoss 4.0.3 to JBoss 5.1. Our project is deployed as an exploded EAR in JB 4.0.3. Initially on JB 5.1, I tried as a packaged EAR, it did not work. I then just copied the exploded test.ear into server\deploy folder. I am incluing my JB start console below.

Thank you


My Jboss-web.xml as is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<jboss-web>
   <resource-ref>
      <res-ref-name>MY_PROJECT_DS</res-ref-name>
      <jndi-name>java:/jdbc/MY_PROJECT_JNDI_DS</jndi-name>      
   </resource-ref>     
</jboss-web>


JBoss startup console:

Letting agent QTJA do the transformation

Letting agent QTOR do the transformation

java.util.NoSuchElementException: No mapping for class sun.awt.AppContext

    at com.mercury.bcel.TransformerXmlFile$MappingLocator.setMapping(TransformerXmlFile.java:96)

    at com.mercury.bcel.TransformerFactory.createTransformer(TransformerFactory.java:56)

    at com.mercury.bcel.TransformerMainImpl.transform(TransformerMainImpl.java:33)

    at com.mercury.bcel.TransformerMain.transform(TransformerMain.java:35)
    at com.mercury.javashared.transform.TransformersChain.transform(TransformersChain.java:32)

    at com.mercury.javashared.transform.CommunicationThread.processTransformRequest(CommunicationThread.java:61)

    at com.mercury.javashared.transform.CommunicationThread.run(CommunicationThread.java:38)

11:00:33,009 INFO  [ServerImpl] Starting JBoss (Microcontainer)...

11:00:33,009 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)

11:00:33,009 INFO  [ServerImpl] Bootstrap URL: null

11:00:33,009 INFO  [ServerImpl] Home Dir: C:\jboss-5.1.0.GA

11:00:33,009 INFO  [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/

11:00:33,009 INFO  [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/

11:00:33,040 INFO  [ServerImpl] Patch URL: null

11:00:33,040 INFO  [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/

11:00:33,040 INFO  [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/common/lib/

11:00:33,040 INFO  [ServerImpl] Server Name: default

11:00:33,040 INFO  [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server

11:00:33,056 INFO  [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/

11:00:33,056 INFO  [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/server/default/conf/

11:00:33,056 INFO  [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\default

11:00:33,056 INFO  [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/default/

11:00:33,056 INFO  [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\default\data

11:00:33,056 INFO  [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/server/default/lib/

11:00:33,056 INFO  [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\default\log

11:00:33,056 INFO  [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\default\tmp\native

11:00:33,056 INFO  [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\default\tmp

11:00:33,056 INFO  [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server\default\tmp\deploy

11:00:36,197 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.1.0.GA/server/default/conf/bootstrap.xml

11:00:38,775 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]

11:00:38,775 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]

11:00:39,619 INFO  [CopyMechanism] VFS temp dir: C:\jboss-5.1.0.GA\server\default\tmp

11:00:39,681 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.

11:00:43,431 INFO  [ServerInfo] Java version: 1.6.0_22,Sun Microsystems Inc.

11:00:43,431 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_22-b04)

11:00:43,431 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 17.1-b03,Sun Microsystems Inc.

11:00:43,431 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86

11:00:43,462 INFO  [ServerInfo] VM arguments: -agentlib:jvmhook -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dear.config.files.location=C:\jboss-5.1.0.GA\server\default\conf -Dserver.home.dir=C:\jboss-5.1.0.GA\server -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed -Dfile.encoding=Cp1252 -Xrunjvmhook -Xbootclasspath/a:\classes;\classes\jasmine.jar 

11:00:43,587 INFO  [JMXKernel] Legacy JMX core initialized

11:00:48,072 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey at 46136[domain=default, server=default, name=default]

11:00:53,728 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/

Letting agent QTJA do the transformation

Letting agent QTOR do the transformation

java.util.NoSuchElementException: No mapping for class java.awt.Component

    at com.mercury.bcel.TransformerXmlFile$MappingLocator.setMapping(TransformerXmlFile.java:96)

    at com.mercury.bcel.TransformerFactory.createTransformer(TransformerFactory.java:56)

    at com.mercury.bcel.TransformerMainImpl.transform(TransformerMainImpl.java:33)

    at com.mercury.bcel.TransformerMain.transform(TransformerMain.java:35)

    at com.mercury.javashared.transform.TransformersChain.transform(TransformersChain.java:32)

    at com.mercury.javashared.transform.CommunicationThread.processTransformRequest(CommunicationThread.java:61)

    at com.mercury.javashared.transform.CommunicationThread.run(CommunicationThread.java:38)

11:01:14,744 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core

11:01:14,744 INFO  [NativeServerConfig] 3.1.2.GA

11:01:16,541 INFO  [AttributeCallbackItem] Owner callback not implemented.

11:01:19,291 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl at 8ef455[ defaultDomain='jboss' ]

11:05:04,044 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 29347786{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

11:05:04,044 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 29347786{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

11:05:04,044 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 29347786{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

11:05:04,044 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 29347786{vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}

11:05:21,325 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector

11:05:22,107 INFO  [MailService] Mail Service bound to java:/Mail

11:05:32,888 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.

11:05:32,935 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

11:05:33,310 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

11:05:33,544 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.

11:05:33,544 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer

11:05:34,841 INFO  [TransactionManagerService] Initializing recovery manager

11:05:35,560 INFO  [TransactionManagerService] Recovery manager configured

11:05:35,560 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference

11:05:35,794 INFO  [TransactionManagerService] Starting transaction recovery manager

11:05:38,388 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_22\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jdk1.6.0_22/bin/../jre/bin/client;C:/Program Files/Java/jdk1.6.0_22/bin/../jre/bin;C:/Program Files/Java/jdk1.6.0_22/bin/../jre/lib/i386;C:\Program Files\Java\jdk1.6.0_22\bin;C:\oracle\ORA9I\bin;C:\oracle\ora81\bin;C:\oracle\Ora10g\bin;C:\oracle\Ora10g\jre\1.4.2\bin\client;C:\oracle\Ora10g\jre\1.4.2\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Sybase\Adaptive Server Anywhere 6.0\win32;C:\Program Files\Sybase\SQL Anywhere 8\win32;C:\Program Files\Sybase\Shared\win32;C:\Program Files\Sybase\Shared\Sybase Central 4.1;C:\Program Files\Sybase\Shared\PowerBuilder;C:\Program Files\Sybase\Shared\Web Targets;C:\Program Files\Intel\DMIX

11:05:38,716 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080

11:05:38,716 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009

11:05:38,794 INFO  [StandardService] Starting service jboss.web

11:05:38,794 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA

11:05:38,951 INFO  [Catalina] Server startup in 234 ms

11:05:39,013 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws

11:05:42,638 INFO  [TomcatDeployment] deploy, ctxPath=/invoker

11:05:42,888 INFO  [TomcatDeployment] deploy, ctxPath=/web-console

11:05:44,576 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml

11:05:44,748 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml

11:05:44,935 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml

11:05:45,060 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml

11:05:45,232 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml

11:05:45,669 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main

11:05:45,748 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.

11:05:45,748 INFO  [RAMJobStore] RAMJobStore initialized.

11:05:45,748 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'

11:05:45,748 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2

11:05:45,748 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

11:05:48,232 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

11:05:51,966 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started

11:05:52,420 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

11:05:52,420 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at ab1380 started

11:05:52,466 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000

11:05:52,466 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000

11:05:52,466 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover

11:05:52,466 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing

11:05:52,482 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

11:05:52,482 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 84ed5a started

11:05:52,482 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

11:05:52,482 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 4806d3 started

11:05:52,779 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

11:05:52,888 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/MY_PROJECT_JNDI_DS_9iDEV' to JNDI name 'java:jdbc/MY_PROJECT_JNDI_DS_9iDEV'

11:05:52,998 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/MY_PROJECT_JNDI_DS' to JNDI name 'java:jdbc/MY_PROJECT_JNDI_DS'

11:05:54,982 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar

11:05:55,029 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

11:05:55,029 INFO  [JBossASKernel]   with dependencies:

11:05:55,029 INFO  [JBossASKernel]   and demands:

11:05:55,029 INFO  [JBossASKernel]     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

11:05:55,029 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

11:05:55,029 INFO  [JBossASKernel]   and supplies:

11:05:55,029 INFO  [JBossASKernel]     Class:org.jboss.profileservice.spi.ProfileService

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureProfileService/remote

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService

11:05:57,435 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar

11:05:57,435 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

11:05:57,435 INFO  [JBossASKernel]   with dependencies:

11:05:57,435 INFO  [JBossASKernel]   and demands:

11:05:57,435 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

11:05:57,435 INFO  [JBossASKernel]   and supplies:

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager

11:05:57,435 INFO  [JBossASKernel]     Class:org.jboss.deployers.spi.management.deploy.DeploymentManager

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureDeploymentManager/remote

11:05:57,435 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar

11:05:57,435 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

11:05:57,435 INFO  [JBossASKernel]   with dependencies:

11:05:57,435 INFO  [JBossASKernel]   and demands:

11:05:57,435 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

11:05:57,435 INFO  [JBossASKernel]   and supplies:

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

11:05:57,435 INFO  [JBossASKernel]     Class:org.jboss.deployers.spi.management.ManagementView

11:05:57,435 INFO  [JBossASKernel]     jndi:SecureManagementView/remote

11:05:57,435 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar

11:05:57,560 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at 1003493{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

11:05:57,560 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at d9f356{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

11:05:57,576 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at 4270f8{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

11:05:58,170 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

11:05:58,232 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager

11:05:58,529 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI: 
 
     SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface

    SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface 
 
 11:05:58,732 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

11:05:58,732 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView

11:05:58,748 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI: 
 
     SecureManagementView/remote - EJB3.x Default Remote Business Interface

    SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface 
 
 11:05:58,904 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

11:05:58,904 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService

11:05:58,920 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI: 
 
     SecureProfileService/remote - EJB3.x Default Remote Business Interface

    SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface 
 
 11:05:59,763 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console

11:06:02,045 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'

Letting agent QTJA do the transformation

Letting agent QTOR do the transformation

java.util.NoSuchElementException: No mapping for class java.awt.Toolkit

    at com.mercury.bcel.TransformerXmlFile$MappingLocator.setMapping(TransformerXmlFile.java:96)

    at com.mercury.bcel.TransformerFactory.createTransformer(TransformerFactory.java:56)

    at com.mercury.bcel.TransformerMainImpl.transform(TransformerMainImpl.java:33)

    at com.mercury.bcel.TransformerMain.transform(TransformerMain.java:35)

    at com.mercury.javashared.transform.TransformersChain.transform(TransformersChain.java:32)

    at com.mercury.javashared.transform.CommunicationThread.processTransformRequest(CommunicationThread.java:61)

    at com.mercury.javashared.transform.CommunicationThread.run(CommunicationThread.java:38)

11:06:24,514 INFO  [TomcatDeployment] deploy, ctxPath=/

11:06:24,842 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console

11:06:34,514 WARN  [PortComponentMetaData] <wsdl-port> element in webservices.xml not namespace qualified: AccountingWSInformationIntPort

11:06:34,514 WARN  [PortComponentMetaData] <wsdl-port> element in webservices.xml not namespace qualified: DocumentWSIFPort

11:06:34,514 WARN  [PortComponentMetaData] <wsdl-port> element in webservices.xml not namespace qualified: ChecklistWSIFPort

11:07:10,014 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=MY_PROJECT,endpoint=AccountingServiceServlet

11:07:10,030 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=MY_PROJECT,endpoint=DocumentWebServiceServlet

11:07:10,030 INFO  [DefaultEndpointRegistry] register: jboss.ws:context=MY_PROJECT,endpoint=ChecklistWebServiceServlet

11:07:10,124 INFO  [WebMetaDataModifierImpl] Ignore servlet: org.apache.struts.action.ActionServlet

11:07:10,155 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.TestServlet

11:07:10,171 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.DownloadConfigFileServlet

11:07:10,171 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.JNDILookupServlet

11:07:10,186 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.LogLevelControllerServlet

11:07:10,202 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.BuildRptInputParamPageServlet

11:07:10,217 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.ViewPDFDocServlet

11:07:10,217 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.ViewDocumentServlet

11:07:10,217 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.ViewDocumentAccessServlet

11:07:10,217 INFO  [WebMetaDataModifierImpl] Ignore servlet: com.sa.v4.servlet.BsiUploadServlet

11:07:10,264 WARN  [WebMetaDataModifierImpl] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,264 WARN  [WebMetaDataModifierImpl] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,280 WARN  [WebMetaDataModifierImpl] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,327 INFO  [WebMetaDataModifierImpl] Ignore servlet: org.quartz.ee.servlet.QuartzInitializerServlet

11:07:10,358 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,358 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,358 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: org.jboss.webservice.server.ServiceEndpointServletJSE

11:07:10,467 INFO  [TomcatDeployment] deploy, ctxPath=/MY_PROJECT

11:07:10,889 ERROR [JBossContextConfig] XML error parsing: context.xml

org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:549)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:536)

    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)

    at org.apache.catalina.core.StandardContext.init(StandardContext.java:5436)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4148)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    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:597)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    at $Proxy38.start(Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    at org.jboss.Main$1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:662)

Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:97)

    at org.jboss.xb.binding.UnmarshallerImpl.<init>(UnmarshallerImpl.java:56)

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96)

    ... 74 more

Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:92)

    ... 76 more

11:07:10,905 ERROR [JBossContextConfig] XML error parsing: jboss.web/localhost/context.xml.default

org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:549)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:537)

    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)

    at org.apache.catalina.core.StandardContext.init(StandardContext.java:5436)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4148)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    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:597)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    at $Proxy38.start(Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    at org.jboss.Main$1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:662)

Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:97)

    at org.jboss.xb.binding.UnmarshallerImpl.<init>(UnmarshallerImpl.java:56)

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96)

    ... 74 more

Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:92)

    ... 76 more

11:07:10,921 ERROR [JBossContextConfig] XML error parsing: WEB-INF/context.xml

org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:549)

    at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:540)

    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)

    at org.apache.catalina.core.StandardContext.init(StandardContext.java:5436)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4148)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    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:597)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    at $Proxy38.start(Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    at org.jboss.Main$1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:662)

Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:97)

    at org.jboss.xb.binding.UnmarshallerImpl.<init>(UnmarshallerImpl.java:56)

    at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96)

    ... 74 more

Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.parsers.SAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserImpl.<init>(Unknown Source)

    at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)

    at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:92)

    ... 76 more

11:07:16,296 ERROR [ContextConfig] Marking this application unavailable due to previous error(s)

11:07:16,342 ERROR [StandardContext] Context [/MY_PROJECT] startup failed due to previous errors

11:07:16,358 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/MY_PROJECT state=Create mode=Manual requiredState=Installed

org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/MY_PROJECT.ear/MY_PROJECTWeb.war/ deployment failed

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    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:597)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    at $Proxy38.start(Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    at org.jboss.Main$1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:662)

11:07:16,374 INFO  [DefaultEndpointRegistry] remove: jboss.ws:context=MY_PROJECT,endpoint=AccountingServiceServlet

11:07:16,374 INFO  [DefaultEndpointRegistry] remove: jboss.ws:context=MY_PROJECT,endpoint=DocumentWebServiceServlet

11:07:16,374 INFO  [DefaultEndpointRegistry] remove: jboss.ws:context=MY_PROJECT,endpoint=ChecklistWebServiceServlet

11:07:16,374 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/MY_PROJECT.ear/ state=PreReal mode=Manual requiredState=Real

org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/MY_PROJECT.ear/MY_PROJECTWeb.war/ deployment failed

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    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:597)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    at $Proxy38.start(Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    at org.jboss.Main$1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:662)

11:07:16,592 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): 
 
 DEPLOYMENTS IN ERROR:

  Deployment "vfsfile:/C:/jboss-5.1.0.GA/server/default/deploy/MY_PROJECT.ear/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-5.1.0.GA/server/default/deploy/MY_PROJECT.ear/MY_PROJECTWeb.war/ deployment failed 
 
 11:07:16,655 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

11:07:16,905 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

11:07:16,921 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 6m:43s:865ms
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/568251#568251]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101025/3e8d833c/attachment-0001.html 


More information about the jboss-user mailing list