Hi , This is OGAWA Shingo at NTT DATA INTRAMART in Japan.

I am sorry in the report from the mailing list because I do not
understand the bug report method.

I occurred two mistakes when I run the sample of JUDDI Information is in
the following.
The SVN repository to acquire the source is
[http://svn.apache.org/repos/asf/webservices/juddi/branches/juddi-2.0.0/samples/src].

[1] When I run [class GetRegisteredInfoSample()], 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 GetRegistryInfoSample.main(GetRegistryInfoSample.java:49)
java.lang.NullPointerException
at
org.apache.juddi.registry.proxy.RegistryProxy.execute(RegistryProxy.java:368)
at
org.apache.juddi.AbstractRegistry.getRegistryInfo(AbstractRegistry.java:487)
at GetRegistryInfoSample.main(GetRegistryInfoSample.java:64)
}}}

[2] 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
For[1]
[Admin] that is interface might be correct though [Inquiry] that is
interface is mounted by [Class GetRegistryInfo].

For[2]
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".

If it is trouble, I would like you to correct it the above-mentioned
phenomenon.
Moreover, please teach if there is a proper procedure as a bug report.

My best regards above.

------------------------------------
NTT DATA INTRAMART CORPORATION
OGAWA Shingo <ogawa.shi...@intra-mart.jp>


Reply via email to