[JBoss JIRA] (JBIDE-18628) NPE when creating Connection Profile using forge wizard
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18628?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-18628:
------------------------------------
It turned out that I can reproduce only in JBDS. Can you please try on JBDS?
> NPE when creating Connection Profile using forge wizard
> -------------------------------------------------------
>
> Key: JBIDE-18628
> URL: https://issues.jboss.org/browse/JBIDE-18628
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.CR2
> Reporter: Pavol Srna
> Priority: Blocker
> Labels: regression
> Fix For: 4.2.0.CR2
>
>
> {code}
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:459)
> at java.util.Properties.setProperty(Properties.java:166)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.createProperties(ConnectionProfileManagerImpl.java:172)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveExistingProfile(ConnectionProfileManagerImpl.java:82)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveConnectionProfile(ConnectionProfileManagerImpl.java:73)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveConnectionProfiles(ConnectionProfileManagerImpl.java:142)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.database.tools.connections.ConnectionProfileManager_$$_javassist_38d8b832-4a59-46f2-bc9d-eb9ff785daba.saveConnectionProfiles(ConnectionProfileManager_$$_javassist_38d8b832-4a59-46f2-bc9d-eb9ff785daba.java)
> at org.jboss.forge.addon.database.tools.connections.ui.CreateConnectionProfileCommandImpl.execute(CreateConnectionProfileCommandImpl.java:62)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.database.tools.connections.ui.CreateConnectionProfileCommandImpl_$$_javassist_e7993baf-c96e-4b2e-9196-875229a146df.execute(CreateConnectionProfileCommandImpl_$$_javassist_e7993baf-c96e-4b2e-9196-875229a146df.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_7a19049c-bb8a-4bcc-9fab-671730e3e0e2.execute(CommandController_$$_javassist_7a19049c-bb8a-4bcc-9fab-671730e3e0e2.java)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBDS-3181) Include EAP 6.3.1 in JBDS 8.0.0 installer
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-3181?page=com.atlassian.jira.plugin.... ]
Martin Malina edited comment on JBDS-3181 at 10/15/14 9:02 AM:
---------------------------------------------------------------
I had this idea as well, but then I realized there is no such thing as EAP 6.3.1 binary (I mean available publicly - internally there is the full build), so I dismissed the idea. And I believe this JIRA should be dismissed also :)
And Nick, it's not available under $0 either AFAIK. Only 6.2.0, 6.3.0 and so on.
The 6.3.1 patch (and soon there will be 6.3.2) are available only separately from the customer portal and need to be applied on top of 6.3.0
was (Author: mmalina):
I had this idea as well, but then I realized there is no such thing as EAP 6.3.1 binary, so I dismissed the idea. And I believe this JIRA should be dismissed also :)
And Nick, it's not available under $0 either AFAIK. Only 6.2.0, 6.3.0 and so on.
The 6.3.1 patch (and soon there will be 6.3.2) are available only separately from the customer portal and need to be applied on top of 6.3.0
> Include EAP 6.3.1 in JBDS 8.0.0 installer
> -----------------------------------------
>
> Key: JBDS-3181
> URL: https://issues.jboss.org/browse/JBDS-3181
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 8.0.0.CR2
> Reporter: Nick Boldt
> Assignee: Burr Sutter
> Priority: Blocker
> Fix For: 8.0.1.GA
>
>
> EAP 6.3.1 is available [1].
> Should we include it in the JBDS 8.0.0.GA installer as part of this week's respin-b / rename for GA dance, or are we prevented from doing so by some sort of subscription rules?
> [1] http://download.devel.redhat.com/released/JBEAP-6/6.3.1/
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBDS-3181) Include EAP 6.3.1 in JBDS 8.0.0 installer
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-3181?page=com.atlassian.jira.plugin.... ]
Martin Malina commented on JBDS-3181:
-------------------------------------
I had this idea as well, but then I realized there is no such thing as EAP 6.3.1 binary, so I dismissed the idea. And I believe this JIRA should be dismissed also :)
And Nick, it's not available under $0 either AFAIK. Only 6.2.0, 6.3.0 and so on.
The 6.3.1 patch (and soon there will be 6.3.2) are available only separately from the customer portal and need to be applied on top of 6.3.0
> Include EAP 6.3.1 in JBDS 8.0.0 installer
> -----------------------------------------
>
> Key: JBDS-3181
> URL: https://issues.jboss.org/browse/JBDS-3181
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 8.0.0.CR2
> Reporter: Nick Boldt
> Assignee: Burr Sutter
> Priority: Blocker
> Fix For: 8.0.1.GA
>
>
> EAP 6.3.1 is available [1].
> Should we include it in the JBDS 8.0.0.GA installer as part of this week's respin-b / rename for GA dance, or are we prevented from doing so by some sort of subscription rules?
> [1] http://download.devel.redhat.com/released/JBEAP-6/6.3.1/
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months