[JBoss JIRA] Created: (JBIDE-3135) deadlock
by Rob Stryker (JIRA)
deadlock
--------
Key: JBIDE-3135
URL: https://jira.jboss.org/jira/browse/JBIDE-3135
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.beta1
Reporter: Rob Stryker
Assignee: Denis Golovin
Fix For: 3.0.0.cr1
Received a deadlock (or what I believe to be one) that I can't kill.
Two stack traces are below. File in use by both threads is Z_TEST/WebContent/login.xhtml
One thread is webtools, the other is Seam Validator.
Thread [Worker-1] (Suspended)
AbstractList$Itr.checkForComodification() line: 372 [local variables unavailable]
AbstractList$Itr.next() line: 343
AnnotationUtility.loadAnnotationsForGrammar(String, CMDocument) line: 34
CMDocumentManagerImpl.buildCMDocument(String, String, String) line: 274
CMDocumentManagerImpl.loadCMDocument(String, String, String, boolean) line: 252
CMDocumentManagerImpl.getCMDocument(String, String, String) line: 188
XHTMLAssociationProvider.getXHTMLCMDocument(String, String) line: 108
HTMLModelQueryCMProvider.getCorrespondingCMDocument(Node) line: 81
HTMLModelQueryAssociationProvider(SimpleAssociationProvider).getCorrespondingCMDocument(Node) line: 36
HTMLModelQueryAssociationProvider(SimpleAssociationProvider).getCMElementDeclaration(Element) line: 42
HTMLModelQueryImpl(ModelQueryImpl).getCMElementDeclaration(Element) line: 116
HTMLModelQueryImpl.getCMElementDeclaration(Element) line: 149
ElementStyleImpl(ElementImpl).getDeclaration() line: 325
CMNodeUtil.getElementDeclaration(Element) line: 40
HTMLModelParserAdapter.canContain(Element, Node) line: 77
XMLModelParser.canContain(Element, Node) line: 93
XMLModelParser.insertNode(Node) line: 1293
XMLModelParser.insertStartTag(Element) line: 1410
XMLModelParser.insertStartTag(IStructuredDocumentRegion) line: 1506
XMLModelParser.insertStructuredDocumentRegion(IStructuredDocumentRegion) line: 1516
XMLModelParser.replaceStructuredDocumentRegions(IStructuredDocumentRegionList, IStructuredDocumentRegionList) line: 2356
DOMStyleModelImpl(DOMModelImpl).internalSetNewDocument(IStructuredDocument) line: 595
DOMStyleModelImpl(DOMModelImpl).setStructuredDocument(IStructuredDocument) line: 870
HTMLModelLoader(AbstractModelLoader).createModel(IStructuredDocument, String, IModelHandler) line: 127
FileBufferModelManager.getModel(IStructuredDocument) line: 713
FileBufferModelManager.getModel(IFile) line: 673
ModelManagerImpl._doCommonGetModel(IFile, String, ModelManagerImpl$SharedObject, ModelManagerImpl$ReadEditType) line: 476
ModelManagerImpl._commonGetModel(IFile, String, IModelHandler, URIResolver, ModelManagerImpl$ReadEditType, String, String) line: 443
ModelManagerImpl._commonGetModel(IFile, ModelManagerImpl$ReadEditType, String, String) line: 416
ModelManagerImpl.getModelForRead(IFile) line: 1340
ValidatorGroupListener.validationStarting(IResource, IProgressMonitor, ValidationState) line: 68
ValManager$2.run() line: 706
SafeRunner.run(ISafeRunnable) line: 37
ValManager.notifyGroupListenersStarting(IResource, ValidationState, IProgressMonitor, Map<String,IValidatorGroupListener[]>, V2) line: 704
ValManager.accept(IValidatorVisitor, IProject, IResource, ValType, ValOperation, IProgressMonitor) line: 659
ValManager.validate(IProject, IResource, int, ValType, int, ValOperation, IProgressMonitor) line: 527
ValBuilderJob.visit(IResource) line: 202
Resource$2.visit(IResourceProxy) line: 106
Resource$1.visitElement(ElementTree, IPathRequestor, Object) line: 58
ElementTreeIterator.doIteration(DataTreeNode, IElementContentVisitor) line: 81
ElementTreeIterator.doIteration(DataTreeNode, IElementContentVisitor) line: 85
ElementTreeIterator.doIteration(DataTreeNode, IElementContentVisitor) line: 85
ElementTreeIterator.iterate(IElementContentVisitor) line: 126
Project(Resource).accept(IResourceProxyVisitor, int) line: 68
Project(Resource).accept(IResourceVisitor, int, int) line: 104
Project(Resource).accept(IResourceVisitor) line: 88
ValBuilderJob.fullBuild() line: 161
ValBuilderJob.run() line: 134
ValBuilderJob.runInWorkspace(IProgressMonitor) line: 123
ValBuilderJob(InternalWorkspaceJob).run(IProgressMonitor) line: 38
Worker.run() line: 55
other:
Thread [Worker-2] (Suspended)
ModelManagerImpl$SharedObject.waitForLoadAttempt() line: 125
ModelManagerImpl._commonGetModel(IFile, String, IModelHandler, URIResolver, ModelManagerImpl$ReadEditType, String, String) line: 433
ModelManagerImpl._commonGetModel(IFile, ModelManagerImpl$ReadEditType, String, String) line: 416
ModelManagerImpl.getModelForRead(IFile) line: 1340
SeamELValidator.validateDom(IFile, String) line: 194
SeamELValidator.validateFile(IFile) line: 157
SeamELValidator.validateAll() line: 129
SeamValidatorManager.validateAll(ISeamValidator[]) line: 88
SeamValidatorManager.validateInJob(IValidationContext, IReporter) line: 68
ValidatorJob.run(IProgressMonitor) line: 78
Worker.run() line: 55
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBDS-485) Project Archives from JBDS 1.1 project don't work anymore
by Andrig Miller (JIRA)
Project Archives from JBDS 1.1 project don't work anymore
---------------------------------------------------------
Key: JBDS-485
URL: https://jira.jboss.org/jira/browse/JBDS-485
Project: Developer Studio
Issue Type: Bug
Affects Versions: 2.0.0.beta1
Environment: 64-bit Linux (4GB of RAM), OpenJDK 1.6
Reporter: Andrig Miller
After installing JBDS 2.0 Beta 1, I pulled in my Eclipse workspace from JBDS 1.1. When you use the Project Archives view and click on a project, and then click to expand the tree, it seems like Eclipse goes into an endless loop. I have captured two screenshots from my desktop showing the progress view of expanding the archive that shows the two outputs that it constantly goes back and forth between (very fast by the way).
Also, if you right click and select build full archive, you get the following exception:
An internal error occurred during: "Build Archive Node".
org.jboss.ide.eclipse.archives.ui.providers.ArchivesContentProviderDelegate$WrappedProject cannot be cast to org.jboss.ide.eclipse.archives.core.model.IArchiveNode
I cannot find how I can get a full stack trace, so if you could point me in the right direction, I can capture that, but couldn't find how to get more information on the error.
The endless loop seems very strange as well.
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-3190) plugin org.jboss.tools.jmx.core: Duplicate name in Manifest: Bundle-Vendor.
by Nick Boldt (JIRA)
plugin org.jboss.tools.jmx.core: Duplicate name in Manifest: Bundle-Vendor.
---------------------------------------------------------------------------
Key: JBIDE-3190
URL: https://jira.jboss.org/jira/browse/JBIDE-3190
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jmx
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Minor
Attachments: clipboard.txt
Building locally from trunk, I get this:
[java] gather.bin.parts:
[java] [mkdir] Created dir: /opt/public/jbt-jbds/nightly/jbds-build/eclipse/tmp/plugins/org.jboss.tools.jmx.core_0.2.2.CR1-N200811131735
[java] [copy] Copying 36 files to /opt/public/jbt-jbds/nightly/jbds-build/eclipse/tmp/plugins/org.jboss.tools.jmx.core_0.2.2.CR1-N200811131735
[java] [copy] Copying 3 files to /opt/public/jbt-jbds/nightly/jbds-build/eclipse/tmp/plugins/org.jboss.tools.jmx.core_0.2.2.CR1-N200811131735
[java] [eclipse.versionReplacer] Nov 13, 2008 5:37:22 PM java.util.jar.Attributes read
[java] [eclipse.versionReplacer] WARNING: Duplicate name in Manifest: Bundle-Vendor.
[java] [eclipse.versionReplacer] Ensure that the manifest does not have duplicate entries, and
[java] [eclipse.versionReplacer] that blank lines separate individual sections in both your
[java] [eclipse.versionReplacer] manifest and in the META-INF/MANIFEST.MF entry in the jar file.
--
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
17 years, 8 months