You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "peter.argalas" <pe...@zuno.eu> on 2012/01/09 15:52:39 UTC

Re: Unreleased thread, possible in SMPP component

Hi,

I am facing the same issue with jsmpp used by camel-smpp. Please, have you
already found solution for this?

As I am looking inside jsmpp, when it fails to connect during reconnect
executorService.shutdown(); is called inside PDUReaderWorker. So threadpool
should be released. But it looks like it is not :(

--
View this message in context: http://camel.465427.n5.nabble.com/Unreleased-thread-possible-in-SMPP-component-tp4922901p5131453.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unreleased thread, possible in SMPP component

Posted by Christian Müller <ch...@gmail.com>.
No, there is no new jsmpp release.

Best,
Christian
Am 13.02.2014 19:35 schrieb "azeemdin" <az...@gmail.com>:

> Any update on this issue? I am also getting this error. :(
>
> 2014-02-13 21:15:36,479 132604 INFO  [SMPPSession] {Thread-14} Connected
> 2014-02-13 21:15:36,480 132605 INFO  [SMPPSession$PDUReaderWorker]
> {Thread-19} Starting PDUReaderWorker with processor degree:3 ...
> 2014-02-13 21:15:37,573 133698 ERROR [SMPPSession] {Thread-14} Receive
> negative bind response
> org.jsmpp.extra.NegativeResponseException: Negative response 0000000d found
>         at
>
> org.jsmpp.session.AbstractSession.validateResponse(AbstractSession.java:215)
>         at
>
> org.jsmpp.session.AbstractSession.executeSendCommand(AbstractSession.java:271)
>         at org.jsmpp.session.SMPPSession.sendBind(SMPPSession.java:294)
>         at
> org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:232)
>         at
> org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:200)
>         at
>
> org.apache.camel.component.smpp.SmppProducer.createSession(SmppProducer.java:91)
>         at
>
> org.apache.camel.component.smpp.SmppProducer.access$500(SmppProducer.java:42)
>         at
> org.apache.camel.component.smpp.SmppProducer$2.run(SmppProducer.java:193)
>         at java.lang.Thread.run(Unknown Source)
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Unreleased-thread-possible-in-SMPP-component-tp4922901p5747270.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: Unreleased thread, possible in SMPP component

Posted by azeemdin <az...@gmail.com>.
Any update on this issue? I am also getting this error. :(

2014-02-13 21:15:36,479 132604 INFO  [SMPPSession] {Thread-14} Connected
2014-02-13 21:15:36,480 132605 INFO  [SMPPSession$PDUReaderWorker]
{Thread-19} Starting PDUReaderWorker with processor degree:3 ...
2014-02-13 21:15:37,573 133698 ERROR [SMPPSession] {Thread-14} Receive
negative bind response
org.jsmpp.extra.NegativeResponseException: Negative response 0000000d found
	at
org.jsmpp.session.AbstractSession.validateResponse(AbstractSession.java:215)
	at
org.jsmpp.session.AbstractSession.executeSendCommand(AbstractSession.java:271)
	at org.jsmpp.session.SMPPSession.sendBind(SMPPSession.java:294)
	at org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:232)
	at org.jsmpp.session.SMPPSession.connectAndBind(SMPPSession.java:200)
	at
org.apache.camel.component.smpp.SmppProducer.createSession(SmppProducer.java:91)
	at
org.apache.camel.component.smpp.SmppProducer.access$500(SmppProducer.java:42)
	at
org.apache.camel.component.smpp.SmppProducer$2.run(SmppProducer.java:193)
	at java.lang.Thread.run(Unknown Source)



--
View this message in context: http://camel.465427.n5.nabble.com/Unreleased-thread-possible-in-SMPP-component-tp4922901p5747270.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unreleased thread, possible in SMPP component

Posted by Christian Müller <ch...@gmail.com>.
This project moved to GitHub [1]. You can have a look whether this issue is
already solved or not.
But because there is no newer version available than Camel is using, this
issue is not fixed yet in Camel...

[1] https://github.com/uudashr/jsmpp

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Mon, Sep 23, 2013 at 11:13 AM, mamouros <cs...@yahoo.gr> wrote:

> I wonder if this problem was ever solved and how because it seams I am
> facing
> it too.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Unreleased-thread-possible-in-SMPP-component-tp4922901p5740052.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: Unreleased thread, possible in SMPP component

Posted by mamouros <cs...@yahoo.gr>.
I wonder if this problem was ever solved and how because it seams I am facing
it too.



--
View this message in context: http://camel.465427.n5.nabble.com/Unreleased-thread-possible-in-SMPP-component-tp4922901p5740052.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unreleased thread, possible in SMPP component

Posted by Christian Müller <ch...@gmail.com>.
Hello Peter!

No, unfortunately not. Because it looks like it's a problem in JSMPP I
don't know what we can do in this case to solve the problem. Any suggestion?

The JSMPP project is not really active and the issues list grows [1]. Also
one issue I reported nearly one year ago is not commented or fixed until
now [2].

Instead of forking this project I decided to implement it from scratch. I
started some month ago and putted it on the side after a few weeks because
of lack of time. Now I start again working on it. I think I need some more
weeks to have something which is useful. But you can stay in touch with the
project on Github [3]. This product use Netty [4] as the underlying socket
framework and provides encodes/decoders for the SMPP protocol.

[1] http://code.google.com/p/jsmpp/issues/list
[2] http://code.google.com/p/jsmpp/issues/detail?id=93
[3] https://github.com/muellerc/SMPP
[4] http://www.jboss.org/netty

Best,
Christian