You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "robert lazarski (JIRA)" <ji...@apache.org> on 2006/09/26 21:57:50 UTC

[jira] Created: (AXIS2-1241) latest axis2 war does not reploy

latest axis2 war does not reploy
--------------------------------

                 Key: AXIS2-1241
                 URL: http://issues.apache.org/jira/browse/AXIS2-1241
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: linux, java 5.0
            Reporter: robert lazarski


The recent changes to the org.apache.axis2.description.Parameter constructor results in throws NoSuchMethodError via the axisServlet call, as shown here: 

java.lang.NoSuchMethodError: org.apache.axis2.description.Parameter.<init>(Ljava/lang/String;Ljava/lang/String;)V
        at org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:145)
        at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:366)
        at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304)


WarBasedAxisConfigurator.java:145 

Parameter enableHttp = new Parameter("enableHTTP", "true");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS2-1241) latest axis2 war does not reploy

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1241?page=comments#action_12437928 ] 
            
robert lazarski commented on AXIS2-1241:
----------------------------------------

The subject should be 'deploy' - not 'reploy' 

> latest axis2 war does not reploy
> --------------------------------
>
>                 Key: AXIS2-1241
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1241
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: linux, java 5.0
>            Reporter: robert lazarski
>
> The recent changes to the org.apache.axis2.description.Parameter constructor results in throws NoSuchMethodError via the axisServlet call, as shown here: 
> java.lang.NoSuchMethodError: org.apache.axis2.description.Parameter.<init>(Ljava/lang/String;Ljava/lang/String;)V
>         at org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:145)
>         at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:366)
>         at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304)
> WarBasedAxisConfigurator.java:145 
> Parameter enableHttp = new Parameter("enableHTTP", "true");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2-1241) latest axis2 war does not reploy

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1241?page=all ]

Davanum Srinivas resolved AXIS2-1241.
-------------------------------------

    Resolution: Fixed

building from source definitely works for me. just tried a full build.

-- dims

> latest axis2 war does not reploy
> --------------------------------
>
>                 Key: AXIS2-1241
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1241
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: linux, java 5.0
>            Reporter: robert lazarski
>
> The recent changes to the org.apache.axis2.description.Parameter constructor results in throws NoSuchMethodError via the axisServlet call, as shown here: 
> java.lang.NoSuchMethodError: org.apache.axis2.description.Parameter.<init>(Ljava/lang/String;Ljava/lang/String;)V
>         at org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:145)
>         at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:366)
>         at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304)
> WarBasedAxisConfigurator.java:145 
> Parameter enableHttp = new Parameter("enableHTTP", "true");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS2-1241) latest axis2 war does not reploy

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1241?page=comments#action_12437933 ] 
            
Davanum Srinivas commented on AXIS2-1241:
-----------------------------------------

Robert,

did you try the war from the nightly build area? this implies that the code was not re-built properly. usually happens if we don't "clean". If you are building by hand i'd recommend using "maven clean war" from the root directory.

I just built a war from source and that works ok.

-- dims

> latest axis2 war does not reploy
> --------------------------------
>
>                 Key: AXIS2-1241
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1241
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: linux, java 5.0
>            Reporter: robert lazarski
>
> The recent changes to the org.apache.axis2.description.Parameter constructor results in throws NoSuchMethodError via the axisServlet call, as shown here: 
> java.lang.NoSuchMethodError: org.apache.axis2.description.Parameter.<init>(Ljava/lang/String;Ljava/lang/String;)V
>         at org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:145)
>         at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:366)
>         at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:304)
> WarBasedAxisConfigurator.java:145 
> Parameter enableHttp = new Parameter("enableHTTP", "true");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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