Проблемы с платежной системой

Технические вопросы по UTM 5.0
Ответить
georgepapaskiri
Сообщения: 45
Зарегистрирован: Чт мар 16, 2017 12:42

Проблемы с платежной системой

Сообщение georgepapaskiri »

добрый день. Сегодня от наших абонентов начали поступать жалобы на то, что не поступают платежи через терминалы. Созвонившись с компанией предоставляющей их нам (abhinterinvest), выяснилось следующее:
платеж через терминал проходит, поступает к abhinterinvest, далее от них отправляется к нам в биллинг, а биллинг в ответ выдает ошибку: "другая ошибка провайдера". Может кто сталкивался с данной проблемой, как ее решить? Из изменений в биллинге вчера было только добавление лицензионного ключа и рестарт ядра. Лог из файла netup-payment-system прикрепляю.

Код: Выделить всё

15/07/2017 13:41:15:817073 [29391] INFO    SecureSocketImpl {} accept from 172.21.200.7 succeded, connection has system file descriptor 12 and sid [35106]
15/07/2017 13:41:15:921870 [29391] DEBUG   SecureSocketImpl {} accepted new SSL connection using AES256-SHA cipher (no certificate)
15/07/2017 13:41:15:921886 [29391] DEBUG   HTTPSocketConnectionImpl {} New connection accepted [35106]
15/07/2017 13:41:15:921916 [29391] INFO    HTTPParserWithURLParams {} HTTPParserWithURLParamsImpl->init()
15/07/2017 13:41:15:921940 [29391] INFO    ConnectionInfoStorage {} system got connection with system socket #12 and service socket id [35106]
15/07/2017 13:41:15:921950 [29391] DEBUG   HTTPSocketConnectionImpl {} initialized: ssl
15/07/2017 13:41:15:921964 [29391] INFO    ConnectionManagerImpl {} connection of type 'http' with sid 35106 was created.
15/07/2017 13:41:15:985934 [7065] DEBUG   HTTPSocketConnectionImpl {} 278 bytes received from socket: [35106] 
15/07/2017 13:41:15:985958 [7065] INFO    HTTPParser {} 
GET /abhinterinvest?command=check&txn_id=1126447061&account=7754300&txn_date=20170715134115&sum=1000.00 HTTP/1.1
Authorization: Basic Nzc3Nzc3Nzo=
Host: 195.191.5.7:9000
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.3.4 (java 1.5)
Accept-Encoding: gzip,deflate


15/07/2017 13:41:15:985971 [7065] INFO    HTTPParser {} 
encoded request: GET /abhinterinvest?command=check&txn_id=1126447061&account=7754300&txn_date=20170715134115&sum=1000.00 HTTP/1.1
Authorization: Basic Nzc3Nzc3Nzo=
Host: 195.191.5.7:9000
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.3.4 (java 1.5)
Accept-Encoding: gzip,deflate


15/07/2017 13:41:15:985984 [7065] INFO    HTTPParser {} method: HTTP_GET
15/07/2017 13:41:15:985989 [7065] INFO    HTTPParser {} URI:/abhinterinvest?command=check&txn_id=1126447061&account=7754300&txn_date=20170715134115&sum=1000.00
15/07/2017 13:41:15:986019 [7065] INFO    HTTPParser {} message body empty
15/07/2017 13:41:15:986113 [7065] INFO    HTTPSocketConnectionImpl {} [35106] received transaction [0x7fb09435f3e0]
15/07/2017 13:41:15:986129 [7065] WARNING HTTPSocketConnectionImpl {} [35106] Got transaction without route.
15/07/2017 13:41:15:986312 [29371] INFO    TransactionHandler {} Execution of the transaction [0x7fb09435f3e0] of priority 0 has been started. Transaction consists of the following event: 
	#0 event [netup:http][http_get_request][1.1] ([131436]131437[131444])
