What OS and version of Java are you running? On Fri, Dec 4, 2009 at 12:24 PM, balachandra maddina <[email protected]>wrote:
> Im not sure weather this is a code error, following is the error sequence > > 1. start the app in development mode > 2. now at this point there are two tabs in the console 1. development mode > 2. jetty > 3. click on the jetty mode > 4. here the jetty log has two messages at the bottom > a. [WARN] Server resource 'log4j.properties' could not be found in the > web app, but was found on the system classpath > b. [WARN] Adding classpath entry 'file:/D:/eclipse/myapp/target/class' > to the web app class path to this session > > when every i click on the above two messages alternatively im getting the > error. > > Regards, > bala. > > > On Fri, Dec 4, 2009 at 10:21 PM, Chris Ramsdale <[email protected]>wrote: > >> It would be helpful if you could provide some snippet of source code that >> you believe is causing the problem here. Is it happening in your >> onModuleLoad(), is your onModuleLoad() even being called? With more info >> we'll be in a better position to offer up solutions. Thx. >> >> On Fri, Dec 4, 2009 at 9:59 AM, balachandra maddina <[email protected] >> > wrote: >> >>> Hi There, >>> >>> Im getting following exception when i start my app in development mode. >>> what could be the problem here? >>> >>> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException >>> at >>> com.google.gwt.dev.shell.log.SwingTreeLogger$LogEvent.getFullText(SwingTreeLogger.java:180) >>> at >>> com.google.gwt.dev.shell.log.SwingLoggerPanel.valueChanged(SwingLoggerPanel.java:538) >>> at javax.swing.JTree.fireValueChanged(JTree.java:2823) >>> at >>> javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:3194) >>> at >>> javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629) >>> at >>> javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1078) >>> at >>> javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287) >>> at >>> javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170) >>> at javax.swing.JTree.setSelectionPath(JTree.java:1598) >>> at >>> javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2316) >>> at >>> javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3517) >>> at >>> javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressed(BasicTreeUI.java:3456) >>> at java.awt.Component.processMouseEvent(Component.java:6035) >>> at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) >>> at java.awt.Component.processEvent(Component.java:5803) >>> at java.awt.Container.processEvent(Container.java:2058) >>> at java.awt.Component.dispatchEventImpl(Component.java:4410) >>> at java.awt.Container.dispatchEventImpl(Container.java:2116) >>> at java.awt.Component.dispatchEvent(Component.java:4240) >>> at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) >>> at >>> java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983) >>> at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) >>> at java.awt.Container.dispatchEventImpl(Container.java:2102) >>> at java.awt.Window.dispatchEventImpl(Window.java:2429) >>> at java.awt.Component.dispatchEvent(Component.java:4240) >>> at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) >>> at >>> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) >>> at >>> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) >>> at >>> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) >>> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) >>> at >>> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) >>> at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) >>> >>> Your help is very much appreciated. >>> >>> Thank you, >>> bala. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
