You rock! That never would've occurred to me. I just switched my java home to a 1.3 version and it worked. I wonder if that's logged as a bug?
I owe you a beer. Or whatever your drink of preference might be. Thanks. -d -----Original Message----- From: Akmal Sarhan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 11:07 AM To: Turbine Users List Subject: Re: Intake in tdk-2.2-rc1 IIRC, I had something similar before with intake, and the problem was that I was using java 1.4.1, I resolved the problem then by compiling the turbine src against 1.4.1 and it worked. regards Akmal ----- Original Message ----- From: "Gaasch, Derek" <[EMAIL PROTECTED]> To: "'Turbine Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 6:45 PM Subject: RE: Intake in tdk-2.2-rc1 > Yes, I validated my own xml file with no problem. I am seriously considering > the possibility that this is a synchronization issue.... my log follows, > where it looks like the instantiation of the intaketool is occurring before > the IntakeService has finished initializing. If this is true, this is a > troublesome bug... > > > <snip> > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Start Initializing service (late): > PullService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Pull Model tools will be refreshed > on a per request basis. > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.services.pull.util.UIManager to add to the context as > '$ui' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.util.template.TemplateLink to add to the context as > '$link' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.util.template.TemplatePageAttributes to add to the > context as '$page' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.util.ContentURI to add to the context as '$content' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.services.localization.LocalizationTool to add to the > context as '$l10n' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.flux.tools.FluxTool to add to the context as '$flux' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.om.OMTool to add to the context as '$om' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Instantiated tool class > org.apache.turbine.services.intake.IntakeTool to add to the context as > '$intake' > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Finish Initializing service > (late): PullService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Finish Initializing service > (late): VelocityService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Start Initializing service (late): > LocalizationService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Finish Initializing service > (late): LocalizationService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Start Initializing service (late): > IntakeService > [Tue Dec 03 10:19:49 MST 2002] -- INFO -- Finish Initializing service > (late): IntakeService > [Tue Dec 03 10:19:49 MST 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) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc > torAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at java.lang.Class.newInstance0(Class.java:306) > <snip> > > > > > -----Original Message----- > From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 10:35 AM > To: [EMAIL PROTECTED] > Subject: Re: Intake in tdk-2.2-rc1 > > "Gaasch, Derek" <[EMAIL PROTECTED]> writes: > > >On Tue, 3 Dec 2002 11:52, you wrote: > >> Thanks for the suggestions, but still no luck.... even when I try the > >> content contained in the tdk\apps\3\src\conf\project-intake.xml in > > Uh, stop, in the \3\ directory is code for Turbine-3 / Fulcrum! This > might not work with turbine-2. > > Can you validate your XML file with the supplied DTD? > > Regards > Henning > > -- > Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer > INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED] > > Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED] > D-91054 Buckenhof Fax.: 09131 / 50654-20 > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
