Re: Hivemind startup error

2006-04-02 Thread Adam Zimowski
I installed Resin 3.0.18 to: /opt/resin-3.0.18 I also have a symbolic link /opt/resin that points to /opt/resin-3.0.18 Standard Resin libs are in: /opt/resin/lib. So instead of cluttering up resin's lib directory, I created /opt/resin/lib-tapestry-4.0 and added the following: commons-codec-1.3

Re: Hivemind startup error

2006-04-01 Thread James Carman
There's really no such thing as a "HiveMind DTD." Since HiveMind allows you to specify schemas for parameters/configurations, the format of the XML is pretty much up to you (aside from the standard stuff). > Sure. I'm missing XML schema declaration at the top. Could that be it? > I also don't hav

Re: Hivemind startup error

2006-04-01 Thread James Carman
Adam, Where do you have your hivemind/tapestry jar files? Are they in WEB-INF/lib? HiveMind will attempt to load all /META-INF/hivemodule.xml classpath resources. So, maybe it's not finding the tapestry jar file on the classpath, so it's not finding its hivemodule.xml file. Therefore, the tape

Re: Hivemind startup error

2006-04-01 Thread Adam Zimowski
I changed hivemodule declaration to: Is that what you meant? I'm still having same problem :-( The thing is, it worked just fine in Tomcat, it's just that I'm trying to use Resin for production.. Adam On 4/1/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > This is your problem: > >

Re: Hivemind startup error

2006-04-01 Thread Jesse Kuhnert
This is your problem: You've specified org.opendating as your module id, instead of your package name. It won't resolve classes/packages to your module id. Change your module id to be something like "opendating" and then specify a package=" org.opendating" to see if that

Re: Hivemind startup error

2006-04-01 Thread Adam Zimowski
Okay... but I have all tapestry JARs in there. And because Resin kicked off my servlet, it obviously is seeing Tapestry libs.. Hmm there must be some small configuration bit I'm missing :-( On 4/1/06, Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> wrote: > That would be a problem with T

Re: Hivemind startup error

2006-04-01 Thread Leonardo Quijano Vincenzi
That would be a problem with Tapestry initialization, instead of Hivemind. -- Ing. Leonardo Quijano Vincenzi DTQ Software Adam Zimowski wrote: If I comment out "offending" contributions, I get another hivemind exception clearly stating something is wrong with hivemind setup. But Resin is seein

Re: Hivemind startup error

2006-04-01 Thread Adam Zimowski
If I comment out "offending" contributions, I get another hivemind exception clearly stating something is wrong with hivemind setup. But Resin is seeing hivemind JARs ! How weird...?? 500 Servlet Exception org.apache.hivemind.ApplicationRuntimeException: Service point tapestry.init.MasterInitiali

Re: Hivemind startup error

2006-04-01 Thread Adam Zimowski
Very weird, isn't it? I've been on it all night.. Resin 3.0.18, Tap 4.0, hivemind 1.1.1. JDK 1.5, Slackware Linux. Adam On 4/1/06, Leonardo Quijano Vincenzi <[EMAIL PROTECTED]> wrote: > Weird... which versions of Tapestry / Hivemind ? > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > >

Re: Hivemind startup error

2006-04-01 Thread Leonardo Quijano Vincenzi
Weird... which versions of Tapestry / Hivemind ? -- Ing. Leonardo Quijano Vincenzi DTQ Software Adam Zimowski wrote: Sure. I'm missing XML schema declaration at the top. Could that be it? I also don't have a hivemind DTD. 500 Servlet Exception org.apache.hivemind.ApplicationRuntimeException:

Re: Hivemind startup error

2006-04-01 Thread Adam Zimowski
Sure. I'm missing XML schema declaration at the top. Could that be it? I also don't have a hivemind DTD. 500 Servlet Exception org.apache.hivemind.ApplicationRuntimeException: Error at file:/opt/opendating/webapps/WEB-INF/classes/META-INF/hivemodule.xml, line 12: Module org.opendating has contrib

Re: Hivemind startup error

2006-04-01 Thread Leonardo Quijano Vincenzi
Adam Zimowski wrote: Hi, I'm trying to deploy my app to Resin, but I'm getting exception from Hivemind on startup about unknown configuration point tapestry.services.ApplicationServices. When testing it under Tomcat the app works just fine, so I'm guessing something Hivemind wants is missing. I