You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by AJ Coon <aj...@gmail.com> on 2007/07/31 17:33:54 UTC

[Axis2] Problem Validating axis2-1.3-RC2 Standard Binary install

Hello,

Thanks for the help on the previous thread.  I'm now having a problem
verifying my Axis2 install.

When I click on the Validate link, aside from the standard header and footer
the page only says "Internal server error".  When I check the
catalina.outfile, I see the following:


2007-07-31 11:23:13,725 ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/axis2].[jsp]
- Servlet.service() for servlet jsp threw exception
java.security.AccessControlException: access denied (
java.util.PropertyPermission axis2.repo read)
        at java.security.AccessControlContext.checkPermission(
AccessControlContext.java:264)
        at java.security.AccessController.checkPermission(
AccessController.java:427)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java
:532)
        at java.lang.SecurityManager.checkPropertyAccess(
SecurityManager.java:1285)
        at java.lang.System.getProperty(System.java:628)
        at org.apache.axis2.deployment.FileSystemConfigurator.<init>(
FileSystemConfigurator.java:54)
        at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem
(ConfigurationContextFactory.java:180)
        at org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService
(HappyAxis_jsp.java:330)
        at org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService
(HappyAxis_jsp.java:494)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java
:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.jasper.servlet.JspServletWrapper.service(
JspServletWrapper.java:334)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(
JspServlet.java:314)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java
:243)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
        at org.apache.catalina.security.SecurityUtil.execute(
SecurityUtil.java:275)
        at org.apache.catalina.security.SecurityUtil.doAsPrivilege(
SecurityUtil.java:161)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:245)
        at org.apache.catalina.core.ApplicationFilterChain.access$0(
ApplicationFilterChain.java:177)
        at org.apache.catalina.core.ApplicationFilterChain$1.run(
ApplicationFilterChain.java:156)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:152)
        at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(
StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(
ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(
CoyoteAdapter.java:148)
        at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java
:199)
        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java
:282)
        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
        at org.apache.jk.common.ChannelSocket.processConnection(
ChannelSocket.java:697)
        at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(
ChannelSocket.java:889)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)


Does anyone have an idea as to how to resolve this?


Thanks,
-aj

Re: [Axis2] Problem Validating axis2-1.3-RC2 Standard Binary install

Posted by Davanum Srinivas <da...@gmail.com>.
Please turn it off for now. And please log a bug so that we can figure
out exactly what needs to be added *minimally* to catalina.policy to
get it working

thanks,
dims

