[Persistence, JBoss/CMP, Hibernate, Database] - Additional field in SELECT of native query changes result.
by jsmanger
Hello,
I am using JBOSS 4.2 with a MySql database. I am running a native query through the entity manager (the query is messy but I will post if anybody wants to see all of it). Running the query through the MySQL query browser produces the expected results. However, when running it with the entity manager, adding a field into the select clause changes the result. For example,
SELECT loan.id, account1.balance
// rest of nasty query
loan.id account1.balance
...
177 456.229 (correct result)
...
Select loan.id, account2.balance, account1.balance
loan.id account2.balance account1.balance
...
177 123.44 123.44 (correct result for account 2, but not for account 1)
...
The queries don't differ in anything except the select statement, and it seems that the wrong values are somehow being overwritten. Has anybody seen something like this before or can you offer some suggestions? Thanks for your help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153914#4153914
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153914
17 years, 11 months
[JBossWS] - Re: Namespace issue for SEIs extending common interface
by yogeshkb
I was able to workaround this problem by adding a ReqestWrapper and ResponseWrapper annotations for the methods in WSVersionIF.
I used the message skeletons generated by the wsprovide tool and used these classes in the wrapper annotations.
My understanding is: For every SEI, jbossws generates operation message class skeletons in the "<SEI package>.jaxws" package and automatically adds annotations with the targetNamespace pointing to the SEI's targetNamespace. This approach fails when the common interface is used or inherited by multiple SEIs.
In my case, when jbossws loads the first webservice, it tries to generate the operation message class skeletons for the common interface methods in the common interface package suffixed with ".jaxws" ( eg., com.ws.common.jaxws) and fixes the targetNamespace as mentioned in the first SEI. For subsequent webservices, it just checks whether such a message class(of common interface) already exists and tries to reuse the same message class and hence the targetNamespace of the first webservice is used for the common operations across other webservices.
So I tried manually creating a operation message class for the common interface and explicitly mentioned that thro the RequestWrapper and ResponseWrapper annotations and found things are working as required.
Pls let me know whether this is a right solution and also pls confirm whether it voilates any wsdl/jaxws specs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153911#4153911
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153911
17 years, 11 months
[Clustering/JBoss] - Re: WAR redeployment requires restart
by rajeshchande
I am placing the ssa-ds.xml, and ssa.war in the farm directory while the server is up and running using ANT build script.
Please find below the DEBUG output:
###########################
|
| ,564 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired
| ,604 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/apps/jboss/4.2.2GA/server/devl-01/farm/ss
| a.war, isShutdown=false
| ,605 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.web.deployment:war=ssa.war,id=1819396930
| ,605 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.web.deployment:war=
| ssa.war,id=1819396930 dependent services are: []
| ,605 DEBUG [org.jboss.web.WebModule] Stopping jboss.web.deployment:war=ssa.war,id=1819396930
| ,606 INFO [org.jboss.web.tomcat.service.TomcatDeployer] undeploy, ctxPath=/, warUrl=.../tmp/deploy/tmp61068ssa-exp.war/
| ,606 DEBUG [org.jboss.web.WebModule] Stopped jboss.web.deployment:war=ssa.war,id=1819396930
| ,607 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.web.deployment:war=ssa.war,id=1819396930
| ,607 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.web.deployment:wa
| r=ssa.war,id=1819396930 dependent services are: []
| ,607 DEBUG [org.jboss.web.WebModule] Destroying jboss.web.deployment:war=ssa.war,id=1819396930
| ,607 DEBUG [org.jboss.web.WebModule] Destroyed jboss.web.deployment:war=ssa.war,id=1819396930
| ,608 DEBUG [org.jboss.system.ServiceController] removing service: jboss.web.deployment:war=ssa.war,id=1819396930
| ,608 DEBUG [org.jboss.system.ServiceController] removing jboss.web.deployment:war=ssa.war,id=1819396930 from server
| ,611 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Unregistering cl=org.jboss.mx.loading.UnifiedClass
| Loader3@b8e42{ url=file:/apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61068ssa-exp.war/ ,addedOrder=82}
| ,611 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(true) org.jboss
| .mx.loading.UnifiedClassLoader3@b8e42{ url=file:/apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61068ssa-exp.war/ ,addedOrder=82}
| ,412 INFO [org.jboss.cache.TreeCache] viewAccepted(): [3.187.200.38:46533|33] [3.187.200.38:46533, 3.187.200.23:47171]
| ,574 INFO [org.jboss.cache.TreeCache] locking the subtree at / to transfer state
| ,585 DEBUG [org.jboss.cache.statetransfer.StateTransferGenerator_140] generated the in-memory state (690 bytes)
| ,586 DEBUG [org.jboss.cache.statetransfer.StateTransferGenerator_140] returning the associated state (4 bytes)
| ,586 INFO [org.jboss.cache.statetransfer.StateTransferGenerator_140] returning the state for tree rooted
| ,570 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired
|
| ,261 DEBUG [org.jboss.deployment.DeploymentInfo] Cleaned Deployment: file:/apps/jboss/4.2.2GA/server/devl-
| 01/tmp/deploy/tmp61068ssa-exp.war/
| ,261 DEBUG [org.jboss.deployment.MainDeployer] Undeployed file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa.war
| ,262 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa-ds.xml, isShutdown=false
| ,263 DEBUG [org.jboss.deployment.SARDeployer] undeploying document file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa-ds.xml
| ,263 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=DataSourceBinding,name=ssa
| ,263 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=DataSourceBinding,name=ssa
| ,263 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=DataSou
| rceBinding,name=ssa dependent services are: [],
| 263 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Stopping jboss.jca:service=DataSourceBinding,name=ssa,
| 264 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound ConnectionManage
| r 'jboss.jca:service=DataSourceBinding,name=ssa' from JNDI name 'ssa'
| ,264 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Stopped jboss.jca:service=DataSourceBinding,name=ssa
| ,264 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,264 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,264 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=Managed
| ConnectionFactory,name=ssa dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=ssa State: RUNNING
| I Depend On:
| jboss.jca:service=ManagedConnectionFactory,name=ssa
| Depends On Me:
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| [7m--More--(67%)[27m
| ,264 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,
| name=ssa
| ,265 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=Managed
| ConnectionPool,name=ssa dependent services are: [ObjectName: jboss.jca:service=LocalTxCM,name=ssa
| State: RUNNING
| I Depend On:
| jboss.jca:service=ManagedConnectionPool,name=ssa
| jboss.jca:service=CachedConnectionManager
| jboss:service=TransactionManager
| Depends On Me:
| jboss.jca:service=DataSourceBinding,name=ssa
| ]
| ,265 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=LocalTxCM,name=ssa
| ,265 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=LocalTx
| CM,name=ssa dependent services are: [ObjectName: jboss.jca:service=DataSourceBinding,name=ssa
| State: STOPPED
| I Depend On:
| jboss:service=invoker,type=jrmp
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,265 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=DataSourceBinding,name=ssa
| ,265 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopping jboss.jca:service=LocalTxCM,name=ssa
| ,265 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopped jboss.jca:service=LocalTxCM,name=ssa
| ,265 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopping jboss.jca:service=ManagedConnectionPool,name=ssa
| ,266 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopped jboss.jca:service=ManagedConnectionPool,name=ssa
| ,266 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopping jboss.jca:service=ManagedConnecti
| onFactory,name=ssa
| ,266 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopped jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,266 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionPool,name=ssa
| ,266 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=ssa
| [7m--More--(67%)[27m
| ,267 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=LocalTxCM,name=ssa
| ,267 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=LocalTxCM,name=ssa
| ,267 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=DataSourceBinding,name=ssa
| ,267 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=DataSourceBinding,name=ssa
| ,267 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=DataS
| ourceBinding,name=ssa dependent services are: []
| ,267 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Destroying jboss.jca:service=DataSourceBinding,name=ssa
| ,267 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Destroyed jboss.jca:service=DataSourceBinding,name=ssa
| ,267 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,268 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,268 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=Manag
| edConnectionFactory,name=ssa dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=ssa
| State: STOPPED
| I Depend On:
| jboss.jca:service=ManagedConnectionFactory,name=ssa
| Depends On Me:
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,268 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPoo
| l,name=ssa
| ,268 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=Manag
| edConnectionPool,name=ssa dependent services are: [ObjectName: jboss.jca:service=LocalTxCM,name=ssa
| State: STOPPED
| I Depend On:
| jboss.jca:service=ManagedConnectionPool,name=ssa
| jboss.jca:service=CachedConnectionManager
| jboss:service=TransactionManager
| Depends On Me:
| jboss.jca:service=DataSourceBinding,name=ssa
| ]
| ,268 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=LocalTxCM,name=ssa
| ,268 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=Local
| [7m--More--(68%)[27m
| TxCM,name=ssa dependent services are: [ObjectName: jboss.jca:service=DataSourceBinding,name=ssa
| State: DESTROYED
| I Depend On:
| jboss:service=invoker,type=jrmp
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,268 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=DataSourceBinding,na
| me=ssa
| ,268 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroying jboss.jca:service=LocalTxCM,name=ssa
| ,268 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroyed jboss.jca:service=LocalTxCM,name=ssa
| ,268 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroying jboss.jca:service=ManagedConnectionPool,name=ssa
| ,268 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroyed jboss.jca:service=ManagedConnectionPool,name=ssa
| ,269 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroying jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,269 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroyed jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,269 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionPool,name=ssa
| ,269 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPool,name=ssa
| ,269 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=LocalTxCM,name=ssa
| ,269 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=LocalTxCM,name=ssa
| ,269 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=DataSourceBinding,name=ssa
| ,269 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=DataSourceBinding,name=ssa
| ,269 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=DataSourceBinding,name=ssa from server
| ,270 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,270 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,270 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionFactory,name=ssa from server
| ,270 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectN
| [7m--More--(68%)[27m
| ame: jboss.jca:service=ManagedConnectionFactory,name=ssa
| State: DESTROYED
| Depends On Me:
| jboss.jca:service=ManagedConnectionPool,name=ssa
|
| ,270 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,271 DEBUG [org.jboss.system.ServiceController] no need to remove jboss.jca:service=ManagedConnectionFactory,name=ssa from server
| ,271 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionPool,name=ssa
| ,271 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionPool,name=ssa
| ,271 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=ssa
| State: NOTYETINSTALLED
|
| ,271 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionPool,name=ssa from server
| ,271 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectN
| ame: jboss.jca:service=ManagedConnectionPool,name=ssa
| State: DESTROYED
| Depends On Me:
| jboss.jca:service=LocalTxCM,name=ssa
|
| ,271 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionPool,name=ssa
| ,271 DEBUG [org.jboss.system.ServiceController] no need to remove jboss.jca:service=ManagedConnectionPool,name=ssa from server
| ,272 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=LocalTxCM,name=ssa
| ,272 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=LocalTxCM,name=ssa
| ,272 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionPool,name=ssa
| State: NOTYETINSTALLED
|
| ,272 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=LocalTxCM,name=ssa from server
| ,272 DEBUG [org.jboss.deployment.SARDeployer] Unregistering service UCL=jmx.loading:UCL=1ee2c5
| ,273 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(true) org.jboss
| [7m--More--(68%)[27m
| .mx.loading.UnifiedClassLoader3@1ee2c5{ url=null ,addedOrder=58}
| ,277 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Unregistering cl=org.jboss.mx.loading.UnifiedClass
| Loader3@1ee2c5{ url=null ,addedOrder=58}
| ,277 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) org.jbos
| s.mx.loading.UnifiedClassLoader3@1ee2c5{ url=null ,addedOrder=58}
| ,302 DEBUG [org.jboss.deployment.DeploymentInfo] Cleaned Deployment: file:/apps/jboss/4.2.2GA/server/devl-
| 01/tmp/deploy/tmp61044ssa-ds.xml
| ,302 DEBUG [org.jboss.deployment.MainDeployer] Undeployed file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa
| -ds.xml
| ,303 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/apps/jboss/4.2.2GA/se
| rver/devl-01/farm/ssa-ds.xml
| ,303 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/apps/j
| boss/4.2.2GA/server/devl-01/farm/ssa-ds.xml
| ,321 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa-ds
| .xml -> /apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61077ssa-ds.xml
| ,352 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.XSLSubDeployer@1885088
| ,370 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: [#document: null]
| ,371 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: <server>
| <mbean code='org.jboss.resource.connectionmanager.TxConnectionManager' display-name='ConnectionManager for DataSource ssa' n
| ame='jboss.jca:service=LocalTxCM,name=ssa'>
| <attribute name='TrackConnectionByTx'>true</attribute>
| <attribute name='LocalTransactions'>true</attribute>
| <depends optional-attribute-name='ManagedConnectionPool'>
| <mbean code='org.jboss.resource.connectionmanager.JBossManagedConnectionPool' display-name='Connection Pool for DataSource
| ssa' name='jboss.jca:service=ManagedConnectionPool,name=ssa'>
| <depends optional-attribute-name='ManagedConnectionFactoryName'>
| <mbean code='org.jboss.resource.connectionmanager.RARDeployment' display-name='ManagedConnectionFactory for DataSource s
| sa' name='jboss.jca:service=ManagedConnectionFactory,name=ssa'>
| <depends optional-attribute-name='OldRarDeployment'>jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'</depend
| s>
| <attribute name='RARName'/>
| <attribute name='ConnectionDefinition'>javax.sql.DataSource</attribute>
| <attribute name='ManagedConnectionFactoryProperties'>
| <properties>
| <config-property name='ConnectionURL' type='java.lang.String'>jdbc:oracle:thin:@hubudorad1.em.health.ge.com:1521:degi
| t01</config-property>
| <config-property name='DriverClass' type='java.lang.String'>oracle.jdbc.driver.OracleDriver</config-property>
| <config-property name='UserName' type='java.lang.String'>ssauser1</config-property>
| [7m--More--(69%)[27m
| <config-property name='Password' type='java.lang.String'>ssauser1</config-property>
| <config-property name='CheckValidConnectionSQL' type='java.lang.String'>select 1 from dual</config-property>
| <config-property name='ExceptionSorterClassName' type='java.lang.String'>org.jboss.resource.adapter.jdbc.vendor.Oracl
| eExceptionSorter</config-property>
| <config-property name='TrackStatements' type='java.lang.String'>true</config-property>
| <config-property name='ValidateOnMatch' type='boolean'>true</config-property>
| </properties>
| </attribute>
| </mbean>
| </depends>
| <attribute name='PoolJndiName'>ssa</attribute>
| <attribute name='MinSize'>2</attribute>
| <attribute name='MaxSize'>3</attribute>
| <attribute name='BlockingTimeoutMillis'>5000</attribute>
| <attribute name='IdleTimeoutMinutes'>15</attribute>
| <attribute name='BackGroundValidation'>False</attribute>
| <attribute name='BackGroundValidationMinutes'>10</attribute>
| <attribute name='PreFill'>False</attribute>
| <attribute name='UseFastFail'>False</attribute>
| <attribute name='Criteria'>ByNothing</attribute>
| </mbean>
| </depends>
| <attribute name='JndiName'>ssa</attribute>
| <depends optional-attribute-name='CachedConnectionManager'>jboss.jca:service=CachedConnectionManager</depends>
| <depends optional-attribute-name='TransactionManagerService'>jboss:service=TransactionManager</depends>
| </mbean>
| <mbean code='org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService' display-name='Binding for DataSource ssa' name
| ='jboss.jca:service=DataSourceBinding,name=ssa'>
| <attribute name='JndiName'>ssa</attribute>
| <attribute name='UseJavaContext'>false</attribute>
| <depends optional-attribute-name='JMXInvokerName'>jboss:service=invoker,type=jrmp</depends>
| <depends optional-attribute-name='ConnectionManager'>jboss.jca:service=LocalTxCM,name=ssa</depends>
| </mbean>
| </server>
| ,372 DEBUG [org.jboss.deployment.SARDeployer] Using existing deployment.document
| ,372 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local directories
| ,373 DEBUG [org.jboss.deployment.SARDeployer] looking for nested deployments in : file:/apps/jboss/4.2.2GA
| /server/devl-01/farm/ssa-ds.xml
| [7m--More--(69%)[27m
| ,373 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfi
| g(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: n
| ull, repositoryConfig: null)
| ,373 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.Uni
| fiedLoaderRepository3@1bd2664, cl=org.jboss.mx.loading.UnifiedClassLoader3@ed9585{ url=null ,addedOrder=0}
| ,373 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.Uni
| fiedLoaderRepository3@1bd2664, cl=org.jboss.mx.loading.UnifiedClassLoader3@ed9585{ url=null ,addedOrder=0}
| ,373 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3
| @ed9585{ url=null ,addedOrder=0}
| ,373 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/apps/jboss/4.2.2GA/server/devl
| -01/farm/ssa-ds.xml
| ,374 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa-ds.xml
| ,374 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/apps/jboss/4.2.2GA/server/
| devl-01/farm/ssa-ds.xml
| ,374 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step: url file:/apps/jboss/4.2.2GA/ser
| ver/devl-01/farm/ssa-ds.xml
| ,374 DEBUG [org.jboss.deployment.SARDeployer] Registering service UCL=jmx.loading:UCL=ed9585
| ,376 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=LocalTxCM,name=ssa wi
| th code: org.jboss.resource.connectionmanager.TxConnectionManager
| ,381 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=LocalTxCM,name=ssa
| ,381 DEBUG [org.jboss.system.ServiceConfigurator] TrackConnectionByTx set to true in jboss.jca:service=Loc
| alTxCM,name=ssa
| ,382 DEBUG [org.jboss.system.ServiceConfigurator] LocalTransactions set to true in jboss.jca:service=Local
| TxCM,name=ssa
| ,382 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionPool
| ,name=ssa with code: org.jboss.resource.connectionmanager.JBossManagedConnectionPool
| ,388 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionPool,name=ss
| a
| ,389 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionFact
| ory,name=ssa with code: org.jboss.resource.connectionmanager.RARDeployment
| ,396 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionFactory,name
| =ssa
| ,396 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionFactory,
| name=ssa depends on jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
| ,396 DEBUG [org.jboss.system.ServiceConfigurator] considering OldRarDeployment with object name jboss.jca:
| service=RARDeployment,name='jboss-local-jdbc.rar'
| ,398 DEBUG [org.jboss.system.ServiceConfigurator] ConnectionDefinition set to javax.sql.DataSource in jbos
| [7m--More--(69%)[27m
| s.jca:service=ManagedConnectionFactory,name=ssa
| ,403 DEBUG [org.jboss.system.ServiceConfigurator] ManagedConnectionFactoryProperties set to [properties: n
| ull] in jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,404 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionPool,nam
| e=ssa depends on jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,404 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionFactoryName with object nam
| e jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,406 DEBUG [org.jboss.system.ServiceConfigurator] PoolJndiName set to ssa in jboss.jca:service=ManagedConn
| ectionPool,name=ssa
| ,406 DEBUG [org.jboss.system.ServiceConfigurator] MinSize set to 2 in jboss.jca:service=ManagedConnectionP
| ool,name=ssa
| ,406 DEBUG [org.jboss.system.ServiceConfigurator] MaxSize set to 3 in jboss.jca:service=ManagedConnectionP
| ool,name=ssa
| ,407 DEBUG [org.jboss.system.ServiceConfigurator] BlockingTimeoutMillis set to 5000 in jboss.jca:service=M
| anagedConnectionPool,name=ssa
| ,407 DEBUG [org.jboss.system.ServiceConfigurator] IdleTimeoutMinutes set to 15 in jboss.jca:service=Manage
| dConnectionPool,name=ssa
| ,407 DEBUG [org.jboss.system.ServiceConfigurator] BackGroundValidation set to false in jboss.jca:service=M
| anagedConnectionPool,name=ssa
| ,408 DEBUG [org.jboss.system.ServiceConfigurator] BackGroundValidationMinutes set to 10 in jboss.jca:servi
| ce=ManagedConnectionPool,name=ssa
| ,408 DEBUG [org.jboss.system.ServiceConfigurator] PreFill set to false in jboss.jca:service=ManagedConnect
| ionPool,name=ssa
| ,408 DEBUG [org.jboss.system.ServiceConfigurator] UseFastFail set to false in jboss.jca:service=ManagedCon
| nectionPool,name=ssa
| ,410 DEBUG [org.jboss.system.ServiceConfigurator] Criteria set to ByNothing in jboss.jca:service=ManagedCo
| nnectionPool,name=ssa
| ,410 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=ssa depend
| s on jboss.jca:service=ManagedConnectionPool,name=ssa
| ,410 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionPool with object name jboss
| .jca:service=ManagedConnectionPool,name=ssa
| ,412 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to ssa in jboss.jca:service=LocalTxCM,name=
| ssa
| ,412 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=ssa depend
| s on jboss.jca:service=CachedConnectionManager
| ,412 DEBUG [org.jboss.system.ServiceConfigurator] considering CachedConnectionManager with object name jbo
| ss.jca:service=CachedConnectionManager
| ,413 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=ssa depend
| [7m--More--(70%)[27m
| s on jboss:service=TransactionManager
| ,413 DEBUG [org.jboss.system.ServiceConfigurator] considering TransactionManagerService with object name j
| boss:service=TransactionManager
| ,413 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=DataSourceBinding,nam
| e=ssa with code: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService
| ,417 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=DataSourceBinding,name=ssa
| ,418 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to ssa in jboss.jca:service=DataSourceBindi
| ng,name=ssa
| ,418 DEBUG [org.jboss.system.ServiceConfigurator] UseJavaContext set to false in jboss.jca:service=DataSou
| rceBinding,name=ssa
| ,419 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=DataSourceBinding,name=ss
| a depends on jboss:service=invoker,type=jrmp
| ,419 DEBUG [org.jboss.system.ServiceConfigurator] considering JMXInvokerName with object name jboss:servic
| e=invoker,type=jrmp
| ,419 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=DataSourceBinding,name=ss
| a depends on jboss.jca:service=LocalTxCM,name=ssa
| ,419 DEBUG [org.jboss.system.ServiceConfigurator] considering ConnectionManager with object name jboss.jca
| :service=LocalTxCM,name=ssa
| ,420 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=ssa
| ,420 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=LocalTxCM,name=ssa
| waiting on jboss.jca:service=ManagedConnectionPool,name=ssa
| ,420 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,n
| ame=ssa
| ,420 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=ManagedConnectionPo
| ol,name=ssa waiting on jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,420 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionFactor
| y,name=ssa
| ,420 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Creating jboss.jca:service=ManagedConnecti
| onFactory,name=ssa
| ,421 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Created jboss.jca:service=ManagedConnectio
| nFactory,name=ssa
| ,421 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=Manag
| edConnectionFactory,name=ssa dependents are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=ssa
| State: CONFIGURED
| I Depend On:
| jboss.jca:service=ManagedConnectionFactory,name=ssa
| Depends On Me:
| jboss.jca:service=LocalTxCM,name=ssa
| [7m--More--(70%)[27m
| ][K
| ,421 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,n
| ame=ssa
| ,421 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Creating jboss.jca:service=Ma
| nagedConnectionPool,name=ssa
| ,421 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Created jboss.jca:service=Man
| agedConnectionPool,name=ssa
| ,421 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=Manag
| edConnectionPool,name=ssa dependents are: [ObjectName: jboss.jca:service=LocalTxCM,name=ssa
| State: CONFIGURED
| I Depend On:
| jboss.jca:service=ManagedConnectionPool,name=ssa
| jboss.jca:service=CachedConnectionManager
| jboss:service=TransactionManager
| Depends On Me:
| jboss.jca:service=DataSourceBinding,name=ssa
| ]
| ,421 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=ssa
| ,421 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Creating jboss.jca:service=LocalTxCM
| ,name=ssa
| ,421 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Created jboss.jca:service=LocalTxCM,
| name=ssa
| ,422 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=Local
| TxCM,name=ssa dependents are: [ObjectName: jboss.jca:service=DataSourceBinding,name=ssa
| State: CONFIGURED
| I Depend On:
| jboss:service=invoker,type=jrmp
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,422 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=
| ssa
| ,422 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Creating jboss.jca:service=Da
| taSourceBinding,name=ssa
| ,422 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Created jboss.jca:service=Dat
| aSourceBinding,name=ssa
| ,422 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=DataS
| ourceBinding,name=ssa dependents are: []
| ,422 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=
| [7m--More--(71%)[27m
| ssa[K
| ,422 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss.jca:service=Dat
| aSourceBinding,name=ssa
| ,423 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying ssa-ds.xml
| ,423 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/apps/jboss/4.2.2GA/server/devl
| -01/farm/ssa-ds.xml
| ,423 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/apps/jboss/4.2.2GA/serv
| er/devl-01/farm/ssa-ds.xml
| ,423 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=ssa
| ,423 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxCM,name=ssa on j
| boss.jca:service=ManagedConnectionPool,name=ssa
| ,423 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,n
| ame=ssa
| ,423 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=ManagedConnectionPool,n
| ame=ssa on jboss.jca:service=ManagedConnectionFactory,name=ssa
| ,423 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionFactor
| y,name=ssa
| ,423 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Starting jboss.jca:service=ManagedConnecti
| onFactory,name=ssa
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'NewConnection
| SQL'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TrackStatemen
| ts'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ValidateOnMat
| ch'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionQu
| eryTimeout'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionPro
| perties'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'UserName'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ExceptionSort
| erClassName'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'PreparedState
| mentCacheSize'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'QueryTimeout'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'DriverClass'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ValidConnecti
| [7m--More--(71%)[27m
| onCheckerClassName'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionIs
| olation'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'CheckValidCon
| nectionSQL'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'SharePrepared
| Statements'
| ,424 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionURL
| '
| ,426 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: ConnectionURL to value j
| dbc:oracle:thin:@hubudorad1.em.health.ge.com:1521:degit01
| ,426 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property ConnectionURL to value jdbc:o
| racle:thin:@hubudorad1.em.health.ge.com:1521:degit01
| ,427 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: DriverClass to value ora
| cle.jdbc.driver.OracleDriver
| ,427 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property DriverClass to value oracle.j
| dbc.driver.OracleDriver
| ,429 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: UserName to value ssause
| r1
| ,429 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property UserName to value ssauser1
| ,430 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: Password to value ssause
| r1
| ,430 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property Password to value ssauser1
| ,432 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: CheckValidConnectionSQL
| to value select 1 from dual
| ,432 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property CheckValidConnectionSQL to va
| lue select 1 from dual
| ,433 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: ExceptionSorterClassName
| to value org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
| ,433 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property ExceptionSorterClassName to v
| alue org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
| ,434 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: TrackStatements to value
| true
| ,435 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property TrackStatements to value true
| ,435 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: ValidateOnMatch to value
| true
| ,435 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property ValidateOnMatch to value true
| ,435 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Started jboss.jca:service=ManagedConnectio
| [7m--More--(71%)[27m
| nFactory,name=ssa
| ,435 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=Manag
| edConnectionFactory,name=ssa dependent components: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=ssa
| State: CREATED
| I Depend On:
| jboss.jca:service=ManagedConnectionFactory,name=ssa
| Depends On Me:
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,435 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,n
| ame=ssa
| ,435 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Starting jboss.jca:service=Ma
| nagedConnectionPool,name=ssa
| ,436 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started jboss.jca:service=Man
| agedConnectionPool,name=ssa
| ,436 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=Manag
| edConnectionPool,name=ssa dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=ssa
| State: CREATED
| I Depend On:
| jboss.jca:service=ManagedConnectionPool,name=ssa
| jboss.jca:service=CachedConnectionManager
| jboss:service=TransactionManager
| Depends On Me:
| jboss.jca:service=DataSourceBinding,name=ssa
| ]
| ,436 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=ssa
| ,437 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Starting jboss.jca:service=LocalTxCM
| ,name=ssa
| ,437 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Started jboss.jca:service=LocalTxCM,
| name=ssa
| ,437 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=Local
| TxCM,name=ssa dependent components: [ObjectName: jboss.jca:service=DataSourceBinding,name=ssa
| State: CREATED
| I Depend On:
| jboss:service=invoker,type=jrmp
| jboss.jca:service=LocalTxCM,name=ssa
| ]
| ,437 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=
| [7m--More--(72%)[27m
| ssa[K
| ,437 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Starting jboss.jca:service=Da
| taSourceBinding,name=ssa
| ,438 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Using delegate: org.jboss.inv
| ocation.jrmp.interfaces.JRMPInvokerProxy@15d8d75 for invoker=jboss:service=invoker,type=jrmp
| ,442 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Created proxy for invoker=jbo
| ss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=ssa, nameHash=1800948420
| ,482 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Binding object 'org.jboss.res
| ource.adapter.jdbc.WrapperDataSource@258eb9' into JNDI at 'ssa'
| ,486 INFO [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Bound ConnectionManager 'jbos
| s.jca:service=DataSourceBinding,name=ssa' to JNDI name 'ssa'
| ,487 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Started jboss.jca:service=Dat
| aSourceBinding,name=ssa
| ,487 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=DataS
| ourceBinding,name=ssa dependent components: []
| ,487 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=
| ssa
| ,487 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss.jca:service=Data
| SourceBinding,name=ssa
| ,495 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: ssa-ds.xml
| ,495 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/apps/jboss/4.2.2GA/server/devl-01/f
| arm/ssa-ds.xml
| ,496 INFO [org.jboss.ha.framework.server.ClusterFileTransfer] Start push of file ssa-ds.xml to cluster.
| ,496 INFO [org.jboss.ha.framework.server.ClusterFileTransfer] Finished push of file ssa-ds.xml to cluster
| .
| ,497 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/apps/jboss/4.2.2GA/se
| rver/devl-01/farm/ssa.war
| ,497 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/apps/j
| boss/4.2.2GA/server/devl-01/farm/ssa.war
| ,506 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/apps/jboss/4.2.2GA/server/devl-01/farm/ssa.wa
| r -> /apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61078ssa.war
| ,612 DEBUG [org.jboss.deployment.MainDeployer] using deployer MBeanProxyExt[jboss.web:service=WebServer]
| ,613 DEBUG [org.jboss.web.tomcat.service.JBossWeb] Begin init
| ,728 DEBUG [org.jboss.web.tomcat.service.JBossWeb] Unpacking war to: /apps/jboss/4.2.2GA/server/devl-01/tm
| p/deploy/tmp61078ssa-exp.war
| ,832 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired
| ...
| ,835 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired
| ...
| 2008-05-28 10:31:50,064 DEBUG [org.jboss.web.tomcat.service.JBossWeb] Replaced war with unpacked contents
| 2008-05-28 10:31:50,080 DEBUG [org.jboss.web.tomcat.service.JBossWeb] Deleted war archive
| 2008-05-28 10:31:50,080 DEBUG [org.jboss.web.tomcat.service.JBossWeb] webContext: null
| 2008-05-28 10:31:50,080 DEBUG [org.jboss.web.tomcat.service.JBossWeb] warURL: file:/apps/jboss/4.2.2GA/server/devl-01/tmp/dep
| loy/tmp61078ssa-exp.war/
| 2008-05-28 10:31:50,095 DEBUG [org.jboss.web.tomcat.service.JBossWeb] End init
| 2008-05-28 10:31:50,095 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfi
| g(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: n
| ull, repositoryConfig: null)
| 2008-05-28 10:31:50,095 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.Uni
| fiedLoaderRepository3@1bd2664, cl=org.jboss.mx.loading.UnifiedClassLoader3@21d02f{ url=file:/apps/jboss/4.2.2GA/server/devl-0
| 1/tmp/deploy/tmp61078ssa-exp.war/ ,addedOrder=0}
| 2008-05-28 10:31:50,095 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.Uni
| fiedLoaderRepository3@1bd2664, cl=org.jboss.mx.loading.UnifiedClassLoader3@21d02f{ url=file:/apps/jboss/4.2.2GA/server/devl-0
| 1/tmp/deploy/tmp61078ssa-exp.war/ ,addedOrder=0}
| 2008-05-28 10:31:50,096 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3
| @21d02f{ url=file:/apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61078ssa-exp.war/ ,addedOrder=0}
| 2008-05-28 10:31:50,096 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/apps/jboss/4.2.2GA/server/devl
| -01/farm/ssa.war
| 2008-05-28 10:31:50,097 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/apps/jboss/4.2.2GA/server/devl-01/
| farm/ssa.war
| 2008-05-28 10:31:50,097 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/apps/jboss/4.2.2GA/server/
| devl-01/farm/ssa.war
| 2008-05-28 10:31:50,097 DEBUG [org.jboss.web.tomcat.service.JBossWeb] create, ssa.war
| 2008-05-28 10:31:50,100 DEBUG [org.jboss.system.ServiceController] Creating service jboss.web.deployment:war=ssa.war,id=18193
| 96930
| 2008-05-28 10:31:50,100 DEBUG [org.jboss.system.ServiceController] adding depends in ServiceController.register: []
| 2008-05-28 10:31:50,100 DEBUG [org.jboss.web.WebModule] Creating jboss.web.deployment:war=ssa.war,id=1819396930
| 2008-05-28 10:31:50,100 DEBUG [org.jboss.web.WebModule] Created jboss.web.deployment:war=ssa.war,id=1819396930
| 2008-05-28 10:31:50,101 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.web.deployment:wa
| r=ssa.war,id=1819396930 dependents are: []
| 2008-05-28 10:31:50,101 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying ssa.war
| 2008-05-28 10:31:50,101 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/apps/jboss/4.2.2GA/server/devl
| -01/farm/ssa.war
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.system.ServiceController] starting service jboss.web.deployment:war=ssa.war,id=18193
| [7m--More--(73%)[27m
| 96930[K
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.web.WebModule] Starting jboss.web.deployment:war=ssa.war,id=1819396930
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] webContext: null
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] warURL: file:/apps/jboss/4.2.2GA/server/devl-01/t
| mp/deploy/tmp61078ssa-exp.war/
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] webAppParser: org.jboss.web.AbstractWebDeployer$D
| escriptorParser@1eac903
| 2008-05-28 10:31:50,102 DEBUG [org.jboss.web.WebPermissionMapping] Qualified url patterns: {/=PatternInfo[pattern=/,type=3,is
| Overriden=false,qualifiers=[]]}
| 2008-05-28 10:31:50,111 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] deploy root context=
| 2008-05-28 10:31:50,112 INFO [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp61078
| ssa-exp.war/
| 2008-05-28 10:31:50,112 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, Begi
| n
| 2008-05-28 10:31:50,116 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Creating ENC using ClassLoader: java.net.FactoryU
| RLClassLoader@132e6fd
| 2008-05-28 10:31:50,116 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] ..org.jboss.mx.loading.UnifiedClassLoader3@21d02f
| { url=file:/apps/jboss/4.2.2GA/server/devl-01/tmp/deploy/tmp61078ssa-exp.war/ ,addedOrder=87}
| 2008-05-28 10:31:50,116 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] ..org.jboss.system.server.NoAnnotationURLClassLoa
| der@11c8a71
| 2008-05-28 10:31:50,116 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] ..sun.misc.Launcher$AppClassLoader@1a5ab41
| 2008-05-28 10:31:50,116 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] ..sun.misc.Launcher$ExtClassLoader@18e3e60
| 2008-05-28 10:31:50,117 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Bound java:comp/ORB
| 2008-05-28 10:31:50,117 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Linked java:comp/UserTransaction to JNDI name: Us
| erTransaction
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] addEnvEntries
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkResourceEnvRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkResourceRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkMessageDestinationRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkEjbRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkEjbLocalRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkServiceRefs
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkSecurityDomain
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] No security-domain given, using default: java:/ja
| as/other
| 2008-05-28 10:31:50,118 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Linking security/securityMgr to JNDI name: java:/
| jaas/other
| 2008-05-28 10:31:50,119 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End
| [7m--More--(73%)[27m
| 2008-05-28 10:31:50,119 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Already exists, destroying jboss.web:j2eeType=Web
| Module,name=//ssa/,J2EEApplication=none,J2EEServer=none
| 2008-05-28 10:31:50,127 ERROR [org.apache.tomcat.util.modeler.BaseModelMBean] Exception invoking method destroy
| java.lang.NullPointerException
| at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:630)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:474)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
| at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:579)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1345)
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
| at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
| at org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:257)
| at org.apache.struts2.dispatcher.FilterDispatcher.destroy(FilterDispatcher.java:221)
| at org.apache.catalina.core.ApplicationFilterConfig.release(ApplicationFilterConfig.java:332)
| at org.apache.catalina.core.StandardContext.filterStop(StandardContext.java:3757)
| at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4517)
| at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1163)
| at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4617)
| 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:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
| at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:175)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| [7m--More--(73%)[27m
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy54.start(Unknown Source)
| at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
| 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:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy55.start(Unknown Source)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| [7m--More--(74%)[27m
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| 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:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy66.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.ha.framework.server.FarmMemberService.deploy(FarmMemberService.java:412)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
| 2008-05-28 10:31:51,339 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
| 2008-05-28 10:31:51,339 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
| 2008-05-28 10:31:51,339 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
| 2008-05-28 10:31:51,339 DEBUG [org.jboss.web.WebModule] Starting failed jboss.web.deployment:war=ssa.war,id=1819396930
| org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsExcepti
| on: Exception invoking method destroy)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| [7m--More--(74%)[27m
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy54.start(Unknown Source)
| at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
| at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
| at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
| at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
| at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
| at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
| 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:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy55.start(Unknown Source)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
| [7m--More--(75%)[27m
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| 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:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy66.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.ha.framework.server.FarmMemberService.deploy(FarmMemberService.java:412)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
| Caused by: javax.management.RuntimeOperationsException: Exception invoking method destroy
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:304)
| at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:175)
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
| ... 66 more
| Caused by: java.lang.NullPointerException
| at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:630)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:474)
| at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
| at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:579)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1345)
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
| at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
| at org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:257)
| [7m--More--(75%)[27m
| at org.apache.struts2.dispatcher.FilterDispatcher.destroy(FilterDispatcher.java:221)
| at org.apache.catalina.core.ApplicationFilterConfig.release(ApplicationFilterConfig.java:332)
| at org.apache.catalina.core.StandardContext.filterStop(StandardContext.java:3757)
| at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4517)
| at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1163)
| at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4617)
| 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:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
| ... 71 more
| 2008-05-28 10:31:51,342 WARN [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=ssa.war,
| id=1819396930
| org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsExcepti
| on: Exception invoking method destroy)
| at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384)
| at org.jboss.web.WebModule.startModule(WebModule.java:83)
| at org.jboss.web.WebModule.startService(WebModule.java:61)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| [7m--More--(75%)[27m
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153889#4153889
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153889
17 years, 11 months