hi,
here's a small update: i downgraded from Orion/1.1.37 to Orion/1.0.3. now
jsp:forward works fine.
any hints?
--nils
>Date: Thu, 10 Aug 2000 21:27:48 +0200 (MEST)
>From: Nils Frohberg <[EMAIL PROTECTED]>
>Subject: java.lang.NullPointerException in <jsp:forward />
>To: Orion-Interest <[EMAIL PROTECTED]>
>MIME-Version: 1.0
>Content-MD5: B2aJ5KBpekiv/5RWJJfBNA==
>Content-Transfer-Encoding: 7bit
>
>hi,
>
>i have a very strange problem with my orion server. whenever i try to use
><jsp:forward /> or
>getServletConfig().getServletContext().getRequestDispatcher(string).forward(req
u
>est, response) i get a java.lang.NullPointerException:
>
>500 Internal Server Error
>
>java.lang.NullPointerException
> at com.evermind.server.http.du.rt(Compiled Code)
> at
>com.evermind.server.http.HttpApplication.getRequestDispatcher(Compiled Code)
> at
>com.evermind.server.http.EvermindPageContext.handlePageException(Compiled Code)
> at /ServiceFC.jsp._jspService(Compiled Code)
> at com.evermind.server.http.EvermindHttpJspPage.service(Compiled Code)
> at com.evermind.server.http.HttpApplication.t5(Compiled Code)
> at com.evermind.server.http.JSPServlet.service(Compiled Code)
> at com.evermind.server.http.di.pw(Compiled Code)
> at com.evermind.server.http.di.forward(Compiled Code)
> at com.evermind.server.http.dr.p1(Compiled Code)
> at com.evermind.server.http.dr.p0(JAX)
> at com.evermind.util.f.run(Compiled Code)
>
>this is on a solaris 8 x86 box running
>java version "1.2.1"
>Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
>
>on other boxes it works as expected.
>
>any hints?
>
>thanks,
>--nils
>