[JBoss Microcontainer Development POJO Server] - Deployment Exception of JBOSS AS 5.1 With JBOSS CXf and JBO
by sawan1424
Hi ,
I installed JBOSS 5.1 AS with JBOSS SEAM anf JBOSS CXF Web Service successfully.But When I started JBOSS As , it gives me followinf errors.
Error Description :-
18:24:21,578 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23340450{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
18:24:21,593 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23340450{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
18:24:21,593 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23340450{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
18:24:21,593 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23340450{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26382736{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/MyFirstSeamProj.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26382736{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/MyFirstSeamProj.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26382736{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/MyFirstSeamProj.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26382736{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/MyFirstSeamProj.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26395467{vfszip:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/jboss-seam.jar/}
18:24:21,640 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@26395467{vfszip:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/MyFirstSeamProj.ear/jboss-seam.jar/}
18:24:25,968 ERROR [AbstractKernelController] Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Create mode=Manual requiredState=Installed
java.lang.IllegalStateException: BaseClassLoader@1181c24{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/} classLoader is not connected to a domain (probably undeployed?) for class javax.management.remote.rmi.RMIServerImpl_Stub
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:793)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:441)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:154)
at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
at org.jboss.system.JBossRMIClassLoader.loadClass(JBossRMIClassLoader.java:91)
at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:386)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:120)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
at javax.naming.InitialContext.bind(InitialContext.java:400)
at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:625)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412)
at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:131)
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.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)
18:24:30,875 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.remoting:service=JMXConnectorServer,protocol=rmi
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.IllegalStateException: BaseClassLoader@1181c24{vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/} classLoader is not connected to a domain (probably undeployed?) for class javax.management.remote.rmi.RMIServerImpl_Stub
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:793)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:441)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:154)
at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
at org.jboss.system.JBossRMIClassLoader.loadClass(JBossRMIClassLoader.java:91)
at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:386)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:120)
at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
at javax.naming.InitialContext.bind(InitialContext.java:400)
at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:625)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:412)
at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:131)
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)
... 34 more
18:24:32,093 INFO [MailService] Mail Service bound to java:/Mail
18:24:40,031 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
18:24:40,140 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
18:24:40,375 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
18:24:40,609 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
18:24:40,609 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
18:24:41,609 INFO [TransactionManagerService] Initializing recovery manager
18:24:42,234 INFO [TransactionManagerService] Recovery manager configured
18:24:42,234 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
18:24:42,312 INFO [TransactionManagerService] Starting transaction recovery manager
18:24:43,718 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0\bin
18:24:43,953 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
18:24:45,218 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
18:24:45,265 INFO [StandardService] Starting service jboss.web
18:24:45,281 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
18:24:45,421 INFO [Catalina] Server startup in 210 ms
18:24:45,531 INFO [TomcatDeployment] deploy, ctxPath=/web-console
18:24:49,828 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
18:24:50,046 INFO [TomcatDeployment] deploy, ctxPath=/juddi
18:24:50,234 INFO [RegistryServlet] Loading jUDDI configuration.
18:24:50,781 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
18:24:50,781 INFO [RegistryServlet] Initializing jUDDI components.
18:24:51,718 INFO [TomcatDeployment] deploy, ctxPath=/invoker
18:24:52,312 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
18:24:52,375 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
18:24:52,468 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
18:24:52,515 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
18:24:52,578 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
18:24:52,843 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
18:24:52,921 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
18:24:52,921 INFO [RAMJobStore] RAMJobStore initialized.
18:24:52,921 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
18:24:52,921 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
18:24:52,921 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
18:24:53,468 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MyFirstSeamProjDatasource' to JNDI name 'MyFirstSeamProjDatasource'
18:24:54,843 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
18:24:59,078 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
18:24:59,656 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
18:24:59,656 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@10671ba started
18:24:59,656 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
18:24:59,859 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
18:24:59,890 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
18:24:59,890 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@15e7ea6 started
18:24:59,937 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
18:24:59,937 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
18:24:59,937 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
18:24:59,937 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@12eba22 started
18:25:00,562 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
18:25:01,968 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
18:25:02,015 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
18:25:02,015 INFO [JBossASKernel] with dependencies:
18:25:02,015 INFO [JBossASKernel] and demands:
18:25:02,015 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
18:25:02,015 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:02,015 INFO [JBossASKernel] and supplies:
18:25:02,015 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
18:25:02,015 INFO [JBossASKernel] jndi:SecureProfileService/remote
18:25:02,015 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
18:25:02,015 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
18:25:02,015 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
18:25:02,015 INFO [JBossASKernel] with dependencies:
18:25:02,015 INFO [JBossASKernel] and demands:
18:25:02,015 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:02,015 INFO [JBossASKernel] and supplies:
18:25:02,015 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
18:25:02,015 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
18:25:02,015 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
18:25:02,015 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
18:25:02,015 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
18:25:02,015 INFO [JBossASKernel] with dependencies:
18:25:02,015 INFO [JBossASKernel] and demands:
18:25:02,015 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:02,015 INFO [JBossASKernel] and supplies:
18:25:02,015 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
18:25:02,015 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
18:25:02,015 INFO [JBossASKernel] jndi:SecureManagementView/remote
18:25:02,015 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
18:25:02,046 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@66d882{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:02,046 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@8b0364{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:02,046 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@e137c0{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:02,343 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
18:25:02,406 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
18:25:02,609 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
18:25:02,843 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
18:25:02,843 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
18:25:02,890 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureManagementView/remote - EJB3.x Default Remote Business Interface
SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
18:25:03,015 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
18:25:03,015 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
18:25:03,078 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureProfileService/remote - EJB3.x Default Remote Business Interface
SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
18:25:03,765 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
18:25:04,234 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
18:25:12,781 INFO [TomcatDeployment] deploy, ctxPath=/Demo
18:25:13,046 ERROR [[/Demo]] Exception sending context initialized event to listener instance of class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:274)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:255)
at org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap.(ConfigurationBootstrap.java:27)
at org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap.contextInitialized(ResteasyBootstrap.java:26)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
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.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)
18:25:13,046 ERROR [StandardContext] Error listenerStart
18:25:13,046 ERROR [StandardContext] Context [/Demo] startup failed due to previous errors
18:25:13,078 ERROR [[/Demo]] Exception sending context destroyed event to listener instance of class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
java.lang.NullPointerException
at org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap.contextDestroyed(ResteasyBootstrap.java:38)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3949)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4615)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4437)
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.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)
18:25:13,078 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/Demo state=Create mode=Manual requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/Demo.war/ deployment failed
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.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)
18:25:13,156 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Program%20Files/jboss-5.1.0.GA/server/default/deploy/Demo.war/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Program Files/jboss-5.1.0.GA/server/default/deploy/Demo.war/ deployment failed
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.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)
18:25:13,234 INFO [TomcatDeployment] deploy, ctxPath=/
18:25:13,640 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
18:25:20,093 INFO [JBossASKernel] Created KernelDeployment for: MyFirstSeamProj.jar
18:25:20,093 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=MyFirstSeamProj.ear,jar=MyFirstSeamProj.jar,name=AuthenticatorBean,service=EJB3
18:25:20,093 INFO [JBossASKernel] with dependencies:
18:25:20,093 INFO [JBossASKernel] and demands:
18:25:20,093 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:20,093 INFO [JBossASKernel] and supplies:
18:25:20,093 INFO [JBossASKernel] Class:com.mydomain.MyFirstSeamProj.session.Authenticator
18:25:20,093 INFO [JBossASKernel] jndi:MyFirstSeamProj/AuthenticatorBean/local-com.mydomain.MyFirstSeamProj.session.Authenticator
18:25:20,093 INFO [JBossASKernel] jndi:MyFirstSeamProj/AuthenticatorBean/local
18:25:20,093 INFO [JBossASKernel] jndi:MyFirstSeamProj/AuthenticatorBean/remote
18:25:20,093 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=MyFirstSeamProj.ear,jar=MyFirstSeamProj.jar,name=AuthenticatorBean,service=EJB3) to KernelDeployment of: MyFirstSeamProj.jar
18:25:20,250 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@190ddad
18:25:20,343 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@190ddad
18:25:20,359 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@190ddad
18:25:20,375 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@190ddad
18:25:21,234 INFO [JBossASKernel] Created KernelDeployment for: jboss-seam.jar
18:25:21,234 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
18:25:21,234 INFO [JBossASKernel] with dependencies:
18:25:21,234 INFO [JBossASKernel] and demands:
18:25:21,234 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:21,234 INFO [JBossASKernel] and supplies:
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/TimerServiceDispatcher/remote
18:25:21,234 INFO [JBossASKernel] Class:org.jboss.seam.async.LocalTimerServiceDispatcher
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/TimerServiceDispatcher/local
18:25:21,234 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: jboss-seam.jar
18:25:21,234 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
18:25:21,234 INFO [JBossASKernel] with dependencies:
18:25:21,234 INFO [JBossASKernel] and demands:
18:25:21,234 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
18:25:21,234 INFO [JBossASKernel] and supplies:
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/EjbSynchronizations/remote
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/EjbSynchronizations/local
18:25:21,234 INFO [JBossASKernel] jndi:MyFirstSeamProj/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
18:25:21,234 INFO [JBossASKernel] Class:org.jboss.seam.transaction.LocalEjbSynchronizations
18:25:21,234 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: jboss-seam.jar
18:25:21,234 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@5c7b6b{name=jboss.j2ee:ear=MyFirstSeamProj.ear,jar=MyFirstSeamProj.jar,name=AuthenticatorBean,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:21,234 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@ac5c7e{name=jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:21,234 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@36602e{name=jboss.j2ee:ear=MyFirstSeamProj.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
18:25:21,578 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=MyFirstSeamProj.ear,jar=MyFirstSeamProj.jar,name=AuthenticatorBean,service=EJB3
18:25:21,578 INFO [EJBContainer] STARTED EJB: com.mydomain.MyFirstSeamProj.session.AuthenticatorBean ejbName: AuthenticatorBean
18:25:21,625 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
MyFirstSeamProj/AuthenticatorBean/local - EJB3.x Default Local Business Interface
MyFirstSeamProj/AuthenticatorBean/local-com.mydomain.MyFirstSeamProj.session.Authenticator - EJB3.x Local Business Interface
18:25:21,718 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=MyFirstSeamProj.ear/MyFirstSeamProj.jar#MyFirstSeamProj
18:25:22,093 INFO [Version] Hibernate Annotations 3.4.0.GA
18:25:22,218 INFO [Environment] Hibernate 3.3.1.GA
18:25:22,390 INFO [Environment] hibernate.properties not found
18:25:22,406 INFO [Environment] Bytecode provider name : javassist
18:25:22,437 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
18:25:24,625 INFO [Version] Hibernate Commons Annotations 3.1.0.GA
18:25:24,656 INFO [Version] Hibernate EntityManager 3.4.0.GA
18:25:24,843 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
name: MyFirstSeamProj
...]
18:25:24,953 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
18:25:25,750 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
18:25:25,796 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
18:25:25,812 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
18:25:25,859 INFO [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
18:25:25,859 INFO [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
18:25:26,015 INFO [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
18:25:26,218 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
18:25:26,234 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hi
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264098#4264098
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264098
16 years, 2 months
[Embedded JBoss Development] - Re: JbossWS in embbeded
by manuel.chinea
Sorry for the last post. It doesn't show the error.
As i said:
I also test the original test (without my test method) in default profile. The trace:
...
08:07:46,038 INFO [Version] Hibernate Validator 3.1.0.GA
08:07:46,100 INFO [Version] Hibernate Validator 4.0.0.CR1
08:07:46,131 INFO [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
08:07:47,131 INFO [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
08:07:47,131 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
08:07:47,131 INFO [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
08:07:47,194 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
08:07:47,194 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
08:07:47,209 INFO [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
08:07:47,209 INFO [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
08:07:47,225 INFO [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
08:07:47,241 WARN [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@22e6eb[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@170e5a4 handles=1 lastUse=1257424667209 permit=true trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@f498ad context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@53b795 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@39c587 txSync=null]
javax.resource.spi.ResourceAdapterInternalException: Unexpected error
at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.broadcastConnectionError(BaseWrapperManagedConnection.java:409)
at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.connectionError(BaseWrapperManagedConnection.java:385)
at org.jboss.resource.adapter.jdbc.WrappedConnection.checkException(WrappedConnection.java:865)
at org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6.createClob(WrappedConnectionJDK6.java:132)
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.hibernate.engine.jdbc.JdbcSupportLoader.useContextualLobCreation(JdbcSupportLoader.java:77)
at org.hibernate.engine.jdbc.JdbcSupportLoader.loadJdbcSupport(JdbcSupportLoader.java:49)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:121)
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2145)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2141)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1365)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:858)
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:733)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:158)
at org.jboss.jpa.builder.DefaultCEMFBuilder.build(DefaultCEMFBuilder.java:47)
at org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:316)
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.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:243)
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:111)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.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.dependency.plugins.AbstractController.install(AbstractController.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:671)
at org.jboss.system.ServiceController.start(ServiceController.java:443)
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:1440)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1158)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1211)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1099)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:782)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.processAndCheckMainDeployer(JBossASEmbeddedServerImpl.java:508)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.deploy(JBossASEmbeddedServerImpl.java:204)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.deploy(JBossASEmbeddedServerImpl.java:278)
at org.jboss.embedded.testsuite.ServerTestCase.testDataSourceAndEntity(ServerTestCase.java:396)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.lang.AbstractMethodError: org.hsqldb.jdbc.jdbcConnection.createClob()Ljava/sql/Clob;
at org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6.createClob(WrappedConnectionJDK6.java:128)
... 89 more
08:07:47,241 INFO [JdbcSupportLoader] createClob() method threw error : java.lang.reflect.InvocationTargetException
08:07:47,241 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
08:07:47,241 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
08:07:47,241 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
.......
followed by
.......
08:07:47,459 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
08:07:47,584 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=datasource-entity-test.jar,name=JbossianRegistrarBean,service=EJB3
08:07:47,584 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=datasource-entity-test.jar,name=JbossianRegistrarBean,service=EJB3 state=Create
java.lang.NoClassDefFoundError: javax/persistence/criteria/QueryBuilder
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethod(Class.java:1935)
at java.io.ObjectStreamClass.getInheritableMethod(ObjectStreamClass.java:1349)
at java.io.ObjectStreamClass.access$2200(ObjectStreamClass.java:52)
at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:448)
at java.security.AccessController.doPrivileged(Native Method)
at java.io.ObjectStreamClass.(ObjectStreamClass.java:413)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:310)
at java.io.ObjectStreamClass.(ObjectStreamClass.java:409)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:310)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
at java.rmi.MarshalledObject.(MarshalledObject.java:101)
at org.jnp.interfaces.MarshalledValuePair.(MarshalledValuePair.java:65)
at org.jnp.interfaces.NamingContext.createMarshalledValuePair(NamingContext.java:1425)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:567)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:540)
at org.jboss.util.naming.Util.rebind(Util.java:131)
at org.jboss.util.naming.Util.rebind(Util.java:117)
at org.jboss.injection.PcEncInjector.inject(PcEncInjector.java:135)
at org.jboss.ejb3.EJBContainer.lockedStart(EJBContainer.java:911)
at org.jboss.ejb3.session.SessionContainer.lockedStart(SessionContainer.java:200)
at org.jboss.ejb3.session.SessionSpecContainer.lockedStart(SessionSpecContainer.java:599)
at org.jboss.ejb3.stateless.StatelessContainer.lockedStart(StatelessContainer.java:192)
at org.jboss.ejb3.EJBContainer.start(EJBContainer.java:895)
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.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:243)
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:111)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.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.dependency.plugins.AbstractController.install(AbstractController.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:671)
at org.jboss.system.ServiceController.start(ServiceController.java:443)
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:1440)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1158)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1211)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1099)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:782)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.processAndCheckMainDeployer(JBossASEmbeddedServerImpl.java:508)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.deploy(JBossASEmbeddedServerImpl.java:204)
at org.jboss.embedded.core.server.JBossASEmbeddedServerImpl.deploy(JBossASEmbeddedServerImpl.java:278)
at org.jboss.embedded.testsuite.ServerTestCase.testDataSourceAndEntity(ServerTestCase.java:396)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41)
at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.lang.ClassNotFoundException: javax.persistence.criteria.QueryBuilder
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 100 more
05/11/2009 08:07:47 AM org.jboss.embedded.testsuite.ServerTestCase stopEmbeddedAS
INFO: Shutting down server: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264096#4264096
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264096
16 years, 2 months
[Embedded JBoss Development] - Re: JbossWS in embbeded
by manuel.chinea
I also test the original test (without my test method) in default profile. The trace:
08:07:06,009 DEBUG [AbstractServer] No configuration has been supplied, so making a default one
08:07:06,009 TRACE [SecurityActions] Attempting to create new instance of class org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig
08:07:06,009 TRACE [SecurityActions] Created org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@11563ff
08:07:06,009 DEBUG [AbstractServer] Created new default configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@11563ff
08:07:06,009 TRACE [AbstractServer] Set configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@11563ff
08:07:06,025 DEBUG [AbstractServer] Setting validator to: org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator@f8f7db
08:07:06,025 DEBUG [AbstractServer] Set server initializer to org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@79ed7f
08:07:06,025 DEBUG [AbstractServer] Set config initializer to org.jboss.bootstrap.impl.as.config.JBossASConfigurationInitializerImpl@1e845c2
08:07:06,025 INFO [JBossASEmbeddedServerImpl] Using JBOSS_HOME Environment Variable: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,025 TRACE [AbstractServer] Set configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,040 TRACE [AbstractBasicServerConfig] Set property "jboss.server.name" to: "default"
08:07:06,040 TRACE [AbstractMCServerBase] Re-initializing the underlying bootstrap...
05/11/2009 08:07:06 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: Created: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
05/11/2009 08:07:06 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: Starting Server: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,196 TRACE [AbstractMCServerBase] Created and run: org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap@14db0e3
08:07:06,196 DEBUG [AbstractMCServerBase] Underlying MC Bootstrap re-initialized.
08:07:06,196 TRACE [AbstractServer] Received request to start
08:07:06,196 DEBUG [AbstractServer] Invoking implicit initialization from start()
08:07:06,196 TRACE [AbstractServer] Setting LifecycleState to: PRE_INIT
08:07:06,196 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into PRE_INIT for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,196 DEBUG [AbstractServer] Initializing server: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,196 TRACE [AbstractMCServerBase] Created and run: org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap@1e808ca
08:07:06,196 TRACE [AbstractServer] Performing configuration initialization...
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.home
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.home" is: C:\jbossas-embed\testsuite/
08:07:06,196 TRACE [SecurityActions] Obtained Environment Variable with key "JBOSS_HOME": C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Found environment variable "JBOSS_HOME", so using value as override: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.home with currentValue = null, environment variable name = JBOSS_HOME, and defaultValue = C:\jbossas-embed\testsuite/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.home" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.bind.address
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.bind.address" is: 127.0.0.1
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.bind.address with currentValue = null, environment variable name = null, and defaultValue = 127.0.0.1 to: 127.0.0.1
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.bind.address" to: "127.0.0.1"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.name
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.name" is: default
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Object model has specified value for "jboss.server.name": default
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Got configuration property jboss.server.name, so using as override: default
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.name with currentValue = default, environment variable name = null, and defaultValue = default to: default
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.server.name" to: "default"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.lib.url
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.base.url
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.base.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.base.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.server.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/"
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.server.base.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.home.url
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.home.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.home.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.server.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/"
08:07:06,196 TRACE [AbstractBasicServerConfig] Set property "jboss.server.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default"
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.common.base.url
08:07:06,196 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.common.base.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/
08:07:06,196 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.common.base.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.common.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.common.lib.url
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.common.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.common.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.common.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.log.dir
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.log.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/log/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.log.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/log/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/log/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.server.log.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\log"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.config.url
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.config.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.config.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/conf/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.server.config.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] No bootstrap URL defined, constructing it from home and name...
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] New bootstrap URL: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml"
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,212 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml"
08:07:06,212 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.lib.url
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/lib/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/lib/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.server.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/lib/"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.data.dir
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.data.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/data/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.data.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/data/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/data/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.server.data.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\data"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.temp.dir
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.temp.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.temp.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.server.temp.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.bootstrap.home.url
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.bootstrap.home.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Got configuration property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.bootstrap.home.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml to: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.partition.name
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.partition.name" is: DefaultPartition
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.partition.name with currentValue = null, environment variable name = null, and defaultValue = DefaultPartition to: DefaultPartition
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.partition.name" to: "DefaultPartition"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.partition.udpGroup
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.partition.udpGroup" is: null
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.partition.udpGroup with currentValue = null, environment variable name = null, and defaultValue = null to: null
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.partition.udpGroup" to: [EMPTY]
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jgroups.udp.mcast_addr" to: [EMPTY]
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.jgroups.udp.mcast_port
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.jgroups.udp.mcast_port" is: null
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.jgroups.udp.mcast_port with currentValue = null, environment variable name = null, and defaultValue = null to: null
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.native.load
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.native.load" is: false
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.native.load with currentValue = null, environment variable name = null, and defaultValue = false to: false
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.native.load" to: "false"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.native.dir
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.native.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/native/
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.native.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/native/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/default/tmp/native/
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.native.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp\native"
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.platform.mbeanserver
08:07:06,212 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.platform.mbeanserver" is: true
08:07:06,212 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.platform.mbeanserver with currentValue = null, environment variable name = null, and defaultValue = true to: true
08:07:06,212 TRACE [AbstractBasicServerConfig] Set property "jboss.platform.mbeanserver" to: "true"
08:07:06,212 TRACE [AbstractServer] Validating config...
08:07:06,212 DEBUG [AbstractServer] Validating configuration using: org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator@f8f7db
08:07:06,212 TRACE [JBossASBasedConfigurationValidator] Validating Configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8 ...
08:07:06,212 TRACE [AbstractBasicConfigurationValidator] Validating configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,212 DEBUG [AbstractBasicConfigurationValidator] Configuration passed on: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,228 DEBUG [JBossASBasedConfigurationValidator] Configuration is valid: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@a613f8
08:07:06,228 TRACE [JBossASServerInitializer] Initializing: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@79ed7f ...
08:07:06,228 TRACE [AbstractBasicServerInitializer] Request to initialize JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] using: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@79ed7f
08:07:06,228 TRACE [AbstractBasicServerInitializer] Setting system properties for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 TRACE [JBossASServerInitializer] Setting system properties for org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@79ed7f ...
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.bootstrap.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.bootstrap.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.bootstrap.name" > bootstrap.xml
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.name" to: "bootstrap.xml"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.home" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.home.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.bind.address" > 127.0.0.1
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bind.address" to: "127.0.0.1"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.name" > default
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.name" to: "default"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.base.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.base.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.base.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.home.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.common.base.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.common.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.common.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.common.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.log.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\log
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.log.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\log"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.config.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.config.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/lib/
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/lib/"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.data.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\data
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.data.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\data"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.server.temp.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.temp.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.partition.name" > DefaultPartition
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.partition.name" to: "DefaultPartition"
08:07:06,228 TRACE [AbstractBasicServerInitializer] Not setting system property for key jboss.partition.udpGroup as value was blank or null
08:07:06,228 TRACE [AbstractBasicServerInitializer] Not setting system property for key jboss.jgroups.udp.mcast_port as value was blank or null
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.native.load" > false
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.native.load" to: "false"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.native.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp\native
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.native.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp\native"
08:07:06,228 TRACE [SecurityActions] Set system property "jboss.platform.mbeanserver" > true
08:07:06,228 TRACE [AbstractBasicServerInitializer] Set system property "jboss.platform.mbeanserver" to: "true"
08:07:06,228 DEBUG [AbstractBasicServerInitializer] Initialized JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@79ed7f
08:07:06,228 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into INITIALIZED for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.VfsInitializingLifecycleEventHandler@22ab57 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STARTED for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.KernelStartEventLifecycleEventHandler@1cb52ae to fire upon state change to STARTED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STOPPING for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.KernelStopEventLifecycleEventHandler@68c26c to fire upon state change to STOPPING for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 INFO [AbstractJBossASServerBase] Server Configuration:
JBOSS_HOME URL: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/
Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
Common Base: $JBOSS_HOME\common/
Common Library: $JBOSS_HOME\common/lib/
Server Name: default
Server Base: $JBOSS_HOME\server/
Server Library: $JBOSS_HOME\server/default/lib/
Server Config: $JBOSS_HOME\server/default/conf/
Server Home: $JBOSS_HOME\server/default/
Server Data: $JBOSS_HOME\server/default/data/
Server Log: $JBOSS_HOME\server/default/log/
Server Temp: $JBOSS_HOME\server/default/tmp/
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.IgnoreXbUnorderedSequenceLifecycleEventHandler@1bde4 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.SetRmiHostnameLifecycleEventHandler@1766806 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.InitLoggingManagerLifecycleEventHandler@ed662d to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.SetIPv4LifecycleEventHandler@eac5a to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,228 WARN [JBossASEmbeddedServerImpl] JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] has not installed any handler for a boot.log in $JBOSS_HOME/server/[name]/log
08:07:06,228 TRACE [AbstractServer] Setting LifecycleState to: INITIALIZED
08:07:06,228 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.bootstrap.impl.as.lifecycle.VfsInitializingLifecycleEventHandler@22ab57
08:07:06,228 DEBUG [VfsInitializingLifecycleEventHandler] Initializing the virtual filesystem...
08:07:06,243 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.IgnoreXbUnorderedSequenceLifecycleEventHandler@1bde4
08:07:06,243 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "xb.builder.useUnorderedSequence": true
08:07:06,243 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.SetRmiHostnameLifecycleEventHandler@1766806
08:07:06,243 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.rmi.server.hostname": localhost
08:07:06,243 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.InitLoggingManagerLifecycleEventHandler@ed662d
08:07:06,243 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.util.logging.manager": org.jboss.logmanager.LogManager
08:07:06,243 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.SetIPv4LifecycleEventHandler@eac5a
08:07:06,243 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.net.preferIPv4Stack": true
08:07:06,243 TRACE [AbstractServer] Setting LifecycleState to: IDLE
08:07:06,243 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into IDLE for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,243 INFO [AbstractServer] Starting: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,243 TRACE [AbstractServer] Setting LifecycleState to: STARTING
08:07:06,243 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STARTING for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
08:07:06,243 TRACE [AbstractServer] Entering implementation class start...
08:07:06,275 DEBUG [AbstractMCServerBase] Installing JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] into MC under key: JBossServer
08:07:06,743 INFO [AbstractMCServerBase] Starting Microcontainer, Main bootstrapURL=file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap.xml
08:07:06,853 DEBUG [AbstractMCServerBase] BootstrapURLs=[bootstrap/logging.xml, bootstrap/vfs.xml, bootstrap/classloader.xml, bootstrap/aop.xml, bootstrap/jmx.xml, bootstrap/deployers.xml, bootstrap/profile.xml]
08:07:06,853 DEBUG [AbstractMCServerBase] Bootstrap URLs are relative to: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/
08:07:06,868 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/logging.xml
08:07:06,868 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/logging.xml
08:07:07,149 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/logging.xml took 281 milliseconds
08:07:07,181 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/logging.xml took 313 milliseconds
08:07:07,181 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/vfs.xml
08:07:07,181 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/vfs.xml
08:07:07,181 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/vfs.xml took 0 milliseconds
08:07:07,228 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
08:07:07,228 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
08:07:07,290 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/vfs.xml took 109 milliseconds
08:07:07,290 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/classloader.xml
08:07:07,290 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/classloader.xml
08:07:07,337 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/classloader.xml took 47 milliseconds
08:07:07,509 INFO [CopyMechanism] VFS temp dir: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\tmp
08:07:07,571 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/classloader.xml took 281 milliseconds
08:07:07,571 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/aop.xml
08:07:07,571 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/aop.xml
08:07:07,587 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/aop.xml took 16 milliseconds
08:07:07,712 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/aop.xml took 141 milliseconds
08:07:07,712 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/jmx.xml
08:07:07,712 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/jmx.xml
08:07:07,837 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/jmx.xml took 125 milliseconds
08:07:08,228 INFO [ServerInfo] Java version: 1.6.0_16,Sun Microsystems Inc.
08:07:08,228 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
08:07:08,228 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 14.2-b01,Sun Microsystems Inc.
08:07:08,228 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
08:07:08,228 INFO [ServerInfo] VM arguments: -Xmx784m -Dfile.encoding=Cp1252
08:07:08,259 INFO [JMXKernel] Legacy JMX core initialized
08:07:08,368 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/jmx.xml took 656 milliseconds
08:07:08,368 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/deployers.xml
08:07:08,368 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/deployers.xml
08:07:08,399 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/deployers.xml took 31 milliseconds
08:07:09,306 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/deployers.xml took 938 milliseconds
08:07:09,306 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/profile.xml
08:07:09,306 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/profile.xml
08:07:09,321 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/profile.xml took 15 milliseconds
08:07:09,587 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/conf/bootstrap/profile.xml took 281 milliseconds
08:07:09,587 TRACE [AbstractServer] Starting bootstraps...
08:07:11,415 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
08:07:11,477 INFO [WebService] Using RMI server codebase: http://localhost:8083/
08:07:15,758 INFO [AbstractServerConfig] JBoss Web Services - Native Server
08:07:15,758 INFO [AbstractServerConfig] 3.2.1.Beta2
08:07:22,773 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1a2f5b1[ defaultDomain='DefaultDomain' ]
08:07:30,679 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
08:07:30,820 INFO [MailService] Mail Service bound to java:/Mail
08:07:32,913 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
08:07:33,085 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
08:07:33,085 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
08:07:33,679 INFO [TransactionManagerService] Initializing recovery manager
08:07:33,835 INFO [TransactionManagerService] Recovery manager configured
08:07:33,835 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
08:07:33,867 INFO [TransactionManagerService] Starting transaction recovery manager
08:07:34,195 INFO [AprLifecycleListener] La biblioteca nativa de Apache Tomcat basada en ARP que permite un rendimiento �óptimo en entornos de desarrollo no ha sido hallada en java.library.path: C:\DevTools\jdk1.6.0_16\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/DevTools/jdk1.6.0_16/bin/../jre/bin/client;C:/DevTools/jdk1.6.0_16/bin/../jre/bin;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files\CollabNet Subversion Server;C:\Program Files\CollabNet Subversion;C:\Program Files\PC Connectivity Solution\;C:\DevTools\jdk1.6.0_16\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;;C:\apache-ant-1.7.0\bin;C:\DevTools\apache-maven-2.2.1\bin;C:\Program Files\TortoiseSVN\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\QuickTime\QTSystem\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\CollabNet Subversion
08:07:34,241 INFO [Http11Protocol] Inicializando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080
08:07:34,241 INFO [AjpProtocol] Inicializando Coyote AJP/1.3 en ajp-127.0.0.1-8009
08:07:34,257 INFO [StandardService] Arrancando servicio jboss.web
08:07:34,257 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
08:07:34,304 INFO [Catalina] Server startup in 55 ms
08:07:34,335 INFO [TomcatDeployment] deploy, ctxPath=/web-console
08:07:35,570 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
08:07:35,616 INFO [TomcatDeployment] deploy, ctxPath=/invoker
08:07:35,726 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
08:07:35,726 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
08:07:35,741 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/jms-ra.rar/META-INF/ra.xml
08:07:35,757 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/mail-ra.rar/META-INF/ra.xml
08:07:35,773 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
08:07:35,835 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-1
08:07:35,851 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
08:07:35,851 INFO [RAMJobStore] RAMJobStore initialized.
08:07:35,851 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
08:07:35,851 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
08:07:35,851 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
08:07:36,179 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
08:07:37,038 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
08:07:37,116 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
08:07:37,116 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@15fc793 started
08:07:37,116 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
08:07:37,116 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@315d04 started
08:07:37,116 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
08:07:37,116 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
08:07:37,116 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
08:07:37,116 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
08:07:37,132 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
08:07:37,132 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@9fc98 started
08:07:37,241 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
08:07:37,413 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
08:07:37,554 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
08:07:37,554 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
08:07:37,554 INFO [MyfacesConfig] Starting up Tomahawk on the RI-JSF-Implementation.
08:07:37,554 INFO [MyfacesConfig] Starting up Tomahawk on the MyFaces-JSF-Implementation
08:07:37,554 ERROR [MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
08:07:37,601 INFO [FacesConfigurator] Reading standard config META-INF/standard-faces-config.xml
08:07:37,741 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/jboss-seam-debug-2.1.0.SP1.jar/META-INF/faces-config.xml
08:07:37,757 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/jboss-seam-ui-2.1.0.SP1.jar/META-INF/faces-config.xml
08:07:37,757 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/jsf-facelets-1.1.15.B1.jar/META-INF/faces-config.xml
08:07:37,757 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/org.jboss.seam-jboss-seam-2.1.0.SP1.jar/META-INF/faces-config.xml
08:07:37,757 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar/META-INF/faces-config.xml
08:07:37,773 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/richfaces-ui-3.3.2.SR1.jar/META-INF/faces-config.xml
08:07:37,788 INFO [FacesConfigurator] Reading config /WEB-INF/navigation.xml
08:07:37,804 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
08:07:37,819 INFO [FacesConfigurator] MyFaces-package : myfaces-api not found.
08:07:37,819 INFO [FacesConfigurator] MyFaces-package : myfaces-impl not found.
08:07:37,819 INFO [FacesConfigurator] MyFaces-package : tomahawk-sandbox15 not found.
08:07:37,819 INFO [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
08:07:37,819 INFO [FacesConfigurator] MyFaces-package : tomahawk not found.
08:07:37,851 WARN [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_VE
08:07:40,804 INFO [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
08:07:40,819 INFO [AbstractFacesInitializer] ServletContext 'C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\default\deploy\admin-console.war\' initialized.
08:07:40,850 INFO [TomcatDeployment] deploy, ctxPath=/
08:07:40,960 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
08:07:41,054 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@ce015f[domain=default, server=default, name=default]
08:07:41,069 INFO [Http11Protocol] Arrancando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080
08:07:41,085 INFO [AjpProtocol] Arrancando Coyote AJP/1.3 en ajp-127.0.0.1-8009
08:07:41,100 INFO [AbstractServer] JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] Started in 34s:857ms
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: ...started.
08:07:41,100 INFO [ServerTestCase] ...started.
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: testSlsb
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: slsb.jar:
/org/jboss/embedded/testsuite/ejb3/slsb/OutputLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/slsb/OutputBean.class
08:07:41,147 INFO [ServerTestCase] testSlsb
08:07:41,163 INFO [ServerTestCase] slsb.jar:
/org/jboss/embedded/testsuite/ejb3/slsb/OutputLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/slsb/OutputBean.class
08:07:41,241 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@28551387{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/slsb.jar/}
08:07:41,241 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@28551387{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/slsb.jar/}
08:07:41,241 WARN [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
08:07:41,507 INFO [JBossASKernel] Created KernelDeployment for: slsb.jar
08:07:41,507 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
08:07:41,507 INFO [JBossASKernel] with dependencies:
08:07:41,507 INFO [JBossASKernel] and demands:
08:07:41,507 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
08:07:41,507 INFO [JBossASKernel] and supplies:
08:07:41,507 INFO [JBossASKernel] jndi:OutputBean/local-org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness
08:07:41,507 INFO [JBossASKernel] jndi:OutputBean/remote
08:07:41,507 INFO [JBossASKernel] jndi:OutputBean/local
08:07:41,507 INFO [JBossASKernel] Class:org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness
08:07:41,507 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3) to KernelDeployment of: slsb.jar
08:07:41,616 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
08:07:41,616 INFO [EJBContainer] STARTED EJB: org.jboss.embedded.testsuite.ejb3.slsb.OutputBean ejbName: OutputBean
08:07:41,663 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
OutputBean/local - EJB3.x Default Local Business Interface
OutputBean/local-org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness - EJB3.x Local Business Interface
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: Got output: Embedded SLSB Local Business Output
08:07:41,772 INFO [ServerTestCase] Got output: Embedded SLSB Local Business Output
08:07:41,788 INFO [SessionSpecContainer] Stopping jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
08:07:41,803 INFO [EJBContainer] STOPPED EJB: org.jboss.embedded.testsuite.ejb3.slsb.OutputBean ejbName: OutputBean
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: testWarServletJsp
08:07:41,866 INFO [ServerTestCase] testWarServletJsp
05/11/2009 08:07:41 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: testServletJsp.war:
/jsp/requestParamEcho.jsp
/WEB-INF/web.xml
/WEB-INF/classes/org/jboss/embedded/testsuite/servlet/JspForwardingServlet.class
08:07:41,866 INFO [ServerTestCase] testServletJsp.war:
/jsp/requestParamEcho.jsp
/WEB-INF/web.xml
/WEB-INF/classes/org/jboss/embedded/testsuite/servlet/JspForwardingServlet.class
08:07:41,975 INFO [TomcatDeployment] deploy, ctxPath=/testServletJsp
05/11/2009 08:07:42 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: Executing request to: http://localhost:8080/testServletJsp/JspForwardingServlet?jsp=jsp%2Freque...
08:07:42,069 INFO [ServerTestCase] Executing request to: http://localhost:8080/testServletJsp/JspForwardingServlet?jsp=jsp%2Freque...
05/11/2009 08:07:42 AM org.jboss.embedded.testsuite.servlet.JspForwardingServlet doGet
INFO: Request: org.apache.catalina.connector.RequestFacade@1c93a9b
08:07:42,350 INFO [JspForwardingServlet] Request: org.apache.catalina.connector.RequestFacade@1c93a9b
05/11/2009 08:07:42 AM org.jboss.embedded.testsuite.servlet.JspForwardingServlet doGet
INFO: Forwarding to: /jsp/requestParamEcho.jsp
08:07:42,350 INFO [JspForwardingServlet] Forwarding to: /jsp/requestParamEcho.jsp
05/11/2009 08:07:43 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: Got response: EmbeddedBiatch
08:07:43,881 INFO [ServerTestCase] Got response: EmbeddedBiatch
08:07:43,881 INFO [TomcatDeployment] undeploy, ctxPath=/testServletJsp
05/11/2009 08:07:43 AM org.jboss.embedded.testsuite.ServerTestCase testJmsAndMdb
INFO: testJmsAndMdb
08:07:43,913 INFO [ServerTestCase] testJmsAndMdb
05/11/2009 08:07:43 AM org.jboss.embedded.testsuite.ServerTestCase testJmsAndMdb
INFO: jms-mdb-test.jar:
/org/jboss/embedded/testsuite/ejb3/mdb/MessageStoringMdb.class
/mdb-queue-service.xml
08:07:43,928 INFO [ServerTestCase] jms-mdb-test.jar:
/org/jboss/embedded/testsuite/ejb3/mdb/MessageStoringMdb.class
/mdb-queue-service.xml
08:07:43,944 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@898132{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/jms-mdb-test.jar/}
08:07:43,944 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@898132{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/jms-mdb-test.jar/}
08:07:43,944 WARN [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
08:07:43,960 INFO [JBossASKernel] Created KernelDeployment for: jms-mdb-test.jar
08:07:43,960 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=jms-mdb-test.jar,name=MessageStoringMdb,service=EJB3
08:07:43,960 INFO [JBossASKernel] with dependencies:
08:07:43,960 INFO [JBossASKernel] and demands:
08:07:43,960 INFO [JBossASKernel] jboss.messaging.destination:service=Queue,name=EmbeddedQueue
08:07:43,960 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
08:07:43,960 INFO [JBossASKernel] and supplies:
08:07:43,960 INFO [JBossASKernel] jndi:null
08:07:43,960 INFO [JBossASKernel] Class:javax.jms.MessageListener
08:07:43,960 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=jms-mdb-test.jar,name=MessageStoringMdb,service=EJB3) to KernelDeployment of: jms-mdb-test.jar
08:07:44,038 INFO [QueueService] Queue[/queue/EmbeddedQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
08:07:44,085 INFO [EJBContainer] STARTED EJB: org.jboss.embedded.testsuite.ejb3.mdb.MessageStoringMdb ejbName: MessageStoringMdb
08:07:45,288 INFO [ServerTestCase] Sent message delegator->JBossMessage[20601645716078592]:PERSISTENT, deliveryId=0 with contents: From in-JVM Test Message
05/11/2009 08:07:45 AM org.jboss.embedded.testsuite.ServerTestCase sendTextMessageToQueue
INFO: Sent message delegator->JBossMessage[20601645716078592]:PERSISTENT, deliveryId=0 with contents: From in-JVM Test Message
08:07:45,350 INFO [MessageStoringMdb] Received: delegator->JBossMessage[20601645716078592]:PERSISTENT, deliveryId=0
05/11/2009 08:07:45 AM org.jboss.embedded.testsuite.ejb3.mdb.MessageStoringMdb onMessage
INFO: Received: delegator->JBossMessage[20601645716078592]:PERSISTENT, deliveryId=0
08:07:45,381 INFO [EJBContainer] STOPPED EJB: org.jboss.embedded.testsuite.ejb3.mdb.MessageStoringMdb ejbName: MessageStoringMdb
08:07:45,460 INFO [QueueService] Queue[/queue/EmbeddedQueue] stopped
08:07:45,475 INFO [ServerTestCase] testDataSourceAndEntity
05/11/2009 08:07:45 AM org.jboss.embedded.testsuite.ServerTestCase testDataSourceAndEntity
INFO: testDataSourceAndEntity
05/11/2009 08:07:45 AM org.jboss.embedded.testsuite.ServerTestCase testDataSourceAndEntity
INFO: datasource-entity-test.jar:
/org/jboss/embedded/testsuite/ejb3/entity/JbossianRegistrarLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/entity/JbossianRegistrarBean.class
/org/jboss/embedded/testsuite/ejb3/entity/Jbossian.class
/embedded-ds.xml
/META-INF/persistence.xml
08:07:45,475 INFO [ServerTestCase] datasource-entity-test.jar:
/org/jboss/embedded/testsuite/ejb3/entity/JbossianRegistrarLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/entity/JbossianRegistrarBean.class
/org/jboss/embedded/testsuite/ejb3/entity/Jbossian.class
/embedded-ds.xml
/META-INF/persistence.xml
08:07:45,538 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@28353029{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/datasource-entity-test.jar/}
08:07:45,538 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@28353029{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/datasource-entity-test.jar/}
08:07:45,538 WARN [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
08:07:45,553 INFO [JBossASKernel] Created KernelDeployment for: datasource-entity-test.jar
08:07:45,553 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=datasource-entity-test.jar,name=JbossianRegistrarBean,service=EJB3
08:07:45,553 INFO [JBossASKernel] with dependencies:
08:07:45,553 INFO [JBossASKernel] and demands:
08:07:45,553 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
08:07:45,553 INFO [JBossASKernel] persistence.unit:unitName=#embeddedPU
08:07:45,553 INFO [JBossASKernel] and supplies:
08:07:45,553 INFO [JBossASKernel] jndi:JbossianRegistrarBean/local
08:07:45,553 INFO [JBossASKernel] jndi:JbossianRegistrarBean/local-org.jboss.embedded.testsuite.ejb3.entity.JbossianRegistrarLocalBusiness
08:07:45,553 INFO [JBossASKernel] Class:org.jboss.embedded.testsuite.ejb3.entity.JbossianRegistrarLocalBusiness
08:07:45,553 INFO [JBossASKernel] jndi:JbossianRegistrarBean/remote
08:07:45,553 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=datasource-entity-test.jar,name=JbossianRegistrarBean,service=EJB3) to KernelDeployment of: datasource-entity-test.jar
08:07:45,678 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EmbeddedDS' to JNDI name 'java:EmbeddedDS'
08:07:45,678 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#embeddedPU
08:07:45,725 INFO [Version] Hibernate Annotations 3.5.0.Beta1
08:07:45,741 INFO [Environment] Hibernate 3.5.0-Beta-2
08:07:45,741 INFO [Environment] hibernate.properties not found
08:07:45,741 INFO [Environment] Bytecode provider name : javassist
08:07:45,741 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
08:07:45,850 INFO [Version] Hibernate Commons Annotations 3.2.0-SNAPSHOT
08:07:45,850 INFO [Version] Hibernate EntityManager 3.5.0.Beta1
08:07:45,866 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
name: embeddedPU
...]
08:07:45,881 ERROR [STDERR] URL: jar:file:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/datasource-entity-test.jar!/
META-INF/orm.xml
**/*.hbm.xml
08:07:45,881 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
08:07:45,959 INFO [AnnotationBinder] Binding entity from annotated class: org.jboss.embedded.testsuite.ejb3.entity.Jbossian
08:07:45,991 INFO [EntityBinder] Bind entity org.jboss.embedded.testsuite.ejb3.entity.Jbossian on table Jbossian
08:07:46,038 INFO [Version] Hibernate Validator 3.1.0.GA
08:07:46,100 INFO [Version] Hibern
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264093#4264093
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264093
16 years, 2 months
[Embedded JBoss Development] - Re: JbossWS in embbeded
by manuel.chinea
Hi ALR,
i updated embedded this morning. Tried the tests in eclipse and i'm getting OutOfMemory errors. The stacktrace:
05/11/2009 07:57:43 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: Created: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
05/11/2009 07:57:43 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: Starting Server: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,926 TRACE [AbstractMCServerBase] Created and run: org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap@14db0e3
07:57:43,926 DEBUG [AbstractMCServerBase] Underlying MC Bootstrap re-initialized.
07:57:43,926 TRACE [AbstractServer] Received request to start
07:57:43,926 DEBUG [AbstractServer] Invoking implicit initialization from start()
07:57:43,926 TRACE [AbstractServer] Setting LifecycleState to: PRE_INIT
07:57:43,926 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into PRE_INIT for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,926 DEBUG [AbstractServer] Initializing server: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,941 TRACE [AbstractMCServerBase] Created and run: org.jboss.kernel.plugins.bootstrap.basic.BasicBootstrap@1e808ca
07:57:43,941 TRACE [AbstractServer] Performing configuration initialization...
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.home
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.home" is: C:\jbossas-embed\testsuite/
07:57:43,941 TRACE [SecurityActions] Obtained Environment Variable with key "JBOSS_HOME": C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Found environment variable "JBOSS_HOME", so using value as override: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.home with currentValue = null, environment variable name = JBOSS_HOME, and defaultValue = C:\jbossas-embed\testsuite/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.home" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.bind.address
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.bind.address" is: 127.0.0.1
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.bind.address with currentValue = null, environment variable name = null, and defaultValue = 127.0.0.1 to: 127.0.0.1
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.bind.address" to: "127.0.0.1"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.name
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.name" is: default
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Object model has specified value for "jboss.server.name": all
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Got configuration property jboss.server.name, so using as override: all
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.name with currentValue = all, environment variable name = null, and defaultValue = default to: all
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.server.name" to: "all"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.lib.url
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/lib/
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.base.url
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.base.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.base.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.server.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/"
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.server.base.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.home.url
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.home.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.home.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.server.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/"
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.server.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.common.base.url
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.common.base.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.common.base.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.common.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.common.lib.url
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.common.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/
07:57:43,941 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.common.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/common/lib/
07:57:43,941 TRACE [AbstractBasicServerConfig] Set property "jboss.common.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/"
07:57:43,941 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.log.dir
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.log.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/log/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.log.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/log/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/log/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.server.log.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\log"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.config.url
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.config.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.config.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/conf/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.server.config.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] No bootstrap URL defined, constructing it from home and name...
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] New bootstrap URL: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml"
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Initializing: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 TRACE [AbstractBasicConfigurationInitializer] Applying system property overrides...
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml"
07:57:43,957 DEBUG [AbstractBasicConfigurationInitializer] Got system property jboss.bootstrap.name, so using as override: bootstrap.xml
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.name" to: "bootstrap.xml"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.lib.url
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.lib.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/lib/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.lib.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/lib/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/lib/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.server.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/lib/"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.data.dir
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.data.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/data/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.data.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/data/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/data/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.server.data.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\data"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.server.temp.dir
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.server.temp.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.server.temp.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.server.temp.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.bootstrap.home.url
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.bootstrap.home.url" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Got configuration property jboss.bootstrap.home.url, so using as override: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.bootstrap.home.url with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml to: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.partition.name
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.partition.name" is: DefaultPartition
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.partition.name with currentValue = null, environment variable name = null, and defaultValue = DefaultPartition to: DefaultPartition
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.partition.name" to: "DefaultPartition"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.partition.udpGroup
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.partition.udpGroup" is: null
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.partition.udpGroup with currentValue = null, environment variable name = null, and defaultValue = null to: null
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.partition.udpGroup" to: [EMPTY]
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jgroups.udp.mcast_addr" to: [EMPTY]
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.jgroups.udp.mcast_port
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.jgroups.udp.mcast_port" is: null
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.jgroups.udp.mcast_port with currentValue = null, environment variable name = null, and defaultValue = null to: null
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.native.load
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.native.load" is: false
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.native.load with currentValue = null, environment variable name = null, and defaultValue = false to: false
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.native.load" to: "false"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.native.dir
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.native.dir" is: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/native/
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.native.dir with currentValue = null, environment variable name = null, and defaultValue = C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/native/ to: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1/server/all/tmp/native/
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.native.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp\native"
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Determining true value for property: jboss.platform.mbeanserver
07:57:43,957 TRACE [JBossASConfigurationInitializerImpl] Default value of "jboss.platform.mbeanserver" is: true
07:57:43,957 DEBUG [JBossASConfigurationInitializerImpl] Resolved property: jboss.platform.mbeanserver with currentValue = null, environment variable name = null, and defaultValue = true to: true
07:57:43,957 TRACE [AbstractBasicServerConfig] Set property "jboss.platform.mbeanserver" to: "true"
07:57:43,957 TRACE [AbstractServer] Validating config...
07:57:43,957 DEBUG [AbstractServer] Validating configuration using: org.jboss.bootstrap.impl.as.config.JBossASBasedConfigurationValidator@15856a5
07:57:43,957 TRACE [JBossASBasedConfigurationValidator] Validating Configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd ...
07:57:43,957 TRACE [AbstractBasicConfigurationValidator] Validating configuration: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 DEBUG [AbstractBasicConfigurationValidator] Configuration passed on: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 DEBUG [JBossASBasedConfigurationValidator] Configuration is valid: org.jboss.bootstrap.impl.as.config.BasicJBossASServerConfig@16921fd
07:57:43,957 TRACE [JBossASServerInitializer] Initializing: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@d73c7a ...
07:57:43,957 TRACE [AbstractBasicServerInitializer] Request to initialize JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] using: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@d73c7a
07:57:43,957 TRACE [AbstractBasicServerInitializer] Setting system properties for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,957 TRACE [JBossASServerInitializer] Setting system properties for org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@d73c7a ...
07:57:43,957 TRACE [SecurityActions] Set system property "jboss.bootstrap.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,957 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,957 TRACE [SecurityActions] Set system property "jboss.bootstrap.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.bootstrap.name" > bootstrap.xml
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bootstrap.name" to: "bootstrap.xml"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.home" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.home.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.bind.address" > 127.0.0.1
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.bind.address" to: "127.0.0.1"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.name" > all
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.name" to: "all"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/lib/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.base.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.base.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.base.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.home.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.home.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.home.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.home.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.common.base.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.common.base.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.common.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.common.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/common/lib/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.log.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\log
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.log.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\log"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.config.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.config.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.lib.url" > file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/lib/
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.lib.url" to: "file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/lib/"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.data.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\data
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.data.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\data"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.server.temp.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.server.temp.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.partition.name" > DefaultPartition
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.partition.name" to: "DefaultPartition"
07:57:43,973 TRACE [AbstractBasicServerInitializer] Not setting system property for key jboss.partition.udpGroup as value was blank or null
07:57:43,973 TRACE [AbstractBasicServerInitializer] Not setting system property for key jboss.jgroups.udp.mcast_port as value was blank or null
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.native.load" > false
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.native.load" to: "false"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.native.dir" > C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp\native
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.native.dir" to: "C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp\native"
07:57:43,973 TRACE [SecurityActions] Set system property "jboss.platform.mbeanserver" > true
07:57:43,973 TRACE [AbstractBasicServerInitializer] Set system property "jboss.platform.mbeanserver" to: "true"
07:57:43,973 DEBUG [AbstractBasicServerInitializer] Initialized JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]: org.jboss.bootstrap.impl.as.server.JBossASServerInitializer@d73c7a
07:57:43,973 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into INITIALIZED for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.VfsInitializingLifecycleEventHandler@22ab57 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STARTED for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.KernelStartEventLifecycleEventHandler@1cb52ae to fire upon state change to STARTED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STOPPING for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.bootstrap.impl.as.lifecycle.KernelStopEventLifecycleEventHandler@68c26c to fire upon state change to STOPPING for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 INFO [AbstractJBossASServerBase] Server Configuration:
JBOSS_HOME URL: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/
Bootstrap: $JBOSS_HOME\server/all/conf/bootstrap.xml
Common Base: $JBOSS_HOME\common/
Common Library: $JBOSS_HOME\common/lib/
Server Name: all
Server Base: $JBOSS_HOME\server/
Server Library: $JBOSS_HOME\server/all/lib/
Server Config: $JBOSS_HOME\server/all/conf/
Server Home: $JBOSS_HOME\server/all/
Server Data: $JBOSS_HOME\server/all/data/
Server Log: $JBOSS_HOME\server/all/log/
Server Temp: $JBOSS_HOME\server/all/tmp/
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.IgnoreXbUnorderedSequenceLifecycleEventHandler@1bde4 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.SetRmiHostnameLifecycleEventHandler@1766806 to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.InitLoggingManagerLifecycleEventHandler@ed662d to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 DEBUG [AbstractServer] Added lifecycle handler org.jboss.embedded.core.lifecycle.SetIPv4LifecycleEventHandler@eac5a to fire upon state change to INITIALIZED for JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,973 WARN [JBossASEmbeddedServerImpl] JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] has not installed any handler for a boot.log in $JBOSS_HOME/server/[name]/log
07:57:43,973 TRACE [AbstractServer] Setting LifecycleState to: INITIALIZED
07:57:43,973 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.bootstrap.impl.as.lifecycle.VfsInitializingLifecycleEventHandler@22ab57
07:57:43,973 DEBUG [VfsInitializingLifecycleEventHandler] Initializing the virtual filesystem...
07:57:43,988 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.IgnoreXbUnorderedSequenceLifecycleEventHandler@1bde4
07:57:43,988 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "xb.builder.useUnorderedSequence": true
07:57:43,988 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.SetRmiHostnameLifecycleEventHandler@1766806
07:57:43,988 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.rmi.server.hostname": localhost
07:57:43,988 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.InitLoggingManagerLifecycleEventHandler@ed662d
07:57:43,988 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.util.logging.manager": org.jboss.logmanager.LogManager
07:57:43,988 TRACE [AbstractServer] Firing event handler for state change to INITIALIZED: org.jboss.embedded.core.lifecycle.SetIPv4LifecycleEventHandler@eac5a
07:57:43,988 DEBUG [SetSysPropIfNotSpecifiedLifecycleEventHandler] Setting system property "java.net.preferIPv4Stack": true
07:57:43,988 TRACE [AbstractServer] Setting LifecycleState to: IDLE
07:57:43,988 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into IDLE for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,988 INFO [AbstractServer] Starting: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,988 TRACE [AbstractServer] Setting LifecycleState to: STARTING
07:57:43,988 TRACE [AbstractServer] Placed empty backing map for lifecycle event handers upon state change into STARTING for: JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)]
07:57:43,988 TRACE [AbstractServer] Entering implementation class start...
07:57:44,020 DEBUG [AbstractMCServerBase] Installing JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] into MC under key: JBossServer
07:57:44,457 INFO [AbstractMCServerBase] Starting Microcontainer, Main bootstrapURL=file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap.xml
07:57:44,566 DEBUG [AbstractMCServerBase] BootstrapURLs=[bootstrap/logging.xml, bootstrap/vfs.xml, bootstrap/classloader.xml, bootstrap/aop.xml, bootstrap/jmx.xml, bootstrap/deployers.xml, bootstrap/profile.xml]
07:57:44,566 DEBUG [AbstractMCServerBase] Bootstrap URLs are relative to: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/
07:57:44,582 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/logging.xml
07:57:44,582 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/logging.xml
07:57:44,832 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/logging.xml took 250 milliseconds
07:57:44,863 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/logging.xml took 281 milliseconds
07:57:44,863 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/vfs.xml
07:57:44,863 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/vfs.xml
07:57:44,863 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/vfs.xml took 0 milliseconds
07:57:44,895 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
07:57:44,895 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
07:57:44,957 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/vfs.xml took 94 milliseconds
07:57:44,957 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/classloader.xml
07:57:44,957 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/classloader.xml
07:57:45,004 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/classloader.xml took 47 milliseconds
07:57:45,176 INFO [CopyMechanism] VFS temp dir: C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\tmp
07:57:45,238 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/classloader.xml took 281 milliseconds
07:57:45,238 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/aop.xml
07:57:45,238 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/aop.xml
07:57:45,238 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/aop.xml took 0 milliseconds
07:57:45,363 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/aop.xml took 125 milliseconds
07:57:45,363 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/jmx.xml
07:57:45,363 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/jmx.xml
07:57:45,488 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/jmx.xml took 125 milliseconds
07:57:45,863 INFO [ServerInfo] Java version: 1.6.0_16,Sun Microsystems Inc.
07:57:45,863 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
07:57:45,863 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 14.2-b01,Sun Microsystems Inc.
07:57:45,863 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
07:57:45,863 INFO [ServerInfo] VM arguments: -Xmx784m -Dfile.encoding=Cp1252
07:57:45,894 INFO [JMXKernel] Legacy JMX core initialized
07:57:45,988 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/jmx.xml took 625 milliseconds
07:57:45,988 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/deployers.xml
07:57:45,988 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/deployers.xml
07:57:46,019 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/deployers.xml took 31 milliseconds
07:57:46,910 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/deployers.xml took 922 milliseconds
07:57:46,910 DEBUG [AbstractMCServerBase] Deploying bootstrap xml: file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/profile.xml
07:57:46,910 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/profile.xml
07:57:46,926 TRACE [TempBasicXMLDeployer] Parsing file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/profile.xml took 16 milliseconds
07:57:47,176 TRACE [TempBasicXMLDeployer] Deploying file:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/conf/bootstrap/profile.xml took 266 milliseconds
07:57:47,176 TRACE [AbstractServer] Starting bootstraps...
07:57:49,019 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
07:57:49,082 INFO [WebService] Using RMI server codebase: http://localhost:8083/
07:57:53,144 INFO [AbstractServerConfig] JBoss Web Services - Native Server
07:57:53,144 INFO [AbstractServerConfig] 3.2.1.Beta2
07:58:00,284 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1a2f5b1[ defaultDomain='DefaultDomain' ]
07:58:08,330 WARN [config] jacorb.home unset! Will use '.'
07:58:08,330 WARN [config] File .\jacorb.properties for configuration jacorb not found
07:58:08,393 WARN [codeset] Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1
07:58:08,393 WARN [config] jacorb.home unset! Will use '.'
07:58:08,393 WARN [config] File .\jacorb.properties for configuration jacorb not found
07:58:08,393 WARN [config] jacorb.home unset! Will use '.'
07:58:08,393 WARN [config] File .\jacorb.properties for configuration jacorb not found
07:58:08,580 INFO [CorbaNamingService] CORBA Naming Started
07:58:12,283 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
07:58:12,502 INFO [MailService] Mail Service bound to java:/Mail
07:58:12,924 INFO [SnmpAgentService] SNMP agent going active
07:58:14,752 INFO [DefaultPartition] Initializing partition DefaultPartition
07:58:14,814 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.101:3819 (cluster=DefaultPartition)
---------------------------------------------------------
07:58:14,892 INFO [PlatformMBeanServerRegistration] JBossCache MBeans were successfully registered to the platform mbean server.
07:58:14,955 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.101:3819 (cluster=DefaultPartition-HAPartitionCache)
---------------------------------------------------------
07:58:16,861 INFO [DefaultPartition] Number of cluster members: 1
07:58:16,861 INFO [DefaultPartition] Other members: 0
07:58:16,955 INFO [RPCManagerImpl] Received new cluster view: [192.168.1.101:3819|0] [192.168.1.101:3819]
07:58:16,955 INFO [RPCManagerImpl] Cache local address is 192.168.1.101:3819
07:58:16,955 INFO [RPCManagerImpl] state was retrieved successfully (in 2,02 seconds)
07:58:16,970 INFO [ComponentRegistry] JBoss Cache version: JBossCache 'Malagueta' 3.2.1.GA
07:58:16,970 INFO [DefaultPartition] Fetching serviceState (will wait for 30000 milliseconds):
07:58:16,970 INFO [DefaultPartition] State could not be retrieved (we are the first member in group)
07:58:17,064 INFO [HANamingService] Started HAJNDI bootstrap; jnpPort=1100, backlog=50, bindAddress=/127.0.0.1
07:58:17,064 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /127.0.0.1:1102, group=230.0.0.4, HA-JNDI address=127.0.0.1:1100
07:58:17,814 INFO [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha
07:58:18,876 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
07:58:19,079 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
07:58:19,079 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
07:58:19,595 INFO [TransactionManagerService] Initializing recovery manager
07:58:19,814 INFO [TransactionManagerService] Recovery manager configured
07:58:19,814 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
07:58:19,845 INFO [TransactionManagerService] Starting transaction recovery manager
07:58:20,189 INFO [AprLifecycleListener] La biblioteca nativa de Apache Tomcat basada en ARP que permite un rendimiento ÃÂ?ÃÂóptimo en entornos de desarrollo no ha sido hallada en java.library.path: C:\DevTools\jdk1.6.0_16\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/DevTools/jdk1.6.0_16/bin/../jre/bin/client;C:/DevTools/jdk1.6.0_16/bin/../jre/bin;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files\CollabNet Subversion Server;C:\Program Files\CollabNet Subversion;C:\Program Files\PC Connectivity Solution\;C:\DevTools\jdk1.6.0_16\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;;C:\apache-ant-1.7.0\bin;C:\DevTools\apache-maven-2.2.1\bin;C:\Program Files\TortoiseSVN\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\QuickTime\QTSystem\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\CollabNet Subversion
07:58:20,236 INFO [Http11Protocol] Inicializando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080
07:58:20,236 INFO [AjpProtocol] Inicializando Coyote AJP/1.3 en ajp-127.0.0.1-8009
07:58:20,251 INFO [StandardService] Arrancando servicio jboss.web
07:58:20,251 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
07:58:20,298 INFO [Catalina] Server startup in 57 ms
07:58:20,329 INFO [TomcatDeployment] deploy, ctxPath=/juddi
07:58:20,767 INFO [RegistryServlet] Loading jUDDI configuration.
07:58:20,767 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
07:58:20,767 INFO [RegistryServlet] Initializing jUDDI components.
07:58:21,782 INFO [TomcatDeployment] deploy, ctxPath=/web-console
07:58:22,079 INFO [TomcatDeployment] deploy, ctxPath=/invoker
07:58:22,142 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
07:58:22,251 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
07:58:22,267 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
07:58:22,267 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/jms-ra.rar/META-INF/ra.xml
07:58:22,282 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/mail-ra.rar/META-INF/ra.xml
07:58:22,298 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/quartz-ra.rar/META-INF/ra.xml
07:58:22,345 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-1
07:58:22,376 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
07:58:22,376 INFO [RAMJobStore] RAMJobStore initialized.
07:58:22,376 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
07:58:22,376 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
07:58:22,376 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
07:58:22,814 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
07:58:23,813 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
07:58:23,954 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.101:3819 (cluster=MessagingPostOffice-CTRL)
---------------------------------------------------------
07:58:25,970 INFO [GroupMember] org.jboss.messaging.core.impl.postoffice.GroupMember$ControlMembershipListener@5787c got new view [192.168.1.101:3819|0] [192.168.1.101:3819], old view is null
07:58:25,970 INFO [GroupMember] I am (192.168.1.101:3819)
07:58:25,970 INFO [GroupMember] New Members : 1 ([192.168.1.101:3819])
07:58:25,970 INFO [GroupMember] All Members : 1 ([192.168.1.101:3819])
07:58:25,985 INFO [STDOUT]
---------------------------------------------------------
GMS: address is 192.168.1.101:7900 (cluster=MessagingPostOffice-DATA)
---------------------------------------------------------
07:58:31,063 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
07:58:31,063 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@3092a started
07:58:31,219 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
07:58:31,485 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
07:58:31,485 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@da5bd7 started
07:58:31,500 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
07:58:31,500 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
07:58:31,500 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@16e1d6b started
07:58:31,500 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
07:58:31,594 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
07:58:31,813 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
07:58:31,953 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
07:58:31,953 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
07:58:31,953 INFO [MyfacesConfig] Starting up Tomahawk on the RI-JSF-Implementation.
07:58:31,953 INFO [MyfacesConfig] Starting up Tomahawk on the MyFaces-JSF-Implementation
07:58:31,953 ERROR [MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
07:58:32,000 INFO [FacesConfigurator] Reading standard config META-INF/standard-faces-config.xml
07:58:32,172 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/jboss-seam-debug-2.1.0.SP1.jar/META-INF/faces-config.xml
07:58:32,172 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/jboss-seam-ui-2.1.0.SP1.jar/META-INF/faces-config.xml
07:58:32,172 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/jsf-facelets-1.1.15.B1.jar/META-INF/faces-config.xml
07:58:32,172 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/org.jboss.seam-jboss-seam-2.1.0.SP1.jar/META-INF/faces-config.xml
07:58:32,188 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar/META-INF/faces-config.xml
07:58:32,188 INFO [FacesConfigurator] Reading config : vfszip:/C:/jbossas/Branch_5_x/build/output/jboss-5.2.0.Beta1/server/all/deploy/admin-console.war/WEB-INF/lib/richfaces-ui-3.3.2.SR1.jar/META-INF/faces-config.xml
07:58:32,203 INFO [FacesConfigurator] Reading config /WEB-INF/navigation.xml
07:58:32,203 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
07:58:32,235 INFO [FacesConfigurator] MyFaces-package : myfaces-api not found.
07:58:32,235 INFO [FacesConfigurator] MyFaces-package : myfaces-impl not found.
07:58:32,235 INFO [FacesConfigurator] MyFaces-package : tomahawk-sandbox15 not found.
07:58:32,235 INFO [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
07:58:32,235 INFO [FacesConfigurator] MyFaces-package : tomahawk not found.
07:58:32,282 WARN [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_VE
07:58:35,250 INFO [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
07:58:35,266 INFO [AbstractFacesInitializer] ServletContext 'C:\jbossas\Branch_5_x\build\output\jboss-5.2.0.Beta1\server\all\deploy\admin-console.war\' initialized.
07:58:35,297 INFO [TomcatDeployment] deploy, ctxPath=/
07:58:35,375 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
07:58:35,500 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@1053a6b[domain=default, server=default, name=all]
07:58:35,531 INFO [Http11Protocol] Arrancando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080
07:58:35,547 INFO [AjpProtocol] Arrancando Coyote AJP/1.3 en ajp-127.0.0.1-8009
07:58:35,563 INFO [AbstractServer] JBossAS [1.2.3.VersionTag (build: SVNTag=VersionCVSTag date=BuildID)] Started in 51s:575ms
05/11/2009 07:58:35 AM org.jboss.embedded.testsuite.ServerTestCase startEmbedddedASAndSetNamingContext
INFO: ...started.
07:58:35,563 INFO [ServerTestCase] ...started.
05/11/2009 07:58:35 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: testSlsb
07:58:35,578 INFO [ServerTestCase] testSlsb
07:58:35,594 INFO [ServerTestCase] slsb.jar:
/org/jboss/embedded/testsuite/ejb3/slsb/OutputLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/slsb/OutputBean.class
05/11/2009 07:58:35 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: slsb.jar:
/org/jboss/embedded/testsuite/ejb3/slsb/OutputLocalBusiness.class
/org/jboss/embedded/testsuite/ejb3/slsb/OutputBean.class
07:58:35,688 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@31230221{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/slsb.jar/}
07:58:35,688 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@31230221{vfszip:/C:/DOCUME~1/MANUEL~1/LOCALS~1/Temp/slsb.jar/}
07:58:35,703 WARN [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
07:58:35,859 INFO [JBossASKernel] Created KernelDeployment for: slsb.jar
07:58:35,875 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
07:58:35,875 INFO [JBossASKernel] with dependencies:
07:58:35,875 INFO [JBossASKernel] and demands:
07:58:35,875 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
07:58:35,875 INFO [JBossASKernel] and supplies:
07:58:35,875 INFO [JBossASKernel] jndi:OutputBean/local-org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness
07:58:35,875 INFO [JBossASKernel] jndi:OutputBean/remote
07:58:35,875 INFO [JBossASKernel] jndi:OutputBean/local
07:58:35,875 INFO [JBossASKernel] Class:org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness
07:58:35,875 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3) to KernelDeployment of: slsb.jar
07:58:36,047 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
07:58:36,062 INFO [EJBContainer] STARTED EJB: org.jboss.embedded.testsuite.ejb3.slsb.OutputBean ejbName: OutputBean
07:58:36,125 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
OutputBean/local - EJB3.x Default Local Business Interface
OutputBean/local-org.jboss.embedded.testsuite.ejb3.slsb.OutputLocalBusiness - EJB3.x Local Business Interface
05/11/2009 07:58:36 AM org.jboss.embedded.testsuite.ServerTestCase testSlsb
INFO: Got output: Embedded SLSB Local Business Output
07:58:36,297 INFO [ServerTestCase] Got output: Embedded SLSB Local Business Output
07:58:36,312 INFO [SessionSpecContainer] Stopping jboss.j2ee:jar=slsb.jar,name=OutputBean,service=EJB3
07:58:36,328 INFO [EJBContainer] STOPPED EJB: org.jboss.embedded.testsuite.ejb3.slsb.OutputBean ejbName: OutputBean
07:58:36,422 INFO [ServerTestCase] testWarServletJsp
05/11/2009 07:58:36 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: testWarServletJsp
05/11/2009 07:58:36 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: testServletJsp.war:
/jsp/requestParamEcho.jsp
/WEB-INF/web.xml
/WEB-INF/classes/org/jboss/embedded/testsuite/servlet/JspForwardingServlet.class
07:58:36,437 INFO [ServerTestCase] testServletJsp.war:
/jsp/requestParamEcho.jsp
/WEB-INF/web.xml
/WEB-INF/classes/org/jboss/embedded/testsuite/servlet/JspForwardingServlet.class
07:58:36,531 INFO [TomcatDeployment] deploy, ctxPath=/testServletJsp
05/11/2009 07:58:36 AM org.jboss.embedded.testsuite.ServerTestCase testWarServletJsp
INFO: Executing request to: http://localhost:8080/testServletJsp/JspForwardingServlet?jsp=jsp%2Freque...
07:58:36,625 INFO [ServerTestCase] Executing request to: http://localhost:8080/testServletJsp/JspForwardingServlet?jsp=jsp%2Freque...
05/11/2009 07:58:37 AM org.jboss.embedded.testsuite.servlet.JspForwardingServlet doGet
INFO: Request: org.apache.catalina.connector.RequestFacade@ba5f6a
07:58:37,859 INFO [JspForwardingServlet] Request: org.apache.catalina.connector.RequestFacade@ba5f6a
07:58:37,875 INFO [JspForwardingServlet] Forwarding to: /jsp/requestParamEcho.jsp
05/11/2009 07:58:37 AM org.jboss.embedded.testsuite.servlet.JspForwardingServlet doGet
INFO: Forwarding to: /jsp/requestParamEcho.jsp
07:58:42,046 ERROR [[jsp]] El Servlet.service() para servlet jsp lanzÃÂ?ÃÂó una excepciÃÂ?ÃÂón
java.lang.OutOfMemoryError: PermGen space
at javax.servlet.jsp.el.ImplicitObjectELResolver.getValue(ImplicitObjectELResolver.java:109)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)
at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:61)
at org.apache.el.parser.AstValue.getValue(AstValue.java:107)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:925)
at org.apache.jsp.jsp.requestParamEcho_jsp._jspService(requestParamEcho_jsp.java:53)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:444)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310)
at org.jboss.embedded.testsuite.servlet.JspForwardingServlet.doGet(JspForwardingServlet.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
07:58:42,046 ERROR [[JspForwardingServlet]] Servlet.service() para servlet JspForwardingServlet lanzÃÂ?ÃÂó excepciÃÂ?ÃÂón
java.lang.OutOfMemoryError: PermGen space
at javax.servlet.jsp.el.ImplicitObjectELResolver.getValue(ImplicitObjectELResolver.java:109)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)
at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:61)
at org.apache.el.parser.AstValue.getValue(AstValue.java:107)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:925)
at org.apache.jsp.jsp.requestParamEcho_jsp._jspService(requestParamEcho_jsp.java:53)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:444)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310)
at org.jboss.embedded.testsuite.servlet.JspForwardingServlet.doGet(JspForwardingServlet.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
at org.jboss.web.tomcat.security.JaccContext
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264092#4264092
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264092
16 years, 2 months
[JBoss Microcontainer Development POJO Server] - Re: AS weld-int
by kabir.khan@jboss.com
"alesj" wrote : It should be then the job of WeldKCC to cleanup this intermediate bean (IB).
|
| e.g.
| BMDD + WeldKCCC --> IB
| IB::start --> WeldKCC and add DepItem on WeldKCC for IB to be Installed
| * WeldKCC depends on Installed IB in X
| * WeldKCC uninstalls IB in X+1
|
| It looks a bit hackish, but that's the cost of tying WeldKCC with BootstrapBean.
| And if I'm not yet too sleepy, this should properly cleanup.
|
I am doing this via an install now. IB's create() and uninstall methods:
| public void create() throws Exception
| {
| BeanMetaDataBuilder builder = BeanMetaDataBuilder.createBuilder(beanMetaDataHolder.getBeanMetaData());
| builder.addInstallWithThis("installCreatedBean", (String)context.getName(), ControllerState.INSTALLED);
|
| WeldKernelControllerContext ctx = new WeldKernelControllerContext(null, beanMetaDataHolder.getBeanMetaData(), null, manager);
|
| try
| {
| context.getController().install(ctx);
| }
| catch(Throwable t)
| {
| throw new Exception(t);
| }
| }
|
| /**
| * Called when the created bean reaches INSTALLED state.
| * Uninstalls the context of this temp bean
| */
| public void installCreatedBean(Object createdBean)
| {
| context.getController().uninstall(context.getName());
| }
|
I will make the tests more complete with regard to injection between MC and Weld and then look at the other cleanup issue you mention.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264076#4264076
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264076
16 years, 2 months
[JCA Development] - HOWTO: Pool connection management of my managed connection
by groovie
(HINT: copied form the JCA-user forum since it is more dev related)
Dear sirs,
i have a question according to the proper
coding of the ressource/connection
management in JCA using the mbean
org.jboss.resource.connectionmanager.JBossManagedConnectionPool.
My application is using an old legacy application
(expert system). This application has been modified
and is running now as a classical forking-UNIX server,
that spawns automatically a new client worker,
if somebody tries to connect. This piece of software
is now acting as a EIS.
The forking model was choosen, cause to a possible
situation, when the working is getting a SEGV-interrupt,
the JBoss-JCA container cold establish a new connection
with a new working.
The connector, that has been implemented so far,
establishes a pool of connections using the
JBossManagedConnectionPool. The question is now,
how to tell inside my ManagedConnection (or
somewhere else) the controller of the
JBossManagedConnectionPool, that the connection
was gone and he shall create a new one.
I think, this is the issue of the ConnectionPool-Manager,
who will disables or remove the connection from the pool
and try to establish a new one (using my ManagedConnection).
Do you have some code, how to interact with the Pool ?
The technical connection-failure is detected in my
connection-impplementation, while reading the result of
a previously sent request message over the TCP-connection.
So throwing an exception is ok, but who will catch it to
generate a message for the pool-Manager in
org.jboss.resource.connectionmanager.JBossManagedConnectionPool
Please-note: For RPC-request the initiating instance is a session
bean and not the Pool-Managers!
Thank you
Groovie
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264065#4264065
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264065
16 years, 2 months
[Clustering Development] - mod_cluster version problem
by fkclai
Using the Mod_cluster 1.0.2 to set the load balancer for Jboss environment, but the console keep prompt the version different error. the details as following. anyone can suggestion?
Following this document to setup
http://www.jboss.org/mod_cluster/quick-start.html
Environment
==========
172.16.242.227 Apache 2.2.13
172.16.242.225 Jboss 5.1.0
Windows XP
mod_cluster 1.0.2 GA
Jboss Cluster Setup
================
Apache point to the JBoss server which startup the cluster with all default setting
run -c node1 -g P1 -u 239.255.100.100 -b 172.16.242.225 -Djboss.messaging.ServerPeerID=1 -Djboss.service.binding.set=ports-default
run -c node2 -g P2 -u 239.255.100.100 -b 172.16.242.225 -Djboss.messaging.ServerPeerID=2 -Djboss.service.binding.set=ports-01
Error at the console
====================
The Jboss cluster run without problem under mod_jk after switch to the Mod_cluster the following error keep prompt at the Jboss Console, in fact, I have tested with other version of mod_cluster... the result is the same
16:45:55,750 WARN [UDP] packet from 172.16.242.227:1035 has different version (
9.1.20) from ours (2.6.10). Packet is discarded
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264057#4264057
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264057
16 years, 2 months