On 7/31/07, AJ Coon <aj...@gmail.com> wrote:
> Sorry, I'm new to Tomcat as well.
>
>
> Here's the full command that is being executed by my system init script for
> Tomcat 5.5:
>
> jsvc.exec -user tomcat55 -cp
> /usr/share/java/commons-daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar
> -outfile /var/lib/tomcat5.5/logs/catalina.out -errfile &1
> -pidfile /var/run/tomcat5.5.pid -Djava.awt.headless=true -Xmx128M
> -Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed
> -Dcatalina.base=/var/lib/tomcat5.5
> -Dcatalina.home=/usr/share/tomcat5.5
> -Djava.io.tmpdir=/var/lib/tomcat5.5/temp
> -Djava.security.manager
> -Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> -Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/logging.properties
> org.apache.catalina.startup.Bootstrap
>
>
> I'm guessing based on the parameter
> "-Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy
> " that some security is being enforced.  Should I turn this off or is there
> some configuration I need to update so that I can keep things secured other
> than Axis?
>
>
> Thanks,
> -aj
>
>
>  On 7/31/07, Davanum Srinivas <da...@gmail.com> wrote:
> >
> > Are u running tomcat with "secure" option on?
> >
> > -- dims
> >
> > On 7/31/07, AJ Coon <aj...@gmail.com> wrote:
> > > Hello,
> > >
> > > Thanks for the help on the previous thread.  I'm now having a problem
> > > verifying my Axis2 install.
> > >
> > > When I click on the Validate link, aside from the standard header and
> footer
> > > the page only says "Internal server error".  When I check the
> catalina.out
> > > file, I see the following:
> > >
> > >
> > > 2007-07-31 11:23:13,725 ERROR
> > >
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/axis2].[jsp]
> > > - Servlet.service() for servlet jsp threw exception
> > > java.security.AccessControlException : access denied
> > > (java.util.PropertyPermission axis2.repo read)
> > >         at
> > >
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
> > >         at
> > >
> java.security.AccessController.checkPermission(AccessController.java
> > > :427)
> > >         at
> > >
> java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
> > >         at
> > >
> java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
> > >         at java.lang.System.getProperty(System.java :628)
> > >         at
> > > org.apache.axis2.deployment.FileSystemConfigurator
> .<init>(FileSystemConfigurator.java:54)
> > >         at
> > >
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem
> > > (ConfigurationContextFactory.java:180)
> > >         at
> > >
> org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService(HappyAxis_jsp.java:330)
> > >         at
> > >
> org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService(HappyAxis_jsp.java:494)
> > >         at
> > >
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> > >         at
> > >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > >         at
> > > org.apache.jasper.servlet.JspServletWrapper.service
> > > (JspServletWrapper.java:334)
> > >         at
> > >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> > >         at
> > >
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java
> :264)
> > >         at javax.servlet.http.HttpServlet.service
> > > (HttpServlet.java:802)
> > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
> > >         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > (DelegatingMethodAccessorImpl.java:25)
> > >         at java.lang.reflect.Method.invoke(Method.java:585)
> > >         at
> > >
> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
> > >         at java.security.AccessController.doPrivileged
> > > (Native Method)
> > >         at
> > > javax.security.auth.Subject.doAsPrivileged
> (Subject.java:517)
> > >         at
> > >
> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
> > >         at
> > > org.apache.catalina.security.SecurityUtil.doAsPrivilege
> > > (SecurityUtil.java :161)
> > >         at
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
> > >         at
> > >
> org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java
> > > :177)
> > >         at
> > >
> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
> > >         at
> > > java.security.AccessController.doPrivileged(Native
> Method)
> > >         at
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter
> > > (ApplicationFilterChain.java:152)
> > >         at
> > >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> > >         at
> > >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
> > > :178)
> > >         at
> > >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> > >         at
> > >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> > >         at
> > > org.apache.catalina.core.StandardEngineValve.invoke
> > > (StandardEngineValve.java:107)
> > >         at
> > >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> > >         at
> > >
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
> > >         at org.apache.jk.common.HandlerRequest.invoke
> > > (HandlerRequest.java:282)
> > >         at
> > >
> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
> > >         at
> > >
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java
> :697)
> > >         at
> > >
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt
> > > (ChannelSocket.java:889)
> > >         at
> > >
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java
> :684)
> > >         at java.lang.Thread.run(Thread.java:595)
> > >
> > >
> > > Does anyone have an idea as to how to resolve this?
> > >
> > >
> > > Thanks,
> > > -aj
> > >
> > >
> >
> >
> > --
> > Davanum Srinivas :: http://davanum.wordpress.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] Problem Validating axis2-1.3-RC2 Standard Binary install

Posted by AJ Coon <aj...@gmail.com>.
Sorry, I'm new to Tomcat as well.


Here's the full command that is being executed by my system init script for
Tomcat 5.5:

jsvc.exec -user tomcat55 -cp /usr/share/java/commons-
daemon.jar:/usr/share/tomcat5.5/bin/bootstrap.jar -outfile
/var/lib/tomcat5.5/logs/catalina.out -errfile &1 -pidfile
/var/run/tomcat5.5.pid -Djava.awt.headless=true -Xmx128M -
Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed -
Dcatalina.base=/var/lib/tomcat5.5 -Dcatalina.home=/usr/share/tomcat5.5 -
Djava.io.tmpdir=/var/lib/tomcat5.5/temp -Djava.security.manager -
Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy -
Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -
Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/logging.properties
org.apache.catalina.startup.Bootstrap


I'm guessing based on the parameter "-
Djava.security.policy=/var/lib/tomcat5.5/conf/catalina.policy" that some
security is being enforced.  Should I turn this off or is there some
configuration I need to update so that I can keep things secured other than
Axis?


Thanks,
-aj

