[
https://issues.apache.org/jira/browse/TIKA-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879463#action_12879463
]
Alex Ott commented on TIKA-441:
-------------------------------
Thank you. I understand, that my patch isn't perfect - I hadn't program in Java
at least 5 years and only year ago I started to return to JVM, but I mostly use
Clojure...
> Sometimes, tika not working (crashed) because of null classloader
> -----------------------------------------------------------------
>
> Key: TIKA-441
> URL: https://issues.apache.org/jira/browse/TIKA-441
> Project: Tika
> Issue Type: Bug
> Components: general
> Environment: MS Windows with tika running under Apache Commons Daemon
> (procrun)
> Reporter: Alex Ott
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 0.8
>
> Attachments: classloader-fix.diff
>
>
> I used Tika inside application, that should run as MS Windows service via
> Apache Commons Daemon - procrun
> (http://commons.apache.org/daemon/procrun.html). When it was running under
> procrun, then Thread.currentThread().getContextClassLoader() returned null
> instead ClassLoader's instance. I made a workaround in my app by explicitly
> setting classloader for current thread. I'll attach fix, that should use
> system class loader if getContextClassLoader will return null
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.