15/07/2017 13:41:15:986347 [29371] DEBUG   HttpRequest {} starting event [netup:http][http_get_request][1.1] ([131436]131437[131444]) { 
uri='string, value: "/abhinterinvest?command=check&txn_id=1126447061&account=7754300&txn_date=20170715134115&sum=1000.00"'
authorization='string, value: " Basic Nzc3Nzc3Nzo="'
host='string, value: " 195.191.5.7:9000"'
connection='string, value: " Keep-Alive"'
user-agent='string, value: " Apache-HttpClient/4.3.4 (java 1.5)"'
accept-encoding='string, value: " gzip,deflate"'
path='word, value: 4294901760'
command='string, value: "check"'
txn_id='string, value: "1126447061"'
account='string, value: "7754300"'
txn_date='string, value: "20170715134115"'
sum='string, value: "1000.00"'
client_host='string, value: "172.21.200.7"'
connection_ip='int, value:  130553260'
connection_socket_identifier='int, value:  12'
}
15/07/2017 13:41:15:986603 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> [BEGIN TRANSACTION]    time spent 0.000173755 seconds.
15/07/2017 13:41:15:987965 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> SELECT payment_systems.id AS "id", payment_systems.event_name AS "name", payment_systems.event_family AS "family", payment_systems.event_version AS "version", payment_systems.login AS "login", payment_systems.password AS "password", payment_systems.scheme_type AS "scheme_type", payment_systems.comission AS "comission", payment_systems.check_type AS "check_type" FROM payment_systems WHERE payment_systems.url = '/abhinterinvest' AND payment_systems.deleted = 0 (1 row) time spent 0.00153719 seconds.
15/07/2017 13:41:15:987985 [29371] DEBUG   HttpRequest {}  searching handler for the event [netup:http]http_request[abhinterinvest] ([131436]132346[134669])
15/07/2017 13:41:15:988024 [29371] DEBUG   PaymentSystemsCommon {} started handling of the event [netup:http]http_request[abhinterinvest] ([131436]132346[134669])
15/07/2017 13:41:15:988083 [29371] DEBUG   PaymentSystemsCommon {}  performing precheck
15/07/2017 13:41:15:988109 [29371] DEBUG   ExternalPaymentHandler {} starting event [netup:business]payment_precheck[external] ([131239]133894[132020])
15/07/2017 13:41:15:989219 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> SELECT payment_systems.event_name AS "event_name", payment_systems.event_version AS "event_version", payment_systems.event_family AS "event_family" FROM payment_systems WHERE payment_systems.type = 6554010 AND payment_systems.deleted = 0 (1 row) time spent 0.00109498 seconds.
15/07/2017 13:41:15:989263 [29371] INFO    ConnectionManagerImpl {} processing system transaction [0x7fb10925e950] of type 'connections_state'
15/07/2017 13:41:15:989300 [29371] ERROR   ExternalHandler {}  Not handling because we aren't connected to external side.
15/07/2017 13:41:15:989306 [29371] DEBUG   ExternalPaymentHandler {} exiting
15/07/2017 13:41:15:990262 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_events ( processed_events.family,  processed_events.name,  processed_events.version,  processed_events.processing_state,  processed_events.processing_instant,  created,  created_by) VALUES (131436, 132346, 134669, 262213, 1500115275, 1500115275, 0) (1 row) time spent 0.000873306 seconds.
15/07/2017 13:41:15:991178 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655408, 6553618, '/abhinterinvest?command=check&txn_id=1126447061&account=7754300&txn_date=20170715134115&sum=1000.00', 1500115275, 0) (1 row) time spent 0.000860497 seconds.
15/07/2017 13:41:15:991996 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655372, 6553618, ' Basic Nzc3Nzc3Nzo=', 1500115275, 0) (1 row) time spent 0.000760276 seconds.
15/07/2017 13:41:15:992759 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655375, 6553618, ' 195.191.5.7:9000', 1500115275, 0) (1 row) time spent 0.000719117 seconds.
15/07/2017 13:41:15:993539 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655389, 6553618, ' Keep-Alive', 1500115275, 0) (1 row) time spent 0.000737247 seconds.
15/07/2017 13:41:15:994191 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655386, 6553618, ' Apache-HttpClient/4.3.4 (java 1.5)', 1500115275, 0) (1 row) time spent 0.000608536 seconds.
15/07/2017 13:41:15:994940 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 655370, 6553618, ' gzip,deflate', 1500115275, 0) (1 row) time spent 0.00069805 seconds.
15/07/2017 13:41:15:995646 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  created,  created_by) VALUES (33601, 655425, 6553611, 1500115275, 0) (1 row) time spent 0.000665671 seconds.
15/07/2017 13:41:15:996389 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131999, 6553618, 'check', 1500115275, 0) (1 row) time spent 0.000694378 seconds.
15/07/2017 13:41:15:997111 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131997, 6553618, '1126447061', 1500115275, 0) (1 row) time spent 0.000674045 seconds.
15/07/2017 13:41:15:997769 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131247, 6553618, '7754300', 1500115275, 0) (1 row) time spent 0.000609772 seconds.
15/07/2017 13:41:15:998437 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131998, 6553618, '20170715134115', 1500115275, 0) (1 row) time spent 0.000620861 seconds.
15/07/2017 13:41:15:998934 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131950, 6553618, '1000.00', 1500115275, 0) (1 row) time spent 0.000451136 seconds.
15/07/2017 13:41:15:999425 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 131092, 6553618, '172.21.200.7', 1500115275, 0) (1 row) time spent 0.000448044 seconds.
15/07/2017 13:41:15:999909 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.integer_value,  created,  created_by) VALUES (33601, 134425, 6553619, 12, 1500115275, 0) (1 row) time spent 0.000444281 seconds.
15/07/2017 13:41:16:000406 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 132313, 6553618, 'user', 1500115275, 0) (1 row) time spent 0.000454711 seconds.
15/07/2017 13:41:16:001048 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.string_value,  created,  created_by) VALUES (33601, 132314, 6553618, 'password', 1500115276, 0) (1 row) time spent 0.000599581 seconds.
15/07/2017 13:41:16:001546 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.integer_value,  created,  created_by) VALUES (33601, 133886, 6553619, 131171, 1500115276, 0) (1 row) time spent 0.000458014 seconds.
15/07/2017 13:41:16:002033 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.double_value,  created,  created_by) VALUES (33601, 133887, 6553620, 0, 1500115276, 0) (1 row) time spent 0.000442063 seconds.
15/07/2017 13:41:16:002524 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.integer_value,  created,  created_by) VALUES (33601, 133940, 6553622, 2, 1500115276, 0) (1 row) time spent 0.000450647 seconds.
15/07/2017 13:41:16:003002 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO processed_event_parameters ( processed_event_parameters.processed_event_id,  processed_event_parameters.name,  processed_event_parameters.type,  processed_event_parameters.integer_value,  created,  created_by) VALUES (33601, 133999, 6553619, 6553772, 1500115276, 0) (1 row) time spent 0.000439709 seconds.
15/07/2017 13:41:16:003032 [29371] DEBUG   NewPaymentRequest {} starting
15/07/2017 13:41:16:003650 [29371] SQL     SQLDriverImplV2 {} [OK] mysql> INSERT INTO payment_requests ( payment_requests.system_type,  payment_requests.type,  payment_requests.processed_event_id,  payment_requests.state,  payment_requests.error_code,  payment_requests.identifier,  payment_requests.iso_currency_code,  payment_requests.payment_number,  payment_requests.payment_instant,  payment_requests.amount,  created,  created_by) VALUES (6554010, 133894, 33601, 262213, 262213, '7754300', 643, '1126447061', 1500115275, 1000, 1500115276, 0) (1 row) time spent 0.000561065 seconds.
15/07/2017 13:41:16:003665 [29371] DEBUG   NewPaymentRequest {} Sending confirmations
15/07/2017 13:41:16:003673 [29371] DEBUG   NewPaymentRequest {} Confirmations were sent
15/07/2017 13:41:16:003678 [29371] DEBUG   NewPaymentRequest {} exiting
15/07/2017 13:41:16:003719 [29371] DEBUG   PaymentSystemsCommon {} going to finish, sending reply for status 'internal server error': 
	 sid: 0
	 type: 0
	 staff_id: 0
	 priority: 4
	 address: 
	 port: 0
	 local_dictionary_size: 0
	 role_mask: 0
	 aggregation: 0
	 urgent: 0
	 route: Route length: 0
	 size: 1
