IDEA开发工具报错----启动项目报错

发布时间:2019-11-21 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了IDEA开发工具报错----启动项目报错脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

使用idea工具启动tomcat服务器报错:

Error:Abnormal build PRocess termination:  Build process started. Classpath: /C:/Program Files (x86)/Jetbrains/IntelliJ IDEA 15.0.2/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_25/lib/tools.jar;/C:/Program Files (x86)/JetBrains/IntelliJ IDEA 15.0.2/lib/optimizeDFileManager.jar;C:/Program Files (x86)/JetBrains/IntelliJ IDEA 15.0.2/lib/ecj-4.4.jar Error connecting to 127.0.0.1:50770; reason: Address already in use: no further information: /127.0.0.1:50770 java.net.SocketException: Address already in use: no further information: /127.0.0.1:50770     at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)     at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)     at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:225)     at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:289)     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:527)     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:467)     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:381)     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)     at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:42)     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)     at java.lang.Thread.run(Thread.java:745) exiting.

打开火墙设置,找到

IDEA开发工具报错----启动项目报错

在windows的“允许应用通过widows防火墙”中勾选“Java(TM) Platform SE binary”,保存,重启

脚本宝典总结

以上是脚本宝典为你收集整理的IDEA开发工具报错----启动项目报错全部内容,希望文章能够帮你解决IDEA开发工具报错----启动项目报错所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。