简体   繁体   中英

IntelliJ Idea lost suddenly JBOSS management port configuration

I didn't touch any configuration file or IntelliJ IDEA setting but I just suddenly lost the HTTP management port configuration in my JBOSS WildFly 8.1 configuration.

How could this have happened and where to look for a fix? I sure as heck didn't touch standalone.xml.

在此处输入图片说明

EDIT: Hmm ok strange, now I went to check my standalone.xml and instead of that the configuration directory had only standalone.xml.tmp.

No slightest idea why this happened. First time ever. But renaming it back to standalone.xml fixed the problem.

在此处输入图片说明

standalone.xml had turned into standalone.xml.tmp for an unknown reason. I hadn't edited the file or had it open anywhere.

Renaming the file back to standalone.xml fixed the problem.

I've got this issue once my IDEA updated this morning. Just replace your existing standalone.xml with original one which is from jboss.zip . If you have custom config in standalone.xml , set up profile in maven for wildfly plugin instead of manually modify this xml file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM