Compusum 1.5.SNAPSHOT 'Check the ACLs' error at login

2016-03-28 Thread mduduzik
I've been playing with browser/explorer component, composum. It works great when launched from server/desktop sling launcher8. The problem is when deployed within launcher8 running in a docker container - keep running into an error at login: Check the ACLs. The assets located in '/lib/jslibs'

RE: Out of memory during query

2016-03-28 Thread Roll, Kevin
Yes, I have analyzed several heap dumps and it is all NodeId, HashMap$Entry, NameSet, ChildNodeEntry, NodeState, etc. When observing with a profiler, the moment the query starts I see memory shoot up, hit the heap limit, thrash for a little while, and then run out. -Original Message-

Re: Out of memory during query

2016-03-28 Thread Chetan Mehrotra
> select * from [nt:base] where uploadToImageManagerFlag = true Logically this query should not consume much memory (no order by also). Given that its JR 1.0 (per comments above Jackrabbit 1.0, not Oak) cannot say much on how it works and how to get it perform better. Have you analyed heap dump