From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30383 invoked by alias); 10 Mar 2008 15:04:00 -0000 Received: (qmail 30133 invoked by uid 48); 10 Mar 2008 15:03:15 -0000 Date: Mon, 10 Mar 2008 15:04:00 -0000 From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org Message-ID: <20080310150315.5906.mark@klomp.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5906] New: frysk-gnome ui doesn't start up X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00492.txt.bz2 List-Id: Fails on in both the frysk-gnome rpm on fedora 8 and git trunk. > Exception in thread "main" java.lang.NullPointerException > at frysk.gui.Gui.setupCoreLogging(frysk) > at frysk.gui.Gui.gui(frysk) > at frysk.bindir.frysk.main(frysk) Andrew, could you take a look at how this needs to be rewritten to use your new rsl framework? It was broken by the following git commit b69a9d32535ea10a98fb4f67ef0778073654ea58 (reverting that makes the gui start up again) which unfortunately seems to have made it into the rpm. The problem is that the "frysk" logger is only added to the LogManager in the static initializer of the EventLogger class, which got moved around in that commit, and now it seems to never be instantiated, so the logger is never added which causes the getLogger call in Gui.setupCoreLogging() to return null. -- Summary: frysk-gnome ui doesn't start up Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: mark at klomp dot org CC: cagney at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5906 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.