Всем доброго дня.
Решили произвести обновления модуля Inet до последний версии (1270). После установки появились такие ошибки при компиляции динамический классов:
Обнаружены некомпилируемые динамические классы! Возможно, ошибки появились в результате изменения API биллинга: текущие загруженные в БД классы могут работать некорректно! Рекомендуется вручную перекомпилировать все динамические классы и исправить ошибки!
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/terminal/SSHServiceActivator.java:67: cannot find symbol
symbol : method setReadWait(long)
location: class bitel.billing.server.util.ssh.SSHSession at SSHServiceActivator.java on 67:24
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/terminal/TelnetServiceActivator.java:76: cannot find symbol
symbol : method setReadWait(long)
location: class bitel.billing.server.util.telnet.TelnetSession at TelnetServiceActivator.java on 76:24
./bg_installer.sh inet_5.2_1270.zip
02-03/10:17:28 INFO [main] DefaultServerSetup - Binding javax.jms.ConnectionFactory[org.apache.activemq.ActiveMQConnectionFactory@ecb281] to java:comp/env/mq/connectionFactory
02-03/10:17:28 INFO [main] DefaultServerSetup - Init DB connection pools
02-03/10:17:28 INFO [main] DefaultServerSetup - Binding JDBC pool "master" to java:comp/env/jdbc/master
02-03/10:17:29 INFO [main] DefaultServerSetup - Init trash pools..
mq 02-03/10:17:29 INFO [EventProcessor-init] EventProcessor - Init EventProcessor MQ connection factory...
mq 02-03/10:17:29 DEBUG [EventProcessor-init] FailoverTransport - Reconnect was triggered but transport is not started yet. Wait for start to connect the transport.
mq 02-03/10:17:29 DEBUG [EventProcessor-init] FailoverTransport - Started.
mq 02-03/10:17:29 DEBUG [EventProcessor-init] FailoverTransport - Waking up reconnect task
mq 02-03/10:17:29 DEBUG [ActiveMQ Task] FailoverTransport - urlList connectionList:[nio://127.0.0.1:61616?socketBufferSize=1000000]
mq 02-03/10:17:29 DEBUG [ActiveMQ Task] FailoverTransport - Attempting connect to:
nio://127.0.0.1:61616?socketBufferSize=1000000mq 02-03/10:17:29 DEBUG [ActiveMQ Task] WireFormatNegotiator - Sending: WireFormatInfo { version=6, properties={CacheSize=1024, CacheEnabled=true, SizePrefixDisabled=false, MaxInactivityDurationInitalDelay=10000, TcpNoDelayEnabled=true, MaxInactivityDuration=30000, TightEncodingEnabled=true, StackTraceEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
mq 02-03/10:17:29 DEBUG [ActiveMQ NIO Worker] WireFormatNegotiator - Received WireFormat: WireFormatInfo { version=6, properties={CacheSize=1024, CacheEnabled=true, SizePrefixDisabled=false, MaxInactivityDurationInitalDelay=10000, TcpNoDelayEnabled=true, MaxInactivityDuration=30000, TightEncodingEnabled=true, StackTraceEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
mq 02-03/10:17:29 DEBUG [ActiveMQ NIO Worker] WireFormatNegotiator - tcp:///127.0.0.1:61616 before negotiation: OpenWireFormat{version=6, cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, sizePrefixDisabled=false}
mq 02-03/10:17:29 DEBUG [ActiveMQ NIO Worker] WireFormatNegotiator - tcp:///127.0.0.1:61616 after negotiation: OpenWireFormat{version=6, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false}
mq 02-03/10:17:29 DEBUG [ActiveMQ Task] FailoverTransport - Connection established
mq 02-03/10:17:29 INFO [ActiveMQ Task] FailoverTransport - Successfully connected to
nio://127.0.0.1:61616?socketBufferSize=1000000 02-03/10:17:30 DEBUG [main] EventProcessor - Add ru.bitel.bgbilling.server.util.Setup$1@ed32c4 to BG.Event.ru.bitel.bgbilling.kernel.event.events.system.ModuleConfigModifiedEvent
Module: inet already installed. Reinstalling....
Data extract finished...
Extract data => OK
Database updated...
Install ticket inserted..
Base update => OK
Reinit module instanses
REINIT module => 14
Table 'bgbilling.inv_ip_resource_subscription_dyn_201112' doesn't exist
Table 'bgbilling.inv_ip_resource_subscription_dyn_14_201112' doesn't exist
Module Instance init => OK
Executing call AddSchedulerTasks; param: inet.sc
Scheduled class ru.bitel.bgbilling.modules.inet.task.InetServPeriodTask already exists!
Result => true
Executing call PutFile; param: inet.xml:actions
Result => true
Executing call PutFile; param: ru:dyn
Result => true
Execute calls => OK
File's copy finished...
File copy => OK
Remove libs => OK
Module inet was successfull installed!
Please, restart BGBilling server.
REPLACED FILES:
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/terminal/TelnetServiceActivator.java
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/terminal/SSHServiceActivator.java
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/manad/ManadServiceActivator.java
/usr/local/BGBillingServer/dyn/ru/bitel/bgbilling/modules/inet/dyn/device/terminal/AbstractTerminalServiceActivator.java
/usr/local/BGBillingServer/webroot/xsl/inet.xsl
02-03/10:17:40 INFO [Thread-4] EventProcessor - Shutdown EventProcessor...
02-03/10:17:40 DEBUG [Thread-4] ActiveMQMessageConsumer - remove: ID:billing.ci.ukrpack.net-54118-1391415449302-0:1:2:1, lastDeliveredSequenceId:0
Хотелось бы узнать что это за ошибки и как их исправить.