Author |
Message |
NightHawk Newbie
Joined: Dec 09 2003 Posts: 20 Location: Sabotage'd Offline
|
Posted: Fri Dec 12, 2003 1:39 am Post subject: Problem during connection attempt to ssc biller |
 |
|
|
|
I've gotten a connection with the regular subgame, but asss (running on cygwin, from an authorized ip) has problems making the connection.
I had to make a change in billing_ssc.c so that the GroupID is read from global.conf instead of the default '1' value since this GroupID needs to be 2.
Here's a log:
D <main> entering main loop
I <billing_ssc> connecting to user database server at X.X.X.X:XGot client packet
RAW CLIENT DATA: 6 bytes
00 02 43 3e 16 04
DECRYPTED CLIENT DATA: 6 bytes
00 02 43 3e 16 04
I <billing_ssc> connected to user database server
SEND: 179 bytes to pid -1
00 03 00 00 00 00 02 81 3e 00 00 02 00 00 00 81
3e 00 00 54 33 20 54 68 65 20 47 61 75 6e 74 6c
65 74 21 20 61 73 73 73 20 74 65 73 74 20 7a 6f
6e 65 20 28 53 53 43 29 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 88 13 61 73 73 74 65 73 74 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00
SEND: 179 bytes (after encryption):
00 03 00 00 00 00 02 81 3e 00 00 02 00 00 00 81
3e 00 00 54 33 20 54 68 65 20 47 61 75 6e 74 6c
65 74 21 20 61 73 73 73 20 74 65 73 74 20 7a 6f
6e 65 20 28 53 53 43 29 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 88 13 61 73 73 74 65 73 74 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00
Got client packet
RAW CLIENT DATA: 6 bytes
00 04 00 00 00 00
DECRYPTED CLIENT DATA: 6 bytes
00 04 00 00 00 00
D <mapnewsdl> news file 'news.txt' reread
Got client packet
RAW CLIENT DATA: 46 bytes
00 03 0b 9d b3 f1 6a b1 98 d0 78 1e d6 5c 3e 8b
04 39 84 78 cc 8f 14 27 15 89 8e b9 54 46 df cc
f5 00 e0 2b ce e2 c1 e5 ee 86 7e 8b 9e 63
DECRYPTED CLIENT DATA: 46 bytes
00 03 0b 9d b3 f1 6a b1 98 d0 78 1e d6 5c 3e 8b
04 39 84 78 cc 8f 14 27 15 89 8e b9 54 46 df cc
f5 00 e0 2b ce e2 c1 e5 ee 86 7e 8b 9e 63
SEND: 6 bytes to pid -1
00 04 0b 9d b3 f1
SEND: 6 bytes (after encryption):
00 04 0b 9d b3 f1
Got client packet
RAW CLIENT DATA: 41 bytes
00 03 0a 9d b3 f1 6b b1 98 d0 79 1e d6 5c 3f 8b
04 39 85 78 cc 9c 11 34 08 d1 a9 f6 19 54 ab cb
e8 58 c7 2b c6 af e1 e1 83
DECRYPTED CLIENT DATA: 41 bytes
00 03 0a 9d b3 f1 6b b1 98 d0 79 1e d6 5c 3f 8b
04 39 85 78 cc 9c 11 34 08 d1 a9 f6 19 54 ab cb
e8 58 c7 2b c6 af e1 e1 83
SEND: 6 bytes to pid -1
00 04 0a 9d b3 f1
SEND: 6 bytes (after encryption):
00 04 0a 9d b3 f1
D <persist> collecting all persistent data and syncing to disk
SEND: 2 bytes to pid -1
I <billing_ssc> lost connection to user database server (auto-retry in 180 secon
ds)
I <bilSEND: 2 bytes (after encryption):
00 07
I <net> (client connection) dropping client connection
It seems like these packets aren't getting to the handler in billing_ssc to set the state from s_waitlogin to s_loggedin. Any ideas? |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Fri Dec 12, 2003 2:11 am Post subject: |
 |
|
|
|
You have to be loading the module "encrypt1" to connect to the ssc biller. |
|
Back to top |
|
 |
NightHawk Newbie
Joined: Dec 09 2003 Posts: 20 Location: Sabotage'd Offline
|
Posted: Fri Dec 12, 2003 2:27 am Post subject: |
 |
|
|
|
that did the trick, thx. |
|
Back to top |
|
 |
|