Not able to see Existing DataSources in Admin Management Console UI

114 views
Skip to first unread message

VIJAYABHASKARA REDDY

unread,
Mar 25, 2024, 1:00:38 PM3/25/24
to WildFly
Hi ,

I am upgrading to Wildly 31 Final and did the required changes for data sources in standalone.xml. removed ExampleDS related lines in standalone xml and has only one datasource and related drivers and made driver related changes in modules folder. still not able to see datasources so that i can test the connection from admin UI.

Can some one help on this to see what could be missing in standalone xml which is cuasing this?

Thanks
--Vijay

Harald Pehl

unread,
Mar 27, 2024, 7:08:12 PM3/27/24
to WildFly
Hi Vijay, 

would you mind attaching your standalone.xml so I can try to reproduce that?

Thanks
Harald 

VIJAYABHASKARA REDDY

unread,
Apr 1, 2024, 3:52:11 AM4/1/24
to WildFly
Hi Herald,

Thanks for your response. please find the attached standalone.xml file. we have two different war files to be deployed. wildfly is started fine however I dont see the services are getting started. I am not able to access the wsdl of the services. getting 405 method not found error. we are using eclipse adoptium open jdk 17. I have updated the service to use jakarta EE compatible web service.

for the issues related to data sources not shown or patching tab display giving internal error, as you said in other emails, I tried in incognito mode and they are working fine in incognito mode of browser. so how to fix it to work in normal browser mode. I tried deleting browser cache however data sources are not shown.
below is the error coming for java services when I try to browse the wsdl.
"The remote server returned an error: (405) Method Not Allowed."

Appreciate your help!

Thanks
--Vijay

standalone.xml

vijayabhaskara reddy

unread,
Apr 3, 2024, 12:42:40 PM4/3/24
to WildFly
Hi Herald, did you get chance to look into the standalone xml which I have attached.? I was able see data sources after setting inet address to 0.0.0.0 for management. Still the services are not working and wsdl is not accessible. What could be the problem?

Thanks
--Vijay

--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/49881a67-307c-4438-8908-eccff40dbeb2n%40googlegroups.com.

VIJAYABHASKARA REDDY

unread,
Apr 5, 2024, 6:19:43 AM4/5/24
to WildFly
Hi All,

Can some one please reply to my question , I am stuck at this point and need to deliver this wildfly 31 upgrade.

Thanks
--Vijay

VIJAYABHASKARA REDDY

unread,
Apr 12, 2024, 12:36:59 PM4/12/24
to WildFly
Hi Herald,

I can see data sources only when I set host to 0.0.0.0 and in console log it says 
Http management interface listening on http://0.0.0.0:9990/management
2024-04-05 07:03:51,319 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990

but existing wildfly works fine and in log also it says actual host server name instead of 0.0.0.0
how to fix this so that data sources are displayed even by giving host name instead of 0.0.0.0?

<interfaces>
        <interface name="management">
            <inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
        </interface>
        <interface name="public">
            <inet-address value="${jboss.bind.address:XXXX.devops.XXx}"/>
        </interface>
    </interfaces>

Thanks
--Vijay

Bartosz Baranowski

unread,
Apr 15, 2024, 3:34:39 AM4/15/24
to WildFly
https://www.mastertheboss.com/jbossas/jboss-configuration/how-to-bind-wildfly-to-an-ip-address/

${jboss.bind.address.management:0.0.0.0}  - if you dont specify -Djboss.bind.address.management  value 0.0.0.0 will be used, which means "every interface/IP".
Reply all
Reply to author
Forward
0 new messages