Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unknow message SUNWnc.relay

Status
Not open for further replies.

new2me

Technical User
Joined
Mar 12, 2004
Messages
176
Location
CA
Anyone see this message before and what is it telling me.

'server1 SUNWnc.relay [593]: [ID442656 daemon.warning]
sender: connect (client-server, 6512): Connection refused '
 
this was stolen from sunsolve, please read the red colored Work around (about seven miles down ;-) ) hope this helps...

Bug Id: 4644478
Category: srs_net_connect
Subcategory: installation
State: verified
Synopsis: Webstart: relay damon did not start
Description:
The relay daemon did not start when Webstart installation process was
completed. This is the error message that got generated on the console:

Feb 27 15:28:11 tslab099 SUNWnc.relay[1324]: [ID 284892 daemon.error] new_RMS:
RMS root undefined.
Feb 27 15:28:11 tslab099 SUNWnc.relay[1324]: [ID 420914 daemon.error] main:
new_RMS: failed.
Feb 27 15:28:11 tslab099 ncpd[1323]: [ID 105659 daemon.warning] 1324: process
exited with status 1
Feb 27 15:28:11 tslab099 ncpd[1323]: [ID 161964 daemon.warning] relay[1324]
exited. restarting.
Feb 27 15:28:11 tslab099 SUNWnc.relay[1336]: [ID 112022 daemon.notice] main:
start.
Feb 27 15:28:11 tslab099 SUNWnc.relay[1336]: [ID 284892 daemon.error] new_RMS:
RMS root undefined.
Feb 27 15:28:11 tslab099 SUNWnc.relay[1336]: [ID 420914 daemon.error] main:
new_RMS: failed.
Feb 27 15:28:11 tslab099 ncpd[1323]: [ID 107739 daemon.warning] 1336: process
exited with status 1
Feb 27 15:28:11 tslab099 ncpd[1323]: [ID 101685 daemon.warning] relay[1336]
exited. restarting.
Feb 27 15:28:11 tslab099 ncsend[1340]: [ID 589031 daemon.error] cannot open
relay (status 146)
Feb 27 15:28:11 tslab099 ncsend[1345]: [ID 589031 daemon.error] cannot open
relay (status 146)
Feb 27 15:28:11 tslab099 SUNWnc.relay[1346]: [ID 112022 daemon.notice] main:
start.


I think the problem has to do with the relay.cfg file. Below is the output of
the file:

#cat /etc/opt/SUNWnc/relay.cfg
# generated at 2002-02-27 16:00:51 PST
fd.overhead 24
mgmt.address 0.0.0.0:6513
mgmt.backlog 5
provider.address 127.0.0.1:6512
provider.auth none
provider.auth.data
provider.backlog 25
provider.security none
provider.security.data
relay.auth none
relay.auth.data
relay.backlog 25
relay.security none
relay.security.data
relay.workdir /var/opt/SUNWnc/relay
reporter.interval 720
rms.downstream.maxMsgs 1000
rms.downstream.maxSeq 10
rms.downstream.maxSize 20
rms.downstream.root /var/opt/SUNWnc/relay/downq
sender.address sed.central:6512
sender.auth none
sender.auth.data
sender.idle 5
sender.proxy none
sender.proxy.data
sender.security none
sender.security.data
sender.throttle
root[sh]@ahaha#
root[sh]@ahaha# cat /etc/opt/SUNWnc/relay.cfg
# generated at 2002-02-27 16:00:51 PST
fd.overhead 24
mgmt.address 0.0.0.0:6513
mgmt.backlog 5
provider.address 127.0.0.1:6512
provider.auth none
provider.auth.data
provider.backlog 25
provider.security none
provider.security.data
relay.auth none
relay.auth.data
relay.backlog 25
relay.security none
relay.security.data
relay.workdir /var/opt/SUNWnc/relay
reporter.interval 720
rms.downstream.maxMsgs 1000
rms.downstream.maxSeq 10
rms.downstream.maxSize 20
rms.downstream.root /var/opt/SUNWnc/relay/downq
sender.address sed.central:6512
sender.auth none
sender.auth.data
sender.idle 5
sender.proxy none
sender.proxy.data
sender.security none
sender.security.data
sender.throttle
#
#

I compare this file with the one generated from rc1 build and noticed that
there was no equal sign (=) between the variable and the value. When I modify
this file to have the equal sign instead of the 2 spaces between the variable
and the value and restart the nc.ncpd script, the relay works.

I don't know if the order of the package that got installed (see BugID 4644439)
that this occurred because the shell script installation did not have this
problem.

I tried the Webstart installation on Solaris 2.5.1, 2.6, 2.7, and 2.8 and the
relay daemon did not start on all of these OS, but the shell script install
works just fine.

Work around:
Manually edit the relay.cfg, adding an equals sign, '=', between the key/value
pairs in the file.

Integrated in releases: 2.0_rc2
Duplicate of:
Patch id:
See also:
Summary:
The problem is the SRS Net Connect Installation Wizard was built under java
1.2.1. However, due an issue in this version of the SDK, the Properties class
does not correctly read the properties files at build time for the Wizard.

Use a version of the SDK >1.2.2 for the building of the SRS Net Connect
Installaiton Wizard.



Relay is running now.





Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
Solaris System Manager; I used to work for Sun Microsystems Support (EMEA) for 5 years
 
thank-you daFranze I'll look into it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top