Author Topic: Strange Java Error when starting CSP  (Read 786 times)

0 Members and 1 Guest are viewing this topic.

Offline Sat-fan

  • Jr. Member
  • **
  • Posts: 2
Strange Java Error when starting CSP
« on: June 26, 2012, 07:16:12 PM »
Hi all,

i got a'strange error when i start the CSP.

the error:
Quote
/usr/local/csp# ./cardproxy.sh start
Starting CardServProxy: [ FAILED ]
java.lang.NumberFormatException: For input string: "33FP"
at java.lang.NumberFormatException.forInputString(Num berFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:458)
at com.bowman.cardserv.tv.TvService.(TvService. java:59)
at com.bowman.cardserv.tv.CccamParser.parse(CccamPars er.java:47)
at com.bowman.cardserv.CaProfile.parseServicesFile(Ca Profile.java:256)
at com.bowman.cardserv.CaProfile.configUpdated(CaProf ile.java:160)
at com.bowman.cardserv.ProxyConfig.loadProfiles(Proxy Config.java:507)
at com.bowman.cardserv.ProxyConfig.parseConfig(ProxyC onfig.java:427)
at com.bowman.cardserv.ProxyConfig.readConfig(ProxyCo nfig.java:473)
at com.bowman.cardserv.CardServProxy.(CardServP roxy.java:66)
at com.bowman.cardserv.CardServProxy.main(CardServPro xy.java:284)
Configuration error:
- Element: - Message: Unable to parse '/usr/local/csp/etc/CCcam.channelinfo' : java.lang.NumberFormatException: For input string: "33FP"


the error is the CCcam.channelinfo you think ?.
but i try different CCcam.channelinfo versions but with no luck.
when i remove the CCcam.channelinfo from the map then its no problem i can start the CSP.

 dus anyone know what the problem is ?

SF