Что за ошибки в логах Радиуса.
Стоит BGRadiusDialup_4.6_190
error.log:
Код:
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - Exception in thread "PortListener-pool-3-thread-1"
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - java.lang.NoClassDefFoundError: bitel/billing/module/common/Utils
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeLimitSet$Period.<init>(TimeLi
mitSet.java:63)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeLimitSet.<init>(TimeLimitSet.
java:18)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeTypeCache.loadTimeTypes(TimeT
ypeCache.java:38)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeTypeCache.updateLimitMap(Time
TypeCache.java:20)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.processor.dialup.DialUpProcessor.accountingPr
ocess(DialUpProcessor.java:438)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.radius.RadiusRequestThread.processRequest(Rad
iusRequestThread.java:260)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.radius.RadiusRequestThread.run(RadiusRequestT
hread.java:79)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecut
or.java:1110)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecu
tor.java:603)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.Thread.run(Thread.java:636)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at ru.bitel.common.worker.WorkerThread.run(WorkerThread.java:40)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - Caused by: java.lang.ClassNotFoundException: bitel.billing.module.common.Util
s
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
radius 04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - ... 11 more
radius.logКод:
04-08/18:06:46 INFO [main] DefaultServerSetup - Init DB connection pools
04-08/18:06:46 INFO [main] DefaultServerSetup - Init trash pools..
04-08/18:06:46 INFO [main] DefaultServerSetup - Init trash pool trash_1
04-08/18:06:46 INFO [main] Antispam - Antispam started. Reject count 10 per 60 sec. ban on 900 sec.
04-08/18:06:46 INFO [main] Radius - Starting radius auth_port:1645 acct_port:1646 admin_port:1955
04-08/18:06:46 INFO [main] Radius - Init processor
class: bitel.billing.server.processor.dialup.DialUpProcessor
mid: 1
04-08/18:06:47 INFO [Thread-27] PortListener - Starting PortListener port=1645|type=AUTH_LISTENER
04-08/18:06:47 INFO [Thread-28] PortListener - Starting PortListener port=1646|type=ACCOUNT_LISTENER
04-08/18:06:47 INFO [Thread-29] AdminPortListener - Starting AdminPortListener on 1955
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - Exception in thread "PortListener-pool-3-thread-1"
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - java.lang.NoClassDefFoundError: bitel/billing/module/common/Utils
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeLimitSet$Period.<init>(TimeLimitSet.j
ava:63)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeLimitSet.<init>(TimeLimitSet.java:18)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeTypeCache.loadTimeTypes(TimeTypeCache
.java:38)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.tariff.bean.TimeTypeCache.updateLimitMap(TimeTypeCach
e.java:20)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.processor.dialup.DialUpProcessor.accountingProcess(Di
alUpProcessor.java:438)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.radius.RadiusRequestThread.processRequest(RadiusReque
stThread.java:260)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at bitel.billing.server.radius.RadiusRequestThread.run(RadiusRequestThread.ja
va:79)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1110)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java
:603)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.Thread.run(Thread.java:636)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at ru.bitel.common.worker.WorkerThread.run(WorkerThread.java:40)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - Caused by: java.lang.ClassNotFoundException: bitel.billing.module.common.Utils
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
04-08/18:07:14 ERROR [PortListener-pool-3-thread-1] LoggingPrintStream - ... 11 more