At 10:58 PM 7/11/2000 -0500, you wrote:
>I've put up a simple version of the TDK on my site.
>It doesn't have all the features yet, but it'll give you an idea
>where we're going with this.
>
>see http://www.miceda-data.com
>
>Remember - This is just a sample.
Dave:
I've lurked here for about a month now, but haven't messed with turbine yet
since other learning curves had to be tackled first. So I figured since
I'm a complete newbie, and worse yet, a newbie that uses Windows, I would
be a perfect tester. :-)
Environment:
Windows 2K, Jdk1.2.2 OR Jdk 1.3, Tomcat 3.1 or Tomcat 3.2b2
I'm sending you personally some Windows 2K batch files that will did what I
needed under Windows. However, I'm pretty positive that they will only
work on Win2K, not NT4, 95 or 98. But maybe its a good starting point for
someone else <shrug>
Anyway, with the batch file, I got a proper ANT build and tomcat
launched. However, when I attempt to connect to Port 9000, I'm getting: a
Null Pointer Exception listed below. Since I've sucessfully installed
Tomcat before, I tried to transfer the jars to a working copy, first with
Tomcat3.1, and then Tomcat3.2b2 The error is the same for all cases. I'm
including the error listed for Jdk1.3 and Tomcat3.2b2 since it seemed to
have the most information:
Exception: java.lang.NullPointerException
at
org.apache.turbine.services.webmacro.TurbineWebMacroService.getContext(TurbineWebMacroService.java:135)
at
org.apache.turbine.services.webmacro.TurbineWebMacro.getContext(TurbineWebMacro.java:106)
at
org.apache.turbine.modules.pages.WebMacroSitePage.doBuild(WebMacroSitePage.java:134)
at org.apache.turbine.modules.Page.build(Page.java:81)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
at Turbine.doGet(Turbine.java:298)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Thread.java:479)
and the console window output said:
2000-07-13 05:16:54 - Ctx( ): 302 R( + /servlet/Turbine + /)
http://127.0.0.1:8080/servlet/Turbine/screen/WebMacroSiteScreen
Error=Cannot initialize TurbineWebMacroService!
Error=Cannot initialize TurbineWebMacroService!
I've successfully installed Tomcat in the past so I tried to integrate it
there. When I tried to pull up the page, I still got a
NullPointerException , (same stack trace). Then this problem got me
determined, so I grabbed the latest CVS, compiled it, installed it in the
b2 tomcat..... similar exception still. (hmmph!) :-)
I'm not sure if any of this helps, but there ya go :-)
I do understand that its alpha, I'm just volunteering to test :-)
Oh yeah, and if it helps, classpath is (in readable form):
f:\jce1.2\lib\jce1_2-do.jar;
f:\program\interbase\Interclient\interclient.jar;
f:\javaproj\tomcat\jakarta-tomcat\classes);
f:\program\tdk\lib\turbine.jar;
f:\program\tdk\lib\webmacro-jdk1.2-CVS.jar;
F:\jdk1.3\lib\tools.jar;f:\javaproj\tomcat\jakarta-tomcat\lib\ant.jar;
f:\javaproj\tomcat\jakarta-tomcat\lib\jasper.jar;
f:\javaproj\tomcat\jakarta-tomcat\lib\jaxp.jar;
f:\javaproj\tomcat\jakarta-tomcat\lib\parser.jar;
f:\javaproj\tomcat\jakarta-tomcat\lib\servlet.jar;
f:\javaproj\tomcat\jakarta-tomcat\lib\webserver.jar
If anybody has a clue as to why I'm getting this NPE, I'd be grateful too!
HTH!
-Mike
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]