18:01:00,395 ERROR [String] JobTask:run() - Throwble.
try to access method com.cisco.nm.qpm.server.util.scheduler.TimerManager.removeOnceSchedule(Ljava/util/TimerTask;)V from class com.cisco.nm.qpm.server.util.scheduler.JobTask
18:01:00,411 ERROR [STDERR] java.lang.IllegalAccessError: try to access method com.cisco.nm.qpm.server.util.scheduler.TimerManager.removeOnceSchedule(Ljava/util/TimerTask;)V from class com.cisco.nm.qpm.server.util.scheduler.JobTask
Actually this error was not there when using 3.0.4. After moving to 3.0.7 it started appearing. The issue with the access modifer. But I checked the access modifier. Its OK. i.e both the classes JobTask and TimerManager are in the same package and removeOnceSchedule() is having protected.
Could you please expalin?
Thanks
Muraly
At 10:24 09/07/2003 -0700, you wrote:
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
