SOLVED WLSDM not able to read Weblogic Domain
-
I successfully installed WLSDM in my dev environment. I get the relevant messages both in the admin server log and managed server log hosted in the same machine:
MS:
<Sat Oct 16 10:46:30 CEST 2021> <Info> <WLSDM> <BEA-000000> <VOPM.WLSDM.Backend Starting...> <Sat Oct 16 10:46:35 CEST 2021> <Info> <WLSDM> <BEA-000000> <WLSDM agent loaded successfully. Version: v3.9.2-b4318> <Sat Oct 16 10:47:16 CEST 2021> <Info> <WLSDM> <BEA-000000> <RJVM operation is bound in the registry with the name vopm_agent_remote_operation.> <Sat Oct 16 10:47:16 CEST 2021> <Info> <WLSDM> <BEA-000000> <RJVM operation is bound in the registry with the name wlsdm_agent_remote_operation.>
Admin:
<Oct 16, 2021 11:06:52 AM CEST> <Info> <WLSDM> <BEA-000000> <Initializing the WLSDM properties...> <Oct 16, 2021 11:07:21 AM CEST> <Info> <WLSDM> <BEA-000000> <Setting-up the WLSDM Database...> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM console deployed successfully. Version: v3.9.2-b4318> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM garbage collection monitoring initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM metric monitoring initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM health monitoring initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM performance monitoring initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM back-end monitoring initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM data archiver initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM custom DevOps MBean handler initialized successfully.> <Oct 16, 2021 11:07:40 AM CEST> <Info> <WLSDM> <BEA-000000> <WLSDM job scheduler initialized successfully.>
I then tried to go through the wizard in WLSDM console and got a SEVERE error while trying to read Weblogic domain. This is the excerpt from the WLSDM log:
####<Oct 16, 2021 11:18:34 AM CEST><SEVERE><WLSDM><BEA-000000><null java.lang.NullPointerException at com.wlsdm.Q.K.getDeployedJMSServers(MetricUtilities.java:1326) at com.wlsdm.frontend.provider.WA.getJMSServerList(MetricsData.java:489) at com.wlsdm.P.J.E(Data.java:11019) at com.wlsdm.P.J.A(Data.java:336) at com.wlsdm.P.J.doGet(Data.java:171) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
From the WL console I am able to see that the JMS server targeted to the running MS is healthy.
Wizard does not proceed and is stuck at reading Weblogic Domain. -
-
Hi,
We have reproduced the problem that you are experiencing in our LAB environment and published a fix version. You can access the fix version using the URL below.
Build number: b4320
URL: https://wlsdm.com/downloads/release_candidate/wlsdm/rc/wlsdm.v3.9.2.zip
Regards.
-
@wlsdmsupport Hi, I was able to run and configure WLSDM smoothly.
Thank you very much for the excellent and swift work!