5 Replies Latest reply on Oct 6, 2011 11:00 AM by stevecoh4

    After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse

    stevecoh4

      (cross posted on Eclipse forum)

      I downloaded and installed JBoss 5.1GA, also the JBoss plugins for Eclipse  on my PC (Windows XP).  These allowed me the option of creating a JBoss 5.1 Server in Eclipse pointed at the local installation.  Everything worked either standalone or in Eclipse (but obviously not simultaneously).

       

      Then I upgraded the jboss web service support to 3.4.0, the highest that JBoss says is supported.  This put some new libraries in the installation.

       

      Now I find that the JBoss installation starts and stops clean when run standalone(no apps are deployed and no errors) but the Eclipse "Server" config that runs the same server will not start without errors (which, however, are not fatal).  Can someone explain what's going on here and how to fix it?

        • 1. Re: After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse
          stevecoh4

          Error Log:

          09:26:41,831 INFO  [ServerImpl] Starting JBoss (Microcontainer)...

          09:26:41,831 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)

          09:26:41,831 INFO  [ServerImpl] Bootstrap URL: null

          09:26:41,831 INFO  [ServerImpl] Home Dir: C:\apps\jboss-5.1.0.GA

          09:26:41,831 INFO  [ServerImpl] Home URL: file:/C:/apps/jboss-5.1.0.GA/

          09:26:41,831 INFO  [ServerImpl] Library URL: file:/C:/apps/jboss-5.1.0.GA/lib/

          09:26:41,831 INFO  [ServerImpl] Patch URL: null

          09:26:41,831 INFO  [ServerImpl] Common Base URL: file:/C:/apps/jboss-5.1.0.GA/common/

          09:26:41,831 INFO  [ServerImpl] Common Library URL: file:/C:/apps/jboss-5.1.0.GA/common/lib/

          09:26:41,831 INFO  [ServerImpl] Server Name: all

          09:26:41,831 INFO  [ServerImpl] Server Base Dir: C:\apps\jboss-5.1.0.GA\server

          09:26:41,831 INFO  [ServerImpl] Server Base URL: file:/C:/apps/jboss-5.1.0.GA/server/

          09:26:41,831 INFO  [ServerImpl] Server Config URL: file:/C:/apps/jboss-5.1.0.GA/server/all/conf/

          09:26:41,831 INFO  [ServerImpl] Server Home Dir: C:\apps\jboss-5.1.0.GA\server\all

          09:26:41,831 INFO  [ServerImpl] Server Home URL: file:/C:/apps/jboss-5.1.0.GA/server/all/

          09:26:41,831 INFO  [ServerImpl] Server Data Dir: C:\apps\jboss-5.1.0.GA\server\all\data

          09:26:41,831 INFO  [ServerImpl] Server Library URL: file:/C:/apps/jboss-5.1.0.GA/server/all/lib/

          09:26:41,831 INFO  [ServerImpl] Server Log Dir: C:\apps\jboss-5.1.0.GA\server\all\log

          09:26:41,831 INFO  [ServerImpl] Server Native Dir: C:\apps\jboss-5.1.0.GA\server\all\tmp\native

          09:26:41,831 INFO  [ServerImpl] Server Temp Dir: C:\apps\jboss-5.1.0.GA\server\all\tmp

          09:26:41,831 INFO  [ServerImpl] Server Temp Deploy Dir: C:\apps\jboss-5.1.0.GA\server\all\tmp\deploy

          09:26:42,253 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/apps/jboss-5.1.0.GA/server/all/conf/bootstrap.xml

          09:26:42,690 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]

          09:26:42,690 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]

          09:26:42,909 INFO  [CopyMechanism] VFS temp dir: C:\apps\jboss-5.1.0.GA\server\all\tmp

          09:26:42,956 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.

          09:26:45,315 INFO  [ServerInfo] Java version: 1.6.0_23,Sun Microsystems Inc.

          09:26:45,315 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_23-b05)

          09:26:45,315 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 19.0-b09,Sun Microsystems Inc.

          09:26:45,315 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86

          09:26:45,346 INFO  [ServerInfo] VM arguments: -Dprogram.name=JBossTools: JBoss 5.1 Runtime -Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=C:\apps\jboss-5.1.0.GA\lib\endorsed -Dfile.encoding=Cp1252

          09:26:45,440 INFO  [JMXKernel] Legacy JMX core initialized

          09:26:49,315 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@190ffa7[domain=default, server=default, name=all]

          09:26:52,659 INFO  [WebService] Using RMI server codebase: http://localhost:8083/

          09:27:05,393 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/ state=PreReal mode=Manual requiredState=Real

          org.jboss.deployers.spi.DeploymentException: Error deploying: vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/

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

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:136)

              at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)

              at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)

              at org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)

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

          Caused by: java.lang.IllegalArgumentException: Exception loading class for ScopeKey addition.

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:67)

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:126)

              ... 34 more

          Caused by: java.lang.ClassNotFoundException: org.jboss.wsf.spi.util.KernelLocator from BaseClassLoader@11d00cf{VFSClassLoaderPolicy@1203875{name=vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/ domain=ClassLoaderDomain@1931579{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@1ded0fd} roots=[MemoryContextHandler@5938269[path= context=vfsmemory://404e496c-fufks-gtfuavrk-1-gtfub7bs-e real=vfsmemory://404e496c-fufks-gtfuavrk-1-gtfub7bs-e], FileHandler@13619754[path=jbossws.deployer context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/], DelegatingHandler@32434103[path=jbossws.deployer/FastInfoset.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/FastInfoset.jar], DelegatingHandler@28236766[path=jbossws.deployer/jboss-jaxb-intros.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar], DelegatingHandler@14997495[path=jbossws.deployer/jbossws-common.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-common.jar], DelegatingHandler@2016953[path=jbossws.deployer/jbossws-framework.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-framework.jar], DelegatingHandler@8955918[path=jbossws.deployer/jbossws-jboss50.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-jboss50.jar], DelegatingHandler@30487951[path=jbossws.deployer/jbossws-native-core.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-native-core.jar], DelegatingHandler@1273966[path=jbossws.deployer/jettison.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jettison.jar], DelegatingHandler@3823157[path=jbossws.deployer/policy.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/policy.jar], DelegatingHandler@32628960[path=jbossws.deployer/wsdl4j.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/wsdl4j.jar], DelegatingHandler@14864555[path=jbossws.deployer/xmlsec.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/xmlsec.jar]]  delegates=null exported=[, org.jboss.ws.tools.schema, com.ibm.wsdl.xml, org.codehaus.jettison.json, org.jboss.wsf.common.injection.finders, org.jboss.ws.extensions.wsrm.protocol.spec200502, org.apache.xml.security.resource.schema, org.jboss.ws.extensions.wsrm.protocol, javax.wsdl.extensions.mime, schema, org.apache.xml.security.utils, com.ibm.wsdl.util, org.apache.xml.security.exceptions, org.jboss.ws.extensions.wsrm.protocol.spec200702, org.jboss.wsf.stack.jbws, org.jboss.ws.metadata.builder.jaxrpc, META-INF.maven.org.codehaus.jettison.jettison, org.jboss.ws.extensions.policy.deployer, org.jboss.ws.extensions.wsrm.transport, javax.wsdl, org.jboss.ws.jaxrpc, org.jboss.ws.tools.wsdl, org.jboss.wsf.test, org.jvnet.fastinfoset, org.jboss.ws.extensions.eventing.jaxws, org.jboss.ws.extensions.eventing.deployment, com.ibm.wsdl.extensions.schema, org.jboss.wsf.common.management, org.jboss.ws.extensions.validation, javax.wsdl.extensions, com.sun.xml.fastinfoset.dom, javax.wsdl.factory, org.jboss.ws.metadata.wsdl.xsd, com.sun.xml.fastinfoset.org.apache.xerces.util, org.jboss.ws.core.jaxws.spi, org.jboss.wsf.common.concurrent, com.sun.xml.fastinfoset.tools, org.apache.xml.security.keys.storage, org.jboss.wsf.container.jboss50.deployment.metadata, com.sun.xml.fastinfoset.stax.events, META-INF.services, org.apache.xml.security.resource, org.jboss.ws.extensions.addressing.metadata, org.jboss.ws.core.jaxrpc.handler, org.jboss.ws.extensions.eventing.mgmt, META-INF.maven.org.jboss.ws.native.jbossws-native-core, com.sun.xml.fastinfoset.resources, org.jboss.ws.extensions.security.element, org.jboss.jaxb.intros.configmodel, org.jboss.ws.extensions.wsrm, META-INF.maven.org.jboss.ws.jbossws-framework, javax.xml.crypto.dsig.keyinfo, org.jboss.ws.core.soap, javax.wsdl.extensions.schema, org.apache.xml.security.keys, org.jboss.ws.extensions.policy.deployer.domainAssertion, org.jvnet.fastinfoset.stax, org.jboss.ws.tools.metadata, org.jboss.ws.core.jaxws.handler, dtd, org.jboss.ws.extensions.wsrm.server, org.jboss.ws.metadata.umdm, org.codehaus.jettison.mapped, javax.xml.crypto.dsig.dom, com.sun.xml.fastinfoset.stax.util, org.jboss.wsf.framework.invocation, org.jboss.ws.extensions.wsrm.common, org.jboss.wsf.common.handler, org.jboss.ws.extensions.addressing.soap, com.sun.xml.fastinfoset.vocab, org.jboss.ws.metadata.accessor, org.jboss.ws.core, org.jboss.ws.core.jaxws.client, com.sun.xml.fastinfoset.alphabet, org.jboss.wsf.common.utils, javax.xml.crypto.dsig.spec, org.jboss.ws.extensions.wsrm.transport.backchannel, org.jboss.ws.metadata.config.binding, com.ibm.wsdl, org.apache.xml.security.c14n.implementations, org.jboss.ws.extensions.wsrm.api, org.jboss.ws.tools.client, org.jboss.ws.tools.interfaces, org.jboss.wsf.framework.serviceref, org.jboss.ws.extensions.eventing.metadata, org.jboss.ws.extensions.eventing.common, org.apache.ws.policy, org.jboss.ws.core.binding, org.jboss.ws.metadata.builder, org.jboss.ws.extensions.wsrm.protocol.spi, org.jboss.ws.extensions.xop, com.ibm.wsdl.extensions.soap12, org.apache.xml.security.keys.storage.implementations, org.jboss.ws.extensions.wsrm.jaxws, org.jboss.ws.extensions.policy.deployer.exceptions, org.jboss.ws.core.transport.jms, com.sun.xml.fastinfoset.stax, javax.wsdl.extensions.soap, org.jvnet.fastinfoset.sax, META-INF, org.jboss.ws.extensions.security.jaxrpc, org.jboss.ws.metadata.jaxrpcmapping, org.jboss.ws.feature, org.jboss.ws.extensions.wsrm.common.serialization, org.jboss.ws.core.soap.attachment, org.apache.xml.security.transforms.params, org.jboss.ws.tools.jaxws.impl, javax.wsdl.extensions.soap12, org.jboss.ws.tools.helpers, org.jcp.xml.dsig.internal, org.jboss.ws.tools.factories, org.jboss.ws.core.jaxws.wsaddressing, javax.wsdl.extensions.http, org.codehaus.jettison, javax.wsdl.xml, org.jboss.ws.tools.io, org.apache.xml.security.transforms, org.jboss.wsf.common.reflection, org.jboss.wsf.common.injection.resolvers, org.jboss.wsf.container.jboss50.deployer, org.jboss.wsf.container.jboss50.deployment, org.jboss.ws.extensions.policy.metadata, org.jboss.wsf.framework.management.recording, org.apache.xml.security.utils.resolver, org.apache.xml.security.encryption, org.jboss.ws.extensions.policy, org.jvnet.fastinfoset.sax.helpers, org.jboss.ws.core.client, com.sun.xml.fastinfoset.stax.factory, org.jboss.ws.extensions.addressing.jaxrpc, org.apache.xml.security.algorithms.implementations, org.jboss.wsf.framework.deployment, javax.xml.crypto, org.jboss.ws.extensions.wsrm.policy, org.jboss.ws.extensions.security.operation, com.ibm.wsdl.extensions.mime, org.apache.xml.security.keys.keyresolver.implementations, org.jboss.ws.extensions.policy.deployer.util, org.jboss.ws.extensions.security.exception, org.jboss.ws.core.jaxrpc, org.apache.xml.security.algorithms, org.jboss.ws.util.xml, org.jboss.ws.extensions.addressing.jaxws, org.jboss.jaxb.intros.handlers, org.jboss.wsf.container.jboss50.deployment.tomcat, org.jboss.ws.metadata.config.jaxrpc, org.codehaus.jettison.badgerfish, org.apache.xml.security.keys.content.keyvalues, org.apache.xml.security, org.apache.xml.security.keys.content, org.apache.ws.policy.util, org.jboss.ws.extensions.xop.jaxws, org.jboss.wsf.common.servlet, org.jboss.ws.core.server, com.sun.xml.fastinfoset.algorithm, META-INF.maven.org.jboss.ws.jbossws-common, org.apache.xml.security.utils.resolver.implementations, com.ibm.wsdl.util.xml, org.jboss.ws.metadata.wsdl, org.codehaus.jettison.util, org.jboss.ws.extensions.addressing, com.ibm.wsdl.factory, org.apache.xml.security.signature, org.jboss.ws.annotation, org.jboss.ws.extensions.xop.jaxrpc, org.jboss.ws.extensions.eventing, org.jboss.ws.extensions.json, org.jboss.ws.metadata.builder.jaxws, org.jboss.ws.metadata.config.jaxws, org.jboss.ws.tools.mapping, org.jboss.ws.extensions.security, org.jboss.ws.core.utils, org.apache.xml.security.keys.keyresolver, org.jboss.ws.extensions.wsrm.persistence, org.jboss.ws.tools.ant, org.jboss.ws.tools.config, org.jboss.ws.tools.exceptions, org.jboss.ws.metadata.wsse, org.jboss.ws.extensions.security.jaxws, org.jcp.xml.dsig.internal.dom, org.apache.xml.security.transforms.implementations, org.jboss.jaxb.intros, org.jboss.ws.metadata.wsdl.xmlschema, org.jboss.ws.tools, org.jboss.wsf.container.jboss50.transport, org.jboss.ws.core.jaxrpc.binding.jbossxb, org.jboss.ws.core.jaxws.binding, com.ibm.wsdl.extensions, org.jboss.ws.metadata.config, org.jboss.ws.extensions.wsrm.config, org.jboss.ws.extensions.policy.annotation, com.sun.xml.fastinfoset.util, com.sun.xml.fastinfoset, org.jboss.ws.extensions.security.nonce, org.apache.xml.security.c14n.helper, org.jboss.wsf.framework.http, org.jboss.wsf.framework.management, org.jboss.wsf.common.logging, org.jboss.ws.core.jaxrpc.binding, org.apache.xml.security.c14n, org.jboss.ws.core.jaxrpc.client, com.ibm.wsdl.extensions.soap, org.jboss.ws.core.jaxws, org.apache.xml.security.keys.content.x509, org.jboss.wsf.common, org.jboss.ws, org.jboss.wsf.common.injection, com.ibm.wsdl.extensions.http, org.jboss.wsf.container.jboss50.invocation, org.jboss.ws.extensions.security.auth.callback, com.sun.xml.fastinfoset.sax, javax.xml.crypto.dsig, org.jboss.wsf.framework, javax.xml.crypto.dom] <IMPORT-ALL>NON_EMPTY}}

              at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:448)

              at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

              at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:63)

              ... 35 more

          09:27:06,346 INFO  [AttributeCallbackItem] Owner callback not implemented.

          09:27:09,581 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@e5ace9[ defaultDomain='jboss' ]

          09:27:50,799 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@33114289{vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}

          09:27:50,799 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@33114289{vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}

          09:27:50,799 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@33114289{vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}

          09:27:50,799 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@33114289{vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deploy/profileservice-secured.jar/}

          09:27:54,518 INFO  [CorbaNamingService] CORBA Naming Started

          09:27:59,987 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector

          09:28:00,315 INFO  [MailService] Mail Service bound to java:/Mail

          09:28:01,534 INFO  [SnmpAgentService] SNMP agent going active

          09:28:05,190 INFO  [DefaultPartition] Initializing partition DefaultPartition

          09:28:05,253 INFO  [STDOUT]

          ---------------------------------------------------------

          GMS: address is 127.0.0.1:2667 (cluster=DefaultPartition)

          ---------------------------------------------------------

          09:28:05,487 INFO  [PlatformMBeanServerRegistration] JBossCache MBeans were successfully registered to the platform mbean server.

          09:28:05,565 INFO  [STDOUT]

          ---------------------------------------------------------

          GMS: address is 127.0.0.1:2667 (cluster=DefaultPartition-HAPartitionCache)

          ---------------------------------------------------------

          09:28:07,331 INFO  [DefaultPartition] Number of cluster members: 1

          09:28:07,331 INFO  [DefaultPartition] Other members: 0

          09:28:07,565 INFO  [RPCManagerImpl] Received new cluster view: [127.0.0.1:2667|0] [127.0.0.1:2667]

          09:28:07,565 INFO  [RPCManagerImpl] Cache local address is 127.0.0.1:2667

          09:28:07,612 INFO  [RPCManagerImpl] state was retrieved successfully (in 2 seconds)

          09:28:07,612 INFO  [ComponentRegistry] JBoss Cache version: JBossCache 'Cascabel' 3.1.0.GA

          09:28:07,612 INFO  [DefaultPartition] Fetching serviceState (will wait for 30000 milliseconds):

          09:28:07,628 INFO  [DefaultPartition] State could not be retrieved (we are the first member in group)

          09:28:07,721 INFO  [HANamingService] Started HAJNDI bootstrap; jnpPort=1100, backlog=50, bindAddress=localhost/127.0.0.1

          09:28:07,721 INFO  [DetachedHANamingService$AutomaticDiscovery] Listening on /127.0.0.1:1102, group=230.0.0.4, HA-JNDI address=127.0.0.1:1100

          09:28:08,878 INFO  [UnifiedInvokerHA] Service name is jboss:service=invoker,type=unifiedha

          09:28:09,753 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.

          09:28:09,768 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

          09:28:09,940 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

          09:28:10,096 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.

          09:28:10,096 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer

          09:28:10,503 INFO  [TransactionManagerService] Initializing recovery manager

          09:28:10,706 INFO  [TransactionManagerService] Recovery manager configured

          09:28:10,706 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference

          09:28:10,768 INFO  [TransactionManagerService] Starting transaction recovery manager

          09:28:12,081 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\jdk1.6.0_23\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;native

          09:28:12,143 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080

          09:28:12,143 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009

          09:28:12,190 INFO  [StandardService] Starting service jboss.web

          09:28:12,190 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA

          09:28:12,237 INFO  [Catalina] Server startup in 87 ms

          09:28:12,253 INFO  [TomcatDeployment] deploy, ctxPath=/juddi

          09:28:13,643 INFO  [RegistryServlet] Loading jUDDI configuration.

          09:28:13,753 INFO  [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties

          09:28:13,753 INFO  [RegistryServlet] Initializing jUDDI components.

          09:28:13,971 INFO  [TomcatDeployment] deploy, ctxPath=/invoker

          09:28:14,049 INFO  [TomcatDeployment] deploy, ctxPath=/web-console

          09:28:14,753 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws

          09:28:15,034 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/apps/jboss-5.1.0.GA/server/all/deploy/jboss-local-jdbc.rar/META-INF/ra.xml

          09:28:15,065 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/apps/jboss-5.1.0.GA/server/all/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml

          09:28:15,096 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/apps/jboss-5.1.0.GA/server/all/deploy/jms-ra.rar/META-INF/ra.xml

          09:28:15,128 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/apps/jboss-5.1.0.GA/server/all/deploy/mail-ra.rar/META-INF/ra.xml

          09:28:15,190 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/apps/jboss-5.1.0.GA/server/all/deploy/quartz-ra.rar/META-INF/ra.xml

          09:28:16,565 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main

          09:28:16,612 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.

          09:28:16,612 INFO  [RAMJobStore] RAMJobStore initialized.

          09:28:16,612 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'

          09:28:16,612 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2

          09:28:16,612 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

          09:28:18,409 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

          09:28:20,003 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started

          09:28:20,440 INFO  [STDOUT]

          ---------------------------------------------------------

          GMS: address is 127.0.0.1:2667 (cluster=MessagingPostOffice-CTRL)

          ---------------------------------------------------------

          09:28:22,456 INFO  [GroupMember] org.jboss.messaging.core.impl.postoffice.GroupMember$ControlMembershipListener@11d9bcc got new view [127.0.0.1:2667|0] [127.0.0.1:2667], old view is null

          09:28:22,456 INFO  [GroupMember] I am (127.0.0.1:2667)

          09:28:22,456 INFO  [GroupMember] New Members : 1 ([127.0.0.1:2667])

          09:28:22,456 INFO  [GroupMember] All Members : 1 ([127.0.0.1:2667])

          09:28:22,487 INFO  [STDOUT]

          ---------------------------------------------------------

          GMS: address is 127.0.0.1:7900 (cluster=MessagingPostOffice-DATA)

          ---------------------------------------------------------

          09:28:27,581 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000

          09:28:27,846 INFO  [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds

          09:28:27,846 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1d69f44 started

          09:28:27,862 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000

          09:28:27,862 INFO  [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds

          09:28:27,862 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1f04eff started

          09:28:29,549 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.

          09:28:30,487 INFO  [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds

          09:28:30,487 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@5ed376 started

          09:28:30,643 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

          09:28:31,612 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar

          09:28:31,628 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

          09:28:31,628 INFO  [JBossASKernel]   with dependencies:

          09:28:31,628 INFO  [JBossASKernel]   and demands:

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

          09:28:31,628 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

          09:28:31,628 INFO  [JBossASKernel]   and supplies:

          09:28:31,628 INFO  [JBossASKernel]     Class:org.jboss.profileservice.spi.ProfileService

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureProfileService/remote

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService

          09:28:31,628 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar

          09:28:31,628 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

          09:28:31,628 INFO  [JBossASKernel]   with dependencies:

          09:28:31,628 INFO  [JBossASKernel]   and demands:

          09:28:31,628 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

          09:28:31,628 INFO  [JBossASKernel]   and supplies:

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager

          09:28:31,628 INFO  [JBossASKernel]     Class:org.jboss.deployers.spi.management.deploy.DeploymentManager

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureDeploymentManager/remote

          09:28:31,628 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar

          09:28:31,628 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

          09:28:31,628 INFO  [JBossASKernel]   with dependencies:

          09:28:31,628 INFO  [JBossASKernel]   and demands:

          09:28:31,628 INFO  [JBossASKernel]     jboss.ejb:service=EJBTimerService

          09:28:31,628 INFO  [JBossASKernel]   and supplies:

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

          09:28:31,628 INFO  [JBossASKernel]     Class:org.jboss.deployers.spi.management.ManagementView

          09:28:31,628 INFO  [JBossASKernel]     jndi:SecureManagementView/remote

          09:28:31,643 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar

          09:28:31,643 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1c68a0{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}

          09:28:31,643 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@a198b8{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}

          09:28:31,643 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1837ec{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}

          09:28:31,862 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

          09:28:31,862 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager

          09:28:32,096 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

           

          09:28:32,284 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

          09:28:32,284 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView

          09:28:32,299 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

           

          09:28:32,409 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

          09:28:32,409 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService

          09:28:32,440 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

           

          09:28:32,690 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console

          09:28:32,862 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'

          09:28:38,221 INFO  [TomcatDeployment] deploy, ctxPath=/

          09:28:38,315 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console

          09:28:38,659 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

           

          DEPLOYMENTS IN ERROR:

            Deployment "vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.wsf.spi.util.KernelLocator from BaseClassLoader@11d00cf{VFSClassLoaderPolicy@1203875{name=vfsfile:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/ domain=ClassLoaderDomain@1931579{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@1ded0fd} roots=[MemoryContextHandler@5938269[path= context=vfsmemory://404e496c-fufks-gtfuavrk-1-gtfub7bs-e real=vfsmemory://404e496c-fufks-gtfuavrk-1-gtfub7bs-e], FileHandler@13619754[path=jbossws.deployer context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/], DelegatingHandler@32434103[path=jbossws.deployer/FastInfoset.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/FastInfoset.jar], DelegatingHandler@28236766[path=jbossws.deployer/jboss-jaxb-intros.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar], DelegatingHandler@14997495[path=jbossws.deployer/jbossws-common.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-common.jar], DelegatingHandler@2016953[path=jbossws.deployer/jbossws-framework.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-framework.jar], DelegatingHandler@8955918[path=jbossws.deployer/jbossws-jboss50.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-jboss50.jar], DelegatingHandler@30487951[path=jbossws.deployer/jbossws-native-core.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jbossws-native-core.jar], DelegatingHandler@1273966[path=jbossws.deployer/jettison.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/jettison.jar], DelegatingHandler@3823157[path=jbossws.deployer/policy.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/policy.jar], DelegatingHandler@32628960[path=jbossws.deployer/wsdl4j.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/wsdl4j.jar], DelegatingHandler@14864555[path=jbossws.deployer/xmlsec.jar context=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/ real=file:/C:/apps/jboss-5.1.0.GA/server/all/deployers/jbossws.deployer/xmlsec.jar]]  delegates=null exported=[, org.jboss.ws.tools.schema, com.ibm.wsdl.xml, org.codehaus.jettison.json, org.jboss.wsf.common.injection.finders, org.jboss.ws.extensions.wsrm.protocol.spec200502, org.apache.xml.security.resource.schema, org.jboss.ws.extensions.wsrm.protocol, javax.wsdl.extensions.mime, schema, org.apache.xml.security.utils, com.ibm.wsdl.util, org.apache.xml.security.exceptions, org.jboss.ws.extensions.wsrm.protocol.spec200702, org.jboss.wsf.stack.jbws, org.jboss.ws.metadata.builder.jaxrpc, META-INF.maven.org.codehaus.jettison.jettison, org.jboss.ws.extensions.policy.deployer, org.jboss.ws.extensions.wsrm.transport, javax.wsdl, org.jboss.ws.jaxrpc, org.jboss.ws.tools.wsdl, org.jboss.wsf.test, org.jvnet.fastinfoset, org.jboss.ws.extensions.eventing.jaxws, org.jboss.ws.extensions.eventing.deployment, com.ibm.wsdl.extensions.schema, org.jboss.wsf.common.management, org.jboss.ws.extensions.validation, javax.wsdl.extensions, com.sun.xml.fastinfoset.dom, javax.wsdl.factory, org.jboss.ws.metadata.wsdl.xsd, com.sun.xml.fastinfoset.org.apache.xerces.util, org.jboss.ws.core.jaxws.spi, org.jboss.wsf.common.concurrent, com.sun.xml.fastinfoset.tools, org.apache.xml.security.keys.storage, org.jboss.wsf.container.jboss50.deployment.metadata, com.sun.xml.fastinfoset.stax.events, META-INF.services, org.apache.xml.security.resource, org.jboss.ws.extensions.addressing.metadata, org.jboss.ws.core.jaxrpc.handler, org.jboss.ws.extensions.eventing.mgmt, META-INF.maven.org.jboss.ws.native.jbossws-native-core, com.sun.xml.fastinfoset.resources, org.jboss.ws.extensions.security.element, org.jboss.jaxb.intros.configmodel, org.jboss.ws.extensions.wsrm, META-INF.maven.org.jboss.ws.jbossws-framework, javax.xml.crypto.dsig.keyinfo, org.jboss.ws.core.soap, javax.wsdl.extensions.schema, org.apache.xml.security.keys, org.jboss.ws.extensions.policy.deployer.domainAssertion, org.jvnet.fastinfoset.stax, org.jboss.ws.tools.metadata, org.jboss.ws.core.jaxws.handler, dtd, org.jboss.ws.extensions.wsrm.server, org.jboss.ws.metadata.umdm, org.codehaus.jettison.mapped, javax.xml.crypto.dsig.dom, com.sun.xml.fastinfoset.stax.util, org.jboss.wsf.framework.invocation, org.jboss.ws.extensions.wsrm.common, org.jboss.wsf.common.handler, org.jboss.ws.extensions.addressing.soap, com.sun.xml.fastinfoset.vocab, org.jboss.ws.metadata.accessor, org.jboss.ws.core, org.jboss.ws.core.jaxws.client, com.sun.xml.fastinfoset.alphabet, org.jboss.wsf.common.utils, javax.xml.crypto.dsig.spec, org.jboss.ws.extensions.wsrm.transport.backchannel, org.jboss.ws.metadata.config.binding, com.ibm.wsdl, org.apache.xml.security.c14n.implementations, org.jboss.ws.extensions.wsrm.api, org.jboss.ws.tools.client, org.jboss.ws.tools.interfaces, org.jboss.wsf.framework.serviceref, org.jboss.ws.extensions.eventing.metadata, org.jboss.ws.extensions.eventing.common, org.apache.ws.policy, org.jboss.ws.core.binding, org.jboss.ws.metadata.builder, org.jboss.ws.extensions.wsrm.protocol.spi, org.jboss.ws.extensions.xop, com.ibm.wsdl.extensions.soap12, org.apache.xml.security.keys.storage.implementations, org.jboss.ws.extensions.wsrm.jaxws, org.jboss.ws.extensions.policy.deployer.exceptions, org.jboss.ws.core.transport.jms, com.sun.xml.fastinfoset.stax, javax.wsdl.extensions.soap, org.jvnet.fastinfoset.sax, META-INF, org.jboss.ws.extensions.security.jaxrpc, org.jboss.ws.metadata.jaxrpcmapping, org.jboss.ws.feature, org.jboss.ws.extensions.wsrm.common.serialization, org.jboss.ws.core.soap.attachment, org.apache.xml.security.transforms.params, org.jboss.ws.tools.jaxws.impl, javax.wsdl.extensions.soap12, org.jboss.ws.tools.helpers, org.jcp.xml.dsig.internal, org.jboss.ws.tools.factories, org.jboss.ws.core.jaxws.wsaddressing, javax.wsdl.extensions.http, org.codehaus.jettison, javax.wsdl.xml, org.jboss.ws.tools.io, org.apache.xml.security.transforms, org.jboss.wsf.common.reflection, org.jboss.wsf.common.injection.resolvers, org.jboss.wsf.container.jboss50.deployer, org.jboss.wsf.container.jboss50.deployment, org.jboss.ws.extensions.policy.metadata, org.jboss.wsf.framework.management.recording, org.apache.xml.security.utils.resolver, org.apache.xml.security.encryption, org.jboss.ws.extensions.policy, org.jvnet.fastinfoset.sax.helpers, org.jboss.ws.core.client, com.sun.xml.fastinfoset.stax.factory, org.jboss.ws.extensions.addressing.jaxrpc, org.apache.xml.security.algorithms.implementations, org.jboss.wsf.framework.deployment, javax.xml.crypto, org.jboss.ws.extensions.wsrm.policy, org.jboss.ws.extensions.security.operation, com.ibm.wsdl.extensions.mime, org.apache.xml.security.keys.keyresolver.implementations, org.jboss.ws.extensions.policy.deployer.util, org.jboss.ws.extensions.security.exception, org.jboss.ws.core.jaxrpc, org.apache.xml.security.algorithms, org.jboss.ws.util.xml, org.jboss.ws.extensions.addressing.jaxws, org.jboss.jaxb.intros.handlers, org.jboss.wsf.container.jboss50.deployment.tomcat, org.jboss.ws.metadata.config.jaxrpc, org.codehaus.jettison.badgerfish, org.apache.xml.security.keys.content.keyvalues, org.apache.xml.security, org.apache.xml.security.keys.content, org.apache.ws.policy.util, org.jboss.ws.extensions.xop.jaxws, org.jboss.wsf.common.servlet, org.jboss.ws.core.server, com.sun.xml.fastinfoset.algorithm, META-INF.maven.org.jboss.ws.jbossws-common, org.apache.xml.security.utils.resolver.implementations, com.ibm.wsdl.util.xml, org.jboss.ws.metadata.wsdl, org.codehaus.jettison.util, org.jboss.ws.extensions.addressing, com.ibm.wsdl.factory, org.apache.xml.security.signature, org.jboss.ws.annotation, org.jboss.ws.extensions.xop.jaxrpc, org.jboss.ws.extensions.eventing, org.jboss.ws.extensions.json, org.jboss.ws.metadata.builder.jaxws, org.jboss.ws.metadata.config.jaxws, org.jboss.ws.tools.mapping, org.jboss.ws.extensions.security, org.jboss.ws.core.utils, org.apache.xml.security.keys.keyresolver, org.jboss.ws.extensions.wsrm.persistence, org.jboss.ws.tools.ant, org.jboss.ws.tools.config, org.jboss.ws.tools.exceptions, org.jboss.ws.metadata.wsse, org.jboss.ws.extensions.security.jaxws, org.jcp.xml.dsig.internal.dom, org.apache.xml.security.transforms.implementations, org.jboss.jaxb.intros, org.jboss.ws.metadata.wsdl.xmlschema, org.jboss.ws.tools, org.jboss.wsf.container.jboss50.transport, org.jboss.ws.core.jaxrpc.binding.jbossxb, org.jboss.ws.core.jaxws.binding, com.ibm.wsdl.extensions, org.jboss.ws.metadata.config, org.jboss.ws.extensions.wsrm.config, org.jboss.ws.extensions.policy.annotation, com.sun.xml.fastinfoset.util, com.sun.xml.fastinfoset, org.jboss.ws.extensions.security.nonce, org.apache.xml.security.c14n.helper, org.jboss.wsf.framework.http, org.jboss.wsf.framework.management, org.jboss.wsf.common.logging, org.jboss.ws.core.jaxrpc.binding, org.apache.xml.security.c14n, org.jboss.ws.core.jaxrpc.client, com.ibm.wsdl.extensions.soap, org.jboss.ws.core.jaxws, org.apache.xml.security.keys.content.x509, org.jboss.wsf.common, org.jboss.ws, org.jboss.wsf.common.injection, com.ibm.wsdl.extensions.http, org.jboss.wsf.container.jboss50.invocation, org.jboss.ws.extensions.security.auth.callback, com.sun.xml.fastinfoset.sax, javax.xml.crypto.dsig, org.jboss.wsf.framework, javax.xml.crypto.dom] <IMPORT-ALL>NON_EMPTY}}

           

          09:28:38,690 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080

          09:28:38,706 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009

          09:28:38,721 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:56s:890ms

          09:28:43,690 INFO  [TomcatDeployment] deploy, ctxPath=/relayws-contract

          • 2. Re: After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse
            stevecoh4

            Another symptom:

            The JBossWS Test Suite fails when run against the Server started from Eclipse but succeeds when run against the same Server started from the command line.

            • 3. Re: After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse
              stevecoh4

              Answer is

              recreate "Server" in Eclipse.  Then it works like the standalone one.

               

              I assume there are some Eclipse artifacts that make up the "Server" thing, which must be out of date.

              1 of 1 people found this helpful
              • 4. Re: After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse
                asoldano

                Perhaps you installed jbossws 3.4.0 to the "default" conf/profile only, while Eclipse starts the "all" conf/profile? Try installing jbossws 3.4.0 to the "all" conf/profile too.

                • 5. Re: After upgrade of JBoss 5.1 to use JBossWS 3.4, errors when running server from Eclipse
                  stevecoh4

                  I thought that might be it, but it wasn't.  Before simply recreating the server, I tried switching to default, and that did not help.  But recreating did.