On 05/13/2010 12:19 PM, Anoop Bhat wrote: > INFO | jvm 2 | 2010/04/24 22:59:00 | java.lang.IllegalArgumentException: > attempt to create delete event with null entity > INFO | jvm 2 | 2010/04/24 22:59:00 | at > org.hibernate.event.DeleteEvent.<init>(DeleteEvent.java:24) > INFO | jvm 2 | 2010/04/24 22:59:00 | at > org.hibernate.impl.SessionImpl.delete(SessionImpl.java:744) > INFO | jvm 2 | 2010/04/24 22:59:00 | at > com.redhat.rhn.domain.task.TaskFactory.removeTask(TaskFactory.java:93) > INFO | jvm 2 | 2010/04/24 22:59:00 | at > com.redhat.rhn.taskomatic.task.RepoSyncTask.execute(RepoSyncTask.java:69) > INFO | jvm 2 | 2010/04/24 22:59:00 | at > org.quartz.core.JobRunShell.run(JobRunShell.java:203) > INFO | jvm 2 | 2010/04/24 22:59:00 | at > org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Someone else on the list was having this same problem- you will probably have to clear the taskomatic queue in the oracle db first. Do this in sqlplus: SQL> delete from rhnTaskQueue ; ^D And then start up taskomatic. Keep an eye on the logs and see if it starts working. Josh
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
