SMPP RA Connection refused

160 views
Skip to first unread message

Loay Mohammed

unread,
May 8, 2013, 2:48:51 AM5/8/13
to mobicent...@googlegroups.com
Hello

Sorry for beginner Q I just copy and past smpp5-ra-DU.jar to the deploy folder and it is install file but 
with the default values how can i change the values like host port password .. etc

BR

yulian_o

unread,
May 9, 2013, 5:22:27 AM5/9/13
to mobicent...@googlegroups.com
Hello
You should get the smpp du jar file , extract from it smpp-ra
inside of it in META-INF you have resource adapter config file in which you should set the settings for your provider.
The source of config file is here : http://code.google.com/p/jain-slee/source/browse/resources/smpp5/ra/src/main/resources/META-INF/resource-adaptor-jar.xml?repo=smpp

Best regards
Yulian Oifa

Vilius Panevėžys

unread,
May 9, 2013, 5:45:06 AM5/9/13
to mobicent...@googlegroups.com
A more universal approach would be to take advantage of the
deploy-config extension [1]. Modifying resource-adaptor-jar.xml is fine
for a quick and simple solution. However, I prefer leaving the
developer defined defaults there and specifying parameters for a
particular RA entity in deploy-config.

Furthermore, when you need to define more than one persistent RA entity
modifying defaults is not enough anymore - you'll have to define
persistent entities in deploy-config.


[1]
http://docs.jboss.org/mobicents/jain-slee/2.7.0.FINAL/container/user-guide/en-US/html/management.html#management_persistent_file_deployer


--
Vilius Panevėžys
Elitnet

Loay Mohammed

unread,
May 9, 2013, 5:57:45 AM5/9/13
to mobicent...@googlegroups.com
any thanks i changed it now, but another problem show :)
am trying with SMPP version 3.4 but RA try with version 5.0 how to make it version 3.4

2013-05-09 12:47:55,727 WARN  [class org.mobicents.protocols.smpp.Session.Session-37] (Session-37-Receiver) Received a bind response with status 13
2013-05-09 12:47:55,727 ERROR [javax.slee.RAEntityNotification[entity=SmppRA].SmppResourceAdaptor] (Thread-168) Reconnect error: Could not bind to SMSC. The reason is Bind Failed

BR
L0w3




--
You received this message because you are subscribed to the Google Groups "mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-publ...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



smpp trace.png

Loay Mohammed

unread,
May 14, 2013, 3:30:39 AM5/14/13
to mobicent...@googlegroups.com
Hello 

any kind help.

BR

yulian_o

unread,
May 14, 2013, 3:47:56 AM5/14/13
to mobicent...@googlegroups.com
Hello
Currently you can not change it.
See here :
http://code.google.com/p/jain-slee/source/browse/resources/smpp5/ra/src/main/java/org/mobicents/slee/resources/smpp/SmppResourceAdaptor.java?repo=smpp#885
 
It uses predefined value of 5.0.
So to change the version you should use the source code and modify the version.
Please not that there is difference between 3.4 and 5.0 so it may cause interoperability problems.

Best regards
Yulian Oifa

Loay Mohammed

unread,
May 14, 2013, 8:16:38 AM5/14/13
to mobicent...@googlegroups.com
does the name will be 
protoSmppSession.setVersion(SMPPVersion.VERSION_3_4);
 
or what is the function name 

BR
Loay


yulian_o

unread,
May 15, 2013, 7:47:50 AM5/15/13
to mobicent...@googlegroups.com

Loay Mohammed

unread,
May 15, 2013, 8:36:56 AM5/15/13
to mobicent...@googlegroups.com
many thanks :D

BR
Loay


Wozza Xing

unread,
May 18, 2013, 5:55:20 PM5/18/13
to mobicent...@googlegroups.com, loay...@gmail.com
As per the open source license, there is an updated SMPP 3.4 RA here.

http://www.mofokom.biz/maven/snapshots-public/org/mobicents/resources/

Loay Mohammed

unread,
May 19, 2013, 2:00:33 AM5/19/13
to mobicent...@googlegroups.com
Thanks Wozza i try to build it many time but it always end with error if you have the smpp-ra-DU-6.1.1.jar please send it to me

BR
Loay


On Sun, May 19, 2013 at 12:55 AM, Wozza Xing <wozza...@gmail.com> wrote:
As per the open source license, there is an updated SMPP 3.4 RA here.

http://www.mofokom.biz/maven/snapshots-public/org/mobicents/resources/



On 05/15/2013 10:36 PM, Loay Mohammed wrote:
many thanks :D

BR
Loay


On Wed, May 15, 2013 at 2:47 PM, yulian_o <oifa....@gmail.com> wrote:

Hello
See the code here:

