[Spacewalk-list] Java NullPointerExceptions after 0.6 update?

Jesus M. Rodriguez jmrodri at gmail.com
Thu Aug 20 02:07:40 UTC 2009


On Wed, Aug 19, 2009 at 8:12 PM, Jason Frisvold<xenophage0 at gmail.com> wrote:
> On Aug 19, 2009, at 7:12 PM, Justin Sherrill wrote:
>>
>> A couple people have seen these and I just had them run:
>>
>> # sqlplus spacewalk/spacewalk at xe
>> sql> delete from rhnTaskQueue;
>> sql> commit;
>> sql> quit;
>
> SQL> delete from rhnTaskQueue;
>
> 5072 rows deleted.
>
> Wow..  that's a lot of rows..  :)
>
>> That seems to fix it and I haven't heard complaints about it coming back.
>
> Hope so..  :)  I'll let you know..
>
>> -Justin
>
> --
> Jason 'XenoPhage' Frisvold
> XenoPhage0 at gmail.com
> http://blog.godshell.com
>
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list at redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>

If someone else runs into this problem, I'd really like to see a
pastebin of the content in their tables.
This is line 59:
            item.put("orgId", current.getOrg().getId());

so either current is null or getOrg() is null.

jesus




More information about the Spacewalk-list mailing list