Hi, Scott,
> I haven't been paying attention to the full details of the post.
> In case it
> helps, here are all the lines from my TR.props that make
> reference to intake
> (turbine 2.1):
>
> services.IntakeService.classname=org.apache.turbine.services.intak
> e.TurbineI
> ntakeService
> tool.request.intake=org.apache.turbine.services.intake.IntakeTool
> services.IntakeService.xml.path=WEB-INF/conf/intake.xml
Mine are exactly the same.
> I am curious to know if you are still receiving the message concerning the
> double initialization of turbine. If you are then I suggest you
> try and fix
> the double init before approaching the intake problem as there may well be
> some interaction between the two problems (with the second being a
> consequence of the first).
Yep, I still get the double initialitzation first time I request a page.
And after that the exception is thrown:
[Tue Sep 24 11:52:08 CEST 2002] -- INFO -- init
[Tue Sep 24 11:52:08 CEST 2002] -- INFO -- Double initializaton of Turbine
was attempted!
..
Tue Sep 24 11:52:09 CEST 2002] -- INFO -- Finish Initializing service
(late): IntakeService
[Tue Sep 24 11:52:09 CEST 2002] -- ERROR -- Could not instantiate tool
org.apache.turbine.services.intake.IntakeTool to add to the context
Exception: org.apache.turbine.util.TurbineException: Instantiation failed
for org.apache.turbine.services.intake.IntakeTool
Stack Trace follows:
java.lang.NullPointerException
at org.apache.turbine.services.intake.IntakeTool.<init>(IntakeTool.java:90)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces
sorImpl.java:39)
......
To be honest, I have no clue where to start looking for the double init
problem.
Can you give me a point to start?
Thanks!
Marc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>