Hi all,
I am attempting to deploy Interaction Workspace 8.1 in our test lab however have come across message when attempting to login :
[b]Channel SIPServer connection failed[/b]
The IWS application has a connection to sipserver, stat server and message server.
The security.disable-rbac configuration option in the interaction-workspace section is set to true.
The User have a Full control permission on all object (in Environment and Resources Tenant).
the IWS log file shows this error :
13-03-04 12:28:55.056 [ 1] DEBUG ocolInstance.Channel - State transition from Closed to Opening for SIPServer - tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.056 [ 1] DEBUG ocolInstance.Channel - Channel state transition: Closed->Opening for SIPServer - tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.058 [ 1] DEBUG ocolInstance.Channel - Opening channel SIPServer - tcp://w2k8r2gen8adm:7005 ...
13-03-04 12:28:55.062 [ 1] DEBUG Channel.HAConnection - Transition from '.StateAbsent proxy: proxy1' to '.StateOpening proxy: proxy1
13-03-04 12:28:55.066 [ 1] DEBUG .HAConnection.proxy1 - Setting connection: tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.067 [ 1] DEBUG xy1.CommonConnection - method ConnectionBase.Configure() called
13-03-04 12:28:55.067 [ 1] DEBUG xy1.CommonConnection - IConnectionConfiguration parsing...
13-03-04 12:28:55.067 [ 1] DEBUG xy1.CommonConnection - LocalHost=10.162.119.5, LocalPort=7005
13-03-04 12:28:55.067 [ 1] DEBUG xy1.CommonConnection - Blocking mode is set to 'False'
13-03-04 12:28:55.067 [ 1] DEBUG ion.TlsClientSupport - TLS disabled
13-03-04 12:28:55.067 [ 1] DEBUG xy1.CommonConnection - IConnectionConfiguration was parsed successfully.
13-03-04 12:28:55.068 [ 1] DEBUG xy1.CommonConnection - Connecting to tcp://w2k8r2gen8adm:7005 ...
13-03-04 12:28:55.069 [ 1] DEBUG xy1.CommonConnection - Socket#1940: Try to bind to 10.162.119.5:7005
13-03-04 12:28:55.070 [ 1] WARN xy1.CommonConnection - Exception 'An attempt was made to access a socket in a way forbidden by its access permissions' occured while trying to connect to tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.075 [ 1] DEBUG xy1.CommonConnection - tcp://w2k8r2gen8adm:7005 connection is firing 'Closed' event with exception System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Genesyslab.Platform.Commons.Connection.CommonConnection.ConnectSocket(String server, Int32 port)
at Genesyslab.Platform.Commons.Connection.CommonConnection.DoOpen(Object param)
13-03-04 12:28:55.077 [ 1] DEBUG Channel.HAConnection - tcp://w2k8r2gen8adm:7005 connection is firing 'Closed' event with exception System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Genesyslab.Platform.Commons.Connection.CommonConnection.ConnectSocket(String server, Int32 port)
at Genesyslab.Platform.Commons.Connection.CommonConnection.DoOpen(Object param)
13-03-04 12:28:55.080 [ 1] DEBUG ocolInstance.Channel - Handling SIPServer - tcp://w2k8r2gen8adm:7005 connection closed...
13-03-04 12:28:55.080 [ 1] DEBUG ocolInstance.Channel - Completed handling SIPServer - tcp://w2k8r2gen8adm:7005 connection closed
13-03-04 12:28:55.080 [ 1] DEBUG Channel.HAConnection - tcp://w2k8r2gen8adm:7005 connection is done firing 'Closed' event.
13-03-04 12:28:55.080 [ 1] DEBUG Channel.HAConnection - Transition from '.StateOpening proxy: proxy1' to '.StateAbsent proxy: proxy1
13-03-04 12:28:55.081 [ 1] DEBUG xy1.CommonConnection - tcp://w2k8r2gen8adm:7005 connection is done firing 'Closed' event.
13-03-04 12:28:55.081 [ 1] DEBUG ocolInstance.Channel - State transition from Opening to Closed for SIPServer - tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.081 [ 1] DEBUG ocolInstance.Channel - Channel state transition: Opening->Closed for SIPServer - tcp://w2k8r2gen8adm:7005
13-03-04 12:28:55.082 [ 1] DEBUG ocolInstance.Channel - SIPServer - tcp://w2k8r2gen8adm:7005 channel is firing 'Closed' event...
13-03-04 12:28:55.085 [ 8] DEBUG r.WarmStandbyService - OnChannelClosed(...) SIPServer - tcp://w2k8r2gen8adm:7005 invoked...
13-03-04 12:28:55.088 [ 1] ERROR Workspace.Core.Agent - Expception in InitializeMedia(voice)
Genesyslab.Enterprise.Exceptions.Channel.ChannelException: Channel 'SIPServer' connection has failed ---> Genesyslab.Platform.Commons.Protocols.ProtocolException: Can't open channel ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Genesyslab.Platform.Commons.Connection.CommonConnection.ConnectSocket(String server, Int32 port)
at Genesyslab.Platform.Commons.Connection.CommonConnection.DoOpen(Object param)
at Genesyslab.Platform.Commons.Connection.CommonConnection.Open()
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.OpenConnection(String host, Int32 port, ConnectionContext connectionContext)
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.Init()
at Genesyslab.Platform.Voice.Protocols.HA.TransitionManager.MakeTransition(IHAConnState from, IHAConnState to, IHAConnState siblingFrom, IHAConnState siblingTo)
at Genesyslab.Platform.Voice.Protocols.HA.StateAbsent.Open()
at Genesyslab.Platform.Voice.Protocols.HA.HAConnection.Open()
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.InitiateOpen()
--- End of inner exception stack trace ---
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.InitiateOpen()
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.BeginOpen()
at Genesyslab.Enterprise.Core.Channel.OpenStraightWay()
--- End of inner exception stack trace ---
at Genesyslab.Enterprise.Core.Channel.OpenStraightWay()
at Genesyslab.Desktop.Modules.Voice.Model.Agents.MediaVoiceExtension.InitializeMedia(IMedia media, IEnterpriseServiceProvider enterpriseServiceProvider)
at Genesyslab.Desktop.Modules.Core.Model.Agents.Agent.InitializeMedia(IMedia media)
at Genesyslab.Desktop.Modules.Core.Model.Agents.Agent.Initialize()
13-03-04 12:28:55.089 [ 8] DEBUG r.WarmStandbyService - Channel SIPServer - tcp://w2k8r2gen8adm:7005 failed to open, cause: System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Genesyslab.Platform.Commons.Connection.CommonConnection.ConnectSocket(String server, Int32 port)
at Genesyslab.Platform.Commons.Connection.CommonConnection.DoOpen(Object param)
at Genesyslab.Platform.Commons.Connection.CommonConnection.Open()
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.OpenConnection(String host, Int32 port, ConnectionContext connectionContext)
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.Init()
at Genesyslab.Platform.Voice.Protocols.HA.TransitionManager.MakeTransition(IHAConnState from, IHAConnState to, IHAConnState siblingFrom, IHAConnState siblingTo)
at Genesyslab.Platform.Voice.Protocols.HA.StateAbsent.Open()
at Genesyslab.Platform.Voice.Protocols.HA.HAConnection.Open()
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.InitiateOpen()
13-03-04 12:28:55.117 [ 8] DEBUG r.WarmStandbyService - Processing channel SIPServer - tcp://w2k8r2gen8adm:7005 closed (failure Genesyslab.Platform.Commons.Protocols.ClosedEventArgs:
PreviousChannelState = Opening
Cause = System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Genesyslab.Platform.Commons.Connection.CommonConnection.ConnectSocket(String server, Int32 port)
at Genesyslab.Platform.Commons.Connection.CommonConnection.DoOpen(Object param)
at Genesyslab.Platform.Commons.Connection.CommonConnection.Open()
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.OpenConnection(String host, Int32 port, ConnectionContext connectionContext)
at Genesyslab.Platform.Voice.Protocols.HA.StateOpening.Init()
at Genesyslab.Platform.Voice.Protocols.HA.TransitionManager.MakeTransition(IHAConnState from, IHAConnState to, IHAConnState siblingFrom, IHAConnState siblingTo)
at Genesyslab.Platform.Voice.Protocols.HA.StateAbsent.Open()
at Genesyslab.Platform.Voice.Protocols.HA.HAConnection.Open()
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.InitiateOpen()
)... State: Idle
Our set up is:
sip 8.1.000.91
interaction workspacev 8.1.302.00
configuration server 8.1
message server 8.1.000.06
Thanks for your help

SSB