Did you say that you could resolve this by including the hivemind-1.0.jar in WEB-INF/lib? Is this not an acceptible solution?
On Sun, 6 Feb 2005 10:55:40 -0500, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > Yeah. I've tested several examples in JRun, Resin, and Tomcat and only > JRun screws up. Unfortunately, this is currently our production server > at Darden (we chose it as we've been migrating clients from our old > ColdFusion code base). Yargh. > > I downloaded Resin and had apps running in it within 10 minutes. That's > the way it should work! > > Jamie > > On Feb 6, 2005, at 10:36 AM, Howard Lewis Ship wrote: > > > 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.jav > >> a: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(RegistryBui > >> lder.java:417) > >> at > >> org.apache.hivemind.servlet.HiveMindFilter.constructRegistry(HiveMindF > >> ilter.java:113) > >> at > >> org.apache.hivemind.servlet.HiveMindFilter.initializeRegistry(HiveMind > >> Filter.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] > > > > --------------------------------------------------------------------- > 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]
