Subject: | Problem upgrading from RHEL5 to RHEL7 |
Date: | Mon, 24 Jul 2017 17:05:23 +0100 |
To: | bug-Inline-Java [...] rt.cpan.org |
From: | David Hodgkinson <davehodg [...] gmail.com> |
We’re refreshing some systems that have been neglected for a few years.
Going from 32-bit RHEL5 to 64-bit RHEL7, our script, which calls a publisher’s API, now throws a:
main::com::ingenta::util::ejb::DelegateException=HASH(0x56b5c90)
The first time it tries:
my $payment_c=$ffactory->getController('FulfilmentPayment’);
I’ve tried Java 1.6 and Java 1.8. I’m thinking of trying whichever version of Inline::Java we currently have on live.
Ideas?