jtamiotti / jspf

Automatically exported from code.google.com/p/jspf
0 stars 0 forks source link

Exceptions in Threads are not being catched by jspf #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add a method with the @Thread annotation
2. throw an exception in this thread

What is the expected output? What do you see instead?
expected: stack trace and exception message in the console
actual output:
17.06.2010 12:13:23 net.xeoh.plugins.base.impl.Spawner$2 run
WARNUNG: Error invoking requested thread on plugin 
de.dfki.plugins.implementations.EpocRawDataPluginImplementation
17.06.2010 12:13:23 net.xeoh.plugins.base.impl.Spawner$2 run
WARNUNG: null

What version of the product are you using? On what operating system?
Win XP, latest version

Please provide any additional information below.

Original issue reported on code.google.com by antiHERO...@gmail.com on 17 Jun 2010 at 11:51

GoogleCodeExporter commented 9 years ago
Fixed, should print stack trace now.

Original comment by r.biedert on 17 Jun 2010 at 2:06