Serge created AXIS2-6024:
----------------------------
Summary: I have stack trace when I try to use Axis2 1.8.0
Key: AXIS2-6024
URL: https://issues.apache.org/jira/browse/AXIS2-6024
Project: Axis2
Issue Type: Bug
Components: client-api
Affects Versions: 1.8.0
Environment: Tomcat 9 service on windows 10
Reporter: Serge
Hi I have a crash and a stack trace, I believe the
org.apache.axis2.transport.http.CommonsHTTPTransportSender class is missing
from axis2-transport-http-1.8.0.jar
Here is the stack:
{code:java}
vent xmlns="http://logging.apache.org/log4j/2.0/events"
timeMillis="1642457678863" thread="main" level="ERROR"
loggerName="org.apache.axis2.deployment.WarBasedAxisConfigurator"
endOfBatch="false" loggerFqcn="org.apache.logging.log4j.jcl.Log4jLog"
threadId="1" threadPriority="5">
<Instant epochSecond="1642457678" nanoOfSecond="863000000"/>
<Message>org.apache.axis2.transport.http.CommonsHTTPTransportSender</Message>
<Thrown commonElementCount="0"
localizedMessage="org.apache.axis2.transport.http.CommonsHTTPTransportSender"
message="org.apache.axis2.transport.http.CommonsHTTPTransportSender"
name="org.apache.axis2.deployment.DeploymentException">
<Cause commonElementCount="49"
localizedMessage="org.apache.axis2.transport.http.CommonsHTTPTransportSender"
message="org.apache.axis2.transport.http.CommonsHTTPTransportSender"
name="java.lang.ClassNotFoundException">
<ExtendedStackTrace>
<ExtendedStackTraceItem
class="org.apache.catalina.loader.WebappClassLoaderBase" method="loadClass"
file="WebappClassLoaderBase.java" line="1365" exact="false"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.loader.WebappClassLoaderBase" method="loadClass"
file="WebappClassLoaderBase.java" line="1188" exact="false"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="java.lang.Class" method="forName0"
line="-2" exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="java.lang.Class" method="forName"
line="-1" exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="org.apache.axis2.util.Loader"
method="loadClass" file="Loader.java" line="261" exact="false"
location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.deployment.AxisConfigBuilder"
method="processTransportSenders" file="AxisConfigBuilder.java" line="711"
exact="false" location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
</ExtendedStackTrace>
</Cause>
<ExtendedStackTrace>
<ExtendedStackTraceItem
class="org.apache.axis2.deployment.AxisConfigBuilder"
method="processTransportSenders" file="AxisConfigBuilder.java" line="736"
exact="false" location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.deployment.AxisConfigBuilder" method="populateConfig"
file="AxisConfigBuilder.java" line="123" exact="false"
location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.deployment.DeploymentEngine"
method="populateAxisConfiguration" file="DeploymentEngine.java" line="628"
exact="false" location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.deployment.WarBasedAxisConfigurator" method="<init>"
file="WarBasedAxisConfigurator.java" line="157" exact="true"
location="axis2-kernel-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.transport.http.AxisServlet" method="initConfigContext"
file="AxisServlet.java" line="626" exact="true"
location="axis2-transport-http-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.axis2.transport.http.AxisServlet" method="init"
file="AxisServlet.java" line="473" exact="true"
location="axis2-transport-http-1.8.0.jar" version="1.8.0"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardWrapper" method="initServlet"
file="StandardWrapper.java" line="1134" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardWrapper" method="loadServlet"
file="StandardWrapper.java" line="1089" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardWrapper" method="load"
file="StandardWrapper.java" line="983" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardContext" method="loadOnStartup"
file="StandardContext.java" line="4864" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardContext" method="startInternal"
file="StandardContext.java" line="5173" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="start" file="LifecycleBase.java" line="183" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.ContainerBase"
method="addChildInternal" file="ContainerBase.java" line="717" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.ContainerBase"
method="addChild" file="ContainerBase.java" line="690" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.StandardHost"
method="addChild" file="StandardHost.java" line="705" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.HostConfig"
method="deployWAR" file="HostConfig.java" line="978" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.startup.HostConfig$DeployWar" method="run"
file="HostConfig.java" line="1848" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="java.util.concurrent.Executors$RunnableAdapter" method="call" line="-1"
exact="true" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="java.util.concurrent.FutureTask"
method="run" line="-1" exact="true" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem
class="org.apache.tomcat.util.threads.InlineExecutorService" method="execute"
file="InlineExecutorService.java" line="75" exact="true"
location="tomcat-util.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="java.util.concurrent.AbstractExecutorService" method="submit" line="-1"
exact="true" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.HostConfig"
method="deployWARs" file="HostConfig.java" line="773" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.HostConfig"
method="deployApps" file="HostConfig.java" line="427" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.HostConfig"
method="start" file="HostConfig.java" line="1576" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.HostConfig"
method="lifecycleEvent" file="HostConfig.java" line="309" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="fireLifecycleEvent" file="LifecycleBase.java" line="123" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="setStateInternal" file="LifecycleBase.java" line="423" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="setState" file="LifecycleBase.java" line="366" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.ContainerBase"
method="startInternal" file="ContainerBase.java" line="936" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.StandardHost"
method="startInternal" file="StandardHost.java" line="841" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="start" file="LifecycleBase.java" line="183" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.ContainerBase$StartChild" method="call"
file="ContainerBase.java" line="1384" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.ContainerBase$StartChild" method="call"
file="ContainerBase.java" line="1374" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem class="java.util.concurrent.FutureTask"
method="run" line="-1" exact="true" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem
class="org.apache.tomcat.util.threads.InlineExecutorService" method="execute"
file="InlineExecutorService.java" line="75" exact="true"
location="tomcat-util.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="java.util.concurrent.AbstractExecutorService" method="submit" line="-1"
exact="true" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.ContainerBase"
method="startInternal" file="ContainerBase.java" line="909" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.StandardEngine"
method="startInternal" file="StandardEngine.java" line="262" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="start" file="LifecycleBase.java" line="183" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem
class="org.apache.catalina.core.StandardService" method="startInternal"
file="StandardService.java" line="421" exact="true" location="catalina.jar"
version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="start" file="LifecycleBase.java" line="183" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.core.StandardServer"
method="startInternal" file="StandardServer.java" line="930" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.util.LifecycleBase"
method="start" file="LifecycleBase.java" line="183" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.Catalina"
method="start" file="Catalina.java" line="738" exact="true"
location="catalina.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="sun.reflect.NativeMethodAccessorImpl"
method="invoke0" line="-2" exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="sun.reflect.NativeMethodAccessorImpl"
method="invoke" line="-1" exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem
class="sun.reflect.DelegatingMethodAccessorImpl" method="invoke" line="-1"
exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="java.lang.reflect.Method"
method="invoke" line="-1" exact="false" location="?" version="1.8.0_221"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.Bootstrap"
method="start" file="Bootstrap.java" line="342" exact="true"
location="bootstrap.jar" version="9.0.37"/>
<ExtendedStackTraceItem class="org.apache.catalina.startup.Bootstrap"
method="main" file="Bootstrap.java" line="473" exact="true"
location="bootstrap.jar" version="9.0.37"/>
</ExtendedStackTrace>
</Thrown>
</Event>
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]