Hi Sean,
I don't know anything about -Xrs, since the stack trace in question doesn't have any Batik code. The only clue I see is that it seems to be starting the 'graphics' thread, but that seems in keeping with rasterizing graphics. :/
Sean Roehnelt wrote:
I'm running a server application which uses the -Xrs JVM option on windows and I am getting an exception when I execute transcode() . I'm fairly certain we need the -Xrs option turned on. I just tried running without the -Xrs option and it worked great.
I tried running batik-rasterizer.jar with and without the -Xrs option and was able to reproduce the problem:
-- java -jar batik-rasterizer.jar c:\test.svg About to transcode 1 SVG file(s)
Converting test.svg to c:\test.png ... ... success -- java -Xrs -jar batik-rasterizer.jar c:\test.svg About to transcode 1 SVG file(s)
Converting test.svg to c:\test.png ... java.lang.IllegalArgument Exception: Signal already used by VM: SIGINT at sun.misc.Signal.handle(Unknown Source) at java.lang.Terminator.setup(Unknown Source) at java.lang.Shutdown.add(Unknown Source) at java.lang.Runtime.addShutdownHook(Unknown Source) at sun.awt.windows.WToolkit.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