On 7/31/07, Davanum Srinivas <da...@gmail.com> wrote:
>
> Are u running tomcat with "secure" option on?
>
> -- dims
>
> On 7/31/07, AJ Coon <aj...@gmail.com> wrote:
> > Hello,
> >
> > Thanks for the help on the previous thread.  I'm now having a problem
> > verifying my Axis2 install.
> >
> > When I click on the Validate link, aside from the standard header and
> footer
> > the page only says "Internal server error".  When I check the
> catalina.out
> > file, I see the following:
> >
> >
> > 2007-07-31 11:23:13,725 ERROR
> > org.apache.catalina.core.ContainerBase
> .[Catalina].[localhost].[/axis2].[jsp]
> > - Servlet.service() for servlet jsp threw exception
> > java.security.AccessControlException : access denied
> > (java.util.PropertyPermission axis2.repo read)
> >         at
> > java.security.AccessControlContext.checkPermission(
> AccessControlContext.java:264)
> >         at
> > java.security.AccessController.checkPermission(AccessController.java
> > :427)
> >         at
> > java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
> >         at
> > java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
> >         at java.lang.System.getProperty(System.java :628)
> >         at
> > org.apache.axis2.deployment.FileSystemConfigurator.<init>(
> FileSystemConfigurator.java:54)
> >         at
> >
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem
> > (ConfigurationContextFactory.java:180)
> >         at
> > org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService
> (HappyAxis_jsp.java:330)
> >         at
> > org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService
> (HappyAxis_jsp.java:494)
> >         at
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> >         at
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> >         at
> > org.apache.jasper.servlet.JspServletWrapper.service
> > (JspServletWrapper.java:334)
> >         at
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> >         at
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> >         at javax.servlet.http.HttpServlet.service
> > (HttpServlet.java:802)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:585)
> >         at
> > org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
> >         at java.security.AccessController.doPrivileged
> > (Native Method)
> >         at
> > javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
> >         at
> > org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
> >         at
> > org.apache.catalina.security.SecurityUtil.doAsPrivilege
> > (SecurityUtil.java:161)
> >         at
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
> ApplicationFilterChain.java:245)
> >         at
> > org.apache.catalina.core.ApplicationFilterChain.access$0(
> ApplicationFilterChain.java
> > :177)
> >         at
> > org.apache.catalina.core.ApplicationFilterChain$1.run(
> ApplicationFilterChain.java:156)
> >         at
> > java.security.AccessController.doPrivileged(Native Method)
> >         at
> > org.apache.catalina.core.ApplicationFilterChain.doFilter
> > (ApplicationFilterChain.java:152)
> >         at
> > org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java:213)
> >         at
> > org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java
> > :178)
> >         at
> > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
> :126)
> >         at
> > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
> :105)
> >         at
> > org.apache.catalina.core.StandardEngineValve.invoke
> > (StandardEngineValve.java:107)
> >         at
> > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java
> :148)
> >         at
> > org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
> >         at org.apache.jk.common.HandlerRequest.invoke
> > (HandlerRequest.java:282)
> >         at
> > org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
> >         at
> > org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java
> :697)
> >         at
> > org.apache.jk.common.ChannelSocket$SocketConnection.runIt
> > (ChannelSocket.java:889)
> >         at
> > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.java:684)
> >         at java.lang.Thread.run(Thread.java:595)
> >
> >
> > Does anyone have an idea as to how to resolve this?
> >
> >
> > Thanks,
> > -aj
> >
> >
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: [Axis2] Problem Validating axis2-1.3-RC2 Standard Binary install

Posted by Davanum Srinivas <da...@gmail.com>.
Are u running tomcat with "secure" option on?

-- dims

On 7/31/07, AJ Coon <aj...@gmail.com> wrote:
> Hello,
>
> Thanks for the help on the previous thread.  I'm now having a problem
> verifying my Axis2 install.
>
> When I click on the Validate link, aside from the standard header and footer
> the page only says "Internal server error".  When I check the catalina.out
> file, I see the following:
>
>
> 2007-07-31 11:23:13,725 ERROR
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/axis2].[jsp]
> - Servlet.service() for servlet jsp threw exception
> java.security.AccessControlException : access denied
> (java.util.PropertyPermission axis2.repo read)
>         at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
>         at
> java.security.AccessController.checkPermission(AccessController.java
> :427)
>         at
> java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
>         at
> java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
>         at java.lang.System.getProperty(System.java :628)
>         at
> org.apache.axis2.deployment.FileSystemConfigurator.<init>(FileSystemConfigurator.java:54)
>         at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem
> (ConfigurationContextFactory.java:180)
>         at
> org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService(HappyAxis_jsp.java:330)
>         at
> org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService(HappyAxis_jsp.java:494)
>         at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>         at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at
> org.apache.jasper.servlet.JspServletWrapper.service
> (JspServletWrapper.java:334)
>         at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>         at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>         at javax.servlet.http.HttpServlet.service
> (HttpServlet.java:802)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
>         at java.security.AccessController.doPrivileged
> (Native Method)
>         at
> javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>         at
> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
>         at
> org.apache.catalina.security.SecurityUtil.doAsPrivilege
> (SecurityUtil.java:161)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
>         at
> org.apache.catalina.core.ApplicationFilterChain.access$0(ApplicationFilterChain.java
> :177)
>         at
> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
>         at
> java.security.AccessController.doPrivileged(Native Method)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter
> (ApplicationFilterChain.java:152)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
> :178)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke
> (StandardEngineValve.java:107)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
>         at org.apache.jk.common.HandlerRequest.invoke
> (HandlerRequest.java:282)
>         at
> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
>         at
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
>         at
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt
> (ChannelSocket.java:889)
>         at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
>
>
> Does anyone have an idea as to how to resolve this?
>
>
> Thanks,
> -aj
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org