[JBoss JIRA] Created: (JBIDE-7274) Hibernate Ant Code Generation -> for Console Configuration if "Property file" is empty -> incorect script generated
by Vitali Yemialyanchyk (JIRA)
Hibernate Ant Code Generation -> for Console Configuration if "Property file" is empty -> incorect script generated
-------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7274
URL: https://jira.jboss.org/browse/JBIDE-7274
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.Beta1
Reporter: Vitali Yemialyanchyk
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.2.0.Beta1, 3.2.0.Beta2
1) Create Hibernate Console Configuration with "Database connection" with some Eclipse Connection Profile & "Property file" field should be empty;
2) Create some Hibernate Codegen config which is use prev. Hibernate Console Config.;
3) Export Codegen config created at step 2 to Ant codegen script;
properties file content look like this:
hibernate.connection.driver_class=${hibernate.connection.driver_class}
hibernate.connection.url=${hibernate.connection.url}
hibernate.connection.username=${hibernate.connection.username}
hibernate.connection.password=${hibernate.connection.password}
hibernate.dialect=${hibernate.dialect}
- this is wrong.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-7237) Editor shows error for JAX-WS 2.1 APIs
by Lukas Jungmann (JIRA)
Editor shows error for JAX-WS 2.1 APIs
--------------------------------------
Key: JBIDE-7237
URL: https://jira.jboss.org/browse/JBIDE-7237
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.Beta1
Environment: v20100929-2012-H96-Beta1, jdk6u21
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-create some web service client using JBossWS and JAX-WS version set to 2.1
-open generated ws client class in the editor
=>
all constructors which are accepting WebServiceFeature ... features argument are underlined and error tooltip says: "The constructor Service(URL, QName, WebServiceFeature[]) is undefined" which is strange since I'm running IDE on JDK6u21 (includes JAX-WS RI 2.1.6). I'd expect project build path as well as editor's classpath will contain all neccessary classes, mainly if they are from JDK on which I'm running the IDE
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBDS-1339) usage reporting in JBDS has wrong texts and is reported as JBoss Tools instance
by Andre Dietisheim (JIRA)
usage reporting in JBDS has wrong texts and is reported as JBoss Tools instance
-------------------------------------------------------------------------------
Key: JBDS-1339
URL: https://jira.jboss.org/browse/JBDS-1339
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 4.0.0.M2
Reporter: Andre Dietisheim
Priority: Blocker
Fix For: 4.0.0.Beta1
The current Usage reporting plugin does not recognize correctly if it's running in a JBDS instance. The texts in the first-start dialog "please allow us to report usage to JBoss Tools team" and preference page do not show Red Hat Inc / JBoss Developer Studio. Furthermore it hits the wrong Google Analytics account.
The reason for it is that the product id is checked against a bad value:
"com.jboss.jbds.product.feaure"
it should be checked against
"com.jboss.jbds.product.product"
Fixing it consists in changing a string constant in JBDSConstants. I attach a patch.
I unfortunately only checked the code by uncommenting the detection and did not install it into a JBDS build. It did this now and discovered the flaw.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6613) Can't create ODE Deployment Descriptor
by Jeff DeLong (JIRA)
Can't create ODE Deployment Descriptor
--------------------------------------
Key: JBIDE-6613
URL: https://jira.jboss.org/browse/JBIDE-6613
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.1.1
Environment: Mac Eclipse 3.5SR2, JB Tools 3.1.1
Reporter: Jeff DeLong
When attempting to create a new Apache ODE Deployment Descriptor I see the following when I hit the Finish button:
Popup error box with red exclamation mark and an OK button.
With the same process definition in Eclipse 3.6 / JB Tools 3.2, the bpel-deploy file is created, but only one Partner Link in the Inbound Interfaces and one Partner Link in the Outbound interfaces can be easily edited. To edit the other Partner Links I had to click around the Associated Port entry ( -- none -- ) several times before I could get it to edit.
I then copied the bpel-deploy.xml file back to the Eclipse 3.5 / JB Tools workspace, and attempted to open the file in the BPEL Editor. It would not open (although the file looks fine).
I then deployed the process using the Servers -> Full Publish and it deployed successfully and I was able to start a process instance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBDS-1323) Modeshape/emma test failures on RHEL5 x86_64
by Nick Boldt (JIRA)
Modeshape/emma test failures on RHEL5 x86_64
--------------------------------------------
Key: JBDS-1323
URL: https://jira.jboss.org/browse/JBDS-1323
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.0.0.Beta1
Reporter: Nick Boldt
Assignee: Denis Golovin
Every few builds (http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/build...), we get a failure due to something like this:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/testBuild.xml:276: [EMMA v2.0.5312] merge: no valid input data files have been specified
====================================
Here are the affected builds:
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/189/c... (failed, soa4, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/190/c... (failed, vmg17, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/191/c... (failed, conf1, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/192/c... (failed, soa6, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/193/c... (PASSED, vmg19, rhel5, x86)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/194/c... (failed, soa6, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/195/c... (failed, soa6, rhel5, x86_64)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/196/c... (PASSED, vmg19, rhel5, x86)
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-4.0.0.Beta1/197/c... (failed, soa6, rhel5, x86_64)
====================================
When it works we get this:
[instr] processing instrumentation path ...
[instr] instrumentation path processed in 19258 ms
[instr] [0 class(es) instrumented, 17708 resource(s) copied]
[instr] no output created: metadata is empty
[echo] Loading configuration for ui-test(a)org.jboss.tools.modeshape.rest.test
[echo] plugin-name-config=org.jboss.tools.modeshape.rest.test
[echo] plugin-name=org.jboss.tools.modeshape.rest.test
[echo] classnames=org.jboss.tools.modeshape.rest.test.AllTests
[echo] config-name=
[echo] config-property=config@default
[echo] test-system-properties=-Djbosstools.test.jboss.home=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/jboss-as -Djbosstools.test.seam.1.2.1.eap.home=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/seam -Djbosstools.test.seam.2fp.eap.home=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/seamfp -Djbosstools.test.seam.2.0.1.GA.home=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-seam-2.0.1.GA -Djbosstools.test.seam.2.1.0.GA.home=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-seam-2.1.1.GA -Djbosstools.test.jboss.home.3.2=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-3.2.8.SP1 -Djbosstools.test.jboss.home.4.0=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-4.0.5.GA -Djbosstools.test.jboss.home.4.2=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-4.2.3.GA -Djbosstools.test.jboss.home.5.0=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.0.1.GA -Djbosstools.test.jboss.home.5.1=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.1.0.GA -Djbosstools.test.soap.home.4.3=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-soa-p.4.3.0 -Djbosstools.test.soap.home.5.0=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-soa-p.5.0.0 -Djbosstools.test.jboss.riftsaw.home.2.0=/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.1.0.GA-riftsaw
[echo] Cleaning test workspace...
[echo] performing "ui" test on plugin "org.jboss.tools.modeshape.rest.test" class "org.jboss.tools.modeshape.rest.test.AllTests"
ui-test:
eclipse-test:
[java] EMMA: collecting runtime coverage data ...
[java] EMMA: runtime coverage data merged into [/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/metadata.ec] {in 10 ms}
[echo] Copy .log files to /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/../jvmerrors
append-test-log:
[loadfile] /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/workspace/.metadata/.log doesn't exist
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape
[merge] processing input files ...
[merge] 1 file(s) read and merged in 1 ms
[merge] merged/compacted data written to [/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/coverage.es] {in 4 ms}
[report] processing input files ...
[report] 1 file(s) read and merged in 0 ms
[report] nothing to do: no metadata found in any of the data files
[xslt] Processing /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/coverage.xml to /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/lines.properties
[xslt] Loading stylesheet /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/coverage.xsl
[xslt] Processing /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/coverage.xml to /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009142243/tests/test-results/emma-coverage/modeshape/classes.properties
[xslt] Loading stylesheet /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/coverage.xsl
====================================
When it fails, we get this:
[echo] Run tests for modeshape
[mkdir] Created dir: /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009150623/tests/test-results/emma-coverage/modeshape
[instr] processing instrumentation path ...
[instr] instrumentation path processed in 10181 ms
[instr] [0 class(es) instrumented, 17708 resource(s) copied]
[instr] no output created: metadata is empty
[echo] Loading configuration for ui-test(a)org.jboss.tools.modeshape.rest.test
[echo] plugin-name-config=org.jboss.tools.modeshape.rest.test
[echo] plugin-name=org.jboss.tools.modeshape.rest.test
[echo] classnames=org.jboss.tools.modeshape.rest.test.AllTests
[echo] config-name=
[echo] config-property=config@default
[echo] test-system-properties=-Djbosstools.test.jboss.home=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/jboss-as -Djbosstools.test.seam.1.2.1.eap.home=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/seam -Djbosstools.test.seam.2fp.eap.home=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-eap-4.3/seamfp -Djbosstools.test.seam.2.0.1.GA.home=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-seam-2.0.1.GA -Djbosstools.test.seam.2.1.0.GA.home=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-seam-2.1.1.GA -Djbosstools.test.jboss.home.3.2=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-3.2.8.SP1 -Djbosstools.test.jboss.home.4.0=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-4.0.5.GA -Djbosstools.test.jboss.home.4.2=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-4.2.3.GA -Djbosstools.test.jboss.home.5.0=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.0.1.GA -Djbosstools.test.jboss.home.5.1=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.1.0.GA -Djbosstools.test.soap.home.4.3=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-soa-p.4.3.0 -Djbosstools.test.soap.home.5.0=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-soa-p.5.0.0 -Djbosstools.test.jboss.riftsaw.home.2.0=/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/requirements/jboss/jboss-5.1.0.GA-riftsaw
[echo] Cleaning test workspace...
[echo] performing "ui" test on plugin "org.jboss.tools.modeshape.rest.test" class "org.jboss.tools.modeshape.rest.test.AllTests"
ui-test:
eclipse-test:
[java] !SESSION 2010-09-15 07:46:35.036 -----------------------------------------------
[java] eclipse.buildId=I20100608-0911
[java] java.version=1.6.0_20
[java] java.vendor=Sun Microsystems Inc.
[java] BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
[java] Framework arguments: -product org.eclipse.sdk.ide -application org.eclipse.test.uitestapplication -plugincustomization /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/plugin_customization.ini formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.jboss.tools.modeshape.rest.test.AllTests-default.xml -testPluginName org.jboss.tools.modeshape.rest.test -classname org.jboss.tools.modeshape.rest.test.AllTests
[java] Command-line arguments: -product org.eclipse.sdk.ide -application org.eclipse.test.uitestapplication -dev bin -data /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009150623/tests/workspace -plugincustomization /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/plugin_customization.ini formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.jboss.tools.modeshape.rest.test.AllTests-default.xml -testPluginName org.jboss.tools.modeshape.rest.test -classname org.jboss.tools.modeshape.rest.test.AllTests -consolelog
[java]
[java] !ENTRY org.eclipse.osgi 2 0 2010-09-15 07:46:57.319
[java] !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.319
[java] !MESSAGE Bundle org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20100505-1235 [30] was not resolved.
[java] !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Platform filter did not match: (& (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Bundle org.eclipse.core.net.linux.x86_64_1.1.0.I20100505-1245 [33] was not resolved.
[java] !SUBENTRY 2 org.eclipse.core.net.linux.x86_64 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Platform filter did not match: (& (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Bundle org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503 [64] was not resolved.
[java] !SUBENTRY 2 org.eclipse.equinox.launcher.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Bundle org.eclipse.swt.gtk.linux.x86_64_3.6.0.v3650b [151] was not resolved.
[java] !SUBENTRY 2 org.eclipse.swt.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.320
[java] !MESSAGE Bundle org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a [979] was not resolved.
[java] !SUBENTRY 2 org.mozilla.xulrunner.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.321
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk)(osgi.os=linux)(osgi.arch=x86_64))
[java]
[java] !ENTRY org.eclipse.osgi 4 0 2010-09-15 07:46:57.377
[java] !MESSAGE An error occurred while automatically activating bundle org.eclipse.ui.workbench (176).
[java] !STACK 0
[java] org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156)
[java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
[java] at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
[java] at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
[java] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
[java] at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
[java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
[java] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
[java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
[java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
[java] at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
[java] at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
[java] at org.eclipse.core.launcher.Main.main(Main.java:34)
[java] Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/SWTError
[java] at java.lang.Class.getDeclaredConstructors0(Native Method)
[java] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[java] at java.lang.Class.getConstructor0(Class.java:2699)
[java] at java.lang.Class.newInstance0(Class.java:326)
[java] at java.lang.Class.newInstance(Class.java:308)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:151)
[java] ... 35 more
[java] Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.SWTError
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] ... 41 more
[java] Root exception:
[java] java.lang.NoClassDefFoundError: org/eclipse/swt/SWTError
[java] at java.lang.Class.getDeclaredConstructors0(Native Method)
[java] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[java] at java.lang.Class.getConstructor0(Class.java:2699)
[java] at java.lang.Class.newInstance0(Class.java:326)
[java] at java.lang.Class.newInstance(Class.java:308)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:151)
[java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
[java] at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
[java] at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
[java] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
[java] at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
[java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
[java] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
[java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
[java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
[java] at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
[java] at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
[java] at org.eclipse.core.launcher.Main.main(Main.java:34)
[java] Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.SWTError
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] ... 41 more
[java]
[java] !ENTRY org.eclipse.osgi 2 0 2010-09-15 07:46:57.452
[java] !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.452
[java] !MESSAGE Bundle org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20100505-1235 [30] was not resolved.
[java] !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 2010-09-15 07:46:57.452
[java] !MESSAGE Platform filter did not match: (& (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.452
[java] !MESSAGE Bundle org.eclipse.core.net.linux.x86_64_1.1.0.I20100505-1245 [33] was not resolved.
[java] !SUBENTRY 2 org.eclipse.core.net.linux.x86_64 2 0 2010-09-15 07:46:57.452
[java] !MESSAGE Platform filter did not match: (& (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Bundle org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503 [64] was not resolved.
[java] !SUBENTRY 2 org.eclipse.equinox.launcher.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Bundle org.eclipse.swt.gtk.linux.x86_64_3.6.0.v3650b [151] was not resolved.
[java] !SUBENTRY 2 org.eclipse.swt.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
[java] !SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Bundle org.mozilla.xulrunner.gtk.linux.x86_64_1.9.1.2a [979] was not resolved.
[java] !SUBENTRY 2 org.mozilla.xulrunner.gtk.linux.x86_64 2 0 2010-09-15 07:46:57.453
[java] !MESSAGE Platform filter did not match: (& (osgi.ws=gtk)(osgi.os=linux)(osgi.arch=x86_64))
[java]
[java] !ENTRY org.eclipse.osgi 4 0 2010-09-15 07:46:57.454
[java] !MESSAGE Application error
[java] !STACK 1
[java] org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.test was unable to load class org.eclipse.test.UITestApplication.
[java] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
[java] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
[java] at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
[java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
[java] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
[java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
[java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
[java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
[java] at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
[java] at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
[java] at org.eclipse.core.launcher.Main.main(Main.java:34)
[java] Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.ui.workbench (176).
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:121)
[java] at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
[java] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
[java] ... 17 more
[java] Caused by: org.osgi.framework.BundleException: The activator org.eclipse.ui.internal.WorkbenchPlugin for bundle org.eclipse.ui.workbench is invalid
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156)
[java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
[java] at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
[java] at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
[java] at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
[java] ... 29 more
[java] Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/SWTError
[java] at java.lang.Class.getDeclaredConstructors0(Native Method)
[java] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
[java] at java.lang.Class.getConstructor0(Class.java:2699)
[java] at java.lang.Class.newInstance0(Class.java:326)
[java] at java.lang.Class.newInstance(Class.java:308)
[java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:151)
[java] ... 35 more
[java] Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.SWTError
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
[java] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
[java] at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] ... 41 more
[echo] Copy .log files to /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/../jvmerrors
append-test-log:
[loadfile] /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009150623/tests/workspace/.metadata/.log doesn't exist
[copy] Copying 1 file to /qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/jbds-build/4.0.0.Beta1/201009150623/tests/test-results/emma-coverage/modeshape
BUILD FAILED
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/buildNightly.xml:18: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/build.xml:68: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/build.xml:39: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:106: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:186: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/testBuild.xml:143: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-nightly-4.0.0.Beta1/org.jboss.ide.eclipse.releng/builders/tests/testBuild.xml:276: [EMMA v2.0.5312] merge: no valid input data files have been specified
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBDS-1315) JBDS update site fails to generate p2 metadata - only 3 components' features found!
by Nick Boldt (JIRA)
JBDS update site fails to generate p2 metadata - only 3 components' features found!
-----------------------------------------------------------------------------------
Key: JBDS-1315
URL: https://jira.jboss.org/browse/JBDS-1315
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.0.0.M2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Found this tonight -- definitely a blocker for Beta1 since no one will be able to upgrade from JBDS 4.0.0.M1 to 4.0.0.M2 using this site [1].
JBDS update site only contains metadata for the three projects aggregated into it w/ b3aggr: Teiid, Drools, jBPM3.
Reason for this is a complete failure - hitherto undetected - to generate metadata:
p2:
[echo] Run p2.publisher.UpdateSitePublisher using launcherjar = /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.M2/jbds-build/clean-eclipse/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
[p2] Generating metadata for ..
[p2] Status ERROR: org.eclipse.equinox.p2.artifact.repository code=0 java.lang.IllegalArgumentException
[p2] org.eclipse.equinox.launcher.Main
[p2] -metadataRepository
[p2] file:/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.M2/jbds-build/site/eclipse/
[p2] -metadataRepositoryName
[p2] JBoss Developer Studio Stable Release Update Site
[p2] -artifactRepository
[p2] file:/mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.M2/jbds-build/site/eclipse/
[p2] -artifactRepositoryName
[p2] JBoss Developer Studio Stable Release Artifacts
[p2] -source
[p2] /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.M2/jbds-build/site/eclipse/
[p2] -compress
[p2] -publishArtifacts
[p2] -reusePack200Files
[p2] -configs
[p2] *,*,*
[p2] Java Result: 1
[1] http://reports.qa.atl.jboss.com/binaries/RHDS/updates/nightly/4.0.0.M2/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months