Stephan Bergmann wrote:
in java I get this exception
com.sun.star.lang.DisposedException: com.sun.star.io.IOException: EOF reached - socket,host=localhost,port=8100,localHost=rincewind,localPort=37093,peerHost=localhost,peerPort=8100


at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.invoke(java_remote_bridge.java:282)

at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:170)

com.sun.star.lang.DisposedException: com.sun.star.io.IOException: EOF reached - socket,host=localhost,port=8100,localHost=rincewind,localPort=37093,peerHost=localhost,peerPort=8100

at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.invoke(java_remote_bridge.java:282)

at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:170)



Those exceptions just mean that your Java program has lost its connection to soffice, since soffice has crashed. You need to debug the soffice process to find out what the problem is.

And how do I do that?

is it possible to tell OOo to create a log file or something like that?

I've never debugged a program that is not java before, so i have no idea on how to do that.

/Christian Andersson

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to