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 tapestry module isn't being added to the registry.

James

> I changed hivemodule declaration to:
>
> <?xml version="1.0"?>
> <module id="opendating" package="org.opendating" version="0.1.0">
>
> 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:
>>   <contribution
>> configuration-id="tapestry.services.ApplicationServices">
>>                <service name="captcha" object="service:CaptchaService"/>
>>        </contribution>
>>
>> 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 fixes it.
>>
>>
>> On 4/1/06, Adam Zimowski <[EMAIL PROTECTED]> wrote:
>> >
>> > 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 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 seeing hivemind JARs ! How weird...??
>> > > >
>> > > > 500 Servlet Exception
>> > > >
>> > > > org.apache.hivemind.ApplicationRuntimeException: Service point
>> > > > tapestry.init.MasterInitializer
>> > > > does not exist.
>> > > >       at
>> > org.apache.hivemind.impl.RegistryInfrastructureImpl.getServicePoint(
>> > RegistryInfrastructureImpl.java:179)
>> > > >       at
>> > org.apache.hivemind.impl.RegistryInfrastructureImpl.getService(
>> > RegistryInfrastructureImpl.java:205)
>> > > >       at org.apache.hivemind.impl.RegistryImpl.getService(
>> > RegistryImpl.java:79)
>> > > >       at
>> org.apache.tapestry.ApplicationServlet.initializeApplication(
>> > ApplicationServlet.java:295)
>> > > >       at org.apache.tapestry.ApplicationServlet.init(
>> > ApplicationServlet.java:198)
>> > > >       at org.opendating.tapestry.MainServlet.init(MainServlet.java
>> > :130)
>> > > >       at
>> com.caucho.server.dispatch.ServletConfigImpl.createServlet(
>> > ServletConfigImpl.java:600)
>> > > >       at com.caucho.server.dispatch.ServletManager.init(
>> > ServletManager.java:152)
>> > > >       at
>> com.caucho.server.webapp.Application.start(Application.java
>> > :1599)
>> > > >       at com.caucho.server.deploy.DeployController.startImpl(
>> > DeployController.java:587)
>> > > >       at
>> > com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(
>> > StartAutoRedeployAutoStrategy.java:72)
>> > > >       at com.caucho.server.deploy.DeployController.startOnInit(
>> > DeployController.java:475)
>> > > >       at com.caucho.server.deploy.DeployContainer.start(
>> > DeployContainer.java:158)
>> > > >       at com.caucho.server.webapp.ApplicationContainer.start(
>> > ApplicationContainer.java:651)
>> > > >       at com.caucho.server.host.Host.start(Host.java:385)
>> > > >       at com.caucho.server.deploy.DeployController.startImpl(
>> > DeployController.java:587)
>> > > >       at
>> > com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(
>> > StartAutoRedeployAutoStrategy.java:72)
>> > > >       at com.caucho.server.deploy.DeployController.startOnInit(
>> > DeployController.java:475)
>> > > >       at com.caucho.server.deploy.DeployContainer.start(
>> > DeployContainer.java:158)
>> > > >       at
>> com.caucho.server.host.HostContainer.start(HostContainer.java
>> > :467)
>> > > >       at com.caucho.server.resin.ServletServer.start(
>> > ServletServer.java:945)
>> > > >       at com.caucho.server.deploy.DeployController.startImpl(
>> > DeployController.java:587)
>> > > >       at
>> > com.caucho.server.deploy.AbstractDeployControllerStrategy.start(
>> > AbstractDeployControllerStrategy.java:56)
>> > > >       at com.caucho.server.deploy.DeployController.start(
>> > DeployController.java:483)
>> > > >       at
>> com.caucho.server.resin.ResinServer.start(ResinServer.java
>> > :478)
>> > > >       at com.caucho.server.resin.Resin.init(Resin.java)
>> > > >       at com.caucho.server.resin.Resin.main(Resin.java:623)
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > 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]
>> >
>> >
>>
>>
>> --
>> Jesse Kuhnert
>> Tacos/Tapestry, team member/developer
>>
>> Open source based consulting work centered around
>> dojo/tapestry/tacos/hivemind.  http://opennotion.com
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


James Carman, President
Carman Consulting, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to