12 Replies Latest reply on Jul 23, 2012 8:16 AM by gjangid

    I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.

    gjangid

      Hi, I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.Please respond with the steps which i should follow to accompalish this task.

       

      Thanks,

      Gajendra Jangid.

        • 1. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
          peterj

          Did you make any configuration changes to 4.2.3? Such as editing any existing configuration file, defining a messaging destinations xml file, or deploying a *-ds.xml file? If so, figure out how to make the corresponding changes in 5.1.0. (Messaging has changed so the destinations file will need changes, database connectivity hasn't so your *-ds.xml files should work without any changes.)

           

          Then deploy your app and fix any issues that arrise.

          1 of 1 people found this helpful
          • 2. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
            gjangid

            I don't know about the changes done in previous version of JBoss 4.2.3 .Where can i find these configuration files and other changes?

            we deploy our application's ear file in the server folder and run the application.

            • 3. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
              wdfink

              What you might can do is to diff all XML files in the conf and deploy folder against a fresh 4.2.3 to find all changes in your installation.

              1 of 1 people found this helpful
              • 4. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                gjangid

                You mean default folder's conf and deploy .. right??

                There is also an all folder having conf and deploy folder.Is there any difference between the two and which one is used for the diff operation??

                • 5. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                  wdfink

                  That depends on the configuration that you use.

                  If you don't select a configuration via 'run.sh -c all|default|minimal' default will be used.

                  So you're right to compare these directories.

                  • 6. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                    gjangid

                    I have applied the changes in the Jboss 5.1 version which were there in the previous version's conf and deploy folder of default.

                    But it giving this errror. Here is the run log.

                     

                    Calling C:\opt\sonus\xauth\as\bin\run.conf.bat

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

                     

                     

                      JBoss Bootstrap Environment

                     

                     

                      JBOSS_HOME: C:\opt\sonus\xauth\as

                     

                     

                      JAVA: C:\Program Files\Java\jdk1.6.0_20\bin\java

                     

                     

                      JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=360

                    0000 -Dorg.jboss.resolver.warning=true -server -Xms256m -Xmx512m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=20000,server=y,sus

                    pend=n -Dlog4j.debug

                     

                     

                      CLASSPATH: C:\opt\sonus\xauth\as\bin\run.jar

                     

                     

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

                     

                     

                    Listening for transport dt_socket at address: 20000

                    log4j: Trying to find [log4j.xml] using context classloader org.jboss.bootstrap.NoAnnotationURLClassLoader@1f3aa07.

                    log4j: Trying to find [log4j.xml] using org.jboss.bootstrap.NoAnnotationURLClassLoader@1f3aa07 class loader.

                    log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().

                    log4j: Trying to find [log4j.properties] using context classloader org.jboss.bootstrap.NoAnnotationURLClassLoader@1f3aa07.

                    log4j: Using URL [jar:file:/C:/opt/sonus/xauth/as/bin/run.jar!/log4j.properties] for automatic log4j configuration.

                    log4j: Reading configuration from URL jar:file:/C:/opt/sonus/xauth/as/bin/run.jar!/log4j.properties

                    log4j: Parsing for [root] with value=[DEBUG, FILE, CONSOLE].

                    log4j: Level token is [DEBUG].

                    log4j: Category root set to DEBUG

                    log4j: Parsing appender named "FILE".

                    log4j: Parsing layout options for "FILE".

                    log4j: Setting property [conversionPattern] to [%d{ABSOLUTE} %-5p [%c{1}] %m%n].

                    log4j: End of parsing for "FILE".

                    log4j: Setting property [append] to [false].

                    log4j: Setting property [file] to [C:\opt\sonus\xauth\as\server\sonus\log/boot.log].

                    log4j: setFile called: C:\opt\sonus\xauth\as\server\sonus\log/boot.log, false

                    log4j: setFile ended

                    log4j: Parsed "FILE" options.

                    log4j: Parsing appender named "CONSOLE".

                    log4j: Parsing layout options for "CONSOLE".

                    log4j: Setting property [conversionPattern] to [%d{ABSOLUTE} %-5p [%c{1}] %m%n].

                    log4j: End of parsing for "CONSOLE".

                    log4j: Setting property [threshold] to [INFO].

                    log4j: Setting property [target] to [System.out].

                    log4j: Parsed "CONSOLE" options.

                    log4j: Finished configuring.

                    12:53:35,418 INFO  [ServerImpl] Starting JBoss (Microcontainer)...

                    12:53:35,418 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)

                    12:53:35,418 INFO  [ServerImpl] Bootstrap URL: null

                    12:53:35,418 INFO  [ServerImpl] Home Dir: C:\opt\sonus\xauth\as

                    12:53:35,418 INFO  [ServerImpl] Home URL: file:/C:/opt/sonus/xauth/as/

                    12:53:35,418 INFO  [ServerImpl] Library URL: file:/C:/opt/sonus/xauth/as/lib/

                    12:53:35,418 INFO  [ServerImpl] Patch URL: null

                    12:53:35,418 INFO  [ServerImpl] Common Base URL: file:/C:/opt/sonus/xauth/as/common/

                    12:53:35,418 INFO  [ServerImpl] Common Library URL: file:/C:/opt/sonus/xauth/as/common/lib/

                    12:53:35,418 INFO  [ServerImpl] Server Name: sonus

                    12:53:35,418 INFO  [ServerImpl] Server Base Dir: C:\opt\sonus\xauth\as\server

                    12:53:35,418 INFO  [ServerImpl] Server Base URL: file:/C:/opt/sonus/xauth/as/server/

                    12:53:35,418 INFO  [ServerImpl] Server Config URL: file:/C:/opt/sonus/xauth/as/server/sonus/conf/

                    12:53:35,418 INFO  [ServerImpl] Server Home Dir: C:\opt\sonus\xauth\as\server\sonus

                    12:53:35,418 INFO  [ServerImpl] Server Home URL: file:/C:/opt/sonus/xauth/as/server/sonus/

                    12:53:35,418 INFO  [ServerImpl] Server Data Dir: C:\opt\sonus\xauth\as\server\sonus\data

                    12:53:35,418 INFO  [ServerImpl] Server Library URL: file:/C:/opt/sonus/xauth/as/server/sonus/lib/

                    12:53:35,418 INFO  [ServerImpl] Server Log Dir: C:\opt\sonus\xauth\as\server\sonus\log

                    12:53:35,418 INFO  [ServerImpl] Server Native Dir: C:\opt\sonus\xauth\as\server\sonus\tmp\native

                    12:53:35,418 INFO  [ServerImpl] Server Temp Dir: C:\opt\sonus\xauth\as\server\sonus\tmp

                    12:53:35,418 INFO  [ServerImpl] Server Temp Deploy Dir: C:\opt\sonus\xauth\as\server\sonus\tmp\deploy

                    12:53:35,777 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/opt/sonus/xauth/as/server/sonus/conf/bootstrap.xml

                    12:53:36,074 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]

                    12:53:36,074 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]

                    12:53:36,230 INFO  [CopyMechanism] VFS temp dir: C:\opt\sonus\xauth\as\server\sonus\tmp

                    12:53:36,230 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.

                    12:53:36,918 INFO  [ServerInfo] Java version: 1.6.0_20,Sun Microsystems Inc.

                    12:53:36,918 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_20-b02)

                    12:53:36,918 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 16.3-b01,Sun Microsystems Inc.

                    12:53:36,918 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86

                    12:53:36,918 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -D

                    sun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Xms256m -Xmx512m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,a

                    ddress=20000,server=y,suspend=n -Dlog4j.debug -Djava.endorsed.dirs=C:\opt\sonus\xauth\as\lib\endorsed

                    12:53:36,933 INFO  [JMXKernel] Legacy JMX core initialized

                    12:53:38,043 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@1ec59df[domain=default, server=default, name=sonus]

                    12:53:39,214 ERROR [AbstractKernelController] Error installing to Configured: name=jboss.system:service=Logging,type=Log4jService state=Instantiated m

                    ode=Manual requiredState=Configured

                    java.lang.RuntimeException: Exception setting attribute DefaultJBossServerLogThreshold on mbean jboss.system:type=Log4jService,service=Logging

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:170)

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)

                            at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)

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

                            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.install(ServiceController.java:274)

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

                            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.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:619)

                    Caused by: java.lang.IllegalArgumentException: Unable to find operation setDefaultJBossServerLogThreshold(java.lang.String)

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

                            at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:128)

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

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

                            at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:103)

                            at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)

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

                            at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)

                            at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:617)

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:166)

                            ... 51 more

                    12:53:39,293 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/opt/sonus/xauth/as/server/sonus/conf/jboss-service.xml state=

                    PreReal mode=Manual requiredState=Real

                    org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.system:type=Log4jService,service=Logging

                            at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)

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

                            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.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:619)

                    Caused by: java.lang.RuntimeException: Exception setting attribute DefaultJBossServerLogThreshold on mbean jboss.system:type=Log4jService,service=Logg

                    ing

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:170)

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)

                            at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)

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

                            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.install(ServiceController.java:274)

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

                            ... 34 more

                    Caused by: java.lang.IllegalArgumentException: Unable to find operation setDefaultJBossServerLogThreshold(java.lang.String)

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

                            at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:128)

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

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

                            at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:103)

                            at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)

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

                            at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)

                            at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:617)

                            at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:166)

                            ... 51 more

                    12:53:39,402 ERROR [ScopedProfileServiceController] Error installing to Create: name=ProfileKey@18a0a8[domain=default, server=default, name=deployers]

                    state=Configured mode=On Demand requiredState=Installed

                    java.lang.reflect.InvocationTargetException

                            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.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:97)

                            at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:77)

                            at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.install(AbstractProfileLifeCycleAction.java:49)

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

                    Caused by: java.io.FileNotFoundException: deployers doesn't exist. (rootURI: file:/C:/opt/sonus/xauth/as/server/sonus/deployers, file: C:\opt\sonus\xa

                    uth\as\server\sonus\deployers)

                            at org.jboss.virtual.plugins.context.file.FileSystemContext.getRoot(FileSystemContext.java:220)

                            at org.jboss.virtual.VFS.getRoot(VFS.java:292)

                            at org.jboss.virtual.VFS.createNewRoot(VFS.java:186)

                            at org.jboss.virtual.VFS.getRoot(VFS.java:201)

                            at org.jboss.system.server.profileservice.repository.AbstractVFSProfileSource.getCachedVirtualFile(AbstractVFSProfileSource.java:353)

                            at org.jboss.system.server.profileservice.repository.BasicDeploymentRepository.load(BasicDeploymentRepository.java:113)

                            at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158)

                            ... 22 more

                    Failed to boot JBoss:

                    java.lang.IllegalStateException: Incompletely deployed:

                     

                     

                    *** PROFILES IN ERROR: Name -> Error

                    Profile: ProfileKey@18a0a8[domain=default, server=default, name=deployers] in error due to java.lang.reflect.InvocationTargetException

                     

                     

                    *** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}

                    ProfileKey@1c68b6f[domain=default, server=default, name=applications] is missing following dependencies: ProfileKey@18a0a8[domain=default, server=defa

                    ult, name=deployers]{Installed:**ERROR**}

                    ProfileKey@1ec59df[domain=default, server=default, name=sonus] is missing following dependencies: ProfileKey@1c68b6f[domain=default, server=default, n

                    ame=applications]{Installed:PreInstall}

                     

                     

                            at org.jboss.system.server.profileservice.repository.AbstractProfileService.logErrors(AbstractProfileService.java:567)

                            at org.jboss.system.server.profileservice.repository.AbstractProfileService.validate(AbstractProfileService.java:348)

                            at org.jboss.system.server.profileservice.repository.AbstractProfileService.validateProfile(AbstractProfileService.java:331)

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

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

                    12:53:39,464 INFO  [ServerImpl] Runtime shutdown hook called, forceHalt: true

                    12:53:39,464 WARN  [ProfileServiceBootstrap] Error deactivating profile: ProfileKey@1ec59df[domain=default, server=default, name=sonus]

                    org.jboss.profileservice.spi.NoSuchProfileException: No active profile for: ProfileKey@1ec59df[domain=default, server=default, name=sonus]

                            at org.jboss.system.server.profileservice.repository.AbstractProfileService.deactivateProfile(AbstractProfileService.java:391)

                            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:327)

                            at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:571)

                            at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:909)

                    12:53:40,011 INFO  [ServerImpl] Shutdown complete

                    Shutdown complete

                    Halting VM

                    Press any key to continue . . .

                    • 7. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                      peterj

                      Does directory C:/opt/sonus/xauth/as/server/sonus exist? Exactly how did you create it? It appears that you created it incorrectly. (I hope that you did not just copy the sonus directory from 4.2.3 to 5.1.0! Also, I hope that C:/opt/sonus/xauth/as did not contain 4.2.3 and you simply unzipped 5.1.0 into the same directory. You must install 5.1.0 into a completely different directory and deploy your application to it.)

                       

                      Have you tried running the default configuration? Without your application deployed?

                       

                      Please comment out the setting of "-Xdebug -Xrunjdwp:transport=dt_socket,address=20000,server=y,suspend=n", let's get running without debugging first before we attempt that.

                      • 8. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                        gjangid

                        Here C:/opt/sonus/xauth/as/server/sonus/farm is our jboss deploy directory which is given at the time of the installment of the application. At this location (C:/opt/sonus/xauth/as/server/sonus/farm) ,I place the application's deployable ear files.

                         

                        I have done the changes in the .xml files of conf and deploy of default folder of 5.1.0 version (changes of the the 4.2.3 version) in separate location and placed them in C:/opt/sonus/xauth/as/server/sonus (as it is my server configuration folder).

                        And then, executing this command to execute the sonus folder: run.bat -c sonus

                        Now the jboss is running but the application is not coming up.

                        • 9. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                          peterj

                          I'm not 100% sure, but I don't think that 5.1.0 supports the farm directory. You'll have to deploy to the deploy directory (c:/opt/sonus/xauth/as/server/sonus/deploy).

                          • 10. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                            gjangid

                            Hi,

                             

                            I am getting this errors. i think it must be due to the application.xml and web.xml.

                            Here is the boot log.

                             

                            08:39:12,126 [main] ERROR [AbstractKernelController] Error installing to Parse: name=vfsfile:/opt/sonus/xauth/as/server/all_test/farm/trunkGroupActivator.ear/ state=Not Installed mode=Manual requiredState=Parse

                            org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfsfile:/opt/sonus/xauth/as/server/all_test/farm/trunkGroupActivator.ear/

                                      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)

                                      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:362)

                                      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:322)

                                      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:294)

                                      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:234)

                                      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.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:619)

                            Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: cvc-complex-type.2.4.a: Invalid content was found starting with element 'description'. One of '{"http://java.sun.com/xml/ns/javaee":display-name, "http://java.sun.com/xml/ns/javaee":icon, "http://java.sun.com/xml/ns/javaee":module}' is expected. @ vfsfile:/opt/sonus/xauth/as/server/all_test/farm/trunkGroupActivator.ear/META-INF/application.xml[8,16]

                                      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)

                                      at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)

                                      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:189)

                                      at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:166)

                                      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137)

                                      at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121)

                                      at org.jboss.deployment.AppParsingDeployer.parse(AppParsingDeployer.java:79)

                                      at org.jboss.deployment.AppParsingDeployer.parse(AppParsingDeployer.java:46)

                                      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)

                                      at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:188)

                                      at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:348)

                                      ... 33 more

                            Caused by: org.xml.sax.SAXException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'description'. One of '{"http://java.sun.com/xml/ns/javaee":display-name, "http://java.sun.com/xml/ns/javaee":icon, "http://java.sun.com/xml/ns/javaee":module}' is expected. @ vfsfile:/opt/sonus/xauth/as/server/all_test/farm/trunkGroupActivator.ear/META-INF/application.xml[8,16]

                                      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBParser.java:426)

                                      at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

                                      at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

                                      at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

                                      at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

                                      at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)

                                      at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)

                                      at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)

                                      at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)

                                      at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)

                                      at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)

                                      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

                                      at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

                                      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

                                      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

                                      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

                                      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

                                      at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)

                                      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)

                             

                            Here is my application.xml content :-

                             

                            <?xml version="1.0" encoding="UTF-8"?>

                            <application xmlns="http://java.sun.com/xml/ns/javaee"

                            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

                            xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"

                            version="5">

                             

                             

                              <display-name>Trunk Group Activator </display-name>

                              <description>Trunk Group Activator for the Sonus Networks Systems</description>

                             

                              <!-- IMPORTANT: No longer need to list jars for JBoss or for WebLogic -->

                             

                             

                             

                              <module>

                                <ejb>AsyncRegistrationBean.jar</ejb>

                              </module>

                             

                              <!-- deployment of the web application module -->

                              <module>

                                <web>

                                  <web-uri>trunkGroupActivator.war</web-uri>

                                  <context-root>/trunkGroupActivator</context-root>

                                </web>

                              </module>

                               <module>

                                <web>

                                  <web-uri>trunkGroupActivatorAPI.war</web-uri>

                                  <context-root>/trunkGroupActivatorAPI</context-root>

                                </web>

                              </module>

                             

                             

                              <module>

                                <web>

                                  <web-uri>jdcpool.war</web-uri>

                                  <context-root>/jdcpool_tga</context-root>

                                </web>

                              </module>

                             

                             

                              <module>

                                <ejb>common-utils-mdbs.jar</ejb>

                              </module>

                            </application>

                             

                            And here is web.xml :-

                             

                            <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

                             

                            <web-app version="2.5"

                              xmlns="http://java.sun.com/xml/ns/javaee"

                              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

                              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

                            ........

                            ......

                            </web-app>

                             

                             

                            I will be very thankful to any kind of help.

                             

                            Thanks,

                            Gajendra.

                            • 11. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                              gjangid

                              Hey hi , Now i am gettting following errror. Can any one help me out of it.

                               

                              Boot logs are here :-

                               

                              06:46:48,702 [main] ERROR [[/trunkGroupActivatorAPI]] StandardWrapper.Throwable

                              java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.axis.description.TypeDesc.setXmlType(Ljavax/xml/namespace/QName;)V" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, com/sonus/trunkgroupactivator/api/model/TrunkGroupType, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, org/apache/axis/description/TypeDesc, have different Class objects for the type javax/xml/namespace/QName used in the signature

                                        at com.sonus.trunkgroupactivator.api.model.TrunkGroupType.<clinit>(TrunkGroupType.java:67)

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

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

                                        at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:177)

                                        at java.security.AccessController.doPrivileged(Native Method)

                                        at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)

                                        at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)

                                        at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getLanguageSpecificType(WSDDTypeMapping.java:183)

                                        at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:542)

                                        at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:253)

                                        at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:233)

                                        at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:192)

                                        at org.apache.axis.deployment.wsdd.WSDDDocument.setDocument(WSDDDocument.java:139)

                                        at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:65)

                                        at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)

                                        at org.apache.axis.AxisEngine.init(AxisEngine.java:172)

                                        at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)

                                        at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)

                                        at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)

                                        at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)

                                        at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)

                                        at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)

                                        at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)

                                        at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)

                                        at javax.servlet.GenericServlet.init(GenericServlet.java:212)

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

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

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

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

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

                              06:46:48,705 [main] ERROR [[/trunkGroupActivatorAPI]] Servlet /trunkGroupActivatorAPI threw load() exception

                              java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.axis.description.TypeDesc.setXmlType(Ljavax/xml/namespace/QName;)V" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, com/sonus/trunkgroupactivator/api/model/TrunkGroupType, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, org/apache/axis/description/TypeDesc, have different Class objects for the type javax/xml/namespace/QName used in the signature

                                        at com.sonus.trunkgroupactivator.api.model.TrunkGroupType.<clinit>(TrunkGroupType.java:67)

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

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

                                        at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:177)

                                        at java.security.AccessController.doPrivileged(Native Method)

                                        at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)

                                        at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)

                                        at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getLanguageSpecificType(WSDDTypeMapping.java:183)

                                        at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:542)

                                        at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:253)

                                        at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:233)

                                        at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:192)

                                        at org.apache.axis.deployment.wsdd.WSDDDocument.setDocument(WSDDDocument.java:139)

                                        at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:65)

                                        at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)

                                        at org.apache.axis.AxisEngine.init(AxisEngine.java:172)

                                        at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)

                                        at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)

                                        at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)

                                        at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)

                                        at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)

                                        at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)

                                        at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)

                                        at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)

                                        at javax.servlet.GenericServlet.init(GenericServlet.java:212)

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

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

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

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

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

                              • 12. Re: I want to upgrade the JBoss 4.2.3 to 5.1.0 for my application.
                                gjangid

                                Hi, now i am getting following error. Can somebody help me out of it..

                                 

                                Here is the error log :-

                                 

                                08:01:51,104 [main] INFO  [TomcatDeployment] deploy, ctxPath=/businessportal

                                08:01:51,234 [main] ERROR [STDERR] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).

                                08:01:51,234 [main] ERROR [STDERR] log4j:WARN Please initialize the log4j system properly.

                                08:01:51,296 [main] ERROR [[/businessportal]] StandardWrapper.Throwable

                                java.lang.NullPointerException

                                          at org.apache.commons.digester.Digester.getXMLReader(Digester.java:944)

                                          at org.apache.commons.digester.Digester.parse(Digester.java:1745)

                                          at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:708)

                                          at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:670)

                                          at org.apache.struts.action.ActionServlet.init(ActionServlet.java:329)

                                          at javax.servlet.GenericServlet.init(GenericServlet.java:212)

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

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

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

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

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

                                08:01:51,299 [main] ERROR [[/businessportal]] Servlet /businessportal threw load() exception

                                java.lang.NullPointerException

                                          at org.apache.commons.digester.Digester.getXMLReader(Digester.java:944)

                                          at org.apache.commons.digester.Digester.parse(Digester.java:1745)

                                          at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:708)

                                          at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:670)

                                          at org.apache.struts.action.ActionServlet.init(ActionServlet.java:329)

                                          at javax.servlet.GenericServlet.init(GenericServlet.java:212)

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

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

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

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

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

                                 

                                Thanks,

                                Gajendra.