[Issue 1254] New - Failed to access the WSDL

View: New views
7 Messages — Rating Filter:   Alert me  

[Issue 1254] New - Failed to access the WSDL

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254
                 Issue #|1254
                 Summary|Failed to access the WSDL
               Component|wsit
                 Version|2.0
                Platform|All
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|tests
             Assigned to|anand_mishra
             Reported by|anand_mishra






------- Additional comments from anand_mishra@... Wed Sep 16 13:09:05 +0000 2009 -------
scenarios Trust jsr109
=======================
scenario1-s-m
scenario2-s-m
scenario5-s-m
scenario6-s-m

Soap Log
=========

trying MS server....
Sep 16, 2009 6:22:22 PM [com.sun.xml.ws.policy.jaxws.PolicyConfigParser]  parse
INFO: WSP5018: Loaded WSIT configuration from file:
file:/space/b62/tango/qe-tests/wstrust/jsr109interop/src/scenario1-s-m/etc/client-config/wsit-client.xml.
Sep 16, 2009 6:22:22 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]
selectAlternatives
WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}KeyStore" was evaluated as
"UNSUPPORTED".
Sep 16, 2009 6:22:22 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]
selectAlternatives
WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}TrustStore" was evaluated as
"UNSUPPORTED".
Sep 16, 2009 6:22:22 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]
selectAlternatives
WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}ValidatorConfiguration" was
evaluated as "UNSUPPORTED".
Sep 16, 2009 6:22:22 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector]
selectAlternatives
WARNING: WSP0019: Suboptimal policy alternative selected on the client side with
fitness "PARTIALLY_SUPPORTED".
Sep 16, 2009 6:22:25 PM com.sun.xml.ws.server.MonitorBase createRoot
WARNING: Monitoring rootname successfully set to:
https://yinyang.india.sun.com/Security_Federation_FederatedService_Indigo/Symmetric.svc/Scenario_1_IssuedTokenOverTransport_UsernameOverTransport
Service
URL=https://yinyang.india.sun.com:443/Security_Federation_FederatedService_Indigo/Symmetric.svc/Scenario_1_IssuedTokenOverTransport_UsernameOverTransport
STS URL=https://null:nullnull
==========================================================
../../../jsr109interop/logs/run_log/scenario1-s-m-output.txt
javax.xml.ws.WebServiceException: Failed to access the WSDL at:
http://localhost:8080/jaxws-s1-sts/SecurityTokenService?wsdl. It failed with:
        http://localhost:8080/jaxws-s1-sts/SecurityTokenService?wsdl.
        at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:183)
        at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:165)
        at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:130)
        at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:267)
        at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:230)
        at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:178)
        at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:106)
        at javax.xml.ws.Service.<init>(Service.java:57)
        at javax.xml.ws.Service.create(Service.java:687)
        at
com.sun.xml.ws.security.trust.impl.TrustPluginImpl.invokeRST(TrustPluginImpl.java:543)
        at
com.sun.xml.ws.security.trust.impl.TrustPluginImpl.process(TrustPluginImpl.java:170)
        at
com.sun.xml.ws.security.trust.impl.client.STSIssuedTokenProviderImpl.getIssuedTokenContext(STSIssuedTokenProviderImpl.java:136)
        at
com.sun.xml.ws.security.trust.impl.client.STSIssuedTokenProviderImpl.issue(STSIssuedTokenProviderImpl.java:74)
        at
com.sun.xml.ws.api.security.trust.client.IssuedTokenManager.getIssuedToken(IssuedTokenManager.java:79)
        at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.invokeTrustPlugin(SecurityClientTube.java:649)
        at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processClientRequestPacket(SecurityClientTube.java:268)
        at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processRequest(SecurityClientTube.java:237)
        at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629)
        at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
        at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
        at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
        at com.sun.xml.ws.client.Stub.process(Stub.java:319)
        at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:157)
        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:140)
        at $Proxy55.ping(Unknown Source)
        at simple.client.PingServiceClientMS.main(PingServiceClientMS.java:62)
Caused by: java.io.FileNotFoundException:
http://localhost:8080/jaxws-s1-sts/SecurityTokenService?wsdl
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1303)
        at java.net.URL.openStream(URL.java:1009)
        at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:835)
        at
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:293)
        at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:150)
        ... 26 more

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254



User anand_mishra changed the following:

                What    |Old value                 |New value
================================================================================
              QA contact|jbenoit                   |anand_mishra
--------------------------------------------------------------------------------




------- Additional comments from anand_mishra@... Wed Sep 16 13:10:16 +0000 2009 -------
changed QA Contact

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by jdg6688 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254






------- Additional comments from jdg6688@... Wed Sep 16 21:36:00 +0000 2009 -------
*** Issue 1251 has been marked as a duplicate of this issue. ***

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by jdg6688 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254






------- Additional comments from jdg6688@... Wed Sep 16 21:44:26 +0000 2009 -------
*** Issue 1252 has been marked as a duplicate of this issue. ***

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by jdg6688 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254






------- Additional comments from jdg6688@... Wed Sep 16 21:47:35 +0000 2009 -------
The STS is not deployed properly.
Check that if STS is available and post the server side
log for STS.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254



User anand_mishra changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from anand_mishra@... Fri Oct 30 13:16:35 +0000 2009 -------
issue no longer exist.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1254] Failed to access the WSDL

by anand_mishra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1254



User anand_mishra changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |CLOSED
--------------------------------------------------------------------------------




------- Additional comments from anand_mishra@... Fri Oct 30 13:17:54 +0000 2009 -------
issue now longer exist, it was because war file deployment was failing which fix
now so closing this bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...