2020-02-06 09:57:02,317 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2020-02-06 09:57:02,359 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2020-02-06 09:57:02,359 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2020-02-06 09:57:02,360 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2020-02-06 09:57:02,360 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2020-02-06 09:57:02,371 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2020-02-06 09:57:02,371 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2020-02-06 09:57:02,372 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2020-02-06 09:57:02,372 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2020-02-06 09:57:02,372 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-02-06 09:57:02,372 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2020-02-06 09:57:02,372 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2020-02-06 09:57:02,373 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-02-06 09:57:02,373 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-02-06 09:57:02,373 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2020-02-06 09:57:02,373 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2020-02-06 09:57:02,373 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2020-02-06 09:57:02,374 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-02-06 09:57:02,375 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2020-02-06 09:57:02,376 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2020-02-06 09:57:02,376 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2020-02-06 09:57:02,379 DEBUG [main] AppData - Replacing {appData} with C:\Users\vlorenzo\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-02-06 09:57:02,384 INFO [main] ProxyManager - Applying proxy configuration from file 2020-02-06 09:57:02,384 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\vlorenzo\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2020-02-06 09:57:02,384 INFO [main] ProxyManager - File doesn't exist, using defaults 2020-02-06 09:57:02,385 INFO [main] ProxyManager - Applying system default proxy settings 2020-02-06 09:57:02,387 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2020-02-06 09:57:02,388 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2020-02-06 09:57:02,388 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2020-02-06 09:57:03,948 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2020-02-06 09:57:03,951 INFO [main] ProxyManager - Not applying empty or partial credentials 2020-02-06 09:57:03,952 INFO [main] ProxyUtils - Logging active proxy configuration 2020-02-06 09:57:03,952 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2020-02-06 09:57:03,954 INFO [main] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:03,954 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2020-02-06 09:57:03,954 INFO [main] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:03,954 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2020-02-06 09:57:03,954 INFO [main] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:03,954 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2020-02-06 09:57:03,955 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:03,955 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-02-06 09:57:03,964 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2020-02-06 09:57:04,058 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2020-02-06 09:57:04,088 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2020-02-06 09:57:04,089 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2020-02-06 09:57:04,089 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2020-02-06 09:57:04,089 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2020-02-06 09:57:04,272 DEBUG [main] AppData - Replacing {appData} with C:\Users\vlorenzo\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2020-02-06 09:57:04,309 INFO [main] Server - jetty-8.1.9.v20130131 2020-02-06 09:57:04,450 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2020-02-06 09:57:04,634 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2020-02-06 09:57:04,634 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2020-02-06 09:57:04,767 DEBUG [main] LocalTunnelListener - Tray icon installed 2020-02-06 09:57:04,767 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2020-02-06 09:57:04,767 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2020-02-06 09:57:04,767 DEBUG [main] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:04,767 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2020-02-06 09:57:04,767 DEBUG [main] AppData - Replacing {appData} with C:\Users\vlorenzo\AppData\Roaming in string: --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-02-06 09:57:04,767 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\vlorenzo\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2020-02-06 09:57:06,196 INFO [qtp15058505-32] MainResource - GET: / 2020-02-06 09:57:06,196 DEBUG [qtp15058505-32] MainResource - Configuring freemarker template: /frame.ftl 2020-02-06 09:57:06,492 DEBUG [qtp15058505-29] MainResource - GET: /stylesheet.css 2020-02-06 09:57:06,547 DEBUG [qtp15058505-31] MainResource - GET: /main.do 2020-02-06 09:57:06,573 INFO [qtp15058505-31] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-02-06 09:57:06,871 INFO [qtp15058505-31] MainResource - Exception while trying to reach URI: https://quickconnect.ra.netbiter.net, java.net.UnknownHostException: quickconnect.ra.netbiter.net 2020-02-06 09:57:06,879 DEBUG [qtp15058505-31] MainResource - Exception details: javax.ws.rs.ProcessingException: java.net.UnknownHostException: quickconnect.ra.netbiter.net at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:184) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:227) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:655) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:652) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:228) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:422) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:652) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:387) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$Builder.head(JerseyInvocation.java:351) ~[jersey-client-2.5.1.jar:na] at se.hms.bifrost.tunnel.local.infra.http.ui.MainResource.getStatusCodeForUri(MainResource.java:390) [localtunnelservice-0.5.163.jar:0.5.163] at se.hms.bifrost.tunnel.local.infra.http.ui.MainResource.getMain(MainResource.java:146) [localtunnelservice-0.5.163.jar:0.5.163] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_40] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_40] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_40] at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_40] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:151) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:152) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:104) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:402) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:349) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:106) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:267) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:318) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:236) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1010) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:373) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:382) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:345) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:220) [jersey-container-servlet-core-2.5.1.jar:na] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:247) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:210) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.Server.handle(Server.java:368) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:932) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:994) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640) [jetty-http-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) [jetty-http-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) [jetty-io-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) [jetty-io-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) [jetty-util-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) [jetty-util-8.1.9.v20130131.jar:8.1.9.v20130131] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_40] Caused by: java.net.UnknownHostException: quickconnect.ra.netbiter.net at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[na:1.8.0_40] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[na:1.8.0_40] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_40] at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_40] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:656) ~[na:1.8.0_40] at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[na:1.8.0_40] at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) ~[na:1.8.0_40] at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371) ~[na:1.8.0_40] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998) ~[na:1.8.0_40] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[na:1.8.0_40] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[na:1.8.0_40] at org.glassfish.jersey.client.HttpUrlConnector._apply(HttpUrlConnector.java:276) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:182) ~[jersey-client-2.5.1.jar:na] ... 63 common frames omitted 2020-02-06 09:57:06,880 INFO [qtp15058505-31] MainResource - Error while trying to reach quickconnect, going offline 2020-02-06 09:57:06,889 INFO [qtp15058505-28] MainResource - GET: /offline.html 2020-02-06 09:57:06,937 DEBUG [qtp15058505-30] MainResource - GET: /stylesheet.css 2020-02-06 09:57:07,036 DEBUG [qtp15058505-29] MainResource - GET: /app.ico 2020-02-06 09:57:07,093 DEBUG [qtp15058505-31] MainResource - GET: /app.ico 2020-02-06 09:57:13,682 DEBUG [qtp15058505-29] MainResource - GET: /main.do 2020-02-06 09:57:13,683 INFO [qtp15058505-29] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-02-06 09:57:13,733 INFO [qtp15058505-29] MainResource - Exception while trying to reach URI: https://quickconnect.ra.netbiter.net, java.net.UnknownHostException: quickconnect.ra.netbiter.net 2020-02-06 09:57:13,737 DEBUG [qtp15058505-29] MainResource - Exception details: javax.ws.rs.ProcessingException: java.net.UnknownHostException: quickconnect.ra.netbiter.net at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:184) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:227) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:655) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:652) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:228) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:422) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:652) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:387) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.JerseyInvocation$Builder.head(JerseyInvocation.java:351) ~[jersey-client-2.5.1.jar:na] at se.hms.bifrost.tunnel.local.infra.http.ui.MainResource.getStatusCodeForUri(MainResource.java:390) [localtunnelservice-0.5.163.jar:0.5.163] at se.hms.bifrost.tunnel.local.infra.http.ui.MainResource.getMain(MainResource.java:146) [localtunnelservice-0.5.163.jar:0.5.163] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_40] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_40] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_40] at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_40] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:151) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:152) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:104) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:402) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:349) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:106) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.internal.Errors.process(Errors.java:267) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:318) [jersey-common-2.5.1.jar:na] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:236) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1010) [jersey-server-2.5.1.jar:na] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:373) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:382) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:345) [jersey-container-servlet-core-2.5.1.jar:na] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:220) [jersey-container-servlet-core-2.5.1.jar:na] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:247) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:210) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.Server.handle(Server.java:368) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:932) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:994) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640) [jetty-http-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) [jetty-http-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [jetty-all-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) [jetty-io-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) [jetty-io-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) [jetty-util-8.1.9.v20130131.jar:8.1.9.v20130131] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) [jetty-util-8.1.9.v20130131.jar:8.1.9.v20130131] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_40] Caused by: java.net.UnknownHostException: quickconnect.ra.netbiter.net at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[na:1.8.0_40] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[na:1.8.0_40] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_40] at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_40] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:656) ~[na:1.8.0_40] at sun.net.NetworkClient.doConnect(NetworkClient.java:175) ~[na:1.8.0_40] at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) ~[na:1.8.0_40] at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:275) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371) ~[na:1.8.0_40] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998) ~[na:1.8.0_40] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512) ~[na:1.8.0_40] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) ~[na:1.8.0_40] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[na:1.8.0_40] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338) ~[na:1.8.0_40] at org.glassfish.jersey.client.HttpUrlConnector._apply(HttpUrlConnector.java:276) ~[jersey-client-2.5.1.jar:na] at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:182) ~[jersey-client-2.5.1.jar:na] ... 63 common frames omitted 2020-02-06 09:57:13,738 INFO [qtp15058505-29] MainResource - Error while trying to reach quickconnect, going offline 2020-02-06 09:57:13,745 INFO [qtp15058505-31] MainResource - GET: /offline.html 2020-02-06 09:57:13,785 DEBUG [qtp15058505-32] MainResource - GET: /stylesheet.css 2020-02-06 09:57:28,825 DEBUG [qtp15058505-29] MainResource - GET: /main.do 2020-02-06 09:57:28,825 INFO [qtp15058505-29] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2020-02-06 09:57:30,307 INFO [qtp15058505-29] MainResource - Response: 200 2020-02-06 09:57:30,307 INFO [qtp15058505-29] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2020-02-06 09:57:30,954 DEBUG [qtp15058505-30] LocalTunnelServiceResource - Got request for SSE. 2020-02-06 09:57:30,961 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-02-06 09:57:31,161 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-02-06 09:57:39,859 DEBUG [qtp15058505-28] LocalTunnelServiceResource - Got request for SSE. 2020-02-06 09:57:39,859 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2020-02-06 09:57:39,859 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-02-06 09:57:47,294 INFO [qtp15058505-33] BasicTunnelClientApplicationService - Opening tunnel to i-08600deb044e2b78f.ra.netbiter.net 2020-02-06 09:57:47,295 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAC306} 2020-02-06 09:57:47,296 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAC306} 2020-02-06 09:57:47,297 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=null, status=CONNECTING}} 2020-02-06 09:57:47,298 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=null, status=CONNECTING}} 2020-02-06 09:57:47,307 INFO [qtp15058505-33] JettyWebSocketConnector - Connecting to "wss://i-08600deb044e2b78f.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=81175090&id=MCollins&secret=6512c0ce11b17b0c48e9e83a14150895". 2020-02-06 09:57:47,309 DEBUG [qtp15058505-33] proxy - === BEGIN PROXY === 2020-02-06 09:57:47,309 DEBUG [qtp15058505-33] ProxyUtils - Getting proxy list for URI: https://i-08600deb044e2b78f.ra.netbiter.net:443 2020-02-06 09:57:47,340 DEBUG [qtp15058505-33] ProxyUtils - Proxy: DIRECT 2020-02-06 09:57:47,340 DEBUG [qtp15058505-33] ProxyUtils - Selected proxy: DIRECT 2020-02-06 09:57:47,340 INFO [qtp15058505-33] proxy - No proxy needed, connecting directly to https://i-08600deb044e2b78f.ra.netbiter.net:443 2020-02-06 09:57:47,341 DEBUG [qtp15058505-33] proxy - === END PROXY === 2020-02-06 09:57:48,204 DEBUG [qtp15058505-33] JettyWebSocketConnector - Connected. 2020-02-06 09:57:48,210 DEBUG [qtp5592464-15] WebSocketTunnelSegment - Tunnel expected to close at 2020-02-06T16:57:43.101Z due to TIME_TO_LIVE_EXPIRED 2020-02-06 09:57:48,236 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-02-06T16:57:43.101Z} 2020-02-06 09:57:48,246 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-02-06T16:57:43.101Z} 2020-02-06 09:58:05,763 INFO [qtp5592464-14] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t81175090 2020-02-06 09:58:05,764 INFO [t81175090] LocalTunnelListener - Tunnel established 2020-02-06 09:58:05,764 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FAC306, connectedAt=2020-02-06T08:58:05.764Z} 2020-02-06 09:58:05,765 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FAC306, connectedAt=2020-02-06T08:58:05.764Z} 2020-02-06 09:58:05,765 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=2020-02-06T08:58:05.764Z, status=CONNECTED}} 2020-02-06 09:58:05,767 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=2020-02-06T08:58:05.764Z, status=CONNECTED}} 2020-02-06 09:58:48,339 DEBUG [Timer-1] HeartBeatWebSocketInput - Sending heartbeat on websocket TARGET@t81175090 2020-02-06 09:59:04,846 DEBUG [qtp5592464-19] WebSocketTunnelSegment - Tunnel closing due to OK 2020-02-06 09:59:04,846 INFO [t81175090] LocalTunnelSegment - Channels and factories closed 2020-02-06 09:59:04,847 INFO [t81175090] LocalTunnelListener - Tunnel disconnected, reason: OK 2020-02-06 09:59:04,847 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=OK} 2020-02-06 09:59:04,852 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {reason=OK} 2020-02-06 09:59:04,853 DEBUG [qtp5592464-13 Selector0] WebSocketTunnelSegment - onClose called. code: 1006 2020-02-06 09:59:04,855 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-02-06 09:59:04,856 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2020-02-06 09:59:04,884 INFO [t81175090] LocalTunnelListener - Tunnel disconnected, reason: UNKNOWN 2020-02-06 09:59:04,964 INFO [qtp15058505-28] BasicTunnelClientApplicationService - Closing tunnel to i-08600deb044e2b78f.ra.netbiter.net 2020-02-06 09:59:04,964 DEBUG [qtp15058505-28] ClientTunnel - Rejected execution of close. 2020-02-06 09:59:04,964 INFO [qtp15058505-28] BasicTunnelClientApplicationService - Opening tunnel to i-0a7573c69ea7e224a.ra.netbiter.net 2020-02-06 09:59:04,964 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAC306} 2020-02-06 09:59:04,964 INFO [qtp15058505-28] JettyWebSocketConnector - Connecting to "wss://i-0a7573c69ea7e224a.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=201004349&id=MCollins&secret=310fcb27d94eb122ef9bb82c8e4bb9ba". 2020-02-06 09:59:04,965 DEBUG [qtp15058505-28] proxy - === BEGIN PROXY === 2020-02-06 09:59:04,965 DEBUG [qtp15058505-28] ProxyUtils - Getting proxy list for URI: https://i-0a7573c69ea7e224a.ra.netbiter.net:443 2020-02-06 09:59:04,965 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FAC306} 2020-02-06 09:59:04,965 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=null, status=CONNECTING}} 2020-02-06 09:59:04,965 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FAC306, channels={}, connectedAt=null, status=CONNECTING}} 2020-02-06 09:59:05,024 DEBUG [qtp15058505-28] ProxyUtils - Proxy: DIRECT 2020-02-06 09:59:05,024 DEBUG [qtp15058505-28] ProxyUtils - Selected proxy: DIRECT 2020-02-06 09:59:05,025 INFO [qtp15058505-28] proxy - No proxy needed, connecting directly to https://i-0a7573c69ea7e224a.ra.netbiter.net:443 2020-02-06 09:59:05,025 DEBUG [qtp15058505-28] proxy - === END PROXY === 2020-02-06 09:59:05,770 DEBUG [qtp15058505-28] JettyWebSocketConnector - Connected. 2020-02-06 09:59:05,770 DEBUG [qtp5592464-17] WebSocketTunnelSegment - Tunnel expected to close at 2020-02-06T16:59:01.871Z due to TIME_TO_LIVE_EXPIRED 2020-02-06 09:59:05,772 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-02-06T16:59:01.871Z} 2020-02-06 09:59:05,774 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2020-02-06T16:59:01.871Z} 2020-02-06 09:59:54,714 DEBUG [AWT-EventQueue-0] LocalTunnelListener - Tray icon uninstalled 2020-02-06 09:59:54,714 INFO [AWT-EventQueue-0] BrowserTunnelListener - Stopping browser 2020-02-06 09:59:54,715 INFO [Thread-12] Server - Graceful shutdown SelectChannelConnector@localhost:8091 2020-02-06 09:59:54,715 INFO [Thread-12] Server - Graceful shutdown o.e.j.s.ServletContextHandler{/,null} 2020-02-06 09:59:55,744 INFO [Thread-12] ContextHandler - stopped o.e.j.s.ServletContextHandler{/,null} 2020-02-06 09:59:55,798 INFO [Thread-12] ShutdownThread - shutdown already commenced 2020-02-06 09:59:55,798 INFO [Thread-12] LocalTunnelServiceServer - LocalTunnelService stopped 2020-02-06 09:59:55,799 DEBUG [Thread-12] LocalTunnelListener - Tray icon not installed, nothing to uninstall 2020-02-06 09:59:55,799 DEBUG [Thread-12] BrowserTunnelListener - Browser not started, not stopping