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 "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2006/11/09 19:28:39 UTC

[jira] Created: (AXIS2-1662) Classloading issues with Rampart

Classloading issues with Rampart
--------------------------------

                 Key: AXIS2-1662
                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: Tomcat 5.5.15
FC5
            Reporter: Rajith Attapattu
            Priority: Blocker
             Fix For: 1.1


ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 

Therefore we seem to have an issue with the module class loader.
However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.

Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.

Thanks,

Rajith

-- 
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-1662) Classloading issues with Rampart

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

Deepal Jayasinghe resolved AXIS2-1662.
--------------------------------------

    Resolution: Fixed

It seems issue is fixed , if not so please re-open

Thanks
Deepal

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.2
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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] Updated: (AXIS2-1662) Classloading issues with Rampart

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

Davanum Srinivas updated AXIS2-1662:
------------------------------------

    Priority: Critical  (was: Blocker)

Not a blocker for Axis 1.1 release.

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>            Priority: Critical
>             Fix For: 1.1
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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-1662) Classloading issues with Rampart

Posted by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12451117 ] 
            
Ruchith Udayanga Fernando commented on AXIS2-1662:
--------------------------------------------------

Hi Rajith,

Can you please verify whether this is issue is still there with Axis2-1.1 and rampart-1.1-SNAPSHOT.mar ?

Thanks,
Ruchith

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.2
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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] Updated: (AXIS2-1662) Classloading issues with Rampart

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

Deepal Jayasinghe updated AXIS2-1662:
-------------------------------------

    Fix Version/s: 1.2
                       (was: 1.1)

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.2
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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-1662) Classloading issues with Rampart

Posted by "Rajith Attapattu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12451322 ] 
            
Rajith Attapattu commented on AXIS2-1662:
-----------------------------------------

Hi Ruchith,

I am still seeing that problem. I don't know whether it's tomcat related or not.
I didn't have time to test on jetty.

But this could very well be an issue with my tomcat version.

Regards,

Rajith

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.2
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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-1662) Classloading issues with Rampart

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1662?page=comments#action_12456205 ] 
            
Deepal Jayasinghe commented on AXIS2-1662:
------------------------------------------

Hi Rajith ;
do you still have the problem , if not pls close the issue.

Thanks
Deepal

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.2
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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] Assigned: (AXIS2-1662) Classloading issues with Rampart

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

Davanum Srinivas reassigned AXIS2-1662:
---------------------------------------

    Assignee: Ruchith Udayanga Fernando

> Classloading issues with Rampart
> --------------------------------
>
>                 Key: AXIS2-1662
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1662
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Tomcat 5.5.15
> FC5
>            Reporter: Rajith Attapattu
>         Assigned To: Ruchith Udayanga Fernando
>            Priority: Critical
>             Fix For: 1.1
>
>
> ClassNotFoundExceptions are thrown when accessing classes that are available within the module archive (inside the module/lib directory)
> Once u manually copy these files to ../webapps/axis2/WEB-INF/lib it works fine. 
> Therefore we seem to have an issue with the module class loader.
> However the person who reported a simillar issue was running tomcat 5.5.x , and Ruchith mentioned that this works with tomcat 5.
> Can somebody with Tomcat 5 (not 5.5.x) please verify this claim to isolate whether the issue is with Axis2 or Tomcat 5.5.15.
> Thanks,
> Rajith

-- 
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