Another person said they solved this problem doing this: Hi everybody, I think I have found the problem! I checked logs/jetty-service.log and it indicated that the bluedragon.xml could not be loaded.
Then In /etc/webdefault.xml I changed the line (added a dot): <param-name>BLUEDRAGON_XML</param-name> <param-value>./etc/openbd/bluedragon.xml</param-value> to: <param-name>BLUEDRAGON_XML</param-name> <param-value>../etc/openbd/bluedragon.xml</param-value> restarted the service for jetty and then it works! Paul -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rob Sent: Tuesday, December 16, 2008 3:38 PM To: Open BlueDragon Subject: [OpenBD] Re: Installation on IIS Windows 2003 Server I have tried the jetty wrapper - All looks good during install, but I get: HTTP ERROR: 500 INTERNAL_SERVER_ERROR RequestURI=/ Caused by: java.lang.NullPointerException at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source) at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java: 502) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:363) at org.mortbay.jetty.security.SecurityHandler.handle (SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle (SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:757) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java: 416) at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:334) at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126) at org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java: 463) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java: 502) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:363) at org.mortbay.jetty.security.SecurityHandler.handle (SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle (SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:757) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java: 416) at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle (HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java: 502) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete (HttpConnection.java:826) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:523) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:377) at org.mortbay.io.nio.SelectChannelEndPoint.run (SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run (QueuedThreadPool.java:497) My jetty-service.conf looks like... wrapper.java.classpath.1=../lib/win32/*.jar wrapper.java.classpath.2=../lib/*.jar wrapper.java.classpath.3=../start.jar wrapper.java.library.path.1=../lib/win32/ wrapper.java.additional.1=-Djetty.home=../ wrapper.java.additional.2=-Djetty.logs=../logs wrapper.java.initmemory=3 wrapper.java.maxmemory=64 wrapper.java.mainclass=org.mortbay.jetty.win32service.JettyServiceWrapperListener wrapper.app.parameter.1=../etc/jetty.xml wrapper.console.format=PM wrapper.console.loglevel=INFO wrapper.logfile=../logs/jetty-service.log wrapper.logfile.format=LPTM wrapper.logfile.loglevel=INFO wrapper.logfile.maxsize=0 wrapper.logfile.maxfiles=0 wrapper.syslog.loglevel=NONE wrapper.ntservice.name=Jetty wrapper.ntservice.displayname=Jetty6-Service wrapper.ntservice.description=Jetty is an open-source, standards- based, full-featured web server implemented entirely in java wrapper.ntservice.starttype=AUTO_START wrapper.ntservice.interactive=false wrapper.filter.trigger.1=java.lang.OutOfMemoryError wrapper.filter.action.1=RESTART I renamed the folder from "Jetty" to "Explorers_Log", would that make a difference? Thanks, Rob On Dec 16, 10:07 am, "Anthony Hixon, Jr." <[email protected]> wrote: > Certainly. I'd be more than happy to help out anyway I can. > I'll fire up a VM on my home system to test the whole process out and put > together a how-to. That article is around a year old anyway so the process > may need some updates. > > On Tue, Dec 16, 2008 at 3:00 PM, Matthew Woodward > <[email protected]>wrote: > > > > > > > Anthony Hixon, Jr. wrote: > > >> Anyway, there's a good section on setting up IIS in front of Jetty about > >> halfway through the page as well as setting it up with Apache and mod_jk > >> (if > >> you're so inclined). > > >>http://www.newmedialogic.com/taxonomy/term/36 > > > Thanks for sharing Anthony! I'm sure this will be a common question so > > we'll want to get a how-to put on the wiki. Feel free to help us out by > > adding that to the wiki if you have time. > > > And that goes for everyone--feel FREE to contribute to the wiki if you're > > so inclined! :-) It's one of the easiest and most helpful ways for people to > > contribute to the project. > > > -- > > Matt Woodward > > [email protected] > >http://www.mattwoodward.com/blog > > > Please do not send me proprietary file formats such as Word, PowerPoint, > > etc. as attachments. > >http://www.gnu.org/philosophy/no-word-attachments.html > > -- > Anthony Hixon, Jr. > Certified Advanced ColdFusion MX 7 Developer > Mobile: (706) 639-3617 > [email protected] Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
