Discussion:
Error in sipxivr after update
Tony Graziano
2012-08-11 20:09:56 UTC
Permalink
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.

I can call into the conference server, but the AA and VM no longer works.
There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
built after this was introduced:

http://track.sipfoundry.org/browse/XX-10220

Here is the relevant log snippet from sipxivr:


"2012-08-11T19:06:21.633000Z":341:sipXivr:ERR:pbx.voice.mydomain.com:
Thread-7:00000000:sipxivr:"SipXivr::run"
java.lang.NoSuchMethodError:
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
***@voice.mydomain.com"
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
***@voice.mydomain.com"

---

Since one cannot downgrade (previous version RMP's are no longer posted),
is there an easier way to get around this? I had to get to a system with
the build date of:

*Package Details**Description*IVR subystem that uses FreeSWITCH as a media
server.*Package*sipxivr*Class*Productivity/Telephony/SIP/Servers*Version*
4.4.0-382.g16f5*Vendor*SIPfoundry*Architecture*x86_64*Installed*18/May/2012
11:47

And replace the sipxivr.jar and sipxivr.sh files and restart media server
to get the AA and VM working again.

I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: ***@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
<http://sipxcolab2013.eventbrite.com/?discount=tony2013>
--
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: ***@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
George Niculae
2012-08-11 20:26:12 UTC
Permalink
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b

I suspect sipxcommons didn't updated on your system, can you check version?

George
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer works.
There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
Post by Tony Graziano
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
Post by Tony Graziano
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
Post by Tony Graziano
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
---
Since one cannot downgrade (previous version RMP's are no longer posted),
is there an easier way to get around this? I had to get to a system with
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media server
to get the AA and VM working again.
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
George Niculae
2012-08-11 20:29:44 UTC
Permalink
Hm, actually looks like sipxivr.jar still the old one and not the latest
one as it points to a sipxcommons method that no longer exists

George
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
Post by George Niculae
I suspect sipxcommons didn't updated on your system, can you check version?
George
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.
Post by George Niculae
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by George Niculae
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by George Niculae
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by George Niculae
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by George Niculae
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
Tony Graziano
2012-08-11 20:30:54 UTC
Permalink
I believe you because my sipxcommons is:

*Package Details**Description*Common server side Java packages and
supporting third-parth JAR's for sipX*Package*sipxcommons*Class*
Productivity/Telephony/SIP/Servers*Version*4.4.0-418.gaac6d8*Vendor*
SIPfoundry*Architecture*x86_64*Installed*11/Aug/2012 13:08
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
I suspect sipxcommons didn't updated on your system, can you check version?
George
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
Post by Tony Graziano
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
Post by Tony Graziano
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
Post by Tony Graziano
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: ***@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
<http://sipxcolab2013.eventbrite.com/?discount=tony2013>
--
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: ***@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
George Niculae
2012-08-11 20:35:47 UTC
Permalink
Post by Tony Graziano
Package Details
Description
Common server side Java packages and supporting third-parth JAR's for sipX
Package
sipxcommons
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-418.gaac6d8
Vendor
SIPfoundry
Architecture
x86_64
Installed
11/Aug/2012 13:08
Yep, latest published is sipxcommons-4.4.0-418.gaac6d8.x86_64.rpm

Wonder how yum update could miss this...

George
Post by Tony Graziano
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
Post by Tony Graziano
Post by George Niculae
I suspect sipxcommons didn't updated on your system, can you check version?
George
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
Tony Graziano
2012-08-11 20:44:51 UTC
Permalink
I checked all my packages to make sure they matched the repo before digging
into this.

If I have the rpm's that are the latest in the stable repo (and I do), I
would suggest it either has the wrong sipxivr.jar (maybe sipxivr.sh too)
packaged in the rpm.

If that commit is 9 months old how do you determine when it was committed
in the build?
Post by George Niculae
Post by Tony Graziano
Package Details
Description
Common server side Java packages and supporting third-parth JAR's for
sipX
Post by Tony Graziano
Package
sipxcommons
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-418.gaac6d8
Vendor
SIPfoundry
Architecture
x86_64
Installed
11/Aug/2012 13:08
Yep, latest published is sipxcommons-4.4.0-418.gaac6d8.x86_64.rpm
Wonder how yum update could miss this...
George
Post by Tony Graziano
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
Post by Tony Graziano
Post by George Niculae
I suspect sipxcommons didn't updated on your system, can you check
version?
Post by Tony Graziano
Post by George Niculae
George
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code. This
system had two files on it that had been used to handle testing of faxes in
pdf form from earlier this year (sipxivr.jar and sipxivr.sh). These were
replaced when the update occured and are the most recent/current version
like I thought it should be.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: ***@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
<http://sipxcolab2013.eventbrite.com/?discount=tony2013>
--
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: ***@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
George Niculae
2012-08-11 20:52:56 UTC
Permalink
Post by Tony Graziano
I checked all my packages to make sure they matched the repo before
digging into this.
Post by Tony Graziano
If I have the rpm's that are the latest in the stable repo (and I do), I
would suggest it either has the wrong sipxivr.jar (maybe sipxivr.sh too)
packaged in the rpm.
Post by Tony Graziano
If that commit is 9 months old how do you determine when it was committed
in the build?
Packages contains all code committed until

https://github.com/dhubler/sipxecs/commit/aac6d8db08f44b8747f1d30612eef4d866b01ee9

(rpm name is g + aac6d8 that is first 6 letters from commit's hash)

I still think you're running old sipxivr.jar file, maybe you try to
manually remove it before yum update.

George
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
Common server side Java packages and supporting third-parth JAR's for sipX
Package
sipxcommons
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-418.gaac6d8
Vendor
SIPfoundry
Architecture
x86_64
Installed
11/Aug/2012 13:08
Yep, latest published is sipxcommons-4.4.0-418.gaac6d8.x86_64.rpm
Wonder how yum update could miss this...
George
Post by Tony Graziano
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
I suspect sipxcommons didn't updated on your system, can you check version?
George
On Aug 11, 2012 11:10 PM, "Tony Graziano" <
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code.
This system had two files on it that had been used to handle testing of
faxes in pdf form from earlier this year (sipxivr.jar and sipxivr.sh).
These were replaced when the update occured and are the most recent/current
version like I thought it should be.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
"2012-08-11T19:06:21.633000Z":341:sipXivr:ERR:pbx.voice.mydomain.com:
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
***@voice.mydomain.com"
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
Tony Graziano
2012-08-11 20:56:09 UTC
Permalink
I did manually remove it and reinstall it (sipxivr), prior to replacing the
two files manually. The sipxivr that did not work was installed by that rpm.
Post by George Niculae
Post by Tony Graziano
I checked all my packages to make sure they matched the repo before
digging into this.
Post by Tony Graziano
If I have the rpm's that are the latest in the stable repo (and I do), I
would suggest it either has the wrong sipxivr.jar (maybe sipxivr.sh too)
packaged in the rpm.
Post by Tony Graziano
If that commit is 9 months old how do you determine when it was
committed in the build?
Packages contains all code committed until
https://github.com/dhubler/sipxecs/commit/aac6d8db08f44b8747f1d30612eef4d866b01ee9
(rpm name is g + aac6d8 that is first 6 letters from commit's hash)
I still think you're running old sipxivr.jar file, maybe you try to
manually remove it before yum update.
George
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
Common server side Java packages and supporting third-parth JAR's for
sipX
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package
sipxcommons
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-418.gaac6d8
Vendor
SIPfoundry
Architecture
x86_64
Installed
11/Aug/2012 13:08
Yep, latest published is sipxcommons-4.4.0-418.gaac6d8.x86_64.rpm
Wonder how yum update could miss this...
George
Post by Tony Graziano
Post by George Niculae
That's related more to this commit
https://github.com/dhubler/sipxecs/commit/e19470bb65522aa52845eafbf283ff63f7c3b55b
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
I suspect sipxcommons didn't updated on your system, can you check
version?
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
George
On Aug 11, 2012 11:10 PM, "Tony Graziano" <
Post by Tony Graziano
My AA and VM does not work after yum'ing to the latest 4.4 code.
This system had two files on it that had been used to handle testing of
faxes in pdf form from earlier this year (sipxivr.jar and sipxivr.sh).
These were replaced when the update occured and are the most recent/current
version like I thought it should be.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I can call into the conference server, but the AA and VM no longer
works. There is nothing in sofia/freeswitch or sipxproxy log and the best
indicator I have is that there is a localization being called in the
sipxivr script that is not supposed to be there. I uninstalled and
reinstalled sipxivr, but I still have the same issue. I suspect there is a
problem with the latest 4.4 build because I have this issue only on systems
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
http://track.sipfoundry.org/browse/XX-10220
Thread-7:00000000:sipxivr:"SipXivr::run"
org.sipfoundry.commons.freeswitch.Localization.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
at org.sipfoundry.faxrx.FaxRx.loadConfig(FaxRx.java:106)
at org.sipfoundry.faxrx.FaxRx.run(FaxRx.java:122)
at org.sipfoundry.sipxivr.SipXivr.run(SipXivr.java:165)
at java.lang.Thread.run(Thread.java:679)
"2012-08-11T19:06:21.633000Z":342:sipXivr:DEBUG:pbx.voice.mydomain.com:Thread-7:00000000:sipxivr:"SipXivr::run
Ending SipXivr thread with client Socket[addr=/172.16.246.2
,port=44510,localport=8084]"
^T"2012-08-11T19:07:42.509000Z":343:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 1"
"2012-08-11T19:07:42.510000Z":344:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/209/ is 0"
"2012-08-11T19:07:42.510000Z":345:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
"2012-08-11T19:07:54.180000Z":346:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::newMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 1"
"2012-08-11T19:07:54.180000Z":347:sipXivr:DEBUG:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Messages::releaseMessages
m_usage for /var/sipxdata/mediaserver/data/mailstore/204/ is 0"
"2012-08-11T19:07:54.181000Z":348:sipXivr:INFO:pbx.voice.mydomain.com:SslListener0-3:00000000:sipxivr:"Mwistatus::doGet
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
---
Since one cannot downgrade (previous version RMP's are no longer
posted), is there an easier way to get around this? I had to get to a
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Package Details
Description
IVR subystem that uses FreeSWITCH as a media server.
Package
sipxivr
Class
Productivity/Telephony/SIP/Servers
Version
4.4.0-382.g16f5
Vendor
SIPfoundry
Architecture
x86_64
Installed
18/May/2012 11:47
And replace the sipxivr.jar and sipxivr.sh files and restart media
server to get the AA and VM working again.
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
I think this is a bug...
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about
sipX-CoLab 2013!
Post by Tony Graziano
Post by George Niculae
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~
Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by Tony Graziano
Telephone: 434.984.8426
Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: ***@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
<http://sipxcolab2013.eventbrite.com/?discount=tony2013>
--
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: ***@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
George Niculae
2012-08-13 19:38:16 UTC
Permalink
On Sat, Aug 11, 2012 at 11:56 PM, Tony Graziano <
Post by Tony Graziano
I did manually remove it and reinstall it (sipxivr), prior to replacing
the two files manually. The sipxivr that did not work was installed by that
rpm.
Tony, could you send me the 2 sipXivr - the one that works and the one from
latest update that gives you the exception?

Thanks
George
George Niculae
2012-08-13 19:55:49 UTC
Permalink
Post by George Niculae
On Sat, Aug 11, 2012 at 11:56 PM, Tony Graziano
Post by Tony Graziano
I did manually remove it and reinstall it (sipxivr), prior to replacing
the two files manually. The sipxivr that did not work was installed by that
rpm.
Tony, could you send me the 2 sipXivr - the one that works and the one from
latest update that gives you the exception?
Actually I decompiled both sipxivr and sipxcommons from latest rpms
and both looks inline, having only

public Localization(String bundleName, String localeString,
FreeSwitchConfigurationInterface config,
FreeSwitchEventSocketInterface fses)

constructor. The error you hit:

java.lang.NoSuchMethodError:
org.sipfoundry.commons.freeswitch.Localization.<init>
(Ljava/lang/String;
Ljava/lang/String;
Ljava/util/HashMap;
Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;
Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V

indicates usage of the old one from sipxivr, I know you checked but
still looks like the old ivr jar used with newest sipxcommons jar

George
Tony Graziano
2012-08-14 11:12:13 UTC
Permalink
I'll look at it this evening, but I am sure there are other issues. I
removed the package and reinstalled it and still had the problem. I'll
revisit my procedures too.

~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: ***@voice.myitdepartment.net
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
2013!
Post by George Niculae
Post by George Niculae
On Sat, Aug 11, 2012 at 11:56 PM, Tony Graziano
Post by Tony Graziano
I did manually remove it and reinstall it (sipxivr), prior to replacing
the two files manually. The sipxivr that did not work was installed by
that
Post by George Niculae
Post by Tony Graziano
rpm.
Tony, could you send me the 2 sipXivr - the one that works and the one
from
Post by George Niculae
latest update that gives you the exception?
Actually I decompiled both sipxivr and sipxcommons from latest rpms
and both looks inline, having only
public Localization(String bundleName, String localeString,
FreeSwitchConfigurationInterface config,
FreeSwitchEventSocketInterface fses)
org.sipfoundry.commons.freeswitch.Localization.<init>
(Ljava/lang/String;
Ljava/lang/String;
Ljava/util/HashMap;
Lorg/sipfoundry/commons/freeswitch/FreeSwitchConfigurationInterface;
Lorg/sipfoundry/commons/freeswitch/FreeSwitchEventSocketInterface;)V
indicates usage of the old one from sipxivr, I know you checked but
still looks like the old ivr jar used with newest sipxcommons jar
George
_______________________________________________
sipx-users mailing list
List Archive: http://list.sipfoundry.org/archive/sipx-users/
--
LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: ***@voice.myitdepartment.net

Helpdesk Customers: http://myhelp.myitdepartment.net
Blog: http://blog.myitdepartment.net
Loading...