RoyMacLean
2017-03-06 08:50:19 UTC
[Apologies for re-posting, but I'm still stuck on this]
In a newly installed 3.0, I'm getting the error:
Failed to invoke method getSubCollectionPermissions in class
org.exist.xmlrpc.RpcConnection: null
when I try to open the /db/apps collection in the Java Admin Client (in
eXide, it simply has no contents). The apps are present and run - I just
can't see them. The data collections are ok.
I've found previous threads on this, but they're not very clear on what the
fix is.
Thanks for any help.
Full error trace below.
-----------------------------------------------------------------
Failed to invoke method getSubCollectionPermissions in class
org.exist.xmlrpc.RpcConnection: null
---------------------------------------
org.xmldb.api.base.XMLDBException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:333)
at
org.exist.xmldb.RemoteUserManagementService.getSubCollectionPermissions(RemoteUserManagementService.java:421)
at
org.exist.client.InteractiveClient.getResources(InteractiveClient.java:368)
at org.exist.client.InteractiveClient.process(InteractiveClient.java:552)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1524)
Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:197)
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:156)
at
org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
at
org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69)
at
org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:324)
... 4 more
Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:197)
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:156)
at
org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
at
org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69)
at
org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:324)
at
org.exist.xmldb.RemoteUserManagementService.getSubCollectionPermissions(RemoteUserManagementService.java:421)
at
org.exist.client.InteractiveClient.getResources(InteractiveClient.java:368)
at org.exist.client.InteractiveClient.process(InteractiveClient.java:552)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1524)
--
View this message in context: http://exist.2174344.n4.nabble.com/Error-Failed-to-invoke-method-getSubCollectionPermissions-in-class-org-exist-xmlrpc-RpcConnection-nul-tp4671607.html
Sent from the exist-open mailing list archive at Nabble.com.
In a newly installed 3.0, I'm getting the error:
Failed to invoke method getSubCollectionPermissions in class
org.exist.xmlrpc.RpcConnection: null
when I try to open the /db/apps collection in the Java Admin Client (in
eXide, it simply has no contents). The apps are present and run - I just
can't see them. The data collections are ok.
I've found previous threads on this, but they're not very clear on what the
fix is.
Thanks for any help.
Full error trace below.
-----------------------------------------------------------------
Failed to invoke method getSubCollectionPermissions in class
org.exist.xmlrpc.RpcConnection: null
---------------------------------------
org.xmldb.api.base.XMLDBException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:333)
at
org.exist.xmldb.RemoteUserManagementService.getSubCollectionPermissions(RemoteUserManagementService.java:421)
at
org.exist.client.InteractiveClient.getResources(InteractiveClient.java:368)
at org.exist.client.InteractiveClient.process(InteractiveClient.java:552)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1524)
Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:197)
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:156)
at
org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
at
org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69)
at
org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:324)
... 4 more
Caused by: org.apache.xmlrpc.XmlRpcException: Failed to invoke method
getSubCollectionPermissions in class org.exist.xmlrpc.RpcConnection: null
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:197)
at
org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:156)
at
org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
at
org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69)
at
org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)
at
org.exist.xmldb.RemoteCollection.getSubCollectionPermissions(RemoteCollection.java:324)
at
org.exist.xmldb.RemoteUserManagementService.getSubCollectionPermissions(RemoteUserManagementService.java:421)
at
org.exist.client.InteractiveClient.getResources(InteractiveClient.java:368)
at org.exist.client.InteractiveClient.process(InteractiveClient.java:552)
at org.exist.client.ClientFrame$ProcessThread.run(ClientFrame.java:1524)
--
View this message in context: http://exist.2174344.n4.nabble.com/Error-Failed-to-invoke-method-getSubCollectionPermissions-in-class-org-exist-xmlrpc-RpcConnection-nul-tp4671607.html
Sent from the exist-open mailing list archive at Nabble.com.