Message from discussion
association error
Received: by 10.236.189.9 with SMTP id b9mr20251811yhn.8.1335623974125;
Sat, 28 Apr 2012 07:39:34 -0700 (PDT)
X-BeenThere: mobicents-public@googlegroups.com
Received: by 10.101.197.28 with SMTP id z28ls580673anp.7.gmail; Sat, 28 Apr
2012 07:39:32 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.236.115.169 with SMTP id e29mr458523yhh.16.1335623972791; Sat,
28 Apr 2012 07:39:32 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
donald.walt...@gmail.com designates internal as permitted sender)
smtp.mail=donald.walt...@gmail.com; dkim=pass
header...@gmail.com
Received: by g38g2000yqh.googlegroups.com with HTTP; Sat, 28 Apr 2012 07:39:32
-0700 (PDT)
Date: Sat, 28 Apr 2012 07:39:32 -0700 (PDT)
In-Reply-To: <3c83b611-9429-4860-9ac8-609d293f0d60@l18g2000vbx.googlegroups.com>
References: <7c64ff08-84ce-4160-bd53-a94e0d98cb93@u7g2000yqc.googlegroups.com>
<CABk=QMHQaNGnN0nQ35YSvYwjhvwUoEmUt8JMEfyeN9HhZGkDqQ@mail.gmail.com>
<c1d10db4-4a49-4e03-8c58-93d86467c39e@n19g2000yqk.googlegroups.com> <3c83b611-9429-4860-9ac8-609d293f0d60@l18g2000vbx.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3)
AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3,gzip(gfe)
Message-ID: <1143cac1-9e36-4a2f-9405-6790d08bf906@g38g2000yqh.googlegroups.com>
Subject: Re: association error
From: Donald Walters <donald.walt...@gmail.com>
To: mobicents-public <mobicents-public@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I am not sure what this could be but I tried on a Linux server instead
of the Solaris 5.10 and now seems to get a different error. But the
Linux server is just a test.
2012-04-28 09:37:44,848 ERROR
[org.mobicents.protocols.sctp.AssociationImpl] IOException while
trying to write to underlying socket for Association=3DAssoc1 IOError
count=3D4
java.net.SocketException: Socket is shutdown for writing
at sun.nio.ch.SctpChannelImpl.send0(Native Method)
at
sun.nio.ch.SctpChannelImpl.sendFromNativeBuffer(SctpChannelImpl.java:
1027)
at sun.nio.ch.SctpChannelImpl.send(SctpChannelImpl.java:987)
at sun.nio.ch.SctpChannelImpl.send(SctpChannelImpl.java:967)
at
org.mobicents.protocols.sctp.AssociationImpl.doSendSctp(AssociationImpl.jav=
a:
540)
at
org.mobicents.protocols.sctp.AssociationImpl.doSend(AssociationImpl.java:
534)
at
org.mobicents.protocols.sctp.AssociationImpl.write(AssociationImpl.java:
465)
at
org.mobicents.protocols.sctp.SelectorThread.write(SelectorThread.java:
345)
at
org.mobicents.protocols.sctp.SelectorThread.run(SelectorThread.java:
151)
at java.lang.Thread.run(Thread.java:722)
2012-04-28 09:37:44,849 WARN
[org.mobicents.protocols.ss7.m3ua.impl.AspFactory] Communication
channel shutdown for AspFactroy=3DASP1 Association=3DAssoc1
On Apr 26, 12:35=A0pm, Donald Walters <donald.walt...@gmail.com> wrote:
> I upgraded to the 1.0.0 FINAL release and i am still etting the same
> error. How can i know what exactly error is?
>
> On Apr 21, 10:10=A0am, Donald Walters <donald.walt...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Thanks Amit, but I haven't even reach the stage of the USSD GW. I just
> > install the Jboss and the mobicents-ss7-service, and the map-ra then
> > did the configuration.
>
> > On Apr 21, 7:26=A0am, Amit Bhayani <amit.bhay...@gmail.com> wrote:
>
> > > USSD GW depends on 1.0.0-SNAPSHOT version of SCTP project. There are =
many
> > > changes happening on SCTP project (for SS7 2.0.0) as we speak.
> > > Will change USSD gateway dependency on 1.0.0.CR3 of SCTP and it shoul=
d work.
>
> > > Amit.
>
> > > On Fri, Apr 20, 2012 at 5:22 PM, Donald Walters <donald.walt...@gmail=
.com>wrote:
>
> > > > After making the configuation for the m3ua and the sccp, i am getti=
ng
> > > > the error below.
> > > > I am using the jdk 7 and solaris 5.10, which has the sctp. What mig=
ht
> > > > be causing this issue?
>
> > > > 2012-04-20 11:41:39,065 ERROR
> > > > [org.mobicents.protocols.sctp.SelectorThread] Error while selecting
> > > > the ready keys
>
> > > > java.net.SocketException: Invalid argument
>
> > > > =A0 =A0 =A0 =A0 at sun.nio.ch.Net.bind0(Native Method)
>
> > > > =A0 =A0 =A0 =A0 at sun.nio.ch.Net.bind(Net.java:344)
>
> > > > =A0 =A0 =A0 =A0 at sun.nio.ch.Net.bind(Net.java:336)
>
> > > > =A0 =A0 =A0 =A0 at sun.nio.ch.SctpChannelImpl.bind(SctpChannelImpl.=
java:183)
>
> > > > =A0 =A0 =A0 =A0 at
>
> > > > org.mobicents.protocols.sctp.AssociationImpl.doInitiateConnectionSc=
tp(Assoc iationImpl.java:
> > > > 618)
>
> > > > =A0 =A0 =A0 =A0 at
>
> > > > org.mobicents.protocols.sctp.AssociationImpl.initiateConnection(Ass=
ociation Impl.java:
> > > > 590)
>
> > > > =A0 =A0 =A0 =A0 at
> > > > org.mobicents.protocols.sctp.SelectorThread.run(SelectorThread.java=
:
> > > > 116)
>