[JBoss JIRA] (JBIDE-19595) on central load java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19595?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen closed JBIDE-19595.
---------------------------------------
Resolution: Duplicate Issue
that makes sense. still weird java9 would break this ;/
> on central load java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19595
> URL: https://issues.jboss.org/browse/JBIDE-19595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Environment: devstudio 9 installer install, osx
> Reporter: Max Rydahl Andersen
>
> on first start of devstudio I got a dialog popping up and this error in log:
> {code}
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.fetchCategories(ProjectExampleUtil.java:392)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:269)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:260)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:52)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException cannot be found by org.jboss.tools.project.examples_3.0.0.Alpha2-v20150409-0258-B668
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 5 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3276) JBDS-IS Installer
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBDS-3276?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBDS-3276:
----------------------------------
And yes - the JBDSIS installer was always meant to be separate from the JBDS standalone installer. Our release cycle requires it. Once we release we'll have to sync with JBDS releases so user don't install JBDSIS and end up with an older JBDS.
> JBDS-IS Installer
> -----------------
>
> Key: JBDS-3276
> URL: https://issues.jboss.org/browse/JBDS-3276
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer, integration-platform, requirements
> Affects Versions: 8.0.0.GA
> Reporter: Burr Sutter
> Assignee: Denis Golovin
> Attachments: Red Hat JBoss Developer Studio 9.0.0.Alpha2_105.png
>
>
> As a Fuse, integration-focused developer, I need a downloadable installer that will allow me to quickly and easily install JBDS with Fuse capabilities.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3276) JBDS-IS Installer
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBDS-3276?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBDS-3276:
----------------------------------
I'm working through a couple of things before I can get to this - [~maxandersen] - what's the UX-wise - what specifically would you like to see?
> JBDS-IS Installer
> -----------------
>
> Key: JBDS-3276
> URL: https://issues.jboss.org/browse/JBDS-3276
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: installer, integration-platform, requirements
> Affects Versions: 8.0.0.GA
> Reporter: Burr Sutter
> Assignee: Denis Golovin
> Attachments: Red Hat JBoss Developer Studio 9.0.0.Alpha2_105.png
>
>
> As a Fuse, integration-focused developer, I need a downloadable installer that will allow me to quickly and easily install JBDS with Fuse capabilities.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19425) Error when loading projects in Central with Java 9
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19425?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19425:
----------------------------------------
I believe it's more likely an issue between Equinox and Java 9. Equinox is probably failing at exposing some JRE 9 classes that were moved into JVM module.
> Error when loading projects in Central with Java 9
> --------------------------------------------------
>
> Key: JBIDE-19425
> URL: https://issues.jboss.org/browse/JBIDE-19425
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.0.Alpha1
> Reporter: Martin Malina
> Assignee: Fred Bricon
> Labels: Java9
> Fix For: 4.3.x
>
>
> Today I wanted to try out the latest build of Oracle JDK 1.9 beta and discovered a problem with central.
> When I started JBDS, I immediately got an error window pop up:
> {code}
> Refreshing JBoss Tutorials... has encountered a problem.
> An internal error occurred during: "Refreshing JBoss Tutorials...".
> javax/xml/bind/JAXBException
> {code}
> This is in the workspace log:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2015-03-10 17:12:52.346
> !MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
> !STACK 0
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.fetchCategories(ProjectExampleUtil.java:389)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:266)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:257)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:52)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException cannot be found by org.jboss.tools.project.examples_3.0.0.Alpha1-v20150213-0945-B3
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 5 more
> {code}
> I used JBDS 9.0.0.Alpha1 installed on OS X 10.10 Yosemite with Oracle JDK 1.9:
> {code}
> nattura:9.0.0 rasp$ java -version
> java version "1.9.0-ea"
> Java(TM) SE Runtime Environment (build 1.9.0-ea-b53)
> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b53, mixed mode)
> {code}
> The consequence of this is that the "Start from scratch" section in Central is not loaded and shows "No entries found".
> Note: When I installed the same JBDS with Java 8, there was no error.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19595) on central load java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19595?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-19595:
---------------------------------------
I think this is a duplicate of JBIDE-19425.
As a consequence of JBDS-3036 (ignored .ini), your JBDS was running with Java 9 (at least that happens to me) and then you get this Java 9 specific error.
> on central load java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19595
> URL: https://issues.jboss.org/browse/JBIDE-19595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Environment: devstudio 9 installer install, osx
> Reporter: Max Rydahl Andersen
>
> on first start of devstudio I got a dialog popping up and this error in log:
> {code}
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.fetchCategories(ProjectExampleUtil.java:392)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:269)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:260)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:52)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException cannot be found by org.jboss.tools.project.examples_3.0.0.Alpha2-v20150409-0258-B668
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 5 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3411) have installer build actually use M6 p2 product build
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3411?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen reassigned JBDS-3411:
-----------------------------------------
Assignee: Denis Golovin (was: Max Rydahl Andersen)
> have installer build actually use M6 p2 product build
> -----------------------------------------------------
>
> Key: JBDS-3411
> URL: https://issues.jboss.org/browse/JBDS-3411
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer, updatesite
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Critical
>
> talking with [~prapicault] I learned that since M6 the following changes are required for proper working p2 product/osx build:
> {code}
> <products>
> <product>
> ...
> <rootFolders>
> <macosx>MyProduct.app</macosx>
> </rootFolders>
> </product>
> {code}
> And to use tycho 0.23-snapshot
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19596) Connection wizard: have to retype password if I want to edit a v3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19596?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19596:
-------------------------------------
Attachment: edit-v3-connection-wizard.png
edit-v3-connection.png
> Connection wizard: have to retype password if I want to edit a v3 connection
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19596
> URL: https://issues.jboss.org/browse/JBIDE-19596
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.3.0.Alpha2
>
> Attachments: edit-v3-connection-wizard.png, edit-v3-connection.png
>
>
> Steps to reproduce:
> # ASSERT: make sure that you have a v3 connection listed in OpenShift explorer
> # EXEC: in explorer: select your connection and pick "Edit Connection"
> !edit-v3-connection.png!
> # ASSERT: connection dialog shows up
> Result:
> !edit-v3-connection-wizard.png!
> password text field is empty and required. You have to re-type your password
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19596) Connection wizard: have to retype password if I want to edit a v3 connection
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-19596:
----------------------------------------
Summary: Connection wizard: have to retype password if I want to edit a v3 connection
Key: JBIDE-19596
URL: https://issues.jboss.org/browse/JBIDE-19596
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Alpha2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Steps to reproduce:
# ASSERT: make sure that you have a v3 connection listed in OpenShift explorer
# EXEC: in explorer: select your connection and pick "Edit Connection"
!edit-v3-connection.png!
# ASSERT: connection dialog shows up
Result:
!edit-v3-connection-wizard.png!
password text field is empty and required. You have to re-type your password
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19596) Connection wizard: have to retype password if I want to edit a v3 connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19596?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-19596:
-------------------------------------
Fix Version/s: 4.3.0.Alpha2
> Connection wizard: have to retype password if I want to edit a v3 connection
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19596
> URL: https://issues.jboss.org/browse/JBIDE-19596
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.3.0.Alpha2
>
>
> Steps to reproduce:
> # ASSERT: make sure that you have a v3 connection listed in OpenShift explorer
> # EXEC: in explorer: select your connection and pick "Edit Connection"
> !edit-v3-connection.png!
> # ASSERT: connection dialog shows up
> Result:
> !edit-v3-connection-wizard.png!
> password text field is empty and required. You have to re-type your password
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years