[JBoss JIRA] (JBIDE-19371) Refactor the OpenShiftRedirectionStrategy to get auth scheme
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19371?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19371:
------------------------------------------
[~jcantrill] ok, thanks for looking this up. I'll link the issue then.
> Refactor the OpenShiftRedirectionStrategy to get auth scheme
> ------------------------------------------------------------
>
> Key: JBIDE-19371
> URL: https://issues.jboss.org/browse/JBIDE-19371
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Alpha2
> Reporter: Jeff Cantrill
> Fix For: 4.3.0.Alpha2
>
>
> Introducing an authorization client which is able to determine how to authenticate when it gets a 401 and includes the following headers:
> (org.apache.http.Header[]) [Www-Authenticate: Basic realm="openshift", Date: Wed, 25 Feb 2015 20:11:49 GMT, Content-Length: 0, Content-Type: text/plain; charset=utf-8]
> Add method to identify the auth scheme and return the realm. Update the 'canconnect' endpoint to use this function.
> This was achieved by trying to auth with empty username and password
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-408) Update JBoss ESB tooling to 4.2.1.Final and fix test error
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBTIS-408?page=com.atlassian.jira.plugin.... ]
Brian Fitzpatrick updated JBTIS-408:
------------------------------------
Description:
We hit some test failures after some files were removed upstream. Looks like someone deleted soa-p-5.3.0.ER5.zip.
{code}
[ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0) on project org.jboss.tools.esb.project.core.test: IO Error: /home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or directory) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0) on project org.jboss.tools.esb.project.core.test: IO Error
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: IO Error
at com.googlecode.WGet.execute(WGet.java:203)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.io.FileNotFoundException: /home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at com.googlecode.SignatureUtils.computeSignatureAsString(SignatureUtils.java:45)
at com.googlecode.SignatureUtils.getMD5(SignatureUtils.java:61)
at com.googlecode.DownloadCache.getEntry(DownloadCache.java:54)
at com.googlecode.DownloadCache.getArtifact(DownloadCache.java:73)
at com.googlecode.WGet.execute(WGet.java:165)
... 21 more
{code}
To fix this error, we will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and bump the versions.
was:
We hit some test failures after some files were removed upstream. Looks like someone deleted soa-p-5.3.0.ER5.zip.
We will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and bump the versions.
> Update JBoss ESB tooling to 4.2.1.Final and fix test error
> ----------------------------------------------------------
>
> Key: JBTIS-408
> URL: https://issues.jboss.org/browse/JBTIS-408
> Project: JBoss Tools Integration Stack
> Issue Type: Component Upgrade
> Components: ESB
> Affects Versions: 4.1.3.Final
> Reporter: Brian Fitzpatrick
> Assignee: Brian Fitzpatrick
> Fix For: 8.0.1.GA
>
>
> We hit some test failures after some files were removed upstream. Looks like someone deleted soa-p-5.3.0.ER5.zip.
> {code}
> [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0) on project org.jboss.tools.esb.project.core.test: IO Error: /home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or directory) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.googlecode.maven-download-plugin:maven-download-plugin:1.1.0:wget (install-soa-p-5.0) on project org.jboss.tools.esb.project.core.test: IO Error
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> Caused by: org.apache.maven.plugin.MojoExecutionException: IO Error
> at com.googlecode.WGet.execute(WGet.java:203)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
> ... 19 more
> Caused by: java.io.FileNotFoundException: /home/hudson/static_build_env/jbds/download-cache/soa-p-5.3.0.ER5.zip (No such file or directory)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(FileInputStream.java:120)
> at com.googlecode.SignatureUtils.computeSignatureAsString(SignatureUtils.java:45)
> at com.googlecode.SignatureUtils.getMD5(SignatureUtils.java:61)
> at com.googlecode.DownloadCache.getEntry(DownloadCache.java:54)
> at com.googlecode.DownloadCache.getArtifact(DownloadCache.java:73)
> at com.googlecode.WGet.execute(WGet.java:165)
> ... 21 more
> {code}
> To fix this error, we will update that to soa-p-5.3.0.GA.zip.
> And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and bump the versions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-408) Update JBoss ESB tooling to 4.2.1.Final and fix test error
by Brian Fitzpatrick (JIRA)
Brian Fitzpatrick created JBTIS-408:
---------------------------------------
Summary: Update JBoss ESB tooling to 4.2.1.Final and fix test error
Key: JBTIS-408
URL: https://issues.jboss.org/browse/JBTIS-408
Project: JBoss Tools Integration Stack
Issue Type: Component Upgrade
Components: ESB
Affects Versions: 4.1.3.Final
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 8.0.1.GA
We hit some test failures after some files were removed upstream. Looks like someone deleted soa-p-5.3.0.ER5.zip.
We will update that to soa-p-5.3.0.GA.zip.
And at the same time we will upgrade the JBTIS Target Platform version to 4.2.1.Final and bump the versions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19425) Error when loading tutorials in Central with Java 9
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19425?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-19425:
--------------------------------
Fix Version/s: 4.3.x
> Error when loading tutorials 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, 1 month
[JBoss JIRA] (JBIDE-19425) Error when loading tutorials in Central with Java 9
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19425?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-19425:
----------------------------------
Description:
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.
was:
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".
> Error when loading tutorials 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
>
> 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, 1 month
[JBoss JIRA] (JBIDE-19425) Error when loading tutorials in Central with Java 9
by Martin Malina (JIRA)
Martin Malina created JBIDE-19425:
-------------------------------------
Summary: Error when loading tutorials 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
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".
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month