News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gopinadh7420

#1
General Support / Connection Refused
April 18, 2024, 06:05:13 PM
I am trying to login to Nxms through windows nxms client. My Nxms server is hosted in Linux server. I dont have hacve any issues previously. But I am getting this now. I have seen a post here about this but I was so confused. I did run command nxdbmgr check but no use. I restarted server no use. I tried nxshell -p 4701 I got this output. Can anyone help me with this please


[email protected] password:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.io.StreamIO (file:/usr/lib/x86_64-linux-gnu/netxms/java/jython-standalone-2.7.3.jar) to field java.io.FilterInputStream.in
WARNING: Please consider reporting this to the maintainers of org.python.core.io.StreamIO
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[main] INFO  org.netxms.client.NXCSession - Connecting to 127.0.0.1:4701
java.net.ConnectException: Connection refused (Connection refused)
        at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
        at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.base/java.net.Socket.connect(Socket.java:609)
        at org.netxms.client.NXCSession.connect(NXCSession.java:2217)
        at org.netxms.client.NXCSession.connect(NXCSession.java:2190)
        at org.netxms.Shell.connect(Shell.java:212)
        at org.netxms.Shell.run(Shell.java:75)
        at org.netxms.Shell.main(Shell.java:56)