Skip to content

Instantly share code, notes, and snippets.

@macbrayne
Created June 18, 2021 07:01
Show Gist options
  • Save macbrayne/a96142bbc19b48fc51ec8e24a5e4efaa to your computer and use it in GitHub Desktop.
Save macbrayne/a96142bbc19b48fc51ec8e24a5e4efaa to your computer and use it in GitHub Desktop.
Collection of Crashes
2021-06-13 09:06:54 [INFO ]: Using storage method: peewee (aw_server.main:26)
2021-06-13 09:06:54 [INFO ]: Starting up... (aw_server.main:31)
2021-06-13 09:06:54 [INFO ]: Using database file: C:\Users\macbr\AppData\Local\activitywatch\activitywatch\aw-server\peewee-sqlite.v2.db (aw_datastore.storages.peewee:116)
2021-06-13 09:06:54 [ERROR]: [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig (aw_server.server:93)
2021-06-13 09:06:54 [ERROR]: Unhandled exception (root:43)
Traceback (most recent call last):
File "__main__.py", line 3, in <module>
File "aw_server\main.py", line 33, in main
File "aw_server\server.py", line 94, in _start
File "aw_server\server.py", line 91, in _start
File "lib\site-packages\flask\app.py", line 990, in run
File "lib\site-packages\werkzeug\serving.py", line 1012, in run_simple
File "lib\site-packages\werkzeug\serving.py", line 965, in inner
File "lib\site-packages\werkzeug\serving.py", line 823, in make_server
File "lib\site-packages\werkzeug\serving.py", line 701, in __init__
File "socketserver.py", line 452, in __init__
File "http\server.py", line 137, in server_bind
File "socketserver.py", line 466, in server_bind
OSError: [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig
"C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" run dev --scripts-prepend-node-path=auto
> knossos@1.0.0 dev
> nuxt
FATAL listen EACCES: permission denied 127.0.0.1:3000 22:41:44
at Server.setupListenHandle [as _listen2] (node:net:1289:21)
at listenInCluster (node:net:1354:12)
at GetAddrInfoReqWrap.doListen [as callback] (node:net:1492:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:8)
╭────────────────────────────────────────────────────────────╮
│ │
│ ✖ Nuxt Fatal Error │
│ │
│ Error: listen EACCES: permission denied 127.0.0.1:3000 │
│ │
╰────────────────────────────────────────────────────────────╯
Process finished with exit code 1
2021-02-24 08:04:16 DEPRECATED OPTION: --max-routes option ignored.The number of routes is unlimited as of OpenVPN 2.4. This option will be removed in a future version, please remove it from your configuration.
2021-02-24 08:04:16 DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-128-CBC' to --data-ciphers or change --cipher 'AES-128-CBC' to --data-ciphers-fallback 'AES-128-CBC' to silence this warning.
2021-02-24 08:04:16 OpenVPN 2.5.0 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Oct 28 2020
2021-02-24 08:04:16 Windows version 10.0 (Windows 10 or greater) 64bit
2021-02-24 08:04:16 library versions: OpenSSL 1.1.1h 22 Sep 2020, LZO 2.10
2021-02-24 08:04:16 Exiting due to fatal error
2021-02-24 08:04:16 MANAGEMENT: Socket bind failed on local address [AF_INET]127.0.0.1:9701
2021-06-04 13:25:17,436 [ 4097] ERROR - llij.ide.plugins.PluginManager - WebStorm 2021.1.1 Build #WS-211.7142.46
2021-06-04 13:25:17,436 [ 4097] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.10; VM: Dynamic Code Evolution 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-06-04 13:25:17,436 [ 4097] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR -
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - Start Failed
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR -
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - Caused by: java.net.BindException: Address already in use: bind
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/sun.nio.ch.Net.bind0(Native Method)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/sun.nio.ch.Net.bind(Net.java:455)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/sun.nio.ch.Net.bind(Net.java:447)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
2021-06-04 13:25:17,436 [ 4097] INFO - STDERR - at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - ... 1 more
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR -
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - -----
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - Your JRE: 11.0.10+9-b1341.41 amd64 (JetBrains s.r.o.)
2021-06-04 13:25:17,452 [ 4113] INFO - STDERR - C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr
2021-06-04 13:25:21,329 [ 7990] INFO - stubs.SerializationManagerImpl - Start shutting down C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1\index\rep.names
2021-06-04 13:25:21,345 [ 8006] INFO - stubs.SerializationManagerImpl - Finished shutting down C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1\index\rep.names
2021-06-04 13:25:21,345 [ 8006] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2021-06-04 13:25:21,366 [ 8027] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2021-06-04 13:25:21,366 [ 8027] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2021-06-04 13:25:24,154 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2021-06-04 13:25:24,169 [ 15] INFO - llij.ide.gdpr.EndUserAgreement - eua: C:\Users\macbr\AppData\Roaming\JetBrains\PrivacyPolicy\eua.cached
2021-06-04 13:25:24,217 [ 63] INFO - #com.intellij.idea.Main - IDE: WebStorm (build #WS-211.7142.46, 30 Apr 2021 12:17)
2021-06-04 13:25:24,217 [ 63] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2021-06-04 13:25:24,264 [ 110] INFO - #com.intellij.idea.Main - JRE: 11.0.10+9-b1341.41 (JetBrains s.r.o.)
2021-06-04 13:25:24,264 [ 110] INFO - #com.intellij.idea.Main - JVM: 11.0.10+9-b1341.41 (Dynamic Code Evolution 64-Bit Server VM)
2021-06-04 13:25:24,264 [ 110] INFO - #com.intellij.idea.Main - JVM Args: exit -Xms128m -Xmx1966m -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Dide.no.platform.update=true -Dsun.io.useCanonCaches=false -XX:ReservedCodeCacheSize=512m -XX:+UseG1GC -Didea.plugins.path=C:\\Users\\macbr\\AppData\\Local\\JetBrains\\Toolbox\\apps\\WebStorm\\ch-0\\211.7142.46.plugins -Djb.vmOptionsFile=C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46.vmoptions -Djava.library.path=C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr\\bin;C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr\\bin\server -Didea.platform.prefix=WebStorm -Dide.native.launcher=true -Didea.vendor.name=JetBrains -Didea.paths.selector=WebStorm2021.1 -XX:ErrorFile=C:\Users\macbr\java_error_in_webstorm64_%p.log -XX:HeapDumpPath=C:\Users\macbr\java_error_in_webstorm64.hprof
2021-06-04 13:25:24,264 [ 110] INFO - #com.intellij.idea.Main - library path: C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr\\bin;C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr\\bin\server
2021-06-04 13:25:24,264 [ 110] INFO - #com.intellij.idea.Main - boot library path: C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr\bin
2021-06-04 13:25:24,311 [ 157] INFO - #com.intellij.idea.Main - locale=de_DE JNU=Cp1252 file.encoding=Cp1252
idea.config.path=C:\Users\macbr\AppData\Roaming\JetBrains\WebStorm2021.1
idea.system.path=C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1
idea.plugins.path=C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46.plugins
idea.log.path=C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1\log
2021-06-04 13:25:26,195 [ 2041] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 1868 ms
2021-06-04 13:25:26,211 [ 2057] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2021-06-04 13:25:26,493 [ 2339] INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@3d8fa18e[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@1797a151
2021-06-04 13:25:26,524 [ 2370] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins:
The Material Theme UI (id=com.chrisrm.idea.MaterialThemeUI, path=~\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46.plugins\Material Theme, version=5.6.0.1) plugin Plugin 'Material Theme UI' (version '5.6.0.1') is not compatible with the current version of the IDE, because it requires build 203.* or older but the current build is WS-211.7142.46
The Atom Material Icons (id=com.mallowigi, path=~\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46.plugins\Atom File Icons IDEA, version=35.0) plugin Plugin 'Atom Material Icons' (version '35.0') is not compatible with the current version of the IDE, because it requires build 203.* or older but the current build is WS-211.7142.46
2021-06-04 13:25:26,555 [ 2401] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (211.7142.46), com.intellij.platform.images (211.7142.46), HTML Tools (211.7142.46), Refactor-X (211.7142.46), Subversion (211.7142.46), XPathView + XSLT (211.7142.46), IDE Settings Sync (211.7142.46), Machine Learning Code Completion (211.7142.46), Configuration Script (211.7142.46), Copyright (211.7142.46), Diagrams (211.7142.46), Java Server Pages (JSP) (211.7142.46), Windows 10 Light Theme (211.7142.46), Task Management (211.7142.46), Time Tracking (211.7142.46), Performance Testing (211.7142.46), Shared Indexes (211.7142.46), FTP/SFTP Connectivity (ex. Remote Hosts Access) (211.7142.46), File Watchers (211.7142.46), CSS (211.7142.46), W3C Validators (211.7142.46), Less (211.7142.46), Sass (211.7142.46), Stylus (211.7142.46), Mercurial (211.7142.46), WebP Support (211.7142.46), EditorConfig (211.7142.46), Haml (211.7142.46), Terminal (211.7142.46), Git (211.7142.46), ChangeReminder (211.7142.46), GitHub (211.7142.46), Project Shared Indexes (211.7142.46), Code With Me (211.7142.46), SSH Remote Run (211.7142.46), Shell Script (211.7142.46), TextMate Bundles (211.7142.46), Vagrant (211.7142.46), YAML (211.7142.46), Docker (211.7142.46), Settings Repository (211.7142.46), IDE Features Trainer (211.7142.46), IntelliLang (211.7142.46), Gherkin (211.7142.46), Markdown (211.7142.46), Grazie (211.7142.46), JavaScript and TypeScript (211.7142.46), JavaScript Intention Power Pack (211.7142.46), JavaScript Debugger (211.7142.46), Node.js (211.7142.46), Node.js Remote Interpreter (211.7142.46), Live Edit (211.7142.46), Spy-js (211.7142.46), Karma (211.7142.46), Styled Components & Styled JSX (211.7142.46), Polymer & Web Components (211.7142.46), Tailwind CSS (211.7142.46), EJS (211.7142.46), Pug (ex-Jade) (211.7142.46), Cucumber.js (211.7142.46), Prettier (211.7142.46), CoffeeScript (211.7142.46), Vue.js (211.7142.46), TSLint (211.7142.46), Angular and AngularJS (211.7142.46), Handlebars/Mustache (211.7142.46), Meteor (211.7142.46), Cordova (211.7142.46), HTTP Client (211.7142.46)
2021-06-04 13:25:27,493 [ 3339] INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=1946
2021-06-04 13:25:27,524 [ 3370] INFO - ication.options.PathMacrosImpl - Loaded path macros: {}
2021-06-04 13:25:27,524 [ 3370] INFO - tellij.util.io.FileChannelUtil - uninterruptible FileChannels will be used for indexes
2021-06-04 13:25:27,552 [ 3398] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2021-06-04 13:25:27,572 [ 3418] INFO - cation.options.RegistryManager - Registry values changed by user: ide.balloon.shadow.size = 0
2021-06-04 13:25:27,595 [ 3441] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2021-06-04 13:25:28,102 [ 3948] ERROR - llij.ide.plugins.PluginManager - java.net.BindException: Address already in use: bind
java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:455)
at java.base/sun.nio.ch.Net.bind(Net.java:447)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 more
2021-06-04 13:25:28,133 [ 3979] ERROR - llij.ide.plugins.PluginManager - WebStorm 2021.1.1 Build #WS-211.7142.46
2021-06-04 13:25:28,133 [ 3979] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.10; VM: Dynamic Code Evolution 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-06-04 13:25:28,133 [ 3979] ERROR - llij.ide.plugins.PluginManager - OS: Windows 10
2021-06-04 13:25:28,149 [ 3995] INFO - STDERR -
2021-06-04 13:25:28,149 [ 3995] INFO - STDERR - Start Failed
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR -
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - java.util.concurrent.CompletionException: java.net.BindException: Address already in use: bind
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.security.AccessController.doPrivileged(Native Method)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/java.lang.Thread.run(Thread.java:834)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - Caused by: java.net.BindException: Address already in use: bind
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/sun.nio.ch.Net.bind0(Native Method)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/sun.nio.ch.Net.bind(Net.java:455)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/sun.nio.ch.Net.bind(Net.java:447)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
2021-06-04 13:25:28,165 [ 4011] INFO - STDERR - at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - ... 1 more
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR -
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - -----
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - Your JRE: 11.0.10+9-b1341.41 amd64 (JetBrains s.r.o.)
2021-06-04 13:25:28,166 [ 4012] INFO - STDERR - C:\Users\macbr\AppData\Local\JetBrains\Toolbox\apps\WebStorm\ch-0\211.7142.46\jbr
2021-06-04 13:25:30,249 [ 6095] INFO - stubs.SerializationManagerImpl - Start shutting down C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1\index\rep.names
2021-06-04 13:25:30,271 [ 6117] INFO - stubs.SerializationManagerImpl - Finished shutting down C:\Users\macbr\AppData\Local\JetBrains\WebStorm2021.1\index\rep.names
2021-06-04 13:25:30,271 [ 6117] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2021-06-04 13:25:30,287 [ 6133] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2021-06-04 13:25:30,287 [ 6133] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment