Wir haben AS2 1.1 (Build 27) bei einem Kunden laufen, das System hat bis vor 2 Tagen auch funktioniert.
Nun erscheint wohl beim Senden von Dateien die Meldung:
"mendelson opensource AS2 mq listener 1: A JMSException was thrown during the commit."
und dann steht AS2 und muß neu gestartet werden.
Wir haben weiterhin herausgefunden, daß es evtl. mit der Dateigröße zu tun hat. Dateien kleine 2 MB gingen problemlos durch, bei Dateien größer 2 MB kam o.g. Fehlermeldung.
Was ist hier zu tun?
Vielen Dank.
oschobert,
are there any details about this problem, is there a stack trace?
Regards
Heller
no. Please tell me how to do this.
oschobert,
Are you working on windows? If yes, could you please modify the .lax file to redirect the stdout and stderr to console? To do this please set the properties "lax.stderr.redirect" to "console" and "lax.stdout.redirect" to "console" in the file as2.lax and restart the as2 server. Is there any output in the console now that is related to the problem?
Regards
Heller
I´m now getting this message:
"Error processing the file "test.013" for the relationship "XXX/YYY": "Java heap space".
Hi,
i found a thread regarding "Java heap space" and added the following to my as2.lax:
lax.nl.java.option.java.heap.size.initial=92m
lax.nl.java.option.java.heap.size.max=1024m
Now everything seems fine.....