Our application has been working fine w/DJNative swing until today. There were security updates applied and we now crash when we create our JWebBrowser. Here's the stacktrace w/some options I saw turned on in other posts.
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2640)
at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2947)
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2957)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1539)
at java.io.ObjectInputStream.readUnshared(ObjectInputStream.java:520)
at chrriis.dj.nativeswing.swtimpl.core.OutProcessSocketsMessagingInterface.readMessageFromChannel(OutProcessSocketsMessagingInterface.java:116)
at chrriis.dj.nativeswing.swtimpl.core.MessagingInterface$2.run(MessagingInterface.java:388)
Native Command: [E:\jpss\apps\active\java\bin\java, -Djava.library.path=.\lib, -Dnativeswing.localhostaddress=127.0.0.1, -Dnativeswing.peervm.debug.printStartMessage=true, -classpath, E:\JPSS\active\oos\UI\lib\DJNativeSwing.jar;E:\JPSS\active\oos\UI\lib\DJNativeSwing-SWT.jar;E:\JPSS\active\oos\UI\lib\org.eclipse.swt.win32.win32.x86_64_3.7.jar, chrriis.dj.nativeswing.swtimpl.NativeInterface, 2, 54107]
NativeSwing[2]: Starting peer VM #2
I've seen similar stacks posted but no resolution to the problem. I'm thinking there is a GPO applied by our security team that's causing this but I have no idea what to look for. Does anyone know what Windows settings might be causing this or a way to work around this crash?
Thanks,
-Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what do you mean by security updates? windows update or firewall/antivirus? we had problems with node32/eset updates and generated some firewall rules (whiltelist exceptions) on the firewall
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Our organization applies security updates that Windows releases and updates some of the tools on our systems. For example they just applied the KB5005573 update from Microsoft and upgraded Firefox to version 78.14.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suspect a network configuration change, or an antivirus that is
interfering with the internal communication channel. Did you try to turn
off the antivirus and/or firewall to check if they are the culprit?
Hi,
Our application has been working fine w/DJNative swing until today. There were security updates applied and we now crash when we create our JWebBrowser. Here's the stacktrace w/some options I saw turned on in other posts.
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2640)
at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2947)
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2957)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1539)
at java.io.ObjectInputStream.readUnshared(ObjectInputStream.java:520)
at chrriis.dj.nativeswing.swtimpl.core.OutProcessSocketsMessagingInterface.readMessageFromChannel(OutProcessSocketsMessagingInterface.java:116)
at chrriis.dj.nativeswing.swtimpl.core.MessagingInterface$2.run(MessagingInterface.java:388)
Native Command: [E:\jpss\apps\active\java\bin\java, -Djava.library.path=.\lib, -Dnativeswing.localhostaddress=127.0.0.1, -Dnativeswing.peervm.debug.printStartMessage=true, -classpath, E:\JPSS\active\oos\UI\lib\DJNativeSwing.jar;E:\JPSS\active\oos\UI\lib\DJNativeSwing-SWT.jar;E:\JPSS\active\oos\UI\lib\org.eclipse.swt.win32.win32.x86_64_3.7.jar, chrriis.dj.nativeswing.swtimpl.NativeInterface, 2, 54107]
NativeSwing[2]: Starting peer VM #2
I've seen similar stacks posted but no resolution to the problem. I'm thinking there is a GPO applied by our security team that's causing this but I have no idea what to look for. Does anyone know what Windows settings might be causing this or a way to work around this crash?
Thanks,
-Mike
what do you mean by security updates? windows update or firewall/antivirus? we had problems with node32/eset updates and generated some firewall rules (whiltelist exceptions) on the firewall
Our organization applies security updates that Windows releases and updates some of the tools on our systems. For example they just applied the KB5005573 update from Microsoft and upgraded Firefox to version 78.14.0.
We still can't figure out what's going on. Are there any settings that we can modify that might make this issue go away?
Hi,
I suspect a network configuration change, or an antivirus that is
interfering with the internal communication channel. Did you try to turn
off the antivirus and/or firewall to check if they are the culprit?
Cheers,
-Christopher
On Thu, Oct 14, 2021 at 3:51 PM Michael Garcia mike-a-garcia@users.sourceforge.net wrote: