--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage.
Please support jPOS, contact: sa...@jpos.org
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
I understand but I cant receive any message because of this error.
If I use NACChannel, I get the EOFException and the finacle BancConnect server does not recieve any message. Actually there is very little information to debug easily. At least from your experience, you can help me hack this.I decided to you use ASCIIChannel which sends the message to the server but I still recieve an error belowPid: 6716 08/05/2013 16:25:03.685 Received 138 Bytes30 31 33 34 31 32 30 30 f0 30 81 01 00 00 80 00 01341200.0......00 00 00 00 04 00 00 20 31 39 30 30 30 30 30 30 ....... 1900000030 30 30 30 30 30 30 30 30 30 30 30 30 33 31 30 000000000000031030 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 000000000000000030 30 30 31 31 31 31 31 32 32 33 36 38 30 33 30 000111112236803030 30 30 30 35 30 37 31 37 35 35 35 33 30 30 30 000050717555300030 30 35 30 37 32 30 30 30 36 36 33 39 34 38 35 005072000663948534 30 34 31 35 30 30 31 32 30 30 30 30 30 30 31 404150012000000130 37 36 37 30 30 33 53 57 54 0767003SWTWed May 8 16:25:03 2013, PID[6716], [1368019503.688]File:/finacle/dev7018MB/soar/v2.2/projects/arlimoc/src/CLIMOClient.cpp Func:CLIMOClient::CLIMOCSendToOPConsole Line:1177ErrCode:-7 Message:Could not send to OP CONSOLE Params:File:/finacle/dev7018MB/soar/v2.2/projects/arlimoc/src/CLIMOOPConsole.cpp Func:CLIMOOPConsole::ConnectToOPConsole Line:319ErrCode:-4 Message:can not send to OP CONSOLE Params:File:/finacle/dev7018MB/soar/v2.2/projects/arlimoc/src/CLIMOCConnect.cpp Func:CLIMOCConnect::ReconnectAndSend Line:525ErrCode:-4 Message:Both hosts can not be contacted Params:
Logger logger = new Logger();
logger.addListener(new SimpleLogListener (System.out));
ISOChannel channel = new ASCIIChannel (host, port, new ISO93APackager());
((LogSource)channel).setLogger (logger, "test-channel");
channel.connect();
ISOMsg m = new ISOMsg();
m.setPackager(new ISO93APackager());
m.setMTI("1200");
m.set(3, "31");
m.set(102, account);
channel.send(m);
ISOMsg r = channel.receive();
channel.disconnect();
System.out.println(r);
Seems like the default packager does not work with Finacle or there is something very stupid I am trying. Please guide me.
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
Join us in IRC at http://webchat.freenode.net/?channels=jpos
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
---
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/e43ad774-fc07-4bda-a7b5-cd0f819dcbe1%40googlegroups.com.You received this message because you are subscribed to a topic in the Google Groups "jPOS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jpos-users/Ee30SItYlGU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jpos-users+...@googlegroups.com.