You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Earle Castledine <ea...@notproducts.com> on 2003/06/01 08:45:07 UTC

[juddi-Users] Yet more beginner troubles with juddi.

Thanks so much for that help Steve... I feel that I must be REAL close (but
I am also starting to see the attraction to an iMac - plug it in, it goes :)

I can now use uddi4j to check out the IBM Uddi! Yes! But, I can't see juddi.
I know I have something set up incorrectly, but I have no idea what!
Happyjuddi seems happy. if I use the Savebusiness example I get:

	*********** Running FindBusinessExample ***********

	Get authtoken

        at org.uddi4j.UDDIElement.<init>(Unknown Source)
        at org.uddi4j.response.BusinessList.<init>(Unknown Source)
        at org.uddi4j.client.UDDIProxy.find_business(Unknown Source)
        at FindBusinessExample.run(FindBusinessExample.java:76)
        at FindBusinessExample.main(FindBusinessExample.java:46)

on FindBusiness I get exactly the same minus the Get authtoken...

If I use the uddi browser thats with jaxr it says "no organisations found"
which could be true (I had only added "test", or 1 to every field in the
database!) but I looked in the localhost_juddiDB_log2003-06-01.txt logs, and
there was:

.....stufff.....
C:\j2sdk1.4.1_02\ws\jaxm-1.1.1\services\juddi does not exist or is not a
readable directory
.....more stuff...
2003-06-01 12:32:56 StandardContext[/juddi]: Exception during cleanup after
start failed
LifecycleException:  Container StandardContext[/juddi] has not been started
...some exception stuff...

I then added the juddi directory in jaxm\services and the logs indicated it
kind of liked that... the only error was no web.xml... then I copied the
whole JUDDI dir there, and the logs looked really happy... But this can not
be right! For one, it doesn't work!

I am desperate now - I just want to do some coding!!!! Any help will be very
much appreciated!

Earle




Re: [juddi-Users] Yet more beginner troubles with juddi.

Posted by "rupesh ." <ru...@yahoo.com>.
If you're using Jakarta Tomcat, try echo %CATALINA_HOME% to see if its pointing to your tomcat install. 
juddi or any other servlet should always be placed in 'c:\your_tomcat_install_folder\webapps'. To confirm that your tomcat is set up right, go to this page 'http://localhost:8080/examples' and try running some of the sample servlets. If they don't run fine, your tomcat install is bad.
 
If all goes well so far, look at your \webapps\juddi\conf\log4j.properties file to see where your juddi.log file is (log4j.appender.juddilog.File). This log should be a lot more helpful. The other useful log would be 'c:\your_tomcat_install\logs\catalina.out'.

Earle Castledine <ea...@notproducts.com> wrote:
Thanks so much for that help Steve... I feel that I must be REAL close (but
I am also starting to see the attraction to an iMac - plug it in, it goes :)

I can now use uddi4j to check out the IBM Uddi! Yes! But, I can't see juddi.
I know I have something set up incorrectly, but I have no idea what!
Happyjuddi seems happy. if I use the Savebusiness example I get:

*********** Running FindBusinessExample ***********

Get authtoken

at org.uddi4j.UDDIElement.(Unknown Source)
at org.uddi4j.response.BusinessList.(Unknown Source)
at org.uddi4j.client.UDDIProxy.find_business(Unknown Source)
at FindBusinessExample.run(FindBusinessExample.java:76)
at FindBusinessExample.main(FindBusinessExample.java:46)

on FindBusiness I get exactly the same minus the Get authtoken...

If I use the uddi browser thats with jaxr it says "no organisations found"
which could be true (I had only added "test", or 1 to every field in the
database!) but I looked in the localhost_juddiDB_log2003-06-01.txt logs, and
there was:

.....stufff.....
C:\j2sdk1.4.1_02\ws\jaxm-1.1.1\services\juddi does not exist or is not a
readable directory
.....more stuff...
2003-06-01 12:32:56 StandardContext[/juddi]: Exception during cleanup after
start failed
LifecycleException: Container StandardContext[/juddi] has not been started
...some exception stuff...

I then added the juddi directory in jaxm\services and the logs indicated it
kind of liked that... the only error was no web.xml... then I copied the
whole JUDDI dir there, and the logs looked really happy... But this can not
be right! For one, it doesn't work!

I am desperate now - I just want to do some coding!!!! Any help will be very
much appreciated!

Earle



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
juddi-users mailing list
juddi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/juddi-users

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

RE: [juddi-Users] Yet more beginner troubles with juddi.

Posted by Steve Viens <sv...@attbi.com>.
Earle,

Sounds like a jUDDI configuration problem somewhere. Take a look in the
juddi.log file (or even the Tomcat log file). You might also try using
the Axis tcpmonitor (check out the Axis project) to see what's being
returned from jUDDI.

Steve

-----Original Message-----
From: juddi-users-admin@lists.sourceforge.net
[mailto:juddi-users-admin@lists.sourceforge.net] On Behalf Of Earle
Castledine
Sent: Sunday, June 01, 2003 9:37 AM
To: juddi-users@lists.sourceforge.net
Subject: [juddi-Users] Yet more beginner troubles with juddi.


Thanks so much for that help Steve... I feel that I must be REAL close
(but I am also starting to see the attraction to an iMac - plug it in,
it goes :)

I can now use uddi4j to check out the IBM Uddi! Yes! But, I can't see
juddi. I know I have something set up incorrectly, but I have no idea
what! Happyjuddi seems happy. if I use the Savebusiness example I get:

	*********** Running FindBusinessExample ***********

	Get authtoken

        at org.uddi4j.UDDIElement.<init>(Unknown Source)
        at org.uddi4j.response.BusinessList.<init>(Unknown Source)
        at org.uddi4j.client.UDDIProxy.find_business(Unknown Source)
        at FindBusinessExample.run(FindBusinessExample.java:76)
        at FindBusinessExample.main(FindBusinessExample.java:46)

on FindBusiness I get exactly the same minus the Get authtoken...

If I use the uddi browser thats with jaxr it says "no organisations
found" which could be true (I had only added "test", or 1 to every field
in the
database!) but I looked in the localhost_juddiDB_log2003-06-01.txt logs,
and there was:

.....stufff.....
C:\j2sdk1.4.1_02\ws\jaxm-1.1.1\services\juddi does not exist or is not a
readable directory .....more stuff... 2003-06-01 12:32:56
StandardContext[/juddi]: Exception during cleanup after start failed
LifecycleException:  Container StandardContext[/juddi] has not been
started ...some exception stuff...

I then added the juddi directory in jaxm\services and the logs indicated
it kind of liked that... the only error was no web.xml... then I copied
the whole JUDDI dir there, and the logs looked really happy... But this
can not be right! For one, it doesn't work!

I am desperate now - I just want to do some coding!!!! Any help will be
very much appreciated!

Earle



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
juddi-users mailing list
juddi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/juddi-users