Friday, 10 February 2012

Unable to start juddiv3 tomcat setup


When I started the server, I started getting a error in the catalina.out (tomcat console) about error starting listener.

Soon I found a file named juddi.log in logs folder of JUDDI-HOME (directory in which juddiv3-tomcat.zip is extracted). Scanning it through a few minutes I found a line saying that jax2.1 api is needed and jax2.0 api is found.
As soon as I saw this error I was amazed cause I have already solved this error. To solve this error:
use the java-endorsed mechanism
1. create a folder named endorsed in JUDDI-HOME
2. put jaxb-api-2.2.jar within it.
3. restart the tomcat server.

Let me know if still it doesn't work. I'll be glad to help.

No comments:

Post a Comment