Hi,

If you just deploy the axis.war in JRun4 then you will get Axis2 error page
with only header image and "Internal Server Error" in body . In the logs you
will get messages related to JSP Engine. But my understanding is that this
is the way JRun cries when there is some thing wrong. JRun is not able to
deploy axis2.war properly.I tried many times and most of the times it
doesn't create descriptors (axis2.web.xml,axis2.web.jrun.xml)  It by default
loads system libraries first then application specific and JRun4 already
comes with Axis1. When I try to fix the issue and override this order by
putting -

<load-system-classes-first>false</load-system-classes-first>

I am able to see the first page of axis 2 but not beyond that. All the time
blank page is displayed and in logs messages are like -



Server AxisWS ready (startup time: 21 seconds)

01/30 18:35:28 user FileServlet: init

01/30 18:35:28 user JSPServlet: init

01/30 18:35:28 error

java.lang.NoClassDefFoundError

        at jrun.jsp.JSPEngine.initBuiltInTagLibrary(JSPEngine.java:183)

        at jrun.jsp.JSPEngine.<init>(JSPEngine.java:135)

        at jrun.jsp.JSPServlet.init(JSPServlet.java:62)

        at jrun.servlet.WebApplicationService.loadServlet
(WebApplicationService.

java:1200)

        at jrun.servlet.JRunRequestDispatcher.init(
JRunRequestDispatcher.java:81

2)

        at jrun.servlet.JRunRequestDispatcher.<init>(
JRunRequestDispatcher.java:

83)

        at jrun.servlet.WebApplicationService.getRequestDispatcher
(WebApplicatio

nService.java:1075)

-----------------------------------------------------------------------

On accessing Root (localhost:8003 )you get this on page --

500



java.lang.NoClassDefFoundError

      at jrun.jsp.JSPEngine.initBuiltInTagLibrary(JSPEngine.java:183)

      at jrun.jsp.JSPEngine.(JSPEngine.java:135)

      at jrun.jsp.JSPServlet.init(JSPServlet.java:62)

      at jrun.servlet.WebApplicationService.loadServlet(
WebApplicationService.java:1200)

      at jrun.servlet.JRunRequestDispatcher.init(JRunRequestDispatcher.java
:812)

      at jrun.servlet.JRunRequestDispatcher.(JRunRequestDispatcher.java:83)

      at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)

      at jrun.servlet.FilterChain.service(FilterChain.java:101)

      at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)

------------------------------------------------------------------------

And what ever other page you try to access ---------



01/31 09:07:53 user JSPServlet: init

[WARN] Error dispatching request /axis2/services/listServices

java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.

java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces

sorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at org.apache.axis2.transport.http.AbstractAgent.handle(
AbstractAgent.ja

va:78)

        at org.apache.axis2.transport.http.ListingAgent.handle(
ListingAgent.java

:108)

        at org.apache.axis2.transport.http.AxisServlet.doGet(
AxisServlet.java:23

7)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)

        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java
:42)

        at jrun.servlet.JRunRequestDispatcher.invoke(
JRunRequestDispatcher.java:

259)

        at jrun.servlet.ServletEngineService.dispatch(
ServletEngineService.java:

541)

        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)

----------------------------------------------------------------------------
Thanks

On Jan 30, 2008 11:19 PM, Ajith Ranabahu <[EMAIL PROTECTED]> wrote:

> is there any specific error ?
> something in the logs may be ?
>
> On Jan 30, 2008 3:46 AM, lucky gupta <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi,
> > I am trying to use Axis2 1.3 version with JRun 4 Updater6 for JDK1.5 .
> > However the axis2 ,seems, not getting properly deployed. I understand
> that
> > almost every one using above combination is having trouble. Has any one
> used
> > Axis2 1.3 successfully with JRun4? If so can you please advise how you
> fixed
> > it?
> >
> > Many Thanks
> >
> >
> >
>
>
>
> --
> Ajith Ranabahu
>
> Reading, after a certain age, diverts the mind too much from its
> creative pursuits. Any man who reads too much and uses his own brain
> too little falls into lazy habits of thinking - Albert Einstein
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to