[JBoss JIRA] Created: (JBDS-1004) Update site errors after a new install of JBDS 2.1.0.GA
by Jeff (JIRA)
Update site errors after a new install of JBDS 2.1.0.GA
-------------------------------------------------------
Key: JBDS-1004
URL: https://jira.jboss.org/jira/browse/JBDS-1004
Project: JBoss Developer Studio
Issue Type: Bug
Affects Versions: 2.1.0
Environment: Mac OS X 10.6.2
Reporter: Jeff
Do a new install and start up JBDS. Choose Help -> Software Updates and then click the Update button. Answer Yes to the question "The software items you selected may not be valid with your current installation. Do you want to open the wizard anyway to review the selections?". Then you'll see a rather long list of available updates with each one as far as I can tell having the same message:
Cannot complete the request. See the details.
Cannot find a solution satisfying the following requirements org.eclipse.ui.ide.application [1.0.101.M20090826-0800].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBDS-1124) Update fails on any plugin install or update
by Garvin Dean (JIRA)
Update fails on any plugin install or update
--------------------------------------------
Key: JBDS-1124
URL: https://jira.jboss.org/jira/browse/JBDS-1124
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Affects Versions: 2.1.1
Environment: Mac OSX 1.5.8, Java 1.6,
Developer Studio
Version: 2.1.1.GA
Build id: v200911051555R
Build date: 200911051731
Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700
Spring IDE
Version: 2.2.0.v200809261800
Reporter: Garvin Dean
On trying to install any plugin, for instance maven (but, could be anything), the following error is generated:
'Install' has encountered a problem.
An error occurred while collecting items to be installed
An error occurred while collecting items to be installed
No repository found containing: com.lowagie.itext/osgi.bundle/1.5.4.v20090608
I was previously on 2.1.0 and still had the problem, and was hoping that I'd see it disappear when I installed the newer version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6535) seam.core test failures
by Nick Boldt (JIRA)
seam.core test failures
-----------------------
Key: JBIDE-6535
URL: https://jira.jboss.org/browse/JBIDE-6535
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Seam
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
From: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...
Tests run: 22, FAILUREs: 3, Errors: 0, Skipped: 0, Time elapsed: 60.632 sec <<< FAILURE!
testSeamProjectObjects(org.jboss.tools.seam.core.test.ScannerTest) Time elapsed: 0.291 sec <<< FAILURE!
junit.framework.AssertionFailedError: Property persistenceUnitName is not found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.core.test.ScannerTest.scanSimpleProperties(ScannerTest.java:486)
at org.jboss.tools.seam.core.test.ScannerTest.testSeamProjectObjects(ScannerTest.java:458)
--
testBigProject(org.jboss.tools.seam.core.test.SeamBigProjectTest) Time elapsed: 6.748 sec <<< FAILURE!
junit.framework.AssertionFailedError: Found only 0 components. Must be more than 500.
at junit.framework.Assert.fail(Assert.java:47)
at org.jboss.tools.seam.core.test.SeamBigProjectTest.testBigProject(SeamBigProjectTest.java:87)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
--
testCyclicDependingProjects(org.jboss.tools.seam.core.test.CyclicDependingProjectsTest) Time elapsed: 4.86 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at junit.framework.Assert.assertNotNull(Assert.java:207)
at org.jboss.tools.seam.core.test.CyclicDependingProjectsTest.testCyclicDependingProjects(CyclicDependingProjectsTest.java:53)
--
Tests run: 41, FAILUREs: 9, Errors: 0, Skipped: 0, Time elapsed: 72.241 sec <<< FAILURE!
testMultipleDataBinderValidator(org.jboss.tools.seam.core.test.SeamValidatorsTest) Time elapsed: 1.138 sec <<< FAILURE!
junit.framework.AssertionFailedError: Problem marker 'Multiple data binder' was not found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertFalse(Assert.java:34)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testMultipleDataBinderValidator(SeamValidatorsTest.java:561)
--
testDuplicateVariableName_Validator(org.jboss.tools.seam.core.test.SeamValidatorsTest) Time elapsed: 1.393 sec <<< FAILURE!
junit.framework.AssertionFailedError: Not all problem markers 'Duplicate variable name' was found expected:<2> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testDuplicateVariableName_Validator(SeamValidatorsTest.java:627)
--
testPropertyHasOnlyGetterValidator(org.jboss.tools.seam.core.test.SeamValidatorsTest) Time elapsed: 1.76 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.assertMarkerIsNotCreatedForFile(SeamValidatorsTest.java:307)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.assertMarkerIsNotCreatedForFile(SeamValidatorsTest.java:294)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testPropertyHasOnlyGetterValidator(SeamValidatorsTest.java:720)
--
testDuplicateComponents(org.jboss.tools.seam.core.test.SeamValidatorsTest) Time elapsed: 0.285 sec <<< FAILURE!
junit.framework.AssertionFailedError: There should be the only one error marker in DuplicateComponent.java. expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testDuplicateComponents(SeamValidatorsTest.java:777)
--
testRevalidationUnresolvedELs(org.jboss.tools.seam.core.test.SeamValidatorsTest) Time elapsed: 1.37 sec <<< FAILURE!
junit.framework.AssertionFailedError: There should be an unresolved EL in testElRevalidation.xhtml. expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at org.jboss.tools.seam.core.test.SeamValidatorsTest.testRevalidationUnresolvedELs(SeamValidatorsTest.java:800)
--
testProjectNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest) Time elapsed: 3.616 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the '.*invalidParentProjectName.*' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testProjectNameValidation(SeamProjectPropertyValidatorTest.java:70)
--
testFolderNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest) Time elapsed: 3.665 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the '.*invalidWebFolderPath.*' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testFolderNameValidation(SeamProjectPropertyValidatorTest.java:77)
--
testPackageNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest) Time elapsed: 3.574 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the '.*invalid model package name.*' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testPackageNameValidation(SeamProjectPropertyValidatorTest.java:84)
--
testRuntimeNameValidation(org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest) Time elapsed: 3.57 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker matches the '.*invalidRuntimeName.*' pattern wasn't found
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:160)
at org.jboss.tools.seam.core.test.SeamProjectPropertyValidatorTest.testRuntimeNameValidation(SeamProjectPropertyValidatorTest.java:90)
--
--
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-6390) Cannot create ws from wsdl on JBoss 6M3
by Lukas Jungmann (JIRA)
Cannot create ws from wsdl on JBoss 6M3
---------------------------------------
Key: JBIDE-6390
URL: https://jira.jboss.org/browse/JBIDE-6390
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.next
Environment: jbdevstudio-eap-linux-gtk-4.0.0.v201005280223N-H334-M1, jboss-6.0.0.20100429-M3/
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-create a dynamic web project with JBoss6M3 runtime and use server supplied JBossWS
-create a top-down service from http://www.ecubicle.net/iptocountry.asmx?wsdl
=> Error: Could not import. (use --verbose to see full traces)Error: com/sun/xml/ws/policy/sourcemodel/wspolicy/NamespaceVersion
this works fine if JBoss 5.x server runtime is used
This looks like a problem in JBossWS included in JBoss6M3 since on the command line it says the same:
jlukas@lukas-laptop:/tmp/aaa$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)
jlukas@lukas-laptop:/tmp/aaa$ /space/java/servers/jboss-6.0.0.20100429-M3/bin/wsconsume.sh -k --verbose http://www.ecubicle.net/iptocountry.asmx?wsdl
parsing WSDL...
Error: Could not import. (use --verbose to see full traces)
java.lang.NoClassDefFoundError: com/sun/xml/ws/policy/sourcemodel/wspolicy/NamespaceVersion
at com.sun.tools.ws.wsdl.parser.PolicyExtensionHandler.getNamespaceURI(PolicyExtensionHandler.java:57)
at com.sun.tools.ws.wsdl.parser.WSDLParser.register(WSDLParser.java:131)
at com.sun.tools.ws.wsdl.parser.WSDLParser.<init>(WSDLParser.java:123)
at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:109)
at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:185)
at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:246)
at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:240)
at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:86)
Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 8 more
jlukas@lukas-laptop:/tmp/aaa$
Where should I file corresponting issue? To JBAS or JBWS project?
--
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