1

I'm using OpedDJ LDAP and sometimes i get NegativeArraySizeException(null,-1) while doing search request!

Is there a way to view the full stackTrace when getting exceptions? (Already enabled the logging but still no useful data is displayed!)

Is it possible to do a remote debug on OpenDJ server?

Kind regards

IgalS
  • 31
  • 3

1 Answers1

0

Remote debugging of OpenDJ is possible and is done like any other Java based application. You can find details on OpenDJ wiki : https://wikis.forgerock.org/confluence/display/OPENDJ/Debugging+OpenDJ+server+and+CLI

Also, you could ask the question on OpenDJ mailing list, providing details of the versions installed, the Java VM used and the command that you are using.

Finally, it's unclear to me if the exception is on the client side (in the search) or the server side.

Ludovic Poitou
  • 4,788
  • 2
  • 21
  • 30
  • Thanks for answering! i'll post the question in their mailing list! The exception is thrown from the server(openDJ) and received in the client! – IgalS Jan 15 '15 at 11:35
  • Another question, i need opendj project source in order to debug the code but i can't fetch it anonymously from: http://opendj.forgerock.org/source-repository.html, its asking for user & password? do you know can i fetch the source? – IgalS Jan 15 '15 at 12:18
  • You can access the code anonymously if you look at the trunk: https://svn.forgerock.org/opendj/trunk/opends – Ludovic Poitou Jan 16 '15 at 09:19
  • 2
    Hi Ludovic, we investigated the svn issue and found that it was the fact we were using SVN 1.8 instead of SVN 1.7 to check out the code – Boaz Jan 18 '15 at 09:22