6 Replies Latest reply on Jan 23, 2017 7:21 AM by andey

    Jboss 5.1 to Jboss 7.2.0 migration

    dominijoseph

      Dear Jboss gurus!

       

      We are in the midst of a migration from Jboss 5.1 EJB 2.x to Jboss 7.2.0 EJB 3.x. Having a tough time migrating 2.x ejbs to 3.x ejbs, dealing with remote jndi names and config xmls etc..

       

      The following is the error we get..

       

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: IWRegistryClient:IWRegistryClient.contactManager Registry manager contacted.

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() Executing startup directive: Startup.process

       

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:Unknown Message Source IWJBossInit.startup(): Executing Startup Directive: Startup.process

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() Successful Execution for: Startup.process

       

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() An unexpected error occurred:

      java.lang.NullPointerException

      at com.interworld.frameworks.init.jboss.IWJBossInit.init(IWJBossInit.java:159)

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

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

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

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

      at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156)

      at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60)

      at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93)

      at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

      at java.util.concurrent.FutureTask.run(Unknown Source)

      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

      at java.lang.Thread.run(Unknown Source)

      at org.jboss.threads.JBossThread.run(JBossThread.java:122)

       

       

      Any help & suggestion is highly appreciated,

       

      Attaching the Jboss 5.1 code and config files as well as Jboss 7.2 files for the same (work in progress files)

       

      Regards

      Dominic

       

      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: IWRegistryClient:IWRegistryClient.contactManager Registry manager contacted.2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() Executing startup directive: Startup.process
      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:Unknown Message Source IWJBossInit.startup(): Executing Startup Directive: Startup.process2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() Successful Execution for: Startup.process
      2017-01-19 01:11:31 PM DEV-J7SMOOTHE_Site00_1: DEV-J7SMOOTHE_Site00_1:IWJBossInit.startup() An unexpected error occurred: java.lang.NullPointerException at com.interworld.frameworks.init.jboss.IWJBossInit.init(IWJBossInit.java:159) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1194) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1100) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3591) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3798) at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) at org.jboss.threads.JBossThread.run(JBossThread.java:122)

        • 1. Re: Jboss 5.1 to Jboss 7.2.0 migration
          andey

          Hi,

           

          The issue is NPE which come from your app code. Attach server.log file showing the error ?

          • 2. Re: Jboss 5.1 to Jboss 7.2.0 migration
            dominijoseph

            Hi Anup

            Thanks. Here is the server.log. Please have a look and advice.

            • 3. Re: Jboss 5.1 to Jboss 7.2.0 migration
              dominijoseph

              Starting IW Site00_1 - v7* [2017-01-20 16:18:37]

              Calling "D:\Jboss-7.2.0\bin\standalone.conf.bat"

              "JAVA_OPTS already set in environment; overriding default settings with values: -Xrs -Xms256M -Xmx512M"

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

               

               

                JBoss Bootstrap Environment

               

               

                JBOSS_HOME: D:\Jboss-7.2.0

               

               

                JAVA: D:\Java-1.7\bin\java

               

               

                JAVA_OPTS: -client -Dprogram.name=standalone.bat -Xrs -Xms256M -Xmx512M

               

               

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

               

               

              16:18:38,569 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1

              16:18:38,912 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA

              16:18:39,053 INFO  [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss AS 7.2.0.Final "Janus" starting

              16:18:41,738 INFO  [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.7.GA

              16:18:41,738 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

              16:18:41,753 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.7.GA

              16:18:41,769 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.14.GA

              16:18:42,003 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 51) JBAS011800: Activating Naming Subsystem

              16:18:42,019 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.

              16:18:42,050 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 60) JBAS015537: Activating WebServices Extension

              16:18:42,050 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem

              16:18:42,081 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 43) JBAS010260: Activating JGroups subsystem.

              16:18:42,347 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 46) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

              16:18:42,378 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 56) JBAS013171: Activating Security Subsystem

              16:18:42,378 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)

              16:18:42,691 INFO  [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final

              16:18:42,706 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.0.15.Final

              16:18:42,722 INFO  [org.jboss.as.naming] (MSC service thread 1-5) JBAS011802: Starting Naming Service

              16:18:42,738 INFO  [org.jboss.jaxr] (MSC service thread 1-4) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory

              16:18:42,738 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]

              16:18:42,816 WARN  [jacorb.codeset] (MSC service thread 1-7) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1

              16:18:43,269 INFO  [org.jboss.as.jacorb] (MSC service thread 1-7) JBAS016330: CORBA ORB Service started

              16:18:43,269 INFO  [org.apache.coyote.http11] (MSC service thread 1-8) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:17003

              16:18:43,300 INFO  [org.apache.coyote.http11] (MSC service thread 1-8) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:17003

              16:18:43,363 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 37) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

              16:18:43,378 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 37) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

              16:18:43,394 INFO  [org.apache.coyote.ajp] (MSC service thread 1-4) JBWEB003046: Starting Coyote AJP/1.3 on ajp-/127.0.0.1:17009

              16:18:43,441 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\deployments

              16:18:43,456 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "IWSite00.war" (runtime-name: "IWSite00.war")

              16:18:43,456 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "sqljdbc41.jar" (runtime-name: "sqljdbc41.jar")

              16:18:43,488 INFO  [org.jboss.modcluster.ModClusterService] (ServerService Thread Pool -- 62) Initializing mod_cluster 1.2.3.Final

              16:18:43,847 INFO  [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started

              16:18:43,847 INFO  [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (ServerService Thread Pool -- 62) Listening to proxy advertisements on 224.0.1.105:23,364

              16:18:43,878 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:29999

              16:18:43,878 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on 127.0.0.1:24447

              16:18:43,878 WARN  [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

              16:18:43,988 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221001: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingjournal,bindingsDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingbindings,largeMessagesDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messaginglargemessages,pagingDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingpaging)

              16:18:43,988 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221008: Waiting to obtain live lock

              16:18:44,034 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221017: Using NIO Journal

              16:18:44,192 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221039: Waiting to obtain live lock

              16:18:44,192 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221040: Live Server Obtained live lock

              16:18:44,255 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010403: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 4.1)

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/SITE01.OSX]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OFX]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.IC]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.OFX]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.OSX]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE01.OFX]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE01.IC]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OASIS-WP]

              16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OSX]

              16:18:44,411 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OSX]

              16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OASIS-WP]

              16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/SITE00.METADATA]

              16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OFX]

              16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.METADATA]

              16:18:45,036 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:25455 for CORE protocol

              16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:25445 for CORE protocol

              16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221009: Server is now live

              16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221003: HornetQ Server version 2.3.0.CR1 (buzzzzz!, 122) [1d063578-df2c-11e6-90cc-f5ac182f9af2]

              16:18:45,067 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

              16:18:45,067 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory

              16:18:45,161 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010406: Registered connection factory java:/IWSite00

              16:18:45,224 INFO  [org.hornetq.ra] (MSC service thread 1-7) HornetQ resource adaptor started

              16:18:45,224 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-7) IJ020002: Deployed: file://RaActivatorhornetq-ra

              16:18:45,224 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/IWSite00]

              16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry logkit-1.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

              16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry avalon-framework-4.1.5.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

              16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry concurrent-1.3.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

              16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry antlr-2.7.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

              16:18:48,614 INFO  [org.jboss.web] (ServerService Thread Pool -- 69) JBAS018210: Register web context: /IWSite00

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69) LogManager arun======================D:/interworld/IWLoggingSettings.ini

               

               

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69) arun======================D:/interworld/IWLoggingSettings.ini

               

               

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.formatter.DateTimeFormatter.pattern and a value is : yyyy-MM-dd hh:mm:ss a

               

               

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.limit and a value is : 10000000

               

               

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.count and a value is : 100000

               

               

              16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.fullpath and a value is : D:/interworld/log/interworld

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                    Welcome to the IAIK JCE Library                    ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** This version of IAIK JCE is licensed for educational and research use ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** and evaluation only. Commercial use of this software is prohibited.   ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** For details please see http://jcewww.iaik.at/sales/licences/.         ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** This message does not appear in the registered commercial version.    ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

               

               

              16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69)

               

               

              16:18:50,458 INFO  [stdout] (ServerService Thread Pool -- 69) Cannot find IWObjectEntityHome

               

               

              16:18:50,630 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "sqljdbc41.jar" (runtime-name : "sqljdbc41.jar")

              16:18:50,630 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "IWSite00.war" (runtime-name : "IWSite00.war")

              16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:29990/management

              16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:29990

              16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" started in 12701ms - Started 332 of 468 services (122 services are passive or on-demand)

              • 4. Re: Jboss 5.1 to Jboss 7.2.0 migration
                andey

                Hi,

                 

                I can't find any the attachment here. If possible paste the Error and caused by logging here

                • 5. Re: Jboss 5.1 to Jboss 7.2.0 migration
                  dominijoseph

                  Hi Anup,

                   

                  The log I sent before is currently being moderated. Here is it again. Appreciate your help again!! Regards Domini

                   

                  Starting IW Site00_1 - v7* [2017-01-20 16:18:37]

                  Calling "D:\Jboss-7.2.0\bin\standalone.conf.bat"

                  "JAVA_OPTS already set in environment; overriding default settings with values: -Xrs -Xms256M -Xmx512M"

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

                   

                   

                    JBoss Bootstrap Environment

                   

                   

                    JBOSS_HOME: D:\Jboss-7.2.0

                   

                   

                    JAVA: D:\Java-1.7\bin\java

                   

                   

                    JAVA_OPTS: -client -Dprogram.name=standalone.bat -Xrs -Xms256M -Xmx512M

                   

                   

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

                   

                   

                  16:18:38,569 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1

                  16:18:38,912 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA

                  16:18:39,053 INFO  [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss AS 7.2.0.Final "Janus" starting

                  16:18:41,738 INFO  [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.7.GA

                  16:18:41,738 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

                  16:18:41,753 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.7.GA

                  16:18:41,769 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.14.GA

                  16:18:42,003 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 51) JBAS011800: Activating Naming Subsystem

                  16:18:42,019 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem.

                  16:18:42,050 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 60) JBAS015537: Activating WebServices Extension

                  16:18:42,050 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem

                  16:18:42,081 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 43) JBAS010260: Activating JGroups subsystem.

                  16:18:42,347 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 46) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

                  16:18:42,378 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 56) JBAS013171: Activating Security Subsystem

                  16:18:42,378 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)

                  16:18:42,691 INFO  [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final

                  16:18:42,706 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.0.15.Final

                  16:18:42,722 INFO  [org.jboss.as.naming] (MSC service thread 1-5) JBAS011802: Starting Naming Service

                  16:18:42,738 INFO  [org.jboss.jaxr] (MSC service thread 1-4) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory

                  16:18:42,738 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]

                  16:18:42,816 WARN  [jacorb.codeset] (MSC service thread 1-7) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1

                  16:18:43,269 INFO  [org.jboss.as.jacorb] (MSC service thread 1-7) JBAS016330: CORBA ORB Service started

                  16:18:43,269 INFO  [org.apache.coyote.http11] (MSC service thread 1-8) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:17003

                  16:18:43,300 INFO  [org.apache.coyote.http11] (MSC service thread 1-8) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:17003

                  16:18:43,363 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 37) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                  16:18:43,378 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 37) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                  16:18:43,394 INFO  [org.apache.coyote.ajp] (MSC service thread 1-4) JBWEB003046: Starting Coyote AJP/1.3 on ajp-/127.0.0.1:17009

                  16:18:43,441 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\deployments

                  16:18:43,456 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "IWSite00.war" (runtime-name: "IWSite00.war")

                  16:18:43,456 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "sqljdbc41.jar" (runtime-name: "sqljdbc41.jar")

                  16:18:43,488 INFO  [org.jboss.modcluster.ModClusterService] (ServerService Thread Pool -- 62) Initializing mod_cluster 1.2.3.Final

                  16:18:43,847 INFO  [org.jboss.as.jacorb] (MSC service thread 1-2) JBAS016328: CORBA Naming Service started

                  16:18:43,847 INFO  [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (ServerService Thread Pool -- 62) Listening to proxy advertisements on 224.0.1.105:23,364

                  16:18:43,878 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:29999

                  16:18:43,878 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on 127.0.0.1:24447

                  16:18:43,878 WARN  [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

                  16:18:43,988 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221001: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingjournal,bindingsDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingbindings,largeMessagesDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messaginglargemessages,pagingDirectory=D:\Jboss-7.2.0\DEV-J7SMOOTHE_Site00_1\data\messagingpaging)

                  16:18:43,988 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221008: Waiting to obtain live lock

                  16:18:44,034 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221017: Using NIO Journal

                  16:18:44,192 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221039: Waiting to obtain live lock

                  16:18:44,192 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221040: Live Server Obtained live lock

                  16:18:44,255 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010403: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 4.1)

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/SITE01.OSX]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OFX]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.IC]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.OFX]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE01.OSX]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE01.OFX]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE01.IC]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OASIS-WP]

                  16:18:44,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/SITE00.OSX]

                  16:18:44,411 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OSX]

                  16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OASIS-WP]

                  16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/SITE00.METADATA]

                  16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.OFX]

                  16:18:44,427 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/JTS.SITE00.METADATA]

                  16:18:45,036 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:25455 for CORE protocol

                  16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221024: Started Netty Acceptor version 3.6.2.Final-c0d783c 127.0.0.1:25445 for CORE protocol

                  16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221009: Server is now live

                  16:18:45,052 INFO  [org.hornetq.core.server] (MSC service thread 1-1) HQ221003: HornetQ Server version 2.3.0.CR1 (buzzzzz!, 122) [1d063578-df2c-11e6-90cc-f5ac182f9af2]

                  16:18:45,067 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

                  16:18:45,067 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory

                  16:18:45,161 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010406: Registered connection factory java:/IWSite00

                  16:18:45,224 INFO  [org.hornetq.ra] (MSC service thread 1-7) HornetQ resource adaptor started

                  16:18:45,224 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-7) IJ020002: Deployed: file://RaActivatorhornetq-ra

                  16:18:45,224 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010401: Bound JCA ConnectionFactory [java:/IWSite00]

                  16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry logkit-1.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

                  16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry avalon-framework-4.1.5.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

                  16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry concurrent-1.3.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

                  16:18:47,942 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015960: Class Path entry antlr-2.7.2.jar in /D:/Jboss-7.2.0/bin/content/IWSite00.war/WEB-INF/lib/jacorb.jar  does not point to a valid jar for a Class-Path reference.

                  16:18:48,614 INFO  [org.jboss.web] (ServerService Thread Pool -- 69) JBAS018210: Register web context: /IWSite00

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69) LogManager arun======================D:/interworld/IWLoggingSettings.ini

                   

                   

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69) arun======================D:/interworld/IWLoggingSettings.ini

                   

                   

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.formatter.DateTimeFormatter.pattern and a value is : yyyy-MM-dd hh:mm:ss a

                   

                   

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.limit and a value is : 10000000

                   

                   

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.count and a value is : 100000

                   

                   

                  16:18:48,880 INFO  [stdout] (ServerService Thread Pool -- 69)  akey = FileHandler.fullpath and a value is : D:/interworld/log/interworld

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                    Welcome to the IAIK JCE Library                    ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** This version of IAIK JCE is licensed for educational and research use ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** and evaluation only. Commercial use of this software is prohibited.   ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** For details please see http://jcewww.iaik.at/sales/licences/.         ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) *** This message does not appear in the registered commercial version.    ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69) ***                                                                       ***

                   

                   

                  16:18:48,927 ERROR [stderr] (ServerService Thread Pool -- 69)

                   

                   

                  16:18:50,458 INFO  [stdout] (ServerService Thread Pool -- 69) Cannot find IWObjectEntityHome

                   

                   

                  16:18:50,630 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "sqljdbc41.jar" (runtime-name : "sqljdbc41.jar")

                  16:18:50,630 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) JBAS018559: Deployed "IWSite00.war" (runtime-name : "IWSite00.war")

                  16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:29990/management

                  16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:29990

                  16:18:50,645 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" started in 12701ms - Started 332 of 468 services (122 services are passive or on-demand)

                  • 6. Re: Jboss 5.1 to Jboss 7.2.0 migration
                    andey

                    Hi,

                     

                    As ypu are doing migration process from JBoss 5.1 to JBoss 7, so first you should look into the whole migration process. Some features/dependencies/ etc are changed or depreciated in JBoss 7.0. I recommend you should concentrate on migration guide as per below:

                     

                    You just try to migrate your applications as per guide at [1] which describes what are the EJB Changes are:

                     

                    [1] : Migration Guide

                     

                    Also you should look into guide [2] which describes EJB Remote Invocation Changes are:

                     

                    [2]: Migration Guide