|
From: Tomas G. <to...@pr...> - 2013-01-04 15:32:37
|
I think this is a SignServer issue? You should probably direct it to the SignServer mailing list. Cheers, Tomas ********** PrimeKey Solutions AB Anderstorpsvägen 16, 171 54 Solna, Sweden Mob: +46 (0)707421096 Internet: www.primekey.se Twitter: twitter.com/primekeyPKI ********** On 01/04/2013 02:58 PM, Marcos Fontana wrote: > Im getting this error when i try to instantiate the object os WSDL in > this line > > : ISigningAndValidation _signserver_ = > *new*SigningAndValidationWS("localhost", 8442, *true*); > > _javax.xml.ws.WebServiceException_: Failed to access the WSDL at: > https://localhost:8442/signserver/signserverws/signserverws?wsdl. It > failed with: > > _java.security.NoSuchAlgorithmException_: Error constructing > implementation (algorithm: Default, provider: SunJSSE, class: > com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl). > > at > com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(Unknown > Source) > > at > com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(Unknown Source) > > at > com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source) > > at > com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source) > > at > com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source) > > at > com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown > Source) > > at javax.xml.ws.Service.<init>(Unknown Source) > > at > org.signserver.protocol.ws.gen.SignServerWSService.<init>(_SignServerWSService.java:42_) > > at > org.signserver.client.api.SigningAndValidationWS.<init>(_SigningAndValidationWS.java:120_) > > at > org.signserver.client.api.SigningAndValidationWS.<init>(_SigningAndValidationWS.java:83_) > > at > certificate.model.ModelDocumento.assinarDocumento4(_ModelDocumento.java:145_) > > at certificate.principal.Principal.main(_Principal.java:70_) > > Caused by: _java.net.SocketException_: > _java.security.NoSuchAlgorithmException_: Error constructing > implementation (algorithm: Default, provider: SunJSSE, class: > com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl) > > at javax.net.ssl.DefaultSSLSocketFactory.throwException(Unknown > Source) > > at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown > Source) > > at sun.net.www.protocol.https.HttpsClient.createSocket(Unknown > Source) > > at sun.net.NetworkClient.doConnect(Unknown Source) > > at sun.net.www.http.HttpClient.openServer(Unknown Source) > > at sun.net.www.http.HttpClient.openServer(Unknown Source) > > at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) > > at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) > > at > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown > Source) > > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) > > at > sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown > Source) > > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) > > at > sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown > Source) > > at java.net.URL.openStream(Unknown Source) > > at > com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(Unknown > Source) > > at > com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(Unknown Source) > > ... 11 more > > ------------------------------------------------------------------------ > > Nenhum vírus encontrado nessa mensagem. > Verificado por AVG - www.avgbrasil.com.br <http://www.avgbrasil.com.br> > Versão: 2013.0.2805 / Banco de dados de vírus: 2637/6008 - Data de > Lançamento: 01/03/13 > > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |