[jira] [Resolved] (AXIS2-5922) the org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference

2018-07-15 Thread Andreas Veithen (JIRA)


 [ 
https://issues.apache.org/jira/browse/AXIS2-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIS2-5922.

Resolution: Not A Problem

> the org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
> reference 
> ---
>
> Key: AXIS2-5922
> URL: https://issues.apache.org/jira/browse/AXIS2-5922
> Project: Axis2
>  Issue Type: Bug
> Environment: solaris
>Reporter: Ramesh Chandra
>Priority: Major
>
> the past few months one of our web services that was created using axis 
> framework randomly throws the below error-, I spent hrs in the internet but 
> no luck
>  
> org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
> reference 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Commented] (AXIS2-5922) the org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference

2018-07-15 Thread Andreas Veithen (JIRA)


[ 
https://issues.apache.org/jira/browse/AXIS2-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544595#comment-16544595
 ] 

Andreas Veithen commented on AXIS2-5922:


Please refer to [https://axis.apache.org/axis2/java/core/docs/app_server.html] 
for instructions about how to run Axis2 in WebSphere Application Server.

> the org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
> reference 
> ---
>
> Key: AXIS2-5922
> URL: https://issues.apache.org/jira/browse/AXIS2-5922
> Project: Axis2
>  Issue Type: Bug
> Environment: solaris
>Reporter: Ramesh Chandra
>Priority: Major
>
> the past few months one of our web services that was created using axis 
> framework randomly throws the below error-, I spent hrs in the internet but 
> no luck
>  
> org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
> reference 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org



[jira] [Resolved] (AXIS2-4833) Modules not getting loaded from classpath in Oracle WebLogic 10.x

2018-07-15 Thread Andreas Veithen (JIRA)


 [ 
https://issues.apache.org/jira/browse/AXIS2-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIS2-4833.

   Resolution: Fixed
Fix Version/s: 1.7.9

> Modules not getting loaded from classpath in Oracle WebLogic 10.x
> -
>
> Key: AXIS2-4833
> URL: https://issues.apache.org/jira/browse/AXIS2-4833
> Project: Axis2
>  Issue Type: Bug
>  Components: deployment
>Affects Versions: 1.5.1, 1.6.2
> Environment: JDK 1.6.0_14, Oracle WebLogic Application Server 10.3, 
> Solaris SunOS 5.10
>Reporter: Joerg
>Priority: Major
> Fix For: 1.7.9
>
> Attachments: AXIS2-4833.patch, bug_4833_pic1.jpg, bug_4833_pic2.jpg
>
>
> I've tried to loading the logging-module from the classpath which did not 
> work on a BEA Weblogic 10.3 (causing a NullPointerException in 
> RepositoryListener, Method loadClassPathModules().
> The problem is similar to AXIS2-4258 (Fix for the WebSphere AppServer) 
> because the BEA container uses a different protocol, too.
> In my case the logging module (named axis2-log-module.jar) is included within 
> EAR-File and the returned URL from the ClassLoader to this resource is:
> zip:/projects/projectname/weblogic10.3/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_AppName_ear/jpclyk/axis2-log-module.jar!/META-INF/module.xml
> I'm not sure if this might be a problem of the BEA ClassLoader 
> (weblogic.utils.classloader.ChangeAwareClassloader) but the returned Scheme 
> is null, which causes a NullPointerException when checking the scheme is not 
> "file".
> Code line 137: if (!moduleURI.getScheme().equals("file")).
> Regards,
> Joerg



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org