Sry the original post didn't keep it. Basically when existing code is copied onto this newly staged server and you hit a local page you get the following;
java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:283) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) I am trying to compare files, etc. The path's are a bit diff (which shouldn't matter) as the old servers are running fc3 this new box is running centos 5.2. But I don't know how to see if java is setup/installed. I know I was getting a a missing file error on mod_jrun22.so was missing so I copied from a working box which stopped that error and allowed CF to start, but now that I am thinking, hmmm, jrun, java, ... I didn't see anything on the cfinstall, but is it something as simple as a missing java item which needs installing? Thanks again. Mike Chytracek wrote: > What was the error? > > -----Original Message----- > From: Lance Raymond [mailto:[email protected]] > Sent: Tuesday, January 13, 2009 9:06 AM > To: cf-server > Subject: Re: Jrun errors on clean cf8/linux install > > Sorry, was on a small vacation, then back to this chaos! So, code wise > I am not sure, I will have to check, but is there a way to test the jrun > server part with a tiny test page? If so, how would I do that, this way > I can narrow down that jrun is working, but the code is the culprit. > > Thanks > > Tom Chiverton wrote: > >> On Thursday 08 Jan 2009, Lance Raymond wrote: >> >> >>> as a new clean CentOS 5.2 box, CF8 installed but no good on the page >>> > load.I > >>> can >>> parse basic .cfm pages, but just moving the current site over I am >>> getting the following error; >>> >>> >> I've not seen that error before, but if you can put not-your-site pages in >> > the > >> same place and they are OK, it must be the codes fault :-) >> Could a hardcoded port number for the JRun connector or something be the >> reason ? Did you bring anything apart from the code across ? >> >> >> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6738 Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
