javaee / metro-wsit

https://javaee.github.io/metro-wsit/
Other
9 stars 24 forks source link

3 Secconv interop test failing with : unexpected XML tag message #889

Open glassfishrobot opened 16 years ago

glassfishrobot commented 16 years ago

Observed this problem on jdk 1.5.0_15

Message

unexpected XML tag. expected:

{http://www.w3.org/2003/05/soap-envelope}

Envelope but found:

{null}

Scenarios

Interop scenario sc10.testInteropScenario_s2m_sc10 Interop scenario sc11.testInteropScenario_s2m_sc11 Interop scenario sc6.testInteropScenario_s2m_sc6

Soap Log

--[HTTP response 500]-- Date: Wed, 09 Apr 2008 20:23:17 GMT X-powered-by: ASP.NET X-aspnet-version: 2.0.50727 Content-length: 3039 Content-type: text/html; charset=utf-8 null: HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/7.0 Cache-control: private

Runtime Error

Server Error in '/IndigoService' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".













Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.














Caught Exception: unexpected XML tag. expected: {http://www.w3.org/2003/05/soap-envelope}Envelope but found: {null}

html com.sun.xml.ws.streaming.XMLStreamReaderException: unexpected XML tag. expected:

{http://www.w3.org/2003/05/soap-envelope}

Envelope but found:

{null}

html at com.sun.xml.ws.streaming.XMLStreamReaderUtil.verifyTag(XMLStreamReaderUtil.java:214) at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:179) at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:156) at com.sun.xml.ws.message.stream.LazyStreamBasedMessage.cacheMessage(LazyStreamBasedMessage.java:89) at com.sun.xml.ws.message.stream.LazyStreamBasedMessage.getHeaders(LazyStreamBasedMessage.java:124) at com.sun.xml.wss.jaxws.impl.SecurityPipeBase.getAction(SecurityPipeBase.java:1195) at com.sun.xml.wss.jaxws.impl.SecurityPipeBase.isSCRenew(SecurityPipeBase.java:1154) at com.sun.xml.wss.jaxws.impl.SecurityPipeBase.initializeInboundProcessingContext(SecurityPipeBase.java:536) at com.sun.xml.wss.jaxws.impl.SecurityClientPipe.process(SecurityClientPipe.java:267) at com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:598) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:557) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:542) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:439) at com.sun.xml.ws.client.Stub.process(Stub.java:222) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118) at $Proxy45.ping(Unknown Source) at simple.client.PingServiceClientMS.testS2M_Scenariosc10(PingServiceClientMS.java:82) 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 junit.framework.TestCase.runTest(TestCase.java:154) at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:136) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.netbeans.junit.NbTestCase.run(NbTestCase.java:122) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at junit.textui.TestRunner.run(TestRunner.java:72) at simple.client.PingServiceClientMS.main(PingServiceClientMS.java:51) ------------/space/test4u2/cvswork/sunsw/tango/qe-tests/wssecconv/interop/src/sc10/logs/sc10-s2m-status.txt-------------- F

Environment

Operating System: All Platform: Other

Affected Versions

[1.2]

glassfishrobot commented 16 years ago

Reported by anand_mishra@java.net

glassfishrobot commented 16 years ago

anand_mishra@java.net said: its a rgression

glassfishrobot commented 16 years ago
glassfishrobot commented 16 years ago

anand_mishra@java.net said: This is random failure, keeping this under observation, for now downgrading this to p4 issue.

glassfishrobot commented 16 years ago

mmatula@java.net said: Setting target milestone to force a new evaluation as this issue was targeted for one of the past releases.

glassfishrobot commented 12 years ago

snajper said: Does this still apply?

glassfishrobot commented 12 years ago

msreekanth said: The above mentioned test pass in the latest 3.1.2 executions.

glassfishrobot commented 16 years ago

Was assigned to msreekanth

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA WSIT-889