Hi all, Web services, data bases, and servers are not my area, but I'm trying to set up jUDDI as part of an exploratory research project, I'm running into problems, and I'm starting to pull my hair out.
Here's what I'm using: jUDDI 0.9rc4 axis 1.2.1 OS: Windows XP Server: Tomcat 5.5 Database: MySQL Server 5.0 Here's my problem: I tried setting everything up to the best of my ability. When I validate on the jUDDI happiness page I get the following: jUDDI DataSource Validation + Got a JNDI Context! - No 'java:comp/env/jdbc/juddiDB' DataSource Located(Could not load resource factory class) - DB connection was not aquired. (null) - SELECT COUNT(*) FROM PUBLISHER failed (null) I removed the <Resource> element from server.xml and got this: jUDDI DataSource Validation + Got a JNDI Context! + Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB) - DB connection was not aquired. (Cannot create JDBC driver of class '' for connect URL 'null') - SELECT COUNT(*) FROM PUBLISHER failed (null) I noticed others have had this error, but all suggestions didn't help me. I've modified so many files at this point, I'm not even sure what is right and what is wrong. >From the command line I was able to execute the SELECT statement in MySQL, so I know the database is up and running. Can anyone help me? Thanks in advance, Isaac -- View this message in context: http://www.nabble.com/Problem-setting-up-jUDDI%2C-MySQL%2C-Tomcat-t1552251.html#a4216964 Sent from the jUDDI - User forum at Nabble.com.
