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 "Rajeev Dubey (JIRA)" <ji...@apache.org> on 2010/11/22 10:39:14 UTC

[jira] Created: (AXIS2-4893) I am getting an error when running the service by getting the data from Day's CRX repository (Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints)

I am getting an error when running the service by getting the data from Day's CRX repository (Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4893
                 URL: https://issues.apache.org/jira/browse/AXIS2-4893
             Project: Axis2
          Issue Type: Bug
         Environment: JRE 1.5, Tomcat 5.5, Axix 2.1.4, JCR-1.0.jar, jackrabbit-standalone-2.0.2.jar
            Reporter: Rajeev Dubey


I am getting the following error when running the service made to extract the data from Day's CRX repository (CQ 5 Environment). Please suggest me solution urgently.

[INFO] Deploying module: metadataExchange - file:/C:/empservices/JCRAccessClient/WebContent/WEB-INF/lib/mex-1.4.1.jar
Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints
	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
	at employee.GetEmployeeStub.getAllEmployee(GetEmployeeStub.java:183)
	at employee.ServiceCLient.main(ServiceCLient.java:9)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-4893) I am getting an error when running the service by getting the data from Day's CRX repository (Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints)

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-4893.
------------------------------------

    Resolution: Invalid

The error "Class javax/jcr/Repository violates loader constraints" indicates that there is a class loader issue on the server side. Since Axis2 doesn't use the JCR API itself, this is not an Axis2 issue. Please contact the implementor of the service for help.

> I am getting an error when running the service by getting the data from Day's CRX repository (Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints)
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4893
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4893
>             Project: Axis2
>          Issue Type: Bug
>         Environment: JRE 1.5, Tomcat 5.5, Axix 2.1.4, JCR-1.0.jar, jackrabbit-standalone-2.0.2.jar
>            Reporter: Rajeev Dubey
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I am getting the following error when running the service made to extract the data from Day's CRX repository (CQ 5 Environment). Please suggest me solution urgently.
> [INFO] Deploying module: metadataExchange - file:/C:/empservices/JCRAccessClient/WebContent/WEB-INF/lib/mex-1.4.1.jar
> Exception in thread "main" org.apache.axis2.AxisFault: Class javax/jcr/Repository violates loader constraints
> 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
> 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
> 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
> 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
> 	at employee.GetEmployeeStub.getAllEmployee(GetEmployeeStub.java:183)
> 	at employee.ServiceCLient.main(ServiceCLient.java:9)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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