[main ] [2020-09-07 14:27:15] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:27:18] INFO com.justinmind.prototyper - Xmx set to 1024m on C:\Program Files (x86)\Justinmind\Justinmind Prototyper 8.7.8\JustinmindPrototyper.ini. Available memory: 8491741184 allocatable memory: 6793392880(80%) memory to allocate: 1073741824 [main ] [2020-09-07 14:27:18] INFO com.justinmind.metrics - {type=CLOSED, use_time=1599478038637} [main ] [2020-09-07 14:27:20] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:27:23] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:27:24] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:27:24] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:27:24] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:27:24] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:27:25] INFO com.justinmind.metrics - {type=CLOSED, use_time=1599478045042} [main ] [2020-09-07 14:27:26] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:27:28] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:27:29] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:27:29] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:27:29] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:27:29] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:27:30] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-07 14:27:34] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. org.apache.http.conn.HttpHostConnectException: Connect to www.justinmind.com:443 [www.justinmind.com/54.192.229.3, www.justinmind.com/54.192.229.32, www.justinmind.com/54.192.229.88, www.justinmind.com/54.192.229.44] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.evc.igu.main.n.a(n.java) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ... 30 more [main ] [2020-09-07 14:27:35] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-07 14:27:35] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-07 14:27:52] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. org.apache.http.conn.HttpHostConnectException: Connect to www.justinmind.com:443 [www.justinmind.com/54.192.229.3, www.justinmind.com/54.192.229.32, www.justinmind.com/54.192.229.88, www.justinmind.com/54.192.229.44] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.usernote.AbstractUsernoteAction.checkProductActivation(AbstractUsernoteAction.java) at com.justinmind.usernote.AbstractUsernoteAction.run(AbstractUsernoteAction.java) at com.justinmind.usernote.shared.v.run(v.java) at com.justinmind.usernote.shared.cb.run(cb.java) at com.justinmind.evc.igu.main.presentation.n.mouseUp(n.java) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ... 46 more [main ] [2020-09-07 14:28:22] INFO com.justinmind.metrics - {type=CLOSED, use_time=47543} [main ] [2020-09-07 14:28:23] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:28:26] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:28:28] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:28:28] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:28:28] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:28:28] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:28:28] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-07 14:28:29] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-07 14:28:29] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-07 14:29:01] INFO com.justinmind.metrics - {type=CLOSED, use_time=32591} [main ] [2020-09-07 14:29:01] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:31:20] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:31:21] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:31:21] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:31:21] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:31:21] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:31:22] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-07 14:31:22] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-07 14:31:22] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-07 14:33:31] INFO com.justinmind.metrics - {type=CLOSED, use_time=128521} [main ] [2020-09-07 14:33:31] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:33:36] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:33:37] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:33:37] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:33:37] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:33:37] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:33:38] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-07 14:33:39] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-07 14:33:39] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-07 14:33:56] INFO com.justinmind.metrics - {type=CLOSED, use_time=17249} [main ] [2020-09-07 14:33:59] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-07 14:34:00] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-07 14:34:00] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-07 14:34:00] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-07 14:34:00] INFO com.justinmind.prototyper - restart [main ] [2020-09-07 14:34:01] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-07 14:34:01] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-07 14:34:50] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.evc.igu.main.n.a(n.java) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-07 14:34:50] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-07 14:34:50] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-07 14:37:12] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.usernote.AbstractUsernoteAction.checkProductActivation(AbstractUsernoteAction.java) at com.justinmind.usernote.AbstractUsernoteAction.run(AbstractUsernoteAction.java) at com.justinmind.usernote.shared.v.run(v.java) at com.justinmind.usernote.shared.cb.run(cb.java) at com.justinmind.evc.igu.main.presentation.n.mouseUp(n.java) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-07 14:44:15] INFO com.justinmind.metrics - {type=CLOSED, use_time=565110} [main ] [2020-09-07 14:44:15] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-08 16:43:14] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-08 16:43:15] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-08 16:43:15] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-08 16:43:15] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-08 16:43:15] INFO com.justinmind.prototyper - restart [main ] [2020-09-08 16:43:16] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-08 16:43:17] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-08 16:43:17] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-08 16:45:12] INFO com.justinmind.metrics - {type=CLOSED, use_time=115241} [main ] [2020-09-08 16:45:12] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-08 16:47:15] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-08 16:47:16] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-08 16:47:16] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-08 16:47:16] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-08 16:47:16] INFO com.justinmind.prototyper - restart [main ] [2020-09-08 16:47:17] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-08 16:47:17] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-08 16:47:17] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-08 16:47:36] INFO com.justinmind.metrics - {type=CLOSED, use_time=18935} [main ] [2020-09-08 16:47:36] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-08 16:56:41] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-08 16:56:42] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-08 16:56:42] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-08 16:56:42] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-08 16:56:42] INFO com.justinmind.prototyper - restart [main ] [2020-09-08 16:56:43] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-08 16:56:43] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-08 16:56:43] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-08 16:57:04] INFO com.justinmind.metrics - {type=CLOSED, use_time=20373} [main ] [2020-09-08 16:57:04] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-08 16:57:07] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-08 16:57:09] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-08 16:57:09] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-08 16:57:09] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-08 16:57:09] INFO com.justinmind.prototyper - restart [main ] [2020-09-08 16:57:09] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-08 16:57:10] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-08 16:57:10] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-08 16:57:22] INFO com.justinmind.metrics - {type=CLOSED, use_time=11999} [main ] [2020-09-08 16:57:25] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-08 16:57:26] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-08 16:57:26] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-08 16:57:26] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-08 16:57:26] INFO com.justinmind.prototyper - restart [main ] [2020-09-08 16:57:27] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-08 16:57:27] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-08 16:58:13] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.evc.igu.main.n.a(n.java) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-08 16:58:14] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-08 16:58:14] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-08 17:00:29] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.usernote.AbstractUsernoteAction.checkProductActivation(AbstractUsernoteAction.java) at com.justinmind.usernote.AbstractUsernoteAction.run(AbstractUsernoteAction.java) at com.justinmind.usernote.shared.v.run(v.java) at com.justinmind.usernote.shared.cb.run(cb.java) at com.justinmind.evc.igu.main.presentation.n.mouseUp(n.java) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-09 08:06:31] INFO com.justinmind.metrics - {type=CLOSED, use_time=54496861} [main ] [2020-09-09 08:06:36] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper [main ] [2020-09-10 14:26:02] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-10 14:26:06] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-10 14:26:06] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-10 14:26:06] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-10 14:26:06] INFO com.justinmind.prototyper - restart [main ] [2020-09-10 14:26:09] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-10 14:26:58] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.evc.igu.main.n.a(n.java) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-10 14:27:00] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-10 14:27:00] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-10 14:30:25] INFO com.justinmind.prototyper - START Justinmind Prototyper [main ] [2020-09-10 14:30:26] INFO com.justinmind.prototyper - SWAP Normal [main ] [2020-09-10 14:30:26] INFO com.justinmind.prototyper - SWAP HIDPI [main ] [2020-09-10 14:30:26] INFO com.justinmind.prototyper - restar? false [main ] [2020-09-10 14:30:26] INFO com.justinmind.prototyper - restart [main ] [2020-09-10 14:30:27] INFO com.justinmind.metrics - {type=OPENED, hostname=ldx032230, user=simmar2, install_id=-791212784, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768} [main ] [2020-09-10 14:31:15] ERROR com.justinmind.usernoteclient.UsernoteClient - Error connecting to Usernote while checking internet connection. java.net.SocketException: Malformed reply from SOCKS server at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:129) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:460) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:337) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) at org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at com.justinmind.usernoteclient.UsernoteClient.checkConnection(UsernoteClient.java:1119) at com.justinmind.evc.igu.main.n.d(n.java) at com.justinmind.evc.igu.main.n.a(n.java) at com.justinmind.evc.igu.main.Application.run(Application.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438) [main ] [2020-09-10 14:31:15] INFO com.justinmind.metrics - {type=PC_INFO, hostname=ldx032230, user=simmar2, install_id=-791212784, license=E15BBE3D9B7F1159C588D414C362346F, os=Windows 8, os_version=6.2, arch=x86, osarch=64, country=US, language=en, product=Prototyper Pro, version=8.7.8, java_version=1.8.0_25-b18, cpu=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86, dpi=96, displays=1, resolution=1024x768, user_id=null, name=null, username=null, account_id=null, role=null, status=TRIAL} [main ] [2020-09-10 14:31:15] INFO com.justinmind.metrics - {type=STARTED} [main ] [2020-09-10 14:32:10] INFO com.justinmind.metrics - {type=CLOSED, use_time=54464} [main ] [2020-09-10 14:32:10] INFO com.justinmind.prototyper - EXIT Justinmind Prototyper