You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/12/05 02:56:55 UTC

[GitHub] [netbeans] FiruzzZ opened a new issue, #5048: Trying to add Payara 6 as Servers throws Unexpected Exception

FiruzzZ opened a new issue, #5048:
URL: https://github.com/apache/netbeans/issues/5048

   ### Apache NetBeans version
   
   Apache NetBeans 15
   
   ### What happened
   
   just installed nb 15.0 and opened, downloaded Payara 6, unzipped and trying to add this in Servers, after selecting the folder, pressing next, the exceptions show up:
   
   PD: it works with Payara 5 and 4
   
   ```
   java.lang.NullPointerException: Cannot invoke "java.net.URL.openStream()" because "xmlFile" is null
   	at org.netbeans.modules.payara.tooling.server.parser.TreeParser.readXml(TreeParser.java:138)
   	at org.netbeans.modules.payara.tooling.server.config.PayaraConfigXMLImpl.readXml(PayaraConfigXMLImpl.java:128)
   	at org.netbeans.modules.payara.tooling.server.config.PayaraConfigXMLImpl.getJavaSE(PayaraConfigXMLImpl.java:101)
   	at org.netbeans.modules.payara.common.wizards.AddDomainLocationPanel.readSettings(AddDomainLocationPanel.java:172)
   	at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:843)
   	at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:797)
   	at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:213)
   	at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:775)
   	at org.openide.WizardDescriptor.goToNextStep(WizardDescriptor.java:1041)
   	at org.openide.WizardDescriptor.access$1900(WizardDescriptor.java:67)
   	at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2184)
   	at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1492)
   	at org.openide.WizardDescriptor.access$2000(WizardDescriptor.java:67)
   	at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:2203)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   	at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:462)
   	at jdk.proxy4/jdk.proxy4.$Proxy53.actionPerformed(Unknown Source)
   	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
   	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313)
   	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
   	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
   	at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
   	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6626)
   	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3389)
   	at java.desktop/java.awt.Component.processEvent(Component.java:6391)
   	at java.desktop/java.awt.Container.processEvent(Container.java:2266)
   	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5001)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
   	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
   	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
   	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:746)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:744)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:743)
   	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
   [catch] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
   	at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:191)
   	at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:236)
   	at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:234)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
   	at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:234)
   	at java.desktop/java.awt.Dialog.show(Dialog.java:1080)
   	at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:1074)
   	at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:1124)
   	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:1096)
   	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:106)
   	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(NbMutexEventProvider.java:123)
   	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:77)
   	at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:71)
   	at org.openide.util.Mutex.readAccess(Mutex.java:199)
   	at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:1081)
   	at java.desktop/java.awt.Component.show(Component.java:1728)
   	at java.desktop/java.awt.Component.setVisible(Component.java:1675)
   	at java.desktop/java.awt.Window.setVisible(Window.java:1036)
   	at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1016)
   	at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:185)
   	at org.netbeans.modules.server.ui.wizard.AddServerInstanceWizard.showAddServerInstanceWizard(AddServerInstanceWizard.java:105)
   	at org.netbeans.modules.server.ui.node.AddServerInstanceAction.actionPerformed(AddServerInstanceAction.java:34)
   	at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:174)
   	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
   	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
   	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
   	at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:177)
   	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
   	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313)
   	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
   	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
   	at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:374)
   	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1028)
   	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1072)
   	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6626)
   	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3389)
   	at java.desktop/java.awt.Component.processEvent(Component.java:6391)
   	at java.desktop/java.awt.Container.processEvent(Container.java:2266)
   	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5001)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
   	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
   	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
   	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
   	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
   	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4833)
   	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
   	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:746)
   	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:744)
   	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:743)
   	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
   	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
   	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
   	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
   	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
   
   ```
   
   
   
   ### How to reproduce
   
   _No response_
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows
   
   ### JDK
   
   17 adoptium
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on issue #5048: Trying to add Payara 6 as Servers throws Unexpected Exception

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #5048:
URL: https://github.com/apache/netbeans/issues/5048#issuecomment-1382729013

   this should be already fixed since NB16+. Closing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien closed issue #5048: Trying to add Payara 6 as Servers throws Unexpected Exception

Posted by GitBox <gi...@apache.org>.
mbien closed issue #5048: Trying to add Payara 6 as Servers throws Unexpected Exception
URL: https://github.com/apache/netbeans/issues/5048


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists