CSP failed to start

There are 8 replies in this Thread which was already clicked 6,732 times. The last Post () by barbje.

  • i got this after i followed this tutorial


    1) mkdir /usr/local/csp
    2) chmod 644 /usr/local/csp
    3) FTP the csp package to /usr/local/csp
    4) chmod 755 /usr/local/csp/config/
    5) chmod 755 /usr/local/csp/etc/
    6) chmod 755 /usr/local/csp/lib/
    7) chmod 755 /usr/local/csp/log
    8) chmod 755 /usr/local/csp/plugins
    9) chmod 755 /usr/local/csp/cardproxy.sh


    10) pico /etc/apt/sources.list and add:
    deb Index of /debian/ squeeze main non-free


    11) apt-get update


    12) apt-get install sun-java6-jre


    13) cd /usr/local/csp/
    14) ./cardproxy.sh start


    then this error comes up:


    debian:/usr/local/csp# ./cardproxy.sh start
    Starting CardServProxy: [ FAILED ]
    Configuration error:
    - Element: <plugin (/cardserv-proxy/proxy-plugins)
    - Message: File not found: /usr/local/csp/plugins/i*****plugin.jar


    i use Debian 5
    any idea ??


    thx

  • delete this part in the prox.xml


    <proxy-plugins>
    <plugin class="com.bowman.cardserv.LoggingPlugin" enabled="false">
    <plugin-config>
    <log-dir>log/traffic</log-dir>
    <log-level>ALL</log-level>
    <ip-filter>*</ip-filter>
    </plugin-config>
    </plugin>
    <plugin class="com.bowman.cardserv.DcwFilterPlugin" enabled="true" jar-file="dcwfilterplugin.jar"/>
    <plugin class="com.bowman.cardserv.ProviderIdentPlugin" enabled="true" jar-file="provideridentplugin.jar"/>
    <plugin class="com.bowman.cardserv.I*****Plugin" enabled="true" jar-file="i*****plugin.jar"/>



    ==============



    or use this config first time




    <cardserv-proxy ver="0.9.0">


    <ca-profiles>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>


    <extended-newcamd listen-port="15112" debug="true"/>


    <profile name="myprofile" ca-id="0000" network-id="0000" provider-idents="00 00 00" enabled="true" debug="true">
    <newcamd listen-port="11112">
    <no-validation>true</no-validation>
    </newcamd>
    <radegast listen-port="11113">
    <allow-list>192.168.0.*</allow-list>
    </radegast>
    <services-file>etc/services</services-file>
    <max-cw-wait>8500 ms</max-cw-wait>
    </profile>
    </ca-profiles>


    <logging log-ecm="true" log-emm="true" log-zapping="false" hide-ip-addresses="false">
    <log-file rotate-count="3" rotate-max-size="1024">log/cardserv.log</log-file>
    <log-level>INFO</log-level>
    <silent>true</silent>
    <debug>false</debug>
    </logging>

    <rmi>
    <display-name>Csproxy1</display-name>
    <status-web>
    <listen-port>8082</listen-port>
    <ssl enabled="false">
    <keystore password="secret">etc/csp_keystore</keystore>
    </ssl>
    <war-file>lib/cs-status.war</war-file>
    <super-users>admin</super-users>
    </status-web>
    </rmi>


    <user-manager class="com.bowman.cardserv.SimpleUserManager">
    <auth-config>
    <user name="admin" password="forum" max-connections="3" admin="true"/>
    <user name="user1" password="secret1" profiles="myprofile"/>
    </auth-config>
    </user-manager>


    <connection-manager>
    <reconnect-interval>60</reconnect-interval>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>
    <default-keepalive-interval>55</default-keepalive-interval>


    <service-map>
    <mapper>
    <auto-reset-threshold>20</auto-reset-threshold>
    </mapper>
    <mapper profile="myprofile">
    <reset-services></reset-services>
    <block-services></block-services>
    </mapper>
    </service-map>


    <cws-connectors>


    <csp-connector name="test0" enabled="false">
    <url>https://otherproxy.host.com:8443</url>
    <user>user</user>
    <password>password</password>
    <request-cache-updates>false</request-cache-updates>
    </csp-connector>


    <newcamd-connector name="test1" profile="myprofile" enabled="false">
    <host>192.168.0.3</host>
    <port>10001</port>
    <user>proxyuser</user>
    <password>password</password>
    <asynchronous>true</asynchronous>
    </newcamd-connector>

    <radegast-connector name="test2" profile="myprofile" enabled="false">
    <host>192.168.0.4</host>
    <port>10003</port>
    <provider-idents>00 00 01</provider-idents>
    </radegast-connector>


    <chameleon-connector name="test3" enabled="false">
    <host>192.168.0.5</host>
    <port>10001</port>
    <user>mgcamduser</user>
    <password>password</password>
    </chameleon-connector>

    </cws-connectors>

    </connection-manager>


    <proxy-plugins>
    <plugin class="com.bowman.cardserv.LoggingPlugin" enabled="false">
    <plugin-config>
    <log-dir>log/traffic</log-dir>
    <log-level>ALL</log-level>
    <ip-filter>*</ip-filter>
    </plugin-config>
    </plugin>
    <plugin class="com.bowman.cardserv.DcwFilterPlugin" enabled="true" jar-file="dcwfilterplugin.jar"/>
    <plugin class="com.bowman.cardserv.ProviderIdentPlugin" enabled="true" jar-file="provideridentplugin.jar"/>
    <plugin class="com.bowman.cardserv.I*****Plugin" enabled="true" jar-file="i*****plugin.jar"/>
    </proxy-plugins>

    <cache-handler class="com.bowman.cardserv.ClusteredCache">
    <cache-config>
    <cw-max-age>19</cw-max-age>
    <max-cache-wait>40%</max-cache-wait>
    <local-port>54277</local-port>
    <sync-period>50</sync-period>
    <cw-validation checksum="true" zero-counting="true" log-warnings="true"/>
    </cache-config>
    </cache-handler>


    </cardserv-proxy>






    </proxy-plugins>

  • ok i'm gonna try and report later


    thx for the tips guys


    ok what i did to make it work, i deleted the xml file and let csp make a new one


    now its running


    now configuring the rest


    what should i do to couple 2 CSP servers ? cache tot cache ? how does this go ?


    thx

Other Not Listed Softcam Support Forum

Configs, discussion, downloads and guides for Other Not Listed Softcams - CSP, DreamOS, GBox, NEWCamd, MultiCS, OSCam Smod, OSCam Ymod, SUpcam & Wicardd.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!