Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 97241 invoked from network); 10 Nov 2008 17:14:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 17:14:29 -0000 Received: (qmail 82383 invoked by uid 500); 10 Nov 2008 17:14:36 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 82219 invoked by uid 500); 10 Nov 2008 17:14:35 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 82208 invoked by uid 99); 10 Nov 2008 17:14:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 09:14:35 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Nov 2008 17:13:14 +0000 Received: (qmail 31435 invoked from network); 10 Nov 2008 17:13:42 -0000 Received: from 124.43.208.136 (HELO ?10.0.0.5?) (124.43.208.136) by relay01.pair.com with SMTP; 10 Nov 2008 17:13:42 -0000 X-pair-Authenticated: 124.43.208.136 Message-ID: <49186BC5.7060209@apache.org> Date: Mon, 10 Nov 2008 22:43:41 +0530 From: "Asankha C. Perera" User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: dev@synapse.apache.org Subject: Re: A brief introduction to the transport testkit.. References: <4918689D.3030301@apache.org> In-Reply-To: <4918689D.3030301@apache.org> Content-Type: multipart/mixed; boundary="------------040209090908020401010308" X-Virus-Checked: Checked by ClamAV on apache.org --------------040209090908020401010308 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Andreas Can you decrypt the following error for now: Running org.apache.axis2.transport.jms.JMSTransportTest [AppClassLoader@298e3e60] weaveinfo Join point 'method-call(void javax.jms.MessageProducer.send(javax.jms.Message))' in Type 'org.apache.axis2.transport.jms.JMSClient' (JMSClient.java:72) advised by before advice from 'org.apache.axis2.transport.jms.LogAspect' (LogAspect.java) [AppClassLoader@298e3e60] weaveinfo Join point 'method-call(void org.apache.axis2.transport.MessageFormatter.writeTo(org.apache.axis2.context.MessageContext, org.apache.axiom.om.OMOutputFormat, java.io.OutputStream, boolean))' in Type 'org.apache.axis2.transport.jms.JMSSender' (JMSSender.java:341) advised by around advice from 'org.apache.axis2.transport.testkit.axis2.LogAspect' (LogAspect.java) Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.912 sec <<< FAILURE! I cant find what has actually failed :-) .. asankha > Hi Andreas > > Could you post some information about the excellent testkit and how > one uses it and could analyze its output to find out problems? Maybe > this could be in the WS wiki.. also it would help someone writing new > transports to make use of this from the start.. > > asankha > -- Asankha C. Perera http://adroitlogic.org http://esbmagic.blogspot.com --------------040209090908020401010308 Content-Type: text/plain; name="01-debug.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="01-debug.log" 2 [main] INFO org.apache.axis2.transport.testkit.tests.TestResourceSet - Setting up: [QpidTestEnvironment, JNDIEnvironment, JMSTransportDescriptionFactory, AxisTestClientContext, AxisTestEndpointContext] 209 [main] INFO org.apache.qpid.client.transport.TransportConnection - Creating InVM Qpid.AMQP listening on port 1 209 [main] INFO org.apache.qpid.client.transport.TransportConnection - Creating Qpid protocol provider: org.apache.qpid.server.protocol.AMQPFastProtocolHandler 219 [main] INFO org.apache.qpid.server.registry.ApplicationRegistry - Creating DEFAULT_APPLICATION_REGISTRY: org.apache.qpid.server.util.NullApplicationRegistry : Instance:1 241 [main] INFO org.apache.qpid.server.registry.ApplicationRegistry - Initialising Application Registry:1 266 [main] INFO org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager - Initialising Default PrincipleDatabase authentication manager. 266 [main] WARN org.apache.qpid.server.security.auth.sasl.UsernamePasswordInitialiser - we need a server that will correctly convert the incomming plain text for comparison to file. 266 [main] INFO org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager - Initialised PLAIN SASL provider successfully 268 [main] INFO org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager - Initialised CRAM-MD5 SASL provider successfully 378 [main] INFO org.apache.qpid.server.management.NoopManagedObjectRegistry - Management is disabled 531 [main] INFO org.apache.qpid.server.store.MemoryMessageStore - Using capacity 50000 for hash tables 601 [main] INFO org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager - Initialising 'test' PrincipleDatabase authentication manager. 604 [main] WARN org.apache.qpid.server.security.access.ACLManager - No ACL Plugin specified. Using default ACL Plugin 'AllowAll' for VirtualHost:'test' 619 [main] INFO org.apache.qpid.server.registry.ApplicationRegistry - Initialised Application Registry:1 619 [main] DEBUG org.apache.qpid.server.protocol.AMQPFastProtocolHandler - AMQPFastProtocolHandler created 619 [main] INFO org.apache.qpid.client.transport.TransportConnection - Created VMBroker Instance:1 621 [main] INFO org.apache.qpid.client.transport.TransportConnection - Created InVM Qpid.AMQP listening on port 1 1061 [main] DEBUG org.mockejb.jndi.MockContext - Bound object org.apache.qpid.client.AMQConnectionFactory@347cb44d to the name QueueConnectionFactory 1061 [main] DEBUG org.mockejb.jndi.MockContext - Bound object org.apache.qpid.client.AMQConnectionFactory@347cb44d to the name TopicConnectionFactory 1102 [main] DEBUG org.apache.axis2.util.Loader - Trying to find [org/apache/axis2/transport/axis2.xml] using sun.misc.Launcher$AppClassLoader@298e3e60 class loader. 1181 [main] DEBUG org.apache.axiom.om.util.StAXUtils - About to create XMLInputFactory implementation with classloader=sun.misc.Launcher$AppClassLoader@298e3e60 1182 [main] DEBUG org.apache.axiom.om.util.StAXUtils - The classloader for javax.xml.stream.XMLInputFactory is: sun.misc.Launcher$AppClassLoader@298e3e60 1218 [main] DEBUG org.apache.axiom.om.util.StAXUtils - Created XMLInputFactory = class com.ctc.wstx.stax.WstxInputFactory with classloader=sun.misc.Launcher$AppClassLoader@298e3e60 1218 [main] DEBUG org.apache.axiom.om.util.StAXUtils - Size of XMLInputFactory map =1 1218 [main] DEBUG org.apache.axiom.om.util.StAXUtils - isNetworkDetached =false 1309 [main] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader 1564 [main] DEBUG org.apache.axiom.om.impl.llom.OMNodeImpl - Builder is already complete. 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =hotdeployment 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =true 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1574 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =hotupdate 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1641 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1642 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =enableMTOM 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1643 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1644 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1644 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =httpContentNegotiation 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1645 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =sendStacktraceDetailsWithFaults 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =true 1646 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1647 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =DrillDownToRootCauseForFaultReason 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1648 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1649 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1649 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =userName 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =admin 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1650 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =password 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =axis2 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1651 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@727db937 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =disableREST 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 1653 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 1654 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.client.AxisTestClientContext.setUp(AxisTestClientContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 1654 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 1663 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: module 1663 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1663 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: transportSender 1663 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1664 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: transportReceiver 1664 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1664 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: listener 1664 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1672 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1672 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1704 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Transport 1704 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1704 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1708 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Transport 1708 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1709 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1712 [main] DEBUG org.apache.axis2.engine.Phase - Handler AddressingBasedDispatcher added to Phase Addressing 1714 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Dispatch 1715 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Dispatch 1717 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIOperationDispatcher added to Phase Dispatch 1719 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch 1721 [main] DEBUG org.apache.axis2.engine.Phase - Handler HTTPLocationBasedDispatcher added to Phase Dispatch 1721 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1721 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1721 [main] DEBUG org.apache.axis2.engine.Phase - Handler AddressingBasedDispatcher added to Phase Addressing 1722 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Dispatch 1722 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Dispatch 1722 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIOperationDispatcher added to Phase Dispatch 1722 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch 1722 [main] DEBUG org.apache.axis2.engine.Phase - Handler HTTPLocationBasedDispatcher added to Phase Dispatch 1722 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: moduleConfig 1722 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1813 [main] DEBUG org.apache.axis2.util.Loader - Trying to find [org/apache/axis2/transport/repo/__root__] using sun.misc.Launcher$AppClassLoader@298e3e60 class loader. 1819 [main] DEBUG org.apache.axis2.deployment.util.Utils - Created temporary file : /tmp/_axis2/axis250020addressing.mar 1833 [main] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader 1835 [main] DEBUG org.apache.axiom.om.impl.llom.OMNodeImpl - Builder is already complete. 1835 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1835 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1836 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: phase 1836 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1837 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1837 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1837 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1837 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: operation 1838 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 1911 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingInHandler - disableRefparamExtract=false 1916 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - includeOptionalHeaders=false 1916 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - disableAddressing=false 1916 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingInHandler - disableRefparamExtract=false 1918 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - includeOptionalHeaders=false 1918 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - disableAddressing=false 1924 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...) 1934 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis2.resource, locale en_US 1934 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - Created org.apache.axis2.i18n.resource, linked to parent null 1935 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...) 1936 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - org.apache.axis2.i18n.resource::handleGetObject(addingnewmodule) 1937 [main] DEBUG org.apache.axis2.deployment.DeploymentEngine - Adding new module 1937 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - org.apache.axis2.i18n.resource::handleGetObject(deployingmodule) 1937 [main] INFO org.apache.axis2.deployment.DeploymentEngine - Deploying module: addressing - file:/home/asankha/code/apache/TransportsTrunk/modules/testkit/target/classes/org/apache/axis2/transport/repo/modules/addressing.mar 2493 [main] INFO org.apache.axis2.transport.jms.JMSSender - JMS Sender started 2501 [main] INFO org.apache.axis2.transport.jms.JMSSender - JMS Transport Sender initialized... 2501 [main] DEBUG org.apache.axis2.util.Loader - Trying to find [org/apache/axis2/transport/axis2.xml] using sun.misc.Launcher$AppClassLoader@298e3e60 class loader. 2502 [main] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader 2513 [main] DEBUG org.apache.axiom.om.impl.llom.OMNodeImpl - Builder is already complete. 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =hotdeployment 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =true 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2513 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2514 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2514 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =hotupdate 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2515 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =enableMTOM 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2516 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =httpContentNegotiation 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2517 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2518 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2518 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2518 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2518 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2519 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =sendStacktraceDetailsWithFaults 2519 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =true 2519 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2519 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2519 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2520 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =DrillDownToRootCauseForFaultReason 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2532 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =userName 2533 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =admin 2534 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2534 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2534 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2534 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =password 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =axis2 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2535 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@b5a191e 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =disableREST 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =false 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 2536 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 2537 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:102) DEBUG_FRAME = org.apache.axis2.deployment.DescriptionBuilder.processParameters(DescriptionBuilder.java:568) DEBUG_FRAME = org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:707) DEBUG_FRAME = org.apache.axis2.transport.CustomAxisConfigurator.getAxisConfiguration(CustomAxisConfigurator.java:37) DEBUG_FRAME = org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.(UtilsTransportServer.java:51) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:59) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 2537 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 2537 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: module 2538 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2538 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: transportSender 2538 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2538 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: transportReceiver 2538 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: listener 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2539 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Transport 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2539 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Transport 2539 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2540 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler AddressingBasedDispatcher added to Phase Addressing 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Dispatch 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Dispatch 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIOperationDispatcher added to Phase Dispatch 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler HTTPLocationBasedDispatcher added to Phase Dispatch 2540 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2540 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2540 [main] DEBUG org.apache.axis2.engine.Phase - Handler AddressingBasedDispatcher added to Phase Addressing 2541 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIBasedDispatcher added to Phase Dispatch 2541 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPActionBasedDispatcher added to Phase Dispatch 2541 [main] DEBUG org.apache.axis2.engine.Phase - Handler RequestURIOperationDispatcher added to Phase Dispatch 2541 [main] DEBUG org.apache.axis2.engine.Phase - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch 2541 [main] DEBUG org.apache.axis2.engine.Phase - Handler HTTPLocationBasedDispatcher added to Phase Dispatch 2541 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: moduleConfig 2541 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2543 [main] DEBUG org.apache.axis2.util.Loader - Trying to find [org/apache/axis2/transport/repo/__root__] using sun.misc.Launcher$AppClassLoader@298e3e60 class loader. 2544 [main] DEBUG org.apache.axis2.deployment.util.Utils - Created temporary file : /tmp/_axis2/axis250021addressing.mar 2559 [main] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader 2561 [main] DEBUG org.apache.axiom.om.impl.llom.OMNodeImpl - Builder is already complete. 2561 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: phase 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2562 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: parameter 2563 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 2563 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - There are no child elements that match the unqualifed name: operation 2563 [main] DEBUG org.apache.axiom.om.impl.llom.OMElementImpl - Now looking for child elements that have the same local name. 3049 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingInHandler - disableRefparamExtract=false 3058 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - includeOptionalHeaders=false 3058 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - disableAddressing=false 3058 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingInHandler - disableRefparamExtract=false 3060 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - includeOptionalHeaders=false 3064 [main] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - disableAddressing=false 3064 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - org.apache.axis2.i18n.resource::handleGetObject(addingnewmodule) 3064 [main] DEBUG org.apache.axis2.deployment.DeploymentEngine - Adding new module 3064 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - org.apache.axis2.i18n.resource::handleGetObject(deployingmodule) 3064 [main] INFO org.apache.axis2.deployment.DeploymentEngine - Deploying module: addressing - file:/home/asankha/code/apache/TransportsTrunk/modules/testkit/target/classes/org/apache/axis2/transport/repo/modules/addressing.mar 3067 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3067 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@1d1d2b8 3067 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =queue 3068 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = org.apache.axiom.om.impl.llom.OMElementImpl 3068 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = sun.misc.Launcher$AppClassLoader@298e3e60 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportInDescription.addParameter(TransportInDescription.java:76) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.setupConnectionFactoryConfig(JMSTransportDescriptionFactory.java:116) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.setupTransport(JMSTransportDescriptionFactory.java:124) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.createTransportInDescription(JMSTransportDescriptionFactory.java:131) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:62) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@1d1d2b8 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =topic 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = org.apache.axiom.om.impl.llom.OMElementImpl 3073 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = sun.misc.Launcher$AppClassLoader@298e3e60 3074 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.TransportInDescription.addParameter(TransportInDescription.java:76) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.setupConnectionFactoryConfig(JMSTransportDescriptionFactory.java:116) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.setupTransport(JMSTransportDescriptionFactory.java:125) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSTransportDescriptionFactory.createTransportInDescription(JMSTransportDescriptionFactory.java:131) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:62) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3074 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3208 [main] WARN org.apache.axis2.transport.base.TransportMBeanSupport - Error registering a MBean with objectname ' org.apache.axis2:Type=Transport,ConnectorName=jms-sender ' for JMX management javax.management.InstanceAlreadyExistsException: org.apache.axis2:Type=Transport,ConnectorName=jms-sender at com.sun.jmx.mbeanserver.RepositorySupport.addMBean(RepositorySupport.java:452) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1410) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:936) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:337) at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:497) at org.apache.axis2.transport.base.TransportMBeanSupport.register(TransportMBeanSupport.java:91) at org.apache.axis2.transport.base.AbstractTransportSender.init(AbstractTransportSender.java:84) at org.apache.axis2.transport.jms.JMSSender.init(JMSSender.java:62) at org.apache.axis2.transport.UtilsTransportServer.addTransport(UtilsTransportServer.java:63) at org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) at org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) at org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) at org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) at org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3210 [main] INFO org.apache.axis2.transport.jms.JMSSender - JMS Sender started 3210 [main] INFO org.apache.axis2.transport.jms.JMSSender - JMS Transport Sender initialized... 3234 [main] DEBUG org.apache.axis2.transport.base.threads.NativeWorkerPool - Using native util.concurrent package.. 3297 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3297 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@5d49453c 3297 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =java.naming.factory.initial 3297 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =org.mockejb.jndi.MockContextFactory 3298 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 3298 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 3298 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.deserializeParameters(ParameterIncludeImpl.java:168) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactory.(JMSConnectionFactory.java:71) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.loadConnectionFactoryDefinitions(JMSConnectionFactoryManager.java:65) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.(JMSConnectionFactoryManager.java:51) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSListener.init(JMSListener.java:86) DEBUG_FRAME = org.apache.axis2.engine.ListenerManager.addListener(ListenerManager.java:196) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.addTransport(UtilsTransportServer.java:66) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:63) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@5d49453c 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =transport.jms.ConnectionFactoryJNDIName 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =TopicConnectionFactory 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 3299 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 3304 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.deserializeParameters(ParameterIncludeImpl.java:168) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactory.(JMSConnectionFactory.java:71) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.loadConnectionFactoryDefinitions(JMSConnectionFactoryManager.java:65) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.(JMSConnectionFactoryManager.java:51) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSListener.init(JMSListener.java:86) DEBUG_FRAME = org.apache.axis2.engine.ListenerManager.addListener(ListenerManager.java:196) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.addTransport(UtilsTransportServer.java:66) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:63) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3304 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3304 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== 3305 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Parameter add on object org.apache.axis2.description.ParameterIncludeImpl@5d49453c 3305 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Key =transport.jms.ConnectionFactoryType 3305 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value =topic 3305 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Class = java.lang.String 3305 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Value Classloader = null 3306 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - Call Stack = DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.debugParameterAdd(ParameterIncludeImpl.java:315) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.addParameter(ParameterIncludeImpl.java:106) DEBUG_FRAME = org.apache.axis2.description.ParameterIncludeImpl.deserializeParameters(ParameterIncludeImpl.java:168) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactory.(JMSConnectionFactory.java:71) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.loadConnectionFactoryDefinitions(JMSConnectionFactoryManager.java:65) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSConnectionFactoryManager.(JMSConnectionFactoryManager.java:51) DEBUG_FRAME = org.apache.axis2.transport.jms.JMSListener.init(JMSListener.java:86) DEBUG_FRAME = org.apache.axis2.engine.ListenerManager.addListener(ListenerManager.java:196) DEBUG_FRAME = org.apache.axis2.transport.UtilsTransportServer.addTransport(UtilsTransportServer.java:66) DEBUG_FRAME = org.apache.axis2.transport.testkit.axis2.endpoint.AxisTestEndpointContext.setUp(AxisTestEndpointContext.java:63) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource$MethodInvocation.execute(TestResource.java:53) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResource.setUp(TestResource.java:172) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:151) DEBUG_FRAME = org.apache.axis2.transport.testkit.tests.TestResourceSet.setUp(TestResourceSet.java:132) DEBUG_FRAME = org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:105) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) DEBUG_FRAME = org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) DEBUG_FRAME = org.apache.maven.surefire.Surefire.run(Surefire.java:177) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) DEBUG_FRAME = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) DEBUG_FRAME = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) DEBUG_FRAME = java.lang.reflect.Method.invoke(Method.java:585) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) DEBUG_FRAME = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) 3306 [main] DEBUG org.apache.axis2.description.ParameterIncludeImpl - ================== --------------040209090908020401010308 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org --------------040209090908020401010308--