Error in starting Wildfly 8.0 server with JDK 1.8

自闭症网瘾萝莉.ら 提交于 2019-12-06 14:16:17

The main error is this one:

Caused by: java.io.FileNotFoundException: C:\Program Files\wildfly-8.0.0.Final\wildfly-8.0.0.Final\standalone\log\boot.log

Check that the file exists and/or there are no permission restrictions which might stop Java from creating that file.

The final line in your question:

22 more Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

Seems to suggest that WildFly 8.0 is not Java 8 certified. That is, it was not designed to run on Java 8 so, while there is every likelihood that it will start under Java 8, there may be some unexpected behaviour.

I would recommend that, if possible, you either upgrade your WildFly to the latest stable release (8.2 as of this date) or if that isn't possible, downgrade your Java version to 7.

BenRowley

Are you using windows 10?

Similar issue with windows10

If so, try starting the server through the Command Prompt (admin) rather than just normal cmd.

To access this, just right click Start and you will see it.

Thanks, Ben

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!