Andy Speagle wrote: > On Thu, 2009-08-06 at 09:59 -0500, Justin Sherrill wrote: >> Hi Andy, >> >> Could you provide the traceback that it is generating? >> >> Simply: >> >> 1. run "tail -n 0 -f /var/log/tomcat5/catalina.out" >> 2. Generate the Internal Server error (either through the api or web >> UI) >> 3. email us the traceback you see in the tail command. >> >> -Justin > > I should have looked there... I have attached the traceback. But, I > think I see the problem. It's choking on the fact that my "Product" > field in the errata is null. I'd not seen that field on RHN before, so > was unsure what to put there. For what type of information is that > field meant? > > Andy
Ah, it looks like you're hitting this bug: https://bugzilla.redhat.com/show_bug.cgi?id=514591 Although I'm not sure why it would cause the ISE in the web UI (as we prohibit you from including a blank product there). Ideally we would make product an optional field, but it should contain whatever 'product' your patching. While it isn't optional currently, you can simply set product to be a space (' ') character and that should resolve the issue. -Justin > > > ------------------------------------------------------------------------ > > _______________________________________________ > Spacewalk-devel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/spacewalk-devel -- Justin Sherrill, RHCA 1801 Varsity Drive. Software Engineer Raleigh, NC 27603 Red Hat, Inc. _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
