2017-06-08 43 views
-1

最後幾天,它停止工作IDE的Inteliij插件不能獲取主機提供程序,並凍結ide當我嘗試部署應用程序到服務器。Jelastic Plugin無法獲取主機提供商

我試着intall與舊版本和其他IDE(Netbeans)並具有相同的問題。

圖片:

Jelastic plugin intellij connect


**更新錯誤:**

null java.lang.NullPointerException 
at javax.swing.CellRendererPane.addImpl(CellRendererPane.java:102) 
at java.awt.Container.add(Container.java:417) 
at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2812) 
at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492) 
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1360) 
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getXOrigin(VariableHeightLayoutCache.java:1143) 
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.getNodeBounds(VariableHeightLayoutCache.java:1130) 
at javax.swing.tree.VariableHeightLayoutCache.getBounds(VariableHeightLayoutCache.java:220) 
at javax.swing.plaf.basic.BasicTreeUI.getPathBounds(BasicTreeUI.java:529) 
at javax.swing.plaf.basic.BasicTreeUI.paint(BasicTreeUI.java:1192) 
at com.intellij.util.ui.tree.WideSelectionTreeUI.paint(WideSelectionTreeUI.java:389) 
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161) 
at javax.swing.JComponent.paintComponent(JComponent.java:780) 
at javax.swing.JComponent.paint(JComponent.java:1056) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JViewport.paint(JViewport.java:728) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintChildren(JComponent.java:889) 
at javax.swing.JComponent.paint(JComponent.java:1065) 
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210) 
at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:290) 
at javax.swing.RepaintManager.paint(RepaintManager.java:1272) 
at javax.swing.JComponent._paintImmediately(JComponent.java:5158) 
at javax.swing.JComponent.paintImmediately(JComponent.java:4969) 
at javax.swing.RepaintManager$4.run(RepaintManager.java:831) 
at javax.swing.RepaintManager$4.run(RepaintManager.java:814) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) 
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:814) 
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:789) 
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:738) 
at javax.swing.RepaintManager.access$1200(RepaintManager.java:64) 
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1732) 
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) 
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762) 
at java.awt.EventQueue.access$500(EventQueue.java:98) 
at java.awt.EventQueue$3.run(EventQueue.java:715) 
at java.awt.EventQueue$3.run(EventQueue.java:709) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) 
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732) 
at com.intellij.ide.IdeEventQueue.h(IdeEventQueue.java:821) 
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:649) 
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:365) 
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) 
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) 
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109) 
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190) 
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235) 
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233) 
at java.awt.Dialog.show(Dialog.java:1084) 
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:736) 
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:458) 
at com.intellij.openapi.ui.DialogWrapper.invokeShow(DialogWrapper.java:1686) 
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1635) 
at com.intellij.openapi.progress.util.ProgressDialog.show(ProgressDialog.java:328) 
at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:250) 
at com.intellij.openapi.progress.impl.BackgroundableProcessIndicator.showDialog(BackgroundableProcessIndicator.java:142) 
at com.intellij.openapi.progress.util.ProgressWindow.d(ProgressWindow.java:176) 
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:314) 
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.a(LaterInvocator.java:416) 
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:399) 
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) 
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762) 
at java.awt.EventQueue.access$500(EventQueue.java:98) 
at java.awt.EventQueue$3.run(EventQueue.java:715) 
at java.awt.EventQueue$3.run(EventQueue.java:709) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) 
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732) 
at com.intellij.ide.IdeEventQueue.h(IdeEventQueue.java:821) 
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:649) 
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:365) 
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) 
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) 
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109) 
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190) 
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235) 
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233) 
at java.awt.Dialog.show(Dialog.java:1084) 
at java.awt.Component.show(Component.java:1679) 
at java.awt.Component.setVisible(Component.java:1631) 
at java.awt.Window.setVisible(Window.java:1014) 
at java.awt.Dialog.setVisible(Dialog.java:1005) 
at com.jelastic.plugin.idea.actions.DeployAction.actionPerformed(DeployAction.java:49) 
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:216) 
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:233) 
at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:192) 
at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:155) 
at com.intellij.openapi.actionSystem.impl.ActionButton.processMouseEvent(ActionButton.java:329) 
at java.awt.Component.processEvent(Component.java:6306) 
at java.awt.Container.processEvent(Container.java:2237) 
at java.awt.Component.dispatchEventImpl(Component.java:4897) 
at java.awt.Container.dispatchEventImpl(Container.java:2295) 
at java.awt.Component.dispatchEvent(Component.java:4719) 
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889) 
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526) 
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467) 
at java.awt.Container.dispatchEventImpl(Container.java:2281) 
at java.awt.Window.dispatchEventImpl(Window.java:2746) 
at java.awt.Component.dispatchEvent(Component.java:4719) 
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764) 
at java.awt.EventQueue.access$500(EventQueue.java:98) 
at java.awt.EventQueue$3.run(EventQueue.java:715) 
at java.awt.EventQueue$3.run(EventQueue.java:709) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) 
at java.awt.EventQueue$4.run(EventQueue.java:737) 
at java.awt.EventQueue$4.run(EventQueue.java:735) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) 
at java.awt.EventQueue.dispatchEvent(EventQueue.java:734) 
at com.intellij.ide.IdeEventQueue.h(IdeEventQueue.java:821) 
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:645) 
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:365) 
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) 
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) 
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) 
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) 
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) 
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) 
+0

你好。感謝您的報告。我們將檢查可能導致此問題的原因並讓您知道結果。 – Jelastic

+0

你好。 IDE的問題已經解決。請檢查並確認。 – Jelastic

+0

@Jelastic只有工作連接,但部署應用程序服務器不工作。 – fvpaz

回答

0

我們希望你做得很好!

我們已經爲JB創意更新了Jelastic插件。它已經過測試並按照原樣工作,但現在無法從存儲庫安裝新版本。 請聯繫Mirhosting支持團隊,他們將能夠爲您提供新版本的安裝插件。
對不便,並感謝您的理解。

最好的問候,
Jelastic支持團隊

+0

已發佈更新的插件,並已爲所有人提供。請將您安裝的插件更新到v.1.4.3或使用我們的指南進行安裝https://docs.jelastic.com/netbeans-plugin-guide – Jelastic

相關問題