This means that an array element being read from the stream is not of the type of the array. Attempting to read an Integer into a String[] would cause this for example. It could also be class loader issue due which seems to exist as seen by the IllegalAccess error.
-- xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx
Muraly R wrote:
Hi Adrian,
Thanks for pointing me in the right direction...
I went to the JBoss server log and the RMI server log(pasted below are the expections). In JBoss server log there is an java.lang.ArrayStoreException. But I am not able to understand the exact cause of this.
If you find anything that may trigger this scenario, please let me know.
Thanks Muraly
JBoss server logs
----------------------
17:50:08,297 INFO [PdpBean] PdpBean::localExecute called
17:50:08,297 INFO [STDOUT] PdpBean::localExecute called
17:51:15,657 ERROR [STDERR] java.lang.ArrayStoreException
17:51:15,657 ERROR [STDERR] at java.io.ObjectInputStream.inputArray(Unknown Source)
17:51:15,657 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
17:51:15,657 ERROR [STDERR] at java.io.ObjectInputStream.inputClassFields(Unknown Source)
17:51:15,657 ERROR [STDERR] at java.io.ObjectInputStream.defaultReadObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.inputObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.inputClassFields(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.defaultReadObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.inputObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.inputArray(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
17:51:15,673 ERROR [STDERR] at org.jboss.invocation.MarshalledValue.get(MarshalledValue.java:78)
17:51:15,673 ERROR [STDERR] at org.jboss.invocation.MarshalledInvocation.getArguments(MarshalledInvocation.java:320)
17:51:15,673 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:660)
17:51:15,673 ERROR [STDERR] at
------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
