[Jgroup-users] TransportConfig- configuration
Brought to you by:
amontresor,
meling
|
From: Marvin B. <mb...@sp...> - 2004-08-12 14:48:28
|
Hi list,
i've tried to run the helloserver-example. but when i start the registry i
get this exception:
[java] java.lang.NullPointerException: No configuration data available
for class jgroup.relacs.config.TransportConfig
[java] at
jgroup.relacs.config.ConfigParser.getConfig(ConfigParser.java:160)
[java] at jgroup.core.ConfigManager.getConfig(ConfigManager.java:200)
[java] at
jgroup.relacs.gm.DispatcherLayer.<init>(DispatcherLayer.java:98)
[java] at
jgroup.relacs.gm.DispatcherLayer.getLayer(DispatcherLayer.java:112)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:324)
[java] at
jgroup.relacs.config.LayerInfo.getLayerObject(LayerInfo.java:202)
[java] at
jgroup.core.GroupManager.getGroupManager(GroupManager.java:234)
[java] at
jgroup.core.GroupManager.getGroupManager(GroupManager.java:168)
[java] at
jgroup.relacs.registry.RegistryImpl.initLayers(RegistryImpl.java:307)
[java] at
jgroup.relacs.registry.RegistryImpl.<init>(RegistryImpl.java:83)
[java] at
jgroup.relacs.registry.RegistryImpl.main(RegistryImpl.java:137)
[java] Failed to start the dependable registry
[java] jgroup.core.JgroupException: Jgroup exception:
[java] Constructing class jgroup.relacs.gm.DispatcherLayer has thrown
an exception:
[java] java.lang.NullPointerException: No configuration data available
for class jgroup.relacs.config.TransportConfig
[java] at
jgroup.relacs.config.LayerInfo.getLayerObject(LayerInfo.java:208)
[java] at
jgroup.core.GroupManager.getGroupManager(GroupManager.java:234)
[java] at
jgroup.core.GroupManager.getGroupManager(GroupManager.java:168)
[java] at
jgroup.relacs.registry.RegistryImpl.initLayers(RegistryImpl.java:307)
[java] at
jgroup.relacs.registry.RegistryImpl.<init>(RegistryImpl.java:83)
[java] at
jgroup.relacs.registry.RegistryImpl.main(RegistryImpl.java:137)
i think you're knowing why this happens and how i can solve this :o)
thank you for any response...
|