Author Topic: 2012-00-00 00:00:00 - WARNING: ExtNewcamdSession[1:*] - User 'example' (ip)  (Read 893 times)

0 Members and 1 Guest are viewing this topic.

Offline SMARTX

  • Jr. Member
  • **
  • Posts: 2
Hello,

Client can't connect to CSP:

2012-00-00 00:00:00 - WARNING: ExtNewcamdSession[1:*] - User 'example' (ip)

proxy.xml

Code: You are not allowed to view links. Register or Login
<cardserv-proxy ver=&quot;0.9.0&quot;>
  <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=&quot;nnnn&quot; debug=&quot;true&quot;/>
 
    <profile name=&quot;cdnltvv&quot; ca-id=&quot;****&quot; network-id=&quot;****&quot; provider-idents=&quot;00 00 6a&quot; enabled=&quot;true&quot; debug=&quot;true&quot;>
<newcamd listen-port=&quot;****&quot;>
</newcamd>
<services-file format=&quot;cccam&quot;>etc/CCcam.channelinfo</services-file>
      <max-cw-wait>8500 ms</max-cw-wait>
    </profile>

<profile name=&quot;*****&quot; ca-id=&quot;****&quot; network-id=&quot;****&quot; provider-idents=&quot;00 00 00&quot; enabled=&quot;true&quot; debug=&quot;true&quot;>
<newcamd listen-port=&quot;****&quot;>
</newcamd>
<max-cw-wait>8500 ms</max-cw-wait>
<services-file format=&quot;cccam&quot;>etc/CCcam.channelinfo</services-file>
    </profile>

     </ca-profiles>

  <logging log-ecm=&quot;true&quot; log-emm=&quot;true&quot; log-zapping=&quot;false&quot; hide-ip-addresses=&quot;false&quot;>
    <log-file rotate-count=&quot;3&quot; rotate-max-size=&quot;1024&quot;>log/cardserv.log</log-file>
    <log-level>INFO</log-level>
    <silent>true</silent>
    <debug>false</debug>
  </logging>
 
  <rmi>
    <display-name></display-name>
    <status-web>
      <listen-port>nnnnnnn</listen-port>
      <ssl enabled=&quot;false&quot;>
        <keystore password=&quot;*******&quot;>etc/csp_keystore</keystore>
      </ssl>
      <war-file>lib/cs-status.war</war-file>
      <super-users>*****</super-users>
    </status-web>
  </rmi>  

<user-manager class=&quot;com.bowman.cardserv.SimpleUserManager&quot;>
<auth-config>
<user name=&quot;*****&quot; password=&quot;****&quot; max-connections=&quot;3&quot; admin=&quot;true&quot;/>
</auth-config>
</user-manager>

 <user-manager class=&quot;com.bowman.cardserv.MySQLUserManager&quot; allow-on-failure=&quot;true&quot; log-failures=&quot;true&quot;>
    <auth-config>
 <mysql-database>
<dbhost>localhost</dbhost>
<dbport>*******</dbport>
<dbname>*******</dbname>
<dbuser>*******</dbuser>
<dbpassword>*******</dbpassword>
 </mysql-database>
 <user name=&quot;test&quot; password=&quot;test&quot; display-name=&quot;Administrator&quot; admin=&quot;true&quot;/>
 <!-- xml source -->
 <user-source name=&quot;localusers&quot;>
<user-file-url>file:config/users.xml</user-file-url>
      </user-source>
      <update-interval>5</update-interval>
    </auth-config>
  </user-manager>




  <connection-manager>
    <reconnect-interval>30</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=&quot;&quot;>
        <reset-services></reset-services>
        <block-services></block-services>
      </mapper>
    </service-map>

<external-connector-config enabled=&quot;true&quot;>
<connector-file-url>file:///usr/local/bin/csp/config/connectors.xml</connector-file-url>
<update-interval>1</update-interval>
</external-connector-config>
 
  </connection-manager>

  <proxy-plugins>
    <plugin class=&quot;com.bowman.cardserv.LoggingPlugin&quot; enabled=&quot;false&quot;>
      <plugin-config>
        <log-dir>log/traffic</log-dir>
        <log-level>ALL</log-level>
        <ip-filter>*</ip-filter>
      </plugin-config>
    </plugin>
    <plugin class=&quot;com.bowman.cardserv.DcwFilterPlugin&quot; enabled=&quot;true&quot; jar-file=&quot;dcwfilterplugin.jar&quot;/>
    <plugin class=&quot;com.bowman.cardserv.ProviderIdentPlugin&quot; enabled=&quot;true&quot; jar-file=&quot;provideridentplugin.jar&quot;/>
    <plugin class=&quot;com.bowman.cardserv.$$$$$$Plugin&quot; enabled=&quot;true&quot; jar-file=&quot;$$$$$$plugin.jar&quot;/>
  </proxy-plugins>
 
  <cache-handler class=&quot;com.bowman.cardserv.ClusteredCache&quot;>
<cache-config>
<cw-max-age>19</cw-max-age>
                     <local-host>**.**.**.**</local-host>
<max-cache-wait>40%</max-cache-wait>
<local-port>****</local-port>
<sync-period>0</sync-period>
                     <hide-names>true</hide-names>
                     <debug>true</debug>
</cache-config>
  </cache-handler>

</cardserv-proxy>

Who can and wanna help me please?
« Last Edit: February 13, 2012, 05:55:17 PM by SMARTX »