WebServiceProxyVersioningTest is failing
----------------------------------------
Key: JBESB-3612
URL:
https://issues.jboss.org/browse/JBESB-3612
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Affects Versions: 4.10
Reporter: Tom Cunningham
Assignee: Tom Cunningham
Fix For: 4.10
WebServiceProxyVersioningTest is failing - and it seems to be failing on 4.9 CP as well.
For some reason this failure is non-fatal, and the build is continuing on afterwards :
[java] [junit] 16:14:55,120 DEBUG [main][WebServiceProxyVersioningTest]
JBossTestServices.setUp()
[java] [junit] 16:14:55,138 DEBUG [main][WebServiceProxyVersioningTest]
initialContext.getEnvironment()={jnp.parsedName=,
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
java.naming.provider.url=localhost:1099,
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.beancount: ${jbosstest.beancount}
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.iterationcount: ${jbosstest.iterationcount}
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.threadcount: ${jbosstest.threadcount}
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.nodeploy: null
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.jndiurl: localhost:1099
[java] [junit] 16:14:55,138 INFO [main][WebServiceProxyVersioningTest]
jbosstest.jndifactory: org.jnp.interfaces.NamingContextFactory
[java] [junit] 16:14:55,138 DEBUG [main][WebServiceProxyVersioningTest]
QuickstartMessageStoreServer.sar is not a valid URL, no protocol:
QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,138 DEBUG [main][WebServiceProxyVersioningTest] Testing
file:
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,139 DEBUG [main][WebServiceProxyVersioningTest]
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
is a valid file
[java] [junit] 16:14:55,139 DEBUG [main][WebServiceProxyVersioningTest] Deploying
QuickstartMessageStoreServer.sar,
url=file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,327 DEBUG [main][WebServiceProxyVersioningTest] Invoking
jboss.system:service=MainDeployer method=redeploy
[java] [junit] 16:14:55,328 DEBUG [main][WebServiceProxyVersioningTest]
args=[file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar]
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest] deployed
package: QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest]
Quickstart_webservice_proxy_versioning.esb is not a valid URL, no protocol:
Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest] Testing
file:
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest]
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
is a valid file
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest] Deploying
Quickstart_webservice_proxy_versioning.esb,
url=file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest] Invoking
jboss.system:service=MainDeployer method=redeploy
[java] [junit] 16:14:55,378 DEBUG [main][WebServiceProxyVersioningTest]
args=[file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb]
[java] [junit] 16:14:55,502 ERROR [main][WebServiceProxyVersioningTest]
MbeanException
[java] [junit] Incomplete Deployment listing:
[java] [junit]
[java] [junit] --- MBeans waiting for other MBeans ---
[java] [junit] ObjectName:
jboss.esb:deployment=Quickstart_webservice_proxy_versioning.esb
[java] [junit] State: NOTYETINSTALLED
[java] [junit] I Depend On:
[java] [junit]
jboss.ws:context=Quickstart_webservice_proxy_versioning_ws,endpoint=InvoicingWS.Barrier
[java] [junit] jboss.esb:deployment=jbossesb.esb
[java] [junit] jboss.esb:deployment=soap.esb
[java] [junit]
[java] [junit] --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
[java] [junit] ObjectName:
jboss.ws:context=Quickstart_webservice_proxy_versioning_ws,endpoint=InvoicingWS.Barrier
[java] [junit] State: NOTYETINSTALLED
[java] [junit] Depends On Me:
[java] [junit]
jboss.esb:deployment=Quickstart_webservice_proxy_versioning.esb
[java] [junit]
[java] [junit]
[java] [junit] at
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1385)
[java] [junit] at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:785)
[java] [junit] at
org.jboss.deployment.MainDeployer.redeploy(MainDeployer.java:566)
[java] [junit] at sun.reflect.GeneratedMethodAccessor477.invoke(Unknown Source)
[java] [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] [junit] at java.lang.reflect.Method.invoke(Method.java:597)
[java] [junit] at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
[java] [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
[java] [junit] at
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
[java] [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
[java] [junit] at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
[java] [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
[java] [junit] at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
[java] [junit] at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
[java] [junit] at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source)
[java] [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] [junit] at java.lang.reflect.Method.invoke(Method.java:597)
[java] [junit] at
org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:266)
[java] [junit] at sun.reflect.GeneratedMethodAccessor386.invoke(Unknown Source)
[java] [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] [junit] at java.lang.reflect.Method.invoke(Method.java:597)
[java] [junit] at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
[java] [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
[java] [junit] at
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
[java] [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
[java] [junit] at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
[java] [junit] at
org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
[java] [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
[java] [junit] at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
[java] [junit] at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
[java] [junit] at
org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
[java] [junit] at sun.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)
[java] [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] [junit] at java.lang.reflect.Method.invoke(Method.java:597)
[java] [junit] at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
[java] [junit] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
[java] [junit] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
[java] [junit] at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
[java] [junit] at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
[java] [junit] at
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:818)
[java] [junit] at
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:419)
[java] [junit] at sun.reflect.GeneratedMethodAccessor384.invoke(Unknown Source)
[java] [junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] [junit] at java.lang.reflect.Method.invoke(Method.java:597)
[java] [junit] at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
[java] [junit] at sun.rmi.transport.Transport$1.run(Transport.java:159)
[java] [junit] at java.security.AccessController.doPrivileged(Native Method)
[java] [junit] at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
[java] [junit] at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
[java] [junit] at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
[java] [junit] at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
[java] [junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[java] [junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[java] [junit] at java.lang.Thread.run(Thread.java:619)
[java] [junit] 16:14:55,511 DEBUG [main][WebServiceProxyVersioningTest] ====
Starting testWS ====
[java] [junit] **** REQUEST URL:
http://localhost:8080/Quickstart_webservice_proxy_versioning/http/Proxy_V...
[java] [junit] **** REQUEST BODY: <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:inv="http://webservice_proxy_versioning/invoicing"><soapenv:Header/><soapenv:Body><inv:processInvoice><invoiceNumber>0123456789</invoiceNumber></inv:processInvoice></soapenv:Body></soapenv:Envelope>
[java] [junit] **** RESPONSE CODE: 404
[java] [junit] **** RESPONSE BODY:
<html><head><title>JBossWeb/2.0.1.GA - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color
: black;}A.name {color : black;}HR {color : #525D76;}--></style>
</head><body><h1>HTTP Status 404 -
/Quickstart_webservice_proxy_versioning/http/Proxy_Versioning/Proxy-OldVersion</h1><HR
size="1" noshade="noshade"><p><b>type</b> Status
report</p><p><b>message</b>
<u>/Quickstart_webservice_proxy_versioning/http/Proxy_Versioning/Proxy-OldVersion</u></p><p><b>description</b>
<u>The requested resource
(/Quickstart_webservice_proxy_versioning/http/Proxy_Versioning/Proxy-OldVersion) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>JBossWeb/2.0.1.GA</h3></body></html>
[java] [junit] 16:14:55,720 DEBUG [main][WebServiceProxyVersioningTest]
Quickstart_webservice_proxy_versioning.esb is not a valid URL, no protocol:
Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,721 DEBUG [main][WebServiceProxyVersioningTest] Testing
file:
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,721 DEBUG [main][WebServiceProxyVersioningTest]
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
is a valid file
[java] [junit] 16:14:55,721 DEBUG [main][WebServiceProxyVersioningTest]
Undeploying Quickstart_webservice_proxy_versioning.esb,
url=file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,721 DEBUG [main][WebServiceProxyVersioningTest] Invoking
jboss.system:service=MainDeployer method=undeploy
[java] [junit] 16:14:55,721 DEBUG [main][WebServiceProxyVersioningTest]
args=[file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/Quickstart_webservice_proxy_versioning.esb]
[java] [junit] 16:14:55,726 DEBUG [main][WebServiceProxyVersioningTest]
undeployed package: Quickstart_webservice_proxy_versioning.esb
[java] [junit] 16:14:55,726 DEBUG [main][WebServiceProxyVersioningTest]
QuickstartMessageStoreServer.sar is not a valid URL, no protocol:
QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,726 DEBUG [main][WebServiceProxyVersioningTest] Testing
file:
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,726 DEBUG [main][WebServiceProxyVersioningTest]
/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
is a valid file
[java] [junit] 16:14:55,727 DEBUG [main][WebServiceProxyVersioningTest]
Undeploying QuickstartMessageStoreServer.sar,
url=file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,727 DEBUG [main][WebServiceProxyVersioningTest] Invoking
jboss.system:service=MainDeployer method=undeploy
[java] [junit] 16:14:55,727 DEBUG [main][WebServiceProxyVersioningTest]
args=[file:/home/tcunning/src/jbossesb/trunk-merge/qa/build/quickstarts/lib/QuickstartMessageStoreServer.sar]
[java] [junit] 16:14:55,731 DEBUG [main][WebServiceProxyVersioningTest]
undeployed package: QuickstartMessageStoreServer.sar
[java] [junit] 16:14:55,731 DEBUG [main][WebServiceProxyVersioningTest]
JBossTestServices.tearDown()
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira