Hi All,I am trying to publish a page using "Publish LiveSite Content" workflow to the production runtime . The workflow found 103 dependent files for deployment.But it fail at the time of deplyment . below is the error message . Please help me to resolve the issue.---------------------------------------------Error during task execution: Could not invoke method: deployFiles, reason: ilog.rules.teamserver.model.IlrConnectException: javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]]
Is this exception comes with other files deployment too?It looks like problem with connecting production server. So check the runtime server is working fine or not?
telnet <host> 1099
iwreset -ui
I'm getting the exact same error when I try to deploy to either Development or Production. Did you ever get a resolution for this?