http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/releases/org.mobicents.protocols.smpp/smpp-impl/1.0.0.BETA2/org/mobicents/protocols/smpp/version/SMPPVersion.java

Best regards

  --
You received this message because you are subscribed to the Google Groups
"mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an

For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-public+unsubscribe@googlegroups.com.

Loay Mohammed

unread,
May 19, 2013, 3:50:32 AM5/19/13
to mobicent...@googlegroups.com
Thanks i found it but there is error

No Component Descriptor found in 'smpp-library-2.0.1-SNAPSHOT.jar'.^M
--------------------------------------------------------------------------------
2013-05-19 10:22:39,836 INFO  [org.mobicents.slee.container.deployment.jboss.DeployableUnit] (pool-27-thread-1) Missing dependencies for smpp-ra-DU-2.0.1-SNAPSHOT.jar:^M
 +-- LibraryID[name=library-smpp,vendor=library-smpp,version=2.0]

2013-05-19 10:22:46,301 WARN  [org.mobicents.slee.container.deployment.jboss.SleeContainerDeployerImpl] (pool-27-thread-1) SLEE DUs not deployed, due to missing dependencies:
        Missing Dependencies:
                LibraryID[name=library-smpp,vendor=library-smpp,version=2.0]

Wozza Xing

unread,
May 19, 2013, 4:51:36 AM5/19/13
to mobicent...@googlegroups.com, Loay Mohammed
There is no library jar deployment descriptor library-jar.xml because it's built by the mobicents maven-library-plugin
and requires

<packaging>jainslee-library</packaging> in the pom.xml

I have patched and updated this. Thanks for letting me know!

On 05/19/2013 05:50 PM, Loay Mohammed wrote:
> Thanks i found it but there is error
>
> No Component Descriptor found in 'smpp-library-2.0.1-SNAPSHOT.jar'.^M
> --------------------------------------------------------------------------------
> 2013-05-19 10:22:39,836 INFO
> [org.mobicents.slee.container.deployment.jboss.DeployableUnit]
> (pool-27-thread-1) Missing dependencies for smpp-ra-DU-2.0.1-SNAPSHOT.jar:^M
> +-- LibraryID[name=library-smpp,vendor=library-smpp,version=2.0]
>
> 2013-05-19 10:22:46,301 WARN
> [org.mobicents.slee.container.deployment.jboss.SleeContainerDeployerImpl]
> (pool-27-thread-1) SLEE DUs not deployed, due to missing dependencies:
> file:/opt/
> jboss-5.1.0.GA/server/default/deploy/smpp-ra-DU-2.0.1-SNAPSHOT.jar/
> Missing Dependencies:
> LibraryID[name=library-smpp,vendor=library-smpp,version=2.0]
>
>
> On Sun, May 19, 2013 at 9:00 AM, Loay Mohammed <loay...@gmail.com> wrote:
>
>> Thanks Wozza i try to build it many time but it always end with error if
>> you have the smpp-ra-DU-6.1.1.jar please send it to me
>>
>> BR
>> Loay
>>
>>
>> On Sun, May 19, 2013 at 12:55 AM, Wozza Xing <wozza...@gmail.com> wrote:
>>
>>> As per the open source license, there is an updated SMPP 3.4 RA here.
>>>
>>> http://www.mofokom.biz/maven/**snapshots-public/org/**
>>> mobicents/resources/<http://www.mofokom.biz/maven/snapshots-public/org/mobicents/resources/>
>>>
>>>
>>>
>>> On 05/15/2013 10:36 PM, Loay Mohammed wrote:
>>>
>>>> many thanks :D
>>>>
>>>> BR
>>>> Loay
>>>>
>>>>
>>>> On Wed, May 15, 2013 at 2:47 PM, yulian_o <oifa....@gmail.com> wrote:
>>>>
>>>> Hello
>>>>> See the code here:
>>>>>
>>>>> http://grepcode.com/file/**repository.jboss.org/nexus/**
>>>>> content/repositories/releases/**org.mobicents.protocols.smpp/**
>>>>> smpp-impl/1.0.0.BETA2/org/**mobicents/protocols/smpp/**
>>>>> version/SMPPVersion.java<http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/releases/org.mobicents.protocols.smpp/smpp-impl/1.0.0.BETA2/org/mobicents/protocols/smpp/version/SMPPVersion.java>
>>>>>
>>>>> Best regards
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups
>>>>> "mobicents-public" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an
>>>>> email to mobicents-public+unsubscribe@**googlegroups.com<mobicents-public%2Bunsu...@googlegroups.com>
>>>>> .
>>>>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>>>> .
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "mobicents-public" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to mobicents-public+unsubscribe@**googlegroups.com<mobicents-public%2Bunsu...@googlegroups.com>
>>> .
>>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>
Reply all
Reply to author
Forward
0 new messages