On 03/21/2012 02:24 PM, Charles Duffy wrote:
Found one issue (using "strace -f -e trace=file basexhttp"):
BaseX was attempting to look for the file at
$PACKAGE/svnkit/svnkit-wrapper.jar
...whereas I placed it at
$PACKAGE/svnkit-wrapper.jar
However, with this resolved, strace shows that BaseX is successfully locating the wrapper file, but the same XPST0017 error is returned nonetheless.
After rather a fair bit of time spent trying to track this down --
I'm getting a java.lang.ExceptionInInitializerError for reasons related to my code -- not BaseX's fault, and something I can debug myself.
What *is* unfortunate, however, is that BaseX simply performs a "return null" on any Throwable in Reflect.find(), utterly masking / failing to report an underlying error.