When I run [class GetRegisteredInfoSample()], The error occurs.
---------------------------------------------------------------
Key: JUDDI-345
URL: https://issues.apache.org/jira/browse/JUDDI-345
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 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)
}}}
* Our consideration
[Admin] that is interface might be correct though [Inquiry] that is
interface is mounted by [Class GetRegistryInfo].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.