掲示板

java.rmi.RemoteException: PermissionChecker not initialized

12年前 に Meenal Sharma によって更新されました。

java.rmi.RemoteException: PermissionChecker not initialized

New Member 投稿: 1 参加年月日: 11/08/19 最新の投稿
Hi All,

I'm using Liferay Portal 6.0.6 on JBoss-5.1.0 server on Tcp port 8080.

I m trying to access the wsdl of document library of liferay on a different machine through a proxy server,using Eclipse but can't access due to the java.rmi.RemoteException : PermissionChecker not initialized error.

The SOAP Request sent is :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="urn:http.service.documentlibrary.portlet.liferay.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <ns0:getFolder>
<folderId soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:long">27918</folderId>
</ns0:getFolder>
</soapenv:Body>
</soapenv:Envelope>

The SOAP Response received is :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.rmi.RemoteException: PermissionChecker not initialized</faultstring>
- <detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">sakura.nechclst.in</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Please help me out as I m stuck with this problem since many days emoticon