[JBoss JIRA] (JBDS-2657) NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport thrown refreshing JBoss Buzz & tutorials
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2657:
--------------------------------
Summary: NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport thrown refreshing JBoss Buzz & tutorials
Key: JBDS-2657
URL: https://issues.jboss.org/browse/JBDS-2657
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: central
Affects Versions: 7.0.0.Beta2
Reporter: Nick Boldt
0. Install Eclipse Kepler JEE RC2 bundle from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/...
1. Unpack, then install JBDS from the installer jar from https://devstudio.jboss.com/earlyaccess/7.0.0.Beta1.html (see instructions under "Update Site Zip")
2. On startup of JBDS Central, the following problems are logged to console:
{code}
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-RC2-linux-gtk-x86_64.tar.gz
cd ${target}
tar xzf $eclipse
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
!ENTRY org.jboss.tools.project.examples 4 0 2013-06-06 22:34:44.892
!MESSAGE java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
!STACK 0
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:347)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:937)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.project.examples_1.5.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 11 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.924
!MESSAGE An internal error occurred during: "Refreshing JBoss Buzz...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.central.jobs.AbstractRefreshJob.getUrlModified(AbstractRefreshJob.java:284)
at org.jboss.tools.central.jobs.AbstractRefreshJob.run(AbstractRefreshJob.java:204)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.central_1.2.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 3 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.996
!MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.handleCategories(ProjectExampleUtil.java:556)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:503)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBDS-2657) NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport thrown refreshing JBoss Buzz & tutorials
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2657?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2657:
-----------------------------
Description:
0. Install & launch Eclipse Kepler JEE RC2 bundle from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/...
{code}
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-RC2-linux-gtk-x86_64.tar.gz
cd ${target}
tar xzf $eclipse
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
1. Install JBDS "BYOE" or "Core Features" feature from the Beta1 installer jar from https://devstudio.jboss.com/earlyaccess/7.0.0.Beta1.html (see instructions under "Update Site Zip")
2. On startup of JBDS Central, the following problems are logged to console:
{code}
!ENTRY org.jboss.tools.project.examples 4 0 2013-06-06 22:34:44.892
!MESSAGE java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
!STACK 0
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:347)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:937)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.project.examples_1.5.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 11 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.924
!MESSAGE An internal error occurred during: "Refreshing JBoss Buzz...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.central.jobs.AbstractRefreshJob.getUrlModified(AbstractRefreshJob.java:284)
at org.jboss.tools.central.jobs.AbstractRefreshJob.run(AbstractRefreshJob.java:204)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.central_1.2.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 3 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.996
!MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.handleCategories(ProjectExampleUtil.java:556)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:503)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}
was:
0. Install Eclipse Kepler JEE RC2 bundle from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/...
1. Unpack, then install JBDS from the installer jar from https://devstudio.jboss.com/earlyaccess/7.0.0.Beta1.html (see instructions under "Update Site Zip")
2. On startup of JBDS Central, the following problems are logged to console:
{code}
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-RC2-linux-gtk-x86_64.tar.gz
cd ${target}
tar xzf $eclipse
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
!ENTRY org.jboss.tools.project.examples 4 0 2013-06-06 22:34:44.892
!MESSAGE java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
!STACK 0
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
at java.util.concurrent.FutureTask.get(FutureTask.java:111)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:347)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:937)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.project.examples_1.5.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 11 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.924
!MESSAGE An internal error occurred during: "Refreshing JBoss Buzz...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.central.jobs.AbstractRefreshJob.getUrlModified(AbstractRefreshJob.java:284)
at org.jboss.tools.central.jobs.AbstractRefreshJob.run(AbstractRefreshJob.java:204)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.central_1.2.0.Beta2-v20130605-2021-B325
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 3 more
!ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.996
!MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
!STACK 0
java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.handleCategories(ProjectExampleUtil.java:556)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:503)
at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}
> NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport thrown refreshing JBoss Buzz & tutorials
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2657
> URL: https://issues.jboss.org/browse/JBDS-2657
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 7.0.0.Beta2
> Reporter: Nick Boldt
>
> 0. Install & launch Eclipse Kepler JEE RC2 bundle from http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/...
> {code}
> workspace=/home/nboldt/eclipse/workspace-clean43
> target=/home/nboldt/eclipse/43clean
> eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-RC2-linux-gtk-x86_64.tar.gz
> cd ${target}
> tar xzf $eclipse
> ${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 2>&1 | tee "logs/eclipse.log.`date`.txt"
> {code}
> 1. Install JBDS "BYOE" or "Core Features" feature from the Beta1 installer jar from https://devstudio.jboss.com/earlyaccess/7.0.0.Beta1.html (see instructions under "Update Site Zip")
> 2. On startup of JBDS Central, the following problems are logged to console:
> {code}
> !ENTRY org.jboss.tools.project.examples 4 0 2013-06-06 22:34:44.892
> !MESSAGE java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
> !STACK 0
> java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
> at java.util.concurrent.FutureTask.get(FutureTask.java:111)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:347)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:937)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:1)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.project.examples_1.5.0.Beta2-v20130605-2021-B325
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 11 more
> !ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.924
> !MESSAGE An internal error occurred during: "Refreshing JBoss Buzz...".
> !STACK 0
> java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
> at org.jboss.tools.central.jobs.AbstractRefreshJob.getUrlModified(AbstractRefreshJob.java:284)
> at org.jboss.tools.central.jobs.AbstractRefreshJob.run(AbstractRefreshJob.java:204)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.ClassNotFoundException: org.jboss.tools.common.core.ecf.ECFTransport cannot be found by org.jboss.tools.central_1.2.0.Beta2-v20130605-2021-B325
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
> at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 3 more
> !ENTRY org.eclipse.core.jobs 4 2 2013-06-06 22:34:44.996
> !MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
> !STACK 0
> java.lang.NoClassDefFoundError: org/jboss/tools/common/core/ecf/ECFTransport
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjectExamplesFile(ProjectExampleUtil.java:779)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.handleCategories(ProjectExampleUtil.java:556)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:503)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:310)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:53)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBDS-2546) About Dialog - What version of Eclipse am I running?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2546?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-2546:
--------------------------------
Assignee: Nick Boldt (was: Denis Golovin)
> About Dialog - What version of Eclipse am I running?
> ----------------------------------------------------
>
> Key: JBDS-2546
> URL: https://issues.jboss.org/browse/JBDS-2546
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: ui/branding
> Reporter: Burr Sutter
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 7.0.0.Beta2
>
> Attachments: 2013-03-12_1930.png, 2013-03-12_1931.png, 2013-03-12_19312.png
>
>
> How does someone answer the following question:
> What version of Eclipse is "inside" JBoss Developer Studio?
> Ideally, the string of "Eclipse Juno 4.2.1" and its build-id would be listed underneath the JBDS version, build id and build date.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14776) JBoss Tools XML Editor doesn't initialize base class and interface fields in new class dialog
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-14776:
-------------------------------------
Summary: JBoss Tools XML Editor doesn't initialize base class and interface fields in new class dialog
Key: JBIDE-14776
URL: https://issues.jboss.org/browse/JBIDE-14776
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Beta1
Reporter: Denis Golovin
Assignee: Denis Golovin
If xsi:schemaLocation attribute contains more than one space between namespace and system location new Class dialog called from tree tab of faces-config.xml editor for non exiting class fails to initialize Baseclass and Interfaces fields of New Java Class Wizard
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14751) jQuery Popup Wizard should let to select Theme w/o Shadow selected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14751?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-14751:
----------------------------------
Summary: jQuery Popup Wizard should let to select Theme w/o Shadow selected (was: jQuery Popup Wizard should let select Theme w/o Shadow selected)
> jQuery Popup Wizard should let to select Theme w/o Shadow selected
> ------------------------------------------------------------------
>
> Key: JBIDE-14751
> URL: https://issues.jboss.org/browse/JBIDE-14751
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Denis Golovin
> Assignee: Viacheslav Kabanovich
> Priority: Optional
> Fix For: 4.1.0.Beta2
>
> Attachments: popup-no-shadow.png
>
>
> Theme should be available for selection even for popups without shadow or popup window look lust like flying text.
> !popup-no-shadow.png!
> For example code below
> {code}
> <a href="#popup-1" data-role="button" data-inline="true" data-rel="popup">Popup</a>
> <div data-role="popup" id="popup-1" data-theme="a" data-shadow="false" class="ui-content">
> <p>This is a popup</p>
> </div>
> {code}
> works just fine in browsersim
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14363) Creation of 'foundation' component in base
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14363?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-14363 at 6/6/13 6:50 PM:
------------------------------------------------------------
PR to fix plugin.properties:
https://github.com/jbosstools/jbosstools-base/pull/121
PR to fix common's dependency on foundation (both feature and plugin):
https://github.com/jbosstools/jbosstools-base/pull/122
was (Author: nickboldt):
New PR to fix plugin.properties:
https://github.com/jbosstools/jbosstools-base/pull/121
> Creation of 'foundation' component in base
> ------------------------------------------
>
> Key: JBIDE-14363
> URL: https://issues.jboss.org/browse/JBIDE-14363
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.1.0.Beta1
> Reporter: Rob Stryker
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Beta2
>
>
> The creation of a 'core' with minimal dependencies, preferably ONLY platform, is required. The component will have the following requirements:
> 1) Only code designed for re-use can live there
> 2) Only fully and properly java-doc'd code can live there
> 3) Only code for use by TWO OR MORE components can live there.
> 4) Addition of dependencies for this component will be strictly regulated
> 5) Code must be properly tested and have tests cases demonstrating it.
> 6) Code relating to non-platform requirements (such as egit, maven, wtp) will receive additional bundles and features to keep these dependencies separate. FOr example:
> {code}
> org.jboss.tools.core.platform
> org.jboss.tools.core.platform.ui
> org.jboss.tools.core.wtp
> org.jboss.tools.core.wtp.ui
> {code}
> Bundles such as these would require test bundles, as well as features that keep them separate.
> {code}
> org.jboss.tools.core.platform.feature
> org.jboss.tools.core.wtp.feature
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months