Dominik Stadler

Results 77 comments of Dominik Stadler

Are you sure you have a valid .doc file at that point? What happens if you try to parse the document fully?

After a closer look I found the issue, the shadow-jar did not properly have the service-files merged and thus text-extraction was not available fully for some file-types. Should be fixed...

No response, thus closing this for now.

Another fork also implemented this, see https://github.com/pon300/poi-mail-merge/commit/e1a317cef54746933b8b2046f4923a1d42fe1ec0

Same issue here, VisualVM hangs as soon as any application is touched. I with multiple different versions, including current version 2.1.7, `jstack` produces the following thread-dump ``` "AWT-EventQueue-0" #22 prio=6...

It happens consistently when I open visualvm and click on any of the running java processes in the list.

Any hint what to look for based on the stack-trace? I.e. permission handling? JDK version mismatch? Inter-process communication problems? ...

Sorry for the noise. After shutting down things one-by-one I found a Java process in a strange state which also did not react to normal `kill` any more. After removing...

Same here, seems to happen when the response from Slack is not ok and thus there is no full SlackMessageReply, only a SlackReply. ``` final SlackMessageHandle handler = session.sendMessage(channel, null,...