Error when webobjects servlet is being invoked using requestdispatcher
Error when webobjects servlet is being invoked using requestdispatcher
- Subject: Error when webobjects servlet is being invoked using requestdispatcher
- From: Ashwin Kamath <email@hidden>
- Date: Thu, 5 Apr 2007 03:07:30 -0700
Hi,
I have deployed a webobjects application as a servlet in a JBOSS
container.
I have another servlet deployed in the same container through which I
am trying to invoke the webobjects servlet using
requestdispatcher.include
I am getting the below error when requestdispatcher tries to include
the webobjects servlet
java.lang.IllegalArgumentException: Attempt to insert null into an
com.webobjects.foundation.NSArray.
at com.webobjects.foundation.NSArray.initFromObjects
(NSArray.java:338)
at com.webobjects.foundation.NSArray.<init>(NSArray.java:352)
at com.webobjects.foundation.NSArray.<init>(NSArray.java:365)
at
com.webobjects.jspservlet._WOApplicationWrapper._headersFromRequest
(_WOApplicationWrapper.java:230)
at
com.webobjects.jspservlet._WOApplicationWrapper.servletDispatchRequest
(_WOApplicationWrapper.java:81)
at com.webobjects.jspservlet.WOServletAdaptor._handleRequest
(WOServletAdaptor.java:678)
at com.webobjects.jspservlet.WOServletAdaptor.doGet
(WOServletAdaptor.java:660)
Looking forward to any help in resolving this issue.
Thanks & Regards,
Ashwin.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden