Admin port configuration not found' error while setting up Glassfish config in IntelliJ

不打扰是莪最后的温柔 提交于 2019-12-10 01:45:46

问题


When setting up Glassfish in IntelliJ IDEA I get the following Error message ´Admin port configuration not found´.

Now I searched high an low but I found no place where I can set the admin port.

Searching Google all I found was a dead link on the JavaRanch. So Im not the first but the solution is lost.

Does anybody know what is to be done?


回答1:


IDEA GlassFish integration detects admin port from the file: <domain folder>/config/domain.xml

XPaths checked:

/configs/config[@name='server-config']/http-service/http-listener[@id='admin-listener']/@port
/configs/config[@name='server-config']/network-config/network-listeners/network-listener[@protocol='admin-listener']/@port

If domain.xml can't be found or both XPaths aren't valid you'll be warned with the message Admin port configuration not found.




回答2:


I think the broken link should be http://youtrack.jetbrains.net/issue/IDEA-25807 and points to the Glassfish HOME configuration as the issue.




回答3:


It was happening to me because my domain.xml was not in the /domain1/config folder.

Instead I had this two files domain.xml.bak and domain.xml~.

What I did is create a new domain.xml with the content of domain.xml~. Then remove the two fields (.bak and .xml~) And then run again glassfish.

That worked for me.

Why my domain.xml sundenly disappear stills a mistery to me. :S



来源:https://stackoverflow.com/questions/7010418/admin-port-configuration-not-found-error-while-setting-up-glassfish-config-in-i

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