Event #0: 
event [netup:html][header][1.0] ([131445]131446[131246]) 
{
	body='string, value&#58; "<?xml version="1.0" encoding="UTF-8"?>
<response>
	<osmp_txn_id>1126447061</osmp_txn_id>
	<result>300</result>
	<comment>Другая ошибка провайдера.</comment>
	<pay_id>provider</pay_id>
</response>
"' 
	Content-Type='string, value&#58; "text/xml; charset=UTF-8"' 
&#125;
15/07/2017 13&#58;41&#58;16&#58;003726 &#91;29371&#93; DEBUG   PaymentSystemsCommon &#123;&#125; finished handling of the event &#91;netup&#58;http&#93;http_request&#91;abhinterinvest&#93; &#40;&#91;131436&#93;132346&#91;134669&#93;&#41;
15/07/2017 13&#58;41&#58;16&#58;003740 &#91;29371&#93; DEBUG   HttpRequest &#123;&#125; exiting
15/07/2017 13&#58;41&#58;16&#58;003758 &#91;29371&#93; INFO    TransactionHandler &#123;&#125; Transaction &#91;0x7fb09435f3e0&#93; has created 1 outgoing transaction&#91;s&#93;
	&#91;0x7fb10400c0a0&#93; with 1 events
15/07/2017 13&#58;41&#58;16&#58;003769 &#91;29371&#93; INFO    TransactionHandler &#123;&#125; Finished execution of the transaction &#91;0x7fb09435f3e0&#93;
15/07/2017 13&#58;41&#58;16&#58;036404 &#91;7065&#93; INFO    ConnectionManagerImpl &#123;&#125; Connection &#91;35106&#93; is closed
15/07/2017 13&#58;41&#58;16&#58;036427 &#91;7065&#93; INFO    ConnectionInfoStorage &#123;&#125; Removed info about connection with system socket #12
15/07/2017 13&#58;41&#58;16&#58;036474 &#91;7065&#93; INFO    ConnectionManagerImpl &#123;&#125; Connection &#91;35106&#93; is closed
15/07/2017 13&#58;41&#58;16&#58;068980 &#91;29371&#93; SQL     SQLDriverImplV2 &#123;&#125; &#91;OK&#93; mysql> &#91;COMMIT TRANSACTION&#93;    time spent 0.0652126 seconds.
15/07/2017 13&#58;41&#58;16&#58;069001 &#91;29371&#93; INFO    SQLManagerImpl &#123;&#125; Finished commit
15/07/2017 13&#58;41&#58;16&#58;069007 &#91;29371&#93; INFO    TransactionHandler &#123;&#125; &#91;0x7fb09435f3e0&#93; has pushed to queue 0 transactions.

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

Решилась проблема? Сегодня пришел такую же ошибку выдает

georgepapaskiri
Сообщения: 45
Зарегистрирован: Чт мар 16, 2017 12:42

Сообщение georgepapaskiri »

RuffiAn писал(а):Решилась проблема? Сегодня пришел такую же ошибку выдает
Да, оказалось пароль учетки init был изменен.

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

У меня другая учетка была я отдельно создавал и просто тупо само отвалилась связь с utm ошибка авторизации

georgepapaskiri
Сообщения: 45
Зарегистрирован: Чт мар 16, 2017 12:42

Сообщение georgepapaskiri »

а щас работает?

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

Нет

georgepapaskiri
Сообщения: 45
Зарегистрирован: Чт мар 16, 2017 12:42

Сообщение georgepapaskiri »

RuffiAn писал(а):Нет
посомтри в логах что у тебя, какой там отправляется логин и пароль

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

Я смотрел логины разные пробовалв логах одно и тоже
Jul 24 17:33:18 ?Debug : d0302940 DBConnectionPool: DBConnectionManager pool [Default]: connection is pushed back
Jul 24 17:33:19 ?Debug : c7803940 RPCServer: Client connecting: [192.168.1.163]:60134
Jul 24 17:33:19 Info : c7803940 RPC2Connection: Connection from: [192.168.1.163]:60134 new Session Key <ffda755900000000b6da024751f3e99d>
Jul 24 17:33:19 Warn : c7803940 RPCConn: Session closed
Jul 24 17:33:19 Info : c7803940 ModTop: connection <-1> not found
Jul 24 17:33:19 ?Debug : c7803940 RPCConn: Session closed...

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

27/07/2017 15:08:34:010766 [10588] TRACE ConnectionManagerImpl {} current allowed connection count for 'external/6553853' is 2
27/07/2017 15:08:34:010771 [10588] TRACE ConnectionManagerImpl {} Trying to open connection of type 'external'
27/07/2017 15:08:34:011772 [10588] INFO SecureSocketImpl {} Connecting to 192.168.1.4:11758 fd 11, sid [17]
27/07/2017 15:08:34:011772 [10588] INFO SecureSocketImpl {} Connecting to 192.168.1.4:11758 fd 11, sid [17]
27/07/2017 15:08:34:012192 [10588] INFO SecureSocketImpl {} Successfuly connected to 192.168.1.4:11758 fd 11, sid [17]
27/07/2017 15:08:34:012192 [10588] INFO SecureSocketImpl {} Successfuly connected to 192.168.1.4:11758 fd 11, sid [17]
27/07/2017 15:08:34:012209 [10588] DEBUG CommonTools {} SO_KEEPALIVE is set to [11]
27/07/2017 15:08:34:012209 [10588] DEBUG CommonTools {} SO_KEEPALIVE is set to [11]
27/07/2017 15:08:34:012222 [10588] TRACE Parser {} Cloning Parser
27/07/2017 15:08:34:012250 [10588] INFO ConnectionManagerImpl {} connection of type 'external' with sid 4457 was created.
27/07/2017 15:08:34:012250 [10588] INFO ConnectionManagerImpl {} connection of type 'external' with sid 4457 was created.
27/07/2017 15:08:34:012259 [10588] TRACE ConnectionManagerImpl {} Added connection (0x7fb588003400) with socket [4457]
27/07/2017 15:08:34:012330 [10588] TRACE ConnectionManagerImpl {} connection [4457] change type 'external' to 'external'
27/07/2017 15:08:34:012345 [10588] TRACE ConnectionManagerImpl {} send_by_sid([0x7fb5880a8bd0])
27/07/2017 15:08:34:012679 [12793] ERROR SocketConnectionImpl {} [4457] Invalid signature
27/07/2017 15:08:34:012679 [12793] ERROR SocketConnectionImpl {} [4457] Invalid signature
27/07/2017 15:08:34:012715 [12793] ERROR SocketConnectionImpl {} [4457] Client handshake failed: Invalid signature
27/07/2017 15:08:34:012715 [12793] ERROR SocketConnectionImpl {} [4457] Client handshake failed: Invalid signature
27/07/2017 15:08:34:012742 [12793] INFO ConnectionManagerImpl {} Connection [4457] is closed
27/07/2017 15:08:34:012742 [12793] INFO ConnectionManagerImpl {} Connection [4457] is closed
27/07/2017 15:08:34:012751 [12793] TRACE ConnectionManagerImpl {} Failed to find this connection in staff_connections[0] cache, perhaps connection hasn't got staff_id yet (most common reazon: failed to autorize)
27/07/2017 15:08:34:012754 [12793] TRACE ConnectionManagerImpl {} connection [4457] has been closed, current allowed connection count for 'external' is 2
27/07/2017 15:08:34:012759 [12793] INFO ConnectionManagerImpl {} connection [4457] has been created for 'keep-alive' connection of the staff #3, but failed to establish proper communication to the 192.168.1.4:11758. Closing connection, next attempt to connect will be after 1 min delay.
27/07/2017 15:08:34:012759 [12793] INFO ConnectionManagerImpl {} connection [4457] has been created for 'keep-alive' connection of the staff #3, but failed to establish proper communication to the 192.168.1.4:11758. Closing connection, next attempt to connect will be after 1 min delay.
27/07/2017 15:08:34:012770 [12793] INFO ConnectionManagerImpl {} Connection [4457] is closed
27/07/2017 15:08:34:012770 [12793] INFO ConnectionManagerImpl {} Connection [4457] is closed

RuffiAn
Сообщения: 107
Зарегистрирован: Пн янв 24, 2011 16:11

Сообщение RuffiAn »

Вообщем заработало. Не знаю как но параметрах соединения с UTM5 вместо порта 11778 стоял 11758 поменял и взлетело платежи прошли

georgepapaskiri
Сообщения: 45
Зарегистрирован: Чт мар 16, 2017 12:42

Сообщение georgepapaskiri »

RuffiAn писал(а):Вообщем заработало. Не знаю как но параметрах соединения с UTM5 вместо порта 11778 стоял 11758 поменял и взлетело платежи прошли
Вообще базовые настройки менять не особо рекомендуется, потом гемора много будет.

Ответить