Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: WSA 6.0 deployment with jsr-88

0 views
Skip to first unread message

thi...@ceira.com

unread,
May 26, 2005, 8:33:35 PM5/26/05
to
I got a bit further by include /lib/sas.jar and /lib/soap.jar on the classpath, but eventually ran into another exception:

WARNING: ADMC0046W
java.lang.NoClassDefFoundError: com/ibm/security/cert/IBMCertPath
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:258)
at com.ibm.ws.management.application.j2ee.deploy.spi.DeploymentManagerImpl.connect(DeploymentManagerImpl.java:181)
at com.ibm.ws.management.application.j2ee.deploy.spi.factories.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:186)
at com.test.testme.main(testme.java:64)
Exception in thread "main"

There is no class named "com.ibm.security.cert.IBMCertPath" that comes with WAS 6.0

Ken Hygh

unread,
May 27, 2005, 6:39:38 AM5/27/05
to
thi...@ceira.com wrote:

Looks like it's time to open a PMR with IBM.

Ken

thi...@ceira.com

unread,
May 27, 2005, 5:19:22 PM5/27/05
to
Finally, I managed to get it to work by doing these steps:

1. Upgrade to WAS 6.0.1.0
2. Add the following lines of code to set certain system properties:

System.setProperty("com.ibm.SOAP.configURL", "C:\\Program Files\\IBM\\WebSphere\\AppServer\\profiles\\default\\properties\\soap.client.props");
System.setProperty("was.install.root", "C:\\Program Files\\IBM\\WebSphere\\AppServer");

Hope that will help somebody out there experiencing the same problem.

gri...@alum.mit.edu

unread,
Nov 1, 2005, 10:18:36 AM11/1/05
to
Strange. You said "further", but in my experience,
that NoClassDefFoundError occurred before.

> There is no class
> named "com.ibm.security.cert.IBMCertPath" that comes
> with WAS 6.0

As far as com.ibm.security.cert.IBMCertPath, it exists --
you need to run your program with IBM's JRE, that class
and others needed exist in the IBM runtime.

And that's what I have, and I still get that
"An error occurred creating the application deployment
manager"...

gri...@alum.mit.edu

unread,
Nov 1, 2005, 11:52:26 AM11/1/05
to
I did that (upgraded to 6.0.2 even), but no luck :(
0 new messages