Results 1 to 3 of 3
Thread: Null Error
- 09-19-2008, 04:40 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 1
- Rep Power
- 0
Null Error
I'll admit that I know nothing at all about java. I'm doing this for my boss, trying to find a solution to our NullPointerException error.
Here is the full error:
java.lang.NullPointerException
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:285)
at jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)
Any help at all would be great.
- 09-19-2008, 04:50 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 25
Just looking at the error difficult to say much about. Can't you debug and see what happen in your code?
- 09-19-2008, 05:04 PM #3
Similar Threads
-
Null value
By Michael in forum New To JavaReplies: 4Last Post: 06-15-2008, 07:25 AM -
Null pointer exception error
By brownie_jedi in forum New To JavaReplies: 3Last Post: 03-15-2008, 07:27 AM -
NULL Value Of parameters
By riders in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 03-14-2008, 03:29 PM -
What is NULL
By bugger in forum New To JavaReplies: 1Last Post: 01-09-2008, 05:55 PM -
parameters=null
By mary in forum Java ServletReplies: 1Last Post: 07-13-2007, 05:29 PM
Bookmarks