This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need to reconfigure jcc in a NAM 5.3 appliance

Hi,

jcc has lost it's configuration on one all in one server and has stopped listning on port 1443, try to bind to port 99 for some reason which fails of cource.

I try to find the proper way to reconfigure the setting, any suggestions?

/Lelle 

Parents
  • One update I did run Configure.sh and recreated the jcc settings so now it listning on port 1443

    I also changed the owner and rights to nam.keystore to be novlwww:novlwww (was root)

    In faulty servers jcc-0.log.0 things looks allright but still no connection to server in admin console

    this is from jcc-0.log.0

    SEVERE: AM#100703001: Exception - Response creation failed
    com.novell.jcc.handler.CommandHandler getCommandResultXML
    no such object in table
    java.rmi.NoSuchObjectException: no such object in table
            at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:303)
            at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:279)
            at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
            at com.novell.jcc.client.JCCClientImpl$JCCRMIClient_Stub.getServiceVersion(Unknown Source)
            at com.novell.jcc.client.JCCClientWrapper.getServiceVersion(y:3027)
            at com.novell.jcc.handler.HandlerUtils.createDefaultResponseXML(y:144)
            at com.novell.jcc.handler.CommandHandler.getCommandResultXML(y:3051)
            at com.novell.jcc.handler.CommandHandler$_A.run(y:2020)

  • And after setting file ownershop to novlwww:novlwww on all files in /opt/novell/devman/jcc/conf/runtime/ and restarted jcc it starting to communicate with admin console, so thats good. To be continued

Reply
  • And after setting file ownershop to novlwww:novlwww on all files in /opt/novell/devman/jcc/conf/runtime/ and restarted jcc it starting to communicate with admin console, so thats good. To be continued

Children