See the the explanation of IllegalAccessErrors in the class loading docs available from sourceforge under the docs tab.

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

Muraly R wrote:

Scott, then regarding the second error you mentioned on class loader, I am not able to get it clear.
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




------------------------------------------------------- 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

Reply via email to