колектор 4.3.14 на фтп такойже...
колектор опять висит , в аут:
Код:
Exception in thread "Thread-5" java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.addIfUnderCorePoolSize(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
at bitel.billing.server.netflow.ipn.NetFlowPortListener.run(NetFlowPortListener.java:77)
при этом мускуль жрет 240мб, ява 100мб, процесс коллектора 70мб и по 20мб другие jsl, свободно 100мб из 1024
при попытке остановить из сервисов в аут добавляется:
Код:
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Unknown Source)
at java.util.Timer.<init>(Unknown Source)
at java.util.Timer.<init>(Unknown Source)
at com.mysql.jdbc.Connection.<init>(Connection.java:1441)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:94)
at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:300)
at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:816)
at bitel.billing.server.util.DefaultServerSetup.getDBConnectionFromPool(DefaultServerSetup.java:102)
at bitel.billing.server.util.SetupData.init(SetupData.java:45)
at bitel.billing.server.util.SetupData.<init>(SetupData.java:26)
at bitel.billing.server.util.SetupData.<init>(SetupData.java:20)
at bitel.billing.server.netflow.ipn.NetFlowSetup.<init>(NetFlowSetup.java:13)
at bitel.billing.server.netflow.ipn.Collector.main(Collector.java:52)
at bitel.billing.server.netflow.ipn.Collector.exit(Collector.java:75)
Код:
C:\BGIPNNetflowCollector>netflow.bat status
C:\BGIPNNetflowCollector>if "C:\BGIPNNetflowCollector" == "" set BGIPN_NETFLOW_H
OME=.
C:\BGIPNNetflowCollector>cd C:\BGIPNNetflowCollector
C:\BGIPNNetflowCollector>set CLASSPATH=C:\BGIPNNetflowCollector:C:\BGIPNNetflowC
ollector/lib/*
C:\BGIPNNetflowCollector>java -Xmx512m -cp C:\BGIPNNetflowCollector:C:\BGIPNNetf
lowCollector/lib/* bitel.billing.server.netflow.ipn.Collector status
Exception in thread "main" java.lang.NoClassDefFoundError: bitel/billing/server/
netflow/ipn/Collector
Caused by: java.lang.ClassNotFoundException: bitel.billing.server.netflow.ipn.Co
llector
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
на другом компе
Код:
C:\BGIPNNetflowCollector>netflow.bat status
C:\BGIPNNetflowCollector>if "C:\BGIPNNetflowCollector" == "" set BGIPN_NETFLOW_H
OME=.
C:\BGIPNNetflowCollector>cd C:\BGIPNNetflowCollector
C:\BGIPNNetflowCollector>set CLASSPATH=C:\BGIPNNetflowCollector:C:\BGIPNNetflowC
ollector/lib/*
C:\BGIPNNetflowCollector>java -Xmx256m -cp C:\BGIPNNetflowCollector:C:\BGIPNNetf
lowCollector/lib/* bitel.billing.server.netflow.ipn.Collector status
Exception in thread "main" java.lang.NoClassDefFoundError: bitel/billing/server/
netflow/ipn/Collector