Обновился. Не хочет запускаться. Стартует и тут же завершает работу.
В режиме дебага вывалил следующее
Код:
java.lang.NoSuchMethodError: ru.bitel.bgbilling.modules.inet.api.server.InetUtils.newRadiusAttributeSetRealmMap(ILru/bitel/common/ParameterMap;Ljava/lang/String;)Lru/bitel/bgbilling/kernel/network/radius/RadiusAttributeSetRealmMap;
at ru.bitel.bgbilling.modules.inet.dyn.device.radius.AbstractRadiusProtocolHandler.init(AbstractRadiusProtocolHandler.java:99)
at ru.bitel.bgbilling.modules.inet.runtime.device.InetDeviceRuntime.reloadScripts(InetDeviceRuntime.java:212)
at ru.bitel.bgbilling.modules.inet.runtime.device.InetDeviceRuntime.<init>(InetDeviceRuntime.java:192)
at ru.bitel.bgbilling.modules.inet.runtime.device.InetDeviceRuntimeMap.loadDevice(InetDeviceRuntimeMap.java:212)
at ru.bitel.bgbilling.modules.inet.runtime.device.InetDeviceRuntimeMap.loadDevice(InetDeviceRuntimeMap.java:221)
at ru.bitel.bgbilling.modules.inet.runtime.device.InetDeviceRuntimeMap.load(InetDeviceRuntimeMap.java:140)
at ru.bitel.bgbilling.modules.inet.runtime.InetApplication.start(InetApplication.java:232)
at ru.bitel.bgbilling.modules.inet.accounting.Accounting.startImpl(Accounting.java:235)
at ru.bitel.bgbilling.modules.inet.accounting.Accounting.start(Accounting.java:212)
at ru.bitel.bgbilling.kernel.application.server.Application.application(Application.java:239)
at ru.bitel.bgbilling.kernel.application.server.Application.<init>(Application.java:154)
at ru.bitel.bgbilling.kernel.application.server.Application.main(Application.java:742)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at ru.bitel.common.bootstrap.Boot.boot(Boot.java:129)
at ru.bitel.common.bootstrap.Boot.main(Boot.java:178)
Если убрать из типов устройств ProtocolHandler, который связан с AbstractRadiusProtocolHandler, то всё запускается.