That really looks like JRun's class loader is make the HiveMind code visible but not the classpath resources, such as the hivemind.jar's hivemodule.xml.
On Sat, 5 Feb 2005 18:59:28 -0500, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > I'm curious if anyone has successfully deployed Hivemind to JRun--or > encountered problems. I'm using HM 1.0 and the HiveMindFilter. With the > default services (none of my own yet), HM starts a registry with no problem > in Tomcat. In JRun, I get an error: > > 02/05 18:46:44 info [axis] Constructing HiveMind Registry. > 02/05 18:46:44 error [axis] Service point hivemind.Startup does not exist. > org.apache.hivemind.ApplicationRuntimeException: Service point > hivemind.Startup does not exist. > at > org.apache.hivemind.impl.RegistryImpl.getServicePoint(RegistryImpl.java:142) > at org.apache.hivemind.impl.RegistryImpl.getService(RegistryImpl.java:149) > at org.apache.hivemind.impl.RegistryImpl.startup(RegistryImpl.java:321) > at > org.apache.hivemind.impl.RegistryBuilder.constructRegistry(RegistryBuilder.java:417) > at > org.apache.hivemind.servlet.HiveMindFilter.constructRegistry(HiveMindFilter.java:113) > at > org.apache.hivemind.servlet.HiveMindFilter.initializeRegistry(HiveMindFilter.java:87) > at org.apache.hivemind.servlet.HiveMindFilter.init(HiveMindFilter.java:75) > at jrun.servlet.FilterObject.init(FilterObject.java:63) > > Thanks, > Jamie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
