Jason Frisvold wrote: > Since updating to the latest packages (0.6), including the latest java > release from spacewalk, I'm getting a lot of these : > > java.lang.NullPointerException > at > com.redhat.rhn.taskomatic.task.errata.ErrataCacheDriver.getCandidates(ErrataCacheDriver.java:59) > > at > com.redhat.rhn.taskomatic.task.threaded.TaskQueue.run(TaskQueue.java:106) > at > com.redhat.rhn.taskomatic.task.ErrataCacheTask.execute(ErrataCacheTask.java:57) > > at > com.redhat.rhn.taskomatic.task.SingleThreadedTestableTask.execute(SingleThreadedTestableTask.java:54) > > at org.quartz.core.JobRunShell.run(JobRunShell.java:203) > at > org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) > > > Is this cosmetic, or is something broke? > > Thanks, >
A couple people have seen these and I just had them run: # sqlplus spacewalk/spacew...@xe sql> delete from rhnTaskQueue; sql> commit; sql> quit; That seems to fix it and I haven't heard complaints about it coming back. -Justin -- Justin Sherrill, RHCA 1801 Varsity Drive. Software Engineer Raleigh, NC 27603 Red Hat, Inc. _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
