Hi Kurt, 

I was browsing around because I was getting this same error. 

I could only get the Authentication Token from the Hello World example to
work. The Simple Publish file was blowing up on me before it was trying to
save the Business if I remember right. 

Anyways, what I found that was causing it was a property in the
juddiv3.properties file.  

juddi.keygenerator=org.apache.juddi.keygen.KeyGenerator

is what comes with the package juddi portal bundle 3.0.2

When I looked at the source KeyGenerator.java is an interface class so I
changed the property to 

juddi.keygenerator=org.apache.juddi.keygen.DefaultKeyGenerator

Which an implementation of Key Generator.  And this smoothed it out.  

I just wanted to let you know what I found out, I may have overlooked it,
but I did not see that in the documentation and maybe it might be worth
adding that in :)

Cheers!

Daniel


Kurt T Stam-4 wrote:
> 
> Hi Franklin,
> 
> Yes the bundle should be ready to go. Can you open a jira and add the 
> steps to reproduce?
> It looks like there is a nullpointer in the validator:
> 
> Caused by: java.lang.NullPointerException
>         at
> org.apache.juddi.validation.ValidatePublish.validateBusinessEntity(Va
> lidatePublish.java:357)
> 
> --Kurt
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Juddi-SOAP-Exception-tp28779614p29026026.html
Sent from the jUDDI - User mailing list archive at Nabble.com.

Reply via email to