1
|
java.lang.RuntimeException: could not configure discovery service
|
2
|
at org.gcube.common.clients.stubs.jaxws.StubFactory.at(StubFactory.java:124)
|
3
|
at org.gcube.common.clients.stubs.jaxws.StubFactory.at(StubFactory.java:86)
|
4
|
at org.gcube.common.clients.stubs.jaxws.StubFactory.at(StubFactory.java:97)
|
5
|
at org.gcube.resources.discovery.icclient.ICClient.getStub(ICClient.java:95)
|
6
|
at org.gcube.resources.discovery.icclient.ICClient.submit(ICClient.java:57)
|
7
|
at org.gcube.resources.discovery.client.impl.DelegateClient.submit(DelegateClient.java:50)
|
8
|
at org.gcube.informationsystem.publisher.utils.RegistryStubs.getEndPoints(RegistryStubs.java:49)
|
9
|
at org.gcube.informationsystem.publisher.utils.RegistryStubs.getStubs(RegistryStubs.java:62)
|
10
|
at org.gcube.informationsystem.publisher.RegistryPublisherImpl.getRegistryStub(RegistryPublisherImpl.java:271)
|
11
|
at org.gcube.informationsystem.publisher.RegistryPublisherImpl.create(RegistryPublisherImpl.java:91)
|
12
|
at org.gcube.informationsystem.publisher.RegistryPublisherTests.registerCreate(RegistryPublisherTests.java:54)
|
13
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
14
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
|
15
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
16
|
at java.lang.reflect.Method.invoke(Method.java:606)
|
17
|
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
|
18
|
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
|
19
|
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
|
20
|
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
|
21
|
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
|
22
|
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
|
23
|
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
|
24
|
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
|
25
|
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
|
26
|
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
|
27
|
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
|
28
|
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
|
29
|
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
|
30
|
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
|
31
|
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
|
32
|
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
|
33
|
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
|
34
|
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
|
35
|
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
|
36
|
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
|
37
|
Caused by: java.lang.RuntimeException: could not build service
|
38
|
at org.gcube.common.clients.stubs.jaxws.StubCache.get(StubCache.java:67)
|
39
|
at org.gcube.common.clients.stubs.jaxws.StubFactory.buildService(StubFactory.java:149)
|
40
|
at org.gcube.common.clients.stubs.jaxws.StubFactory.at(StubFactory.java:105)
|
41
|
... 34 more
|
42
|
Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl. It failed with:
|
43
|
Got Server returned HTTP response code: 500 for URL: http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl while opening stream from http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl.
|
44
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:173)
|
45
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:155)
|
46
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:120)
|
47
|
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:258)
|
48
|
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:221)
|
49
|
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:169)
|
50
|
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:101)
|
51
|
at javax.xml.ws.Service.<init>(Service.java:77)
|
52
|
at javax.xml.ws.Service.create(Service.java:707)
|
53
|
at org.gcube.common.clients.stubs.jaxws.StubFactory$1.call(StubFactory.java:145)
|
54
|
at org.gcube.common.clients.stubs.jaxws.StubFactory$1.call(StubFactory.java:141)
|
55
|
at org.gcube.common.clients.stubs.jaxws.StubCache.get(StubCache.java:62)
|
56
|
... 36 more
|
57
|
Caused by: java.io.IOException: Got Server returned HTTP response code: 500 for URL: http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl while opening stream from http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl
|
58
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:842)
|
59
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:283)
|
60
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:140)
|
61
|
... 46 more
|
62
|
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://d4science1.esl.eng.it/wsrf/services/gcube/informationsystem/collector/XQueryAccess?wsdl
|
63
|
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1627)
|
64
|
at java.net.URL.openStream(URL.java:1037)
|
65
|
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:827)
|
66
|
... 48 more
|
67
|
|
68
|
|