• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Why cannot access Wildfly admin console

DanielCont

New Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian Web Host Edition Version 18.0.44
Hi everyone, I'm in the next situation.
I installed Wildfly 27 final, I followed this tutorial. I didnt have any issuse installing it, my problem is I need accessing admin console using port 9990, but when I access to MyIP:9990 it takes too much and send the message 'timed out'.
I'm not an expert about connections and ports so I need a bit help, Im stuck.

Checking wildfly status in my terminal shows:

1672518439057.png

Log in /opt/wildfly/standalone/log/server.log shows:
1672518398546.png

My standalone.xml config is:
1672518538860.png

I think the problem could be that the port 9990 is not open...

I checked if something is listening in 9990 using netstat -tulpn | grep LISTEN:
tcp 0 0 0.0.0.0:9990 0.0.0.0:* LISTEN 1612/java

Port 9990 is listening.
I used Plesk's Firewall tool, I added two rules, thinking maybe firewall is blocking the port.
1672519042701.png
1672519084658.png
Nothing happens, still getting 'timeout',

Running command nmap -p 9990 MyIP I get:

Starting Nmap 7.80 ( Nmap: the Network Mapper - Free Security Scanner ) at 2022-12-31 20:49 UTC
Nmap scan report for bold-goldwasser.MyIP.plesk.page (MyIP)
Host is up (0.00010s latency).
PORT STATE SERVICE
9990/tcp open osm-appsrvr

Running command iptables -L -n

Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:9990
Chain OUTPUT (policy DROP)
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:9990

If someone had a similar sittuacion I'll be glad if you can help me.
Thanks!
 
Back
Top