<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Eclipse software update: NPE popup on saving edited source
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/kwutzke">Karsten Wutzke</a> in <i>JBoss Tools</i> - <a href="https://community.jboss.org/message/731249#731249">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello all,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I've upgraded Eclipse 3.7 to the latest available software. I've never had big problems with that. I checked all that could be updated.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Now however, I keep getting the following popup:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><a href="https://community.jboss.org/servlet/JiveServlet/showImage/2-731249-18438/eclipse-update-npe-popup.png"><span> https://community.jboss.org/servlet/JiveServlet/downloadImage/2-731249-18438/450-268/eclipse-update-npe-popup.png </span></a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Exception (copied from the Eclipse .log):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code">!ENTRY org.eclipse.jface 4 2 2012-04-20 08:54:58.618
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
&#160;&#160;&#160; at com.sun.enterprise.jst.server.sunappsrv.actions.PreludeUpdateCenterAction.accept(PreludeUpdateCenterAction.java:171)
&#160;&#160;&#160; at com.sun.enterprise.jst.server.sunappsrv.actions.AppServerContextAction.selectionChanged(AppServerContextAction.java:238)
&#160;&#160;&#160; at org.eclipse.ui.actions.SelectionProviderAction.selectionChanged(SelectionProviderAction.java:143)
&#160;&#160;&#160; at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)
&#160;&#160;&#160; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
&#160;&#160;&#160; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
&#160;&#160;&#160; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
&#160;&#160;&#160; at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)
&#160;&#160;&#160; at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188)
&#160;&#160;&#160; at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1725)
&#160;&#160;&#160; at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1139)
&#160;&#160;&#160; at org.eclipse.ui.navigator.CommonViewer.setSelection(CommonViewer.java:377)
&#160;&#160;&#160; at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:394)
&#160;&#160;&#160; at org.eclipse.wst.server.ui.internal.cnf.ServerDecoratorsHandler$1.run(ServerDecoratorsHandler.java:58)
&#160;&#160;&#160; at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
&#160;&#160;&#160; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
&#160;&#160;&#160; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
&#160;&#160;&#160; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
&#160;&#160;&#160; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
&#160;&#160;&#160; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
&#160;&#160;&#160; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
&#160;&#160;&#160; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
&#160;&#160;&#160; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
&#160;&#160;&#160; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
&#160;&#160;&#160; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
&#160;&#160;&#160; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
&#160;&#160;&#160; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
&#160;&#160;&#160; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
&#160;&#160;&#160; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
&#160;&#160;&#160; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
&#160;&#160;&#160; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Unknown Source)
&#160;&#160;&#160; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
&#160;&#160;&#160; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
&#160;&#160;&#160; at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
&#160;&#160;&#160; at org.eclipse.equinox.launcher.Main.main(Main.java:1386)</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Note this appears twice in the log, thus the two NPEs in the popup.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>When I edit any Java file a popup dialog appears <strong>on every save operation while the JBoss 7 server is running</strong>. It could hardly be more annoying to be honest!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>What's wrong here? Who's responsible? Is it a JBT issue at all? I have no idea.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I cannot revert to the previous install, it fails with some error that some older Eclipse repos aren't found or so.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Karsten</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/731249#731249">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Tools at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>