I am trying to set-up a resource server whose domain name is "server2" which is supposed to connect to the iCAT server which is running on "server1". I get the following error:
Step 1 of 3: Preparing to initialize...
Stopping iRODS server...
Found 0 processes:
There are no iRODS servers running.
Step 2 of 3: Configuring iRODS server...
Updating /etc/irods/server_config.json...
Running 'iinit' to enable server to server connections...
ERROR: _rcConnect: connectToRhost error, server on server2:1247 is probably down status = -305111 USER_SOCK_CONNECT_ERR, Connection refused
ERROR: Saved password, but failed to connect to server server2
Using ICAT-enabled server on 'server1'
Step 3 of 3: Configuring iRODS user and starting server...
Updating iRODS user's ~/.irods/irods_environment.json...
Starting iRODS server...
It says "connectToRhost error, server on server2:1247 is probably down", but I am trying to connect to server1.
I have added iptables rules to allow it to connect to the port 1247, but I still get the error.
What could be the cause of this?
--
--
"iRODS: the Integrated Rule-Oriented Data-management System; A community driven, open source, data grid software solution" https://www.irods.org
iROD-Chat: http://groups.google.com/group/iROD-Chat
---
You received this message because you are subscribed to the Google Groups "iRODS-Chat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irod-chat+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Step 1 of 3: Preparing to initialize...
Stopping iRODS server...
Found 0 processes:
There are no iRODS servers running.
Step 2 of 3: Configuring iRODS server...
Updating /etc/irods/server_config.json...
Running 'iinit' to enable server to server connections...
ERROR: _rcConnect: connectToRhost error, server on irods2.nics.utk.edu:1247 is probably down status = -305111 USER_SOCK_CONNECT_ERR, Connection refused
ERROR: Saved password, but failed to connect to server irods2.nics.utk.edu
Using ICAT-enabled server on 'irods1.nics.utk.edu'
Step 3 of 3: Configuring iRODS user and starting server...
Updating iRODS user's ~/.irods/irods_environment.json...
Starting iRODS server...
Error encountered running start on irods_control.
Traceback (most recent call last):
File "/var/lib/irods/iRODS/scripts/python/irods_control.py", line 803, in main
operations_dict[operation]()
File "/var/lib/irods/iRODS/scripts/python/irods_control.py", line 751, in <lambda>
execution_environment=execution_environment)
File "/var/lib/irods/iRODS/scripts/python/irods_control.py", line 143, in start
irods_six.reraise(IrodsControllerError, e, sys.exc_info()[2])
File "/var/lib/irods/iRODS/scripts/python/irods_control.py", line 138, in start
raise IrodsControllerError('iRODS server failed to start.')
IrodsControllerError: iRODS server failed to start.
Exiting...
Could not start iRODS server.
Validating [/etc/irods/server_config.json]... Success
Validating [/var/lib/irods/VERSION.json]... Success
Validating [/etc/irods/hosts_config.json]... Success
Validating [/etc/irods/host_access_control_config.json]... Success
Validating [/var/lib/irods/.irods/irods_environment.json]... Success
Starting iRODS server...
Failure
Install problem:
Cannot start iRODS server.
Found 0 processes:
There are no iRODS servers running.
Abort.
--
dbarry9#NICS
rods#NICS
I installed the resource package from the website as you suggested, and I am no longer getting that error.
Thank you for your help!
--