That's interesting. I got juddi working with java 1.5 and Tomcat 5.5.
I need to use java 1.5, so for now I'll install a separate Tomcat 5.5 instance just for juddi, and use the jwsdp Tomcat for XWS, the ebXML registry, etc.
Mike Angel Villalain wrote:
Well I have not been able to do it, so I decided to rollback to the 1.4.2 version of java. I am using the jwsdp 1.6 also but with 1.4.2 and it is working try that. Is there another reason that you should use 1.5 version? On 8/15/05, Mike Woinoski <[EMAIL PROTECTED]> wrote:Hi. I'm trying to install juddi 0.9rc4 on Java 1.5.0, Tomcat 5.0 (actually, the tomcat50-jwsdp version bundled with the JWSDP libraries) and MySQL 4.1. I did the following steps: Installed the juddi webapp Ran the create_database.sql script Add a user with publisher_id 'juddi' to the Publisher table Modified server.xml Now the Happy jUDDI page displays correctly and shows that all libraries are present and juddi is able to connect to the DB. However, any requests to http://localhost:8080/juddi/inquiry return a server status 500 due to a NullPointerException in org.apache.juddi.registry.AbstractService.doPost (line 344). I saw some older posts discussing similar problems caused by incompatibilities with juddi 0.9 and Java 1.5. Is that still a problem? If so, is there a work-around? (I need to use Java 1.5 and JWSDP 1.6 for this project.) Thanks, Mike
