I downloaded JUDDI 3.2.0 and I have followed the guide to run it: enter into the directory juddi_tomcat and start the preconfigured tomcat server. The tomcat server starts but the ws juddiv3 doesn't. The log says:
java.lang.ExceptionInInitializerError
at org.apache.juddi.webconsole.StartupServlet.contextInitialized(StartupServlet.java:50)
...
Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apache.commons.logging.impl.Log4JLogger' cannot be found or is not useable.
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:804)
...
Prerequisites just need a JRE, so I don't understand why it is not working. I have not specified another Log4JLogger anywhere