简体   繁体   English

IntelliJ Idea突然丢失了JBOSS管理端口配置

[英]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. 我没有触摸任何配置文件或IntelliJ IDEA设置,但只是突然失去了JBOSS WildFly 8.1配置中的HTTP管理端口配置。

How could this have happened and where to look for a fix? 这怎么可能发生,以及在哪里寻找修复程序? I sure as heck didn't touch standalone.xml. 我敢肯定,没有碰到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. 编辑:嗯,好奇怪,现在我去检查我的standalone.xml,而不是该配置目录只有standalone.xml.tmp。

No slightest idea why this happened. 丝毫不知道为什么会这样。 First time ever. 第一次。 But renaming it back to standalone.xml fixed the problem. 但是将其重命名为standalone.xml可以解决此问题。

在此处输入图片说明

standalone.xml had turned into standalone.xml.tmp for an unknown reason. 由于未知原因,standalone.xml变成了standalone.xml.tmp。 I hadn't edited the file or had it open anywhere. 我没有编辑文件或将文件打开到任何地方。

Renaming the file back to standalone.xml fixed the problem. 将文件重命名为standalone.xml可以解决此问题。

I've got this issue once my IDEA updated this morning. 我的IDEA今天早上更新后,我就遇到了这个问题。 Just replace your existing standalone.xml with original one which is from jboss.zip . 只需用jboss.zip原始内容替换现有的standalone.xml If you have custom config in standalone.xml , set up profile in maven for wildfly plugin instead of manually modify this xml file. 如果您在standalone.xml具有自定义配置,请在maven中为wildfly插件设置配置文件,而不是手动修改此xml文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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