Обновлял с 4.6 на 5.1
Система: FreeBSD 8.2-RELEASE-p4
(я знаю, что вы ее не поддерживаете, но помогите пожалуйста)
При запуске сервера BGBilling в лог сыплются ошибки:
Код:
proxy# cat server.log
11-03/13:11:25 INFO [main] DefaultServerSetup - Binding javax.jms.ConnectionFactory[org.apache.activemq.ActiveMQConnectionFactory@384065] to java:comp/env/mq/connectionFactory
11-03/13:11:25 INFO [main] DefaultServerSetup - Init DB connection pools
11-03/13:11:25 INFO [main] DefaultServerSetup - Binding JDBC pool "master" to java:comp/env/jdbc/master
11-03/13:11:26 INFO [main] DefaultServerSetup - Init trash pools..
11-03/13:11:27 INFO [main] Server - Starting BGBillingServer..
11-03/13:11:27 INFO [main] Server - HTTP Connector: *:8080
11-03/13:11:27 INFO [main] Server - Starting HTTP connector...
11-03/13:11:27 INFO [main] Server - HTTPS Connector: *:8080
11-03/13:11:27 INFO [main] Server - Starting HTTPS connector..
11-03/13:11:28 INFO [main] Server - Browsing installed modules and plugins...
11-03/13:11:28 INFO [main] Server - card v.5.1 build 170 from 07.07.2011 12:48:08
11-03/13:11:28 INFO [main] Server - ipn v.5.1 build 243 from 19.08.2011 16:13:38
11-03/13:11:28 INFO [main] Server - npay v.5.1 build 187 from 21.09.2011 17:44:07
11-03/13:11:28 INFO [main] Server - reports v.5.1 build 178 from 19.10.2011 13:47:39
11-03/13:11:28 INFO [main] Server - trayinfo v.5.1 build 146 from 20.05.2011 16:24:48
11-03/13:11:32 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:36 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:40 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:44 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:48 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:52 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:11:56 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:00 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:04 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:08 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:12 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:16 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:20 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:24 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:28 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:32 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:36 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:40 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:44 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:48 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:52 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:12:56 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:00 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:04 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:08 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:12 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:16 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:20 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:24 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:28 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:32 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:36 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
11-03/13:13:40 ERROR [main] EventProcessor - Problem with MQ connection! Timeout connecting to the MQ broker!
Код:
proxy# cat server.out
Java Runtime: Sun Microsystems Inc. Java HotSpot(TM) Client VM [1.6.0_24] /usr/local/linux-sun-jdk1.6.0/jre
Java endorsed dirs: /usr/local/linux-sun-jdk1.6.0/jre/lib/endorsed
OS: Linux 2.6.16 [i386], file.encoding: ANSI_X3.4-1968, user.name: root
Heap sizes: current=7808k free=6320k max=506816k
и сервер не запускается (8080 порт никто не слушает).
Код:
proxy# cat activemq.log
2011-11-03 11:52:34,040 | INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@11d0a4f: startup date [Thu Nov 03 11:52:34 YEKT 2011]; root of context hierarchy | org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2011-11-03 11:52:45,383 | WARN | destroyApplicationContextOnStop parameter is deprecated, please use shutdown hooks instead | org.apache.activemq.xbean.XBeanBrokerService | main
2011-11-03 11:52:45,401 | INFO | PListStore:/usr/local/lib/activemq/data/activeMQ/tmp_storage started | org.apache.activemq.store.kahadb.plist.PListStore | main
2011-11-03 11:52:45,674 | INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[/usr/local/lib/activemq/data/kahadb] | org.apache.activemq.broker.BrokerService | main
2011-11-03 11:52:46,636 | INFO | KahaDB is version 3 | org.apache.activemq.store.kahadb.MessageDatabase | main
2011-11-03 11:52:46,786 | INFO | Recovering from the journal ... | org.apache.activemq.store.kahadb.MessageDatabase | main
2011-11-03 11:52:46,787 | INFO | Recovery replayed 1 operations from the journal in 0.08 seconds. | org.apache.activemq.store.kahadb.MessageDatabase | main
2011-11-03 11:52:47,007 | INFO | ActiveMQ 5.4.2 JMS Message Broker (activeMQ) is starting | org.apache.activemq.broker.BrokerService | main
2011-11-03 11:52:47,008 | INFO | For help or more information please see: http://activemq.apache.org/ | org.apache.activemq.broker.BrokerService | main
2011-11-03 11:52:47,606 | INFO | Listening for connections at: nio://localhost:61616 | org.apache.activemq.transport.TransportServerThreadSupport | main
2011-11-03 11:52:47,607 | INFO | Connector nio Started | org.apache.activemq.broker.TransportConnector | main
2011-11-03 11:52:47,616 | INFO | ActiveMQ JMS Message Broker (activeMQ, ID:proxy.local-50841-1320299567101-0:1) started | org.apache.activemq.broker.BrokerService | main
2011-11-03 11:53:31,491 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:31,734 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:31,804 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:31,845 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:32,027 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:32,270 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:32,618 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:33,280 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:34,653 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:37,239 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:42,381 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:53:52,650 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
2011-11-03 11:54:13,111 | INFO | Transport failed: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. | org.apache.activemq.broker.TransportConnection.Transport | Async Exception Handler
Сам activemq вроде работает, по крайней мере,
telnet 127.0.0.1 61616
выдает какую-то строку
Код:
proxy# java -version
java version "1.6.0_07"
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
Подскажите, в чем может быть проблема?