When I run [class SavePublisherSample], The error occurs.
----------------------------------------------------------
Key: JUDDI-346
URL: https://issues.apache.org/jira/browse/JUDDI-346
Project: jUDDI
Issue Type: Bug
Affects Versions: 2.0.1
Reporter: OGAWA Shingo
Assignee: Kurt T Stam
Priority: Critical
Fix For: 2.0.1
When I run [class SavePublisherSample], the following error.
{{{
log4j:WARN No appenders could be found for logger
(org.apache.juddi.util.Loader).
log4j:WARN Please initialize the log4j system properly.
java.lang.NullPointerException
at
org.apache.juddi.registry.proxy.RegistryProxy.getTransport(RegistryProxy.java:459)
at
org.apache.juddi.registry.proxy.RegistryProxy.init(RegistryProxy.java:189)
at
org.apache.juddi.registry.proxy.RegistryProxy.<init>(RegistryProxy.java:125)
at SavePublisherSample.main(SavePublisherSample.java:57)
save_tModel Sample
------------------
userID: sviens
password: password
Exception in thread "main" java.lang.NullPointerException
at
org.apache.juddi.registry.proxy.RegistryProxy.execute(RegistryProxy.java:368)
at org.apache.juddi.AbstractRegistry.getAuthToken(AbstractRegistry.java:344)
at SavePublisherSample.main(SavePublisherSample.java:81)
}}}
* Our consideration
It is though the attribute name of [marshal()] of [Class
PublisherHandler] is "MaxBusinessEntities" and there is a possibility
that the delivery doesn't go well in the attribute name of [unmarshal()]
because it is "MaxBusinesses".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.