Hi all,
This should be trivial, but I am not able to connect OsiriX to our dcm4chee instance.
What I've done:
- Created a Location in OsiriX using the host address of our dcm4chee server, port 11112 and an AETitle of DCM4CHEE
- Created the AE for OsiriX on our dcm4chee server (pings and echoes just fine)
First thought was that there was a firewall issue.
Tried from dcm4chee server:
telnet localhost 11112
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Tried remotely:
telnet dcm4chee.host 11112
Trying dcm4chee.host...
telnet: connect to address dcm4chee.host: Operation timed out
telnet: Unable to connect to remote host
Okay, so there may be a firewall issue, so I added port 11112 to iptables:
#iptables -A INPUT -p tcp --dport 11112 -j ACCEPT
#iptables save
#service restart iptables
Then did a
# netstat -anp | grep 11112
To get the pid, I did a
# fuser -v 11112/tcp
USER PID ACCESS COMMAND
11112/tcp: root 1476 F.... java
Question: Is this what I should expect to see on port 11112 for proper configuration of dcm4chee? From a 'ps aux,' I have determined that this is the JVM that gets created to run JBoss on startup, so I would assume this is right.
Any ideas how to proceed? Is it possible to connect OsiriX to dcm4chee via WADO (I tried, but was not able to get this working)?
Thanks in advance!
Greg--
-- Greg M. Silverman
Senior Developer Analyst
University of Minnesota