1 Reply Latest reply on Jan 23, 2014 8:49 AM by erasmomarciano

    getting below warns when am migrating to Jboss 7?

    madhugetready

      I have two modules to deploy..........

       

       

      09:37:58,952 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem

      09:37:58,955 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension

      09:37:58,958 INFO  [org.jboss.as.security] (MSC service thread 1-13) JBAS013100: Current PicketBox version=4.0.7.Final

      09:37:58,959 INFO  [org.jboss.as.connector] (MSC service thread 1-6) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

      09:37:58,996 INFO  [org.jboss.as.naming] (MSC service thread 1-29) JBAS011802: Starting Naming Service

      09:37:58,999 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]

      09:37:59,007 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      09:37:59,017 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-21) JBoss Web Services - Stack CXF Server 4.0.2.GA

      09:37:59,072 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-20) Starting Coyote HTTP/1.1 on http--127.0.0.1-9080

      09:37:59,270 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-19) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      09:37:59,539 WARN  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-44) JBAS015005: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended.

      09:37:59,541 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-44) JBAS015012: Started FileSystemDeploymentService for directory /ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments

      09:37:59,542 INFO  [org.jboss.as.remoting] (MSC service thread 1-41) JBAS017100: Listening on /127.0.0.1:4447

      09:37:59,542 INFO  [org.jboss.as.remoting] (MSC service thread 1-48) JBAS017100: Listening on /127.0.0.1:9999

      09:37:59,617 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015876: Starting deployment of "customersearchandupdate.war"

      09:37:59,617 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-38) JBAS015876: Starting deployment of "jbossweb-tomcat55.sar"

      09:37:59,617 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "healthcheck.war"

      09:37:59,746 WARN  [org.jboss.as.ee] (MSC service thread 1-2) JBAS011006: Not installing optional component com.apple.ist.ets.esp.provider.customersearchandupdate.util.DSRQHealthcheckServlet due to exception: java.lang.ClassNotFoundException: com.apple.ist.ets.esp.provider.customersearchandupdate.util.DSRQHealthcheckServlet from [Module "deployment.healthcheck.war:main" from Service Module Loader]

        at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.1.GA]

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.1.GA]

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.1.GA]

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) [jboss-modules.jar:1.1.1.GA]

        at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.1.GA]

        at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.1.GA]

        at java.lang.Class.forName0(Native Method) [rt.jar:1.6.0_18]

        at java.lang.Class.forName(Class.java:247) [rt.jar:1.6.0_18]

        at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:54) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

        at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:79)

        at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_18]

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_18]

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

       

       

      09:37:59,852 INFO  [org.jboss.web] (MSC service thread 1-17) JBAS018210: Registering web context: /healthcheck

      09:38:01,033 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxws-rt.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jaxws-tools-2.1.3.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,034 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry relaxngDatatype.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jaxws-tools-2.1.3.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,036 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb1-impl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jaxb-impl.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,037 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xpp3.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-bind-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,037 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry stax-api.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-bind-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,038 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry wstx-asl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-bind-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,039 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xpp3.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,040 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry stax-api.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,040 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry wstx-asl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,041 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xercesImpl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/xalan-2.7.0.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,042 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xml-apis.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/xalan-2.7.0.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,042 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry serializer.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/xalan-2.7.0.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,044 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry jaxb1-impl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jaxb-impl-2.1.7.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,045 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry xpp3.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,046 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry stax-api.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,046 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) Class Path entry wstx-asl.jar in "/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/lib/jibx-run-1.2.jar"  does not point to a valid jar for a Class-Path reference.

      09:38:01,322 WARN  [org.apache.axiom.util.stax.dialect.StAXDialectDetector] (MSC service thread 1-11) Unable to determine dialect of the StAX implementation at jar:file:/ngs/dev2/dsrq2/jboss_7_provider/jboss-modules.jar!/

      09:38:01,413 INFO  [org.apache.axis2.deployment.ClusterBuilder] (MSC service thread 1-11) Clustering has been disabled

      09:38:01,510 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: ping-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/ping-1.6.2.mar

      09:38:01,517 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: metadataExchange-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/mex-1.6.2.mar

      09:38:01,522 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: mtompolicy-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/mtompolicy-1.6.2.mar

      09:38:01,533 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: addressing-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/addressing-1.6.2.mar

      09:38:01,537 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: soapmonitor-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/soapmonitor-1.6.2.mar

      09:38:01,542 INFO  [org.apache.axis2.deployment.ModuleDeployer] (MSC service thread 1-11) Deploying module: script-1.6.2 - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/modules/scripting-1.6.2.mar

      09:38:01,609 INFO  [org.apache.axis2.deployment.DeploymentEngine] (MSC service thread 1-11) Deploying Web service: version.aar - file:/ngs/dev2/dsrq2/jboss_7_provider/standalone/deployments/customersearchandupdate.war/WEB-INF/services/version.aar

      09:38:01,720 INFO  [org.apache.axis2.deployment.ServiceDeployer] (MSC service thread 1-11) The customersearchandupdate.aar service, which is not valid, caused java.lang.NoClassDefFoundError: com/apple/ist/ets/esp/common/log/ESPLoggerFactory

        at com.apple.ist.ets.esp.provider.customersearchandupdate.CustomerSearchAndUpdateImpl.<clinit>(CustomerSearchAndUpdateImpl.java:42)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:247)

        at org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.<init>(DefaultSchemaGenerator.java:140)

        at org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:453)

        at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:388)

        at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:101)

        at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:143)

        at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:82)

        at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)

        at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)

        at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)

        at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)

        at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)

        at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:142)

        at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:283)

        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)

        at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:584)

        at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:454)

        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)

        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102)

        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655)

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

        at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)

        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

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

      Caused by: java.lang.ClassNotFoundException: com.apple.ist.ets.esp.common.log.ESPLoggerFactory from [Module "deployment.customersearchandupdate.war:main" from Service Module Loader]

        at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)

        at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423)

        at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)

        at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)

        ... 29 more

       

       

      09:38:01,726 INFO  [org.apache.axis2.deployment.DeploymentEngine] (MSC service thread 1-11) org.apache.axis2.deployment.DeploymentException: java.lang.NoClassDefFoundError: com/apple/ist/ets/esp/common/log/ESPLoggerFactory

      09:38:01,729 WARN  [org.apache.axis2.transport.http.AxisServlet] (MSC service thread 1-11) No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!

      09:38:01,734 INFO  [org.jboss.web] (MSC service thread 1-11) JBAS018210: Registering web context: /customersearchandupdate

      09:38:01,736 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990

      09:38:01,737 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 3869ms - Started 237 of 318 services (80 services are passive or on-demand)

      09:38:02,858 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "customersearchandupdate.war"

      09:38:02,859 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jbossweb-tomcat55.sar"

      09:38:02,860 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "healthcheck.war"