cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error when configuring webservice in MII 12.2.4

Former Member
0 Likes
329

Hello Gurus,

When I attempt to configure webservice actions in the MII Workbench, the configuration dialog hangs, and the following error appears in the Java Console:

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: -1

          at java.util.ArrayList.elementData(Unknown Source)

          at java.util.ArrayList.get(Unknown Source)...[full error attached]

I have tried this with several webservices, including those in already existing (and working) transactions.

Can anyone give me a hint as to what might be going on?

Thank you,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Kevin,

I saw this error on Clients that using Java 1.7. After downgrading to Java 1.6, everything works fine.

Which version of Java you are running on the Client?

BR.

Pedro Iglesias

Former Member
0 Likes

Pedro,

I am running Java 7 Update 17.  I do not see a version 1.6 on the Java site.

Kevin

Former Member
0 Likes

Kevin,

under this link Java SE Runtime Environment 6 Update 43 or Java SE Development Kit 6 Update 43.

Minimum is JRE.

BR

Pedro Iglesias

Former Member
0 Likes

That did it.  Thank you.

Answers (0)