[JBoss JIRA] (JBIDE-18628) NPE when creating Connection Profile using forge wizard
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18628?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-18628:
-----------------------------------
It also fails with mysql because it is always trying to save the 'incomplete' DefaultDS connection profile.
The problem will disappear if either
- you delete the predefined DefaultDS connection profile
- you inspect the H2 driver and more in particular the jar list in the Eclipse preference page
> 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, 6 months
[JBoss JIRA] (JBDS-3186) JBDS crashes when editor is opened on RHEL 6
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3186?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-3186:
--------------------------------------
Fix Version/s: 7.1.x
(was: 8.0.0.CR2)
> JBDS crashes when editor is opened on RHEL 6
> --------------------------------------------
>
> Key: JBDS-3186
> URL: https://issues.jboss.org/browse/JBDS-3186
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: target-platform, upstream
> Environment: RHEL 6.6 Beta
> JBDS 8.0.0.Beta3 (also happening for JBDS 7 and 6)
> Reporter: Rastislav Wagner
> Assignee: Rastislav Wagner
> Priority: Blocker
> Fix For: 7.1.x
>
>
> JBDS is crashing when I try to open any file in editor or start EAP server (when console is trying to show output).
> The only thing I can see is in terminal
> {code}
> java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion 'NOT_REACHED' failed.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18262) exception on startup
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18262?page=com.atlassian.jira.plugi... ]
Radim Hopp updated JBIDE-18262:
-------------------------------
Labels: need-info respin-b (was: respin-b)
> exception on startup
> --------------------
>
> Key: JBIDE-18262
> URL: https://issues.jboss.org/browse/JBIDE-18262
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, runtime-detection
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Priority: Critical
> Labels: need-info, respin-b
> Fix For: 4.2.0.CR1
>
>
> not sure what causes it but I'm getting this:
> java.lang.IllegalArgumentException: invalid version "6.0.0.CR01.1": invalid qualifier "CR01.1"
> at org.osgi.framework.Version.validate(Version.java:205)
> at org.osgi.framework.Version.<init>(Version.java:156)
> at org.jboss.tools.as.runtimes.integration.util.RuntimeMatcher$RuntimeRangeRepresentation.matchesVersion(RuntimeMatcher.java:83)
> at org.jboss.tools.as.runtimes.integration.util.RuntimeMatcher.findExistingRuntimes(RuntimeMatcher.java:171)
> at org.jboss.tools.as.runtimes.integration.util.RuntimeMatcher.findExistingRuntimes(RuntimeMatcher.java:151)
> at org.jboss.tools.project.examples.fixes.WTPRuntimeFix.getRuntimesFromPattern(WTPRuntimeFix.java:102)
> at org.jboss.tools.project.examples.fixes.WTPRuntimeFix.getBestRuntime(WTPRuntimeFix.java:249)
> at org.jboss.tools.project.examples.fixes.WTPRuntimeFix.canFix(WTPRuntimeFix.java:130)
> at org.jboss.tools.project.examples.ProjectExamplesActivator.canFix(ProjectExamplesActivator.java:818)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:68)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBDS-3186) JBDS crashes when editor is opened on RHEL 6
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBDS-3186:
-----------------------------------------
Summary: JBDS crashes when editor is opened on RHEL 6
Key: JBDS-3186
URL: https://issues.jboss.org/browse/JBDS-3186
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: target-platform, upstream
Environment: RHEL 6.6 Beta
JBDS 8.0.0.Beta3 (also happening for JBDS 7 and 6)
Reporter: Rastislav Wagner
Assignee: Rastislav Wagner
Priority: Blocker
Fix For: 8.0.0.CR2
JBDS is crashing when I try to open any file in editor or start EAP server (when console is trying to show output).
The only thing I can see is in terminal
{code}
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion 'NOT_REACHED' failed.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months