You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Jiang Liu <S3...@student.rmit.edu.au> on 2007/01/17 16:11:24 UTC

Geronimo with jUDDI problem

HI all
I have got this problem when using jUDDI with latest Geronimo. My system is AISX21.1.1, jUDDI v94. I know jUDDI only works with AISX1 not version 2, but somewhere said Genomino has already installed jUDDI, and when i try http://localhost/jUDDI, i got following errors:

jUDDI Dependencies: Resource & Properties Files

Looking for: log4j.xml
-Not Found

jUDDI DataSource Validation

+ Got a JNDI Context!
- No 'java:comp/env/jdbc/juddiDB' DataSource Located(jdbc/juddiDB)
- DB connection was not aquired. (null)
- SELECT COUNT(*) FROM PUBLISHER failed (null)


Also, i tried to write a simple client to query jUDDI and get exceptions:

- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
java.net.ConnectException: Connection refused: connect
	at org.uddi4j.UDDIElement.<init>(UDDIElement.java:40)
	at org.uddi4j.response.AuthToken.<init>(AuthToken.java:85)
	at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
	at UDDIClient.main(UDDIClient.java:25)


Could anyone helps me out here?

Cheers!!
-----------------------------
Jiang Liu
Student Number: 3075163
CS/Yallara Name: ljiang

Re: Geronimo with jUDDI problem

Posted by Donald Woods <dr...@yahoo.com>.
Which "latest" Geronimo are you using - 1.1.1, 1.2-beta or 2.0-M1?
Did you reconfigure the Geronimo web server from the default port of 
8080 to 80, or are you trying to access a stand-alone install of juddi?

-Donald

Jiang Liu wrote:
> HI all
> I have got this problem when using jUDDI with latest Geronimo. My system is AISX21.1.1, jUDDI v94. I know jUDDI only works with AISX1 not version 2, but somewhere said Genomino has already installed jUDDI, and when i try http://localhost/jUDDI, i got following errors:
> 
> jUDDI Dependencies: Resource & Properties Files
> 
> Looking for: log4j.xml
> -Not Found
> 
> jUDDI DataSource Validation
> 
> + Got a JNDI Context!
> - No 'java:comp/env/jdbc/juddiDB' DataSource Located(jdbc/juddiDB)
> - DB connection was not aquired. (null)
> - SELECT COUNT(*) FROM PUBLISHER failed (null)
> 
> 
> Also, i tried to write a simple client to query jUDDI and get exceptions:
> 
> - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
> java.net.ConnectException: Connection refused: connect
> 	at org.uddi4j.UDDIElement.<init>(UDDIElement.java:40)
> 	at org.uddi4j.response.AuthToken.<init>(AuthToken.java:85)
> 	at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
> 	at UDDIClient.main(UDDIClient.java:25)
> 
> 
> Could anyone helps me out here?
> 
> Cheers!!
> -----------------------------
> Jiang Liu
> Student Number: 3075163
> CS/Yallara Name: ljiang
> 
>