Join Proxy in DMZ not running properly

I have a Windows ZCM 23.4 in DMZ and the Micro Focus ZENworks Join Proxy service is running. Proxy data does not populate when remoting and manually adding it does not work either. I checked what ports the server was listening on, using netstat -ano | find /i "7019", and it is not showing 7019; nothing is using 7019. Using the PID of the service, I showed all ports the service was using and it is just 61492.  I have restarted the server several times with no change on this.

I have tried with the firewall both off and on and have no change. Any ideas how I can figure out why it isn't trying to use port 7019 and what I can do to fix it?

  • 0  

    Anything here?

    %ZENworks_HOME%\logs\zen-join-proxy.log

    --

    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

    Be sure to "Like" My (and a few others) Cool Solutions below! 

    https://community.microfocus.com/members/craigdwilson/bookmarks

  • 0 in reply to   

    The zen-join-proxy.log is only adding blank lines. It last logged anything some time back and has over a hundred [nul] entries at the end of the log. The last entry was an error recorded as:

    [Exception while updating joinproxy details to to server. ] [java.lang.NullPointerException
        at com.novell.zenworks.joinproxy.service.client.JoinProxyConfigData.decrypt(ZoneConfigJoinProxyServiceClient.java:433)
        at com.novell.zenworks.joinproxy.service.client.JoinProxyConfigData.getLatestConfigData(ZoneConfigJoinProxyServiceClient.java:406)
        at com.novell.zenworks.joinproxy.service.client.ZoneConfigJoinProxyServiceClient.init(ZoneConfigJoinProxyServiceClient.java:85)
        at com.novell.zenworks.joinproxy.service.client.ZoneConfigJoinProxyServiceClient.getInstance(ZoneConfigJoinProxyServiceClient.java:76)
        at com.novell.zenworks.joinproxy.nativeprocessors.ZMDNativeProcessor.process(ZMDNativeProcessor.java:180)
        at com.novell.zenworks.joinproxy.ZenJoinProxyWorkerThread.run(ZenJoinProxyWorkerThread.java:74)
    ] [] [] [JoinProxy]
    java.lang.NullPointerException: null
        at com.novell.zenworks.joinproxy.service.client.JoinProxyConfigData.decrypt(ZoneConfigJoinProxyServiceClient.java:433) ~[zenjoinproxy-23.4.0.jar:?]
        at com.novell.zenworks.joinproxy.service.client.JoinProxyConfigData.getLatestConfigData(ZoneConfigJoinProxyServiceClient.java:406) ~[zenjoinproxy-23.4.0.jar:?]
        at com.novell.zenworks.joinproxy.service.client.ZoneConfigJoinProxyServiceClient.init(ZoneConfigJoinProxyServiceClient.java:85) ~[zenjoinproxy-23.4.0.jar:?]
        at com.novell.zenworks.joinproxy.service.client.ZoneConfigJoinProxyServiceClient.getInstance(ZoneConfigJoinProxyServiceClient.java:76) ~[zenjoinproxy-23.4.0.jar:?]
        at com.novell.zenworks.joinproxy.nativeprocessors.ZMDNativeProcessor.process(ZMDNativeProcessor.java:180) [zenjoinproxy-23.4.0.jar:?]
        at com.novell.zenworks.joinproxy.ZenJoinProxyWorkerThread.run(ZenJoinProxyWorkerThread.java:74) [zenjoinproxy-23.4.0.jar:?]

  • 0   in reply to 

    Don't post it here, but check your joinproxy_config.properties 

  • 0 in reply to   

    The joinproxy_config.properties is empty. It has nothing in the file. Can I regenerate it?

  • 0   in reply to 

    Hi, Not sure if you got the answer.. On my server, these steps worked:

    * microfocus-zenworks-configure -c CreateJoinProxySettingsConfigureAction

    * zac ref bypasscache

    * systemctl restart microfocus-zenjoinproxy.service

  • 0 in reply to   

    I was able to recreate the files using the CreateJoinProxySettingsConfigureAction but the %ZENSERVER_HOME%\Conf\joinproxy_config.properties was just recreated at 0 bytes.

    I also performed the zac ref bypasscache just fine.

    I tried to restart the ZENworksJoinProxy service (Windows) and it hangs trying to shut down (error 1053). I have waited for an hour and it never fully goes down.

    I went ahead and restarted the server to see if it made any difference but it did not.

    Incidentally, I notice each time I restart the server a new joinproxy_config.properties is created at %ZENWORKS_HOME%\Conf and that has all the proper joinproxy_device_servers listed.

  • 0   in reply to 

    Hi, We may need to look at the event viewer logs and may be also join proxy logs.. Before that, did you run zdc to see if there are no obvious differences?