Note that there are some explanatory texts on larger screens.

plurals
  1. POWSO2ESB-Error Java Client Consumer and WS Provider
    primarykey
    data
    text
    <p>I'm trying to execute a Java Client Code using Eclipse Helios with Developer studio, to communicate with a web-service inside WSO2ESB. And When I run the code I have the following errors:</p> <pre><code>Exception in thread "main" java.lang.NoClassDefFoundError: org/wso2/securevault/SecretResolverFactory at org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:92) at org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:854) at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:116) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:210) at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:151) at org.apache.axis2.client.ServiceClient.&lt;init&gt;(ServiceClient.java:144) at org.wso2.cs.helloservices.ProxyWSOneStub.&lt;init&gt;(ProxyWSOneStub.java:91) at org.wso2.cs.helloservices.ProxyWSOneStub.&lt;init&gt;(ProxyWSOneStub.java:77) at org.wso2.cs.helloservices.ProxyWSOneStub.&lt;init&gt;(ProxyWSOneStub.java:126) at org.wso2.cs.helloservices.ProxyWSOneStub.&lt;init&gt;(ProxyWSOneStub.java:118) at org.wso2.cs.helloservices.ClientSizeResponseSynchronous.ClientSizeResponseSynchronous(ClientSizeResponseSynchronous.java:22) at org.wso2.cs.helloservices.MainSizeResponseSynchronous.main(MainSizeResponseSynchronous.java:38) Caused by: java.lang.ClassNotFoundException: org.wso2.securevault.SecretResolverFactory at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 13 more </code></pre> <p>Any solution please to resolve this Problem ?</p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload