[JBoss JIRA] (JBIDE-26177) JRebel installation via RH Central introduces IllegalStateException error
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26177?page=com.atlassian.jira.plug... ]
Ondrej Dockal updated JBIDE-26177:
----------------------------------
Fix Version/s: 4.14.0.Final
(was: 4.15.x)
> JRebel installation via RH Central introduces IllegalStateException error
> -------------------------------------------------------------------------
>
> Key: JBIDE-26177
> URL: https://issues.redhat.com/browse/JBIDE-26177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.Final
> Reporter: Ondrej Dockal
> Priority: Major
> Fix For: 4.14.0.Final
>
>
> Event in error log shows message: Deadlock detected. All locks owned by thread Worker-16: Generating JRebel configuration files for org.jboss.tools.openshift.common.ui. will be suspended.
> StackTrace:
> {code}
> java.lang.IllegalStateException
> at org.eclipse.core.internal.jobs.DeadlockDetector.reportDeadlock(DeadlockDetector.java:599)
> at org.eclipse.core.internal.jobs.DeadlockDetector.lockWaitStart(DeadlockDetector.java:403)
> at org.eclipse.core.internal.jobs.LockManager.addLockWaitThread(LockManager.java:154)
> at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:304)
> at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:202)
> at org.eclipse.core.internal.jobs.JobManager.yieldRule(JobManager.java:1524)
> at org.eclipse.core.internal.jobs.InternalJob.yieldRule(InternalJob.java:527)
> at org.eclipse.core.runtime.jobs.Job.yieldRule(Job.java:959)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.waitForAllUpdates(DependencyGraphImpl.java:691)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:126)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:116)
> at org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent.getReferencingComponents(VirtualComponent.java:579)
> at org.eclipse.jst.j2ee.project.EarUtilities.getReferencingEARProjects(EarUtilities.java:274)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.calculateManifestReferences(J2EEModuleVirtualComponent.java:374)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.cacheManifestReferences(J2EEModuleVirtualComponent.java:364)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:180)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:218)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:211)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.hasConsumableReferences(SingleRootUtil.java:217)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.validateSingleRoot(SingleRootUtil.java:165)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.isSingleRoot(SingleRootUtil.java:93)
> at org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant.canOptimize(SingleRootExportParticipant.java:90)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.canOptimize(FlatVirtualComponent.java:203)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.cacheResources(FlatVirtualComponent.java:185)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.getChildModules(FlatVirtualComponent.java:160)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getExportModelChildren(FlatComponentDeployable.java:259)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getModules(FlatComponentDeployable.java:270)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getChildModules(FlatComponentDeployable.java:254)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:136)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:129)
> at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.getChildModules(DeployableServer.java:104)
> at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2647)
> at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:3068)
> at org.eclipse.wst.server.core.internal.Server.isModuleDeployed(Server.java:962)
> at org.eclipse.wst.server.core.internal.Server.handleModuleProjectChange(Server.java:914)
> at org.eclipse.wst.server.core.internal.ResourceManager.publishHandleProjectChange(ResourceManager.java:1093)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener$1.visit(ResourceManager.java:125)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:64)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:74)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener.resourceChanged(ResourceManager.java:119)
> at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:297)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:287)
> at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
> at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:362)
> at org.eclipse.core.internal.resources.Project$1.run(Project.java:580)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2289)
> at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:545)
> at org.eclipse.core.internal.resources.Project.build(Project.java:121)
> at org.zeroturnaround.eclipse.nature.JRebelProject$1.run(JRebelProject.java:187)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26177) JRebel installation via RH Central introduces IllegalStateException error
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26177?page=com.atlassian.jira.plug... ]
Ondrej Dockal resolved JBIDE-26177.
-----------------------------------
Resolution: Cannot Reproduce
> JRebel installation via RH Central introduces IllegalStateException error
> -------------------------------------------------------------------------
>
> Key: JBIDE-26177
> URL: https://issues.redhat.com/browse/JBIDE-26177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.Final
> Reporter: Ondrej Dockal
> Priority: Major
> Fix For: 4.14.0.Final
>
>
> Event in error log shows message: Deadlock detected. All locks owned by thread Worker-16: Generating JRebel configuration files for org.jboss.tools.openshift.common.ui. will be suspended.
> StackTrace:
> {code}
> java.lang.IllegalStateException
> at org.eclipse.core.internal.jobs.DeadlockDetector.reportDeadlock(DeadlockDetector.java:599)
> at org.eclipse.core.internal.jobs.DeadlockDetector.lockWaitStart(DeadlockDetector.java:403)
> at org.eclipse.core.internal.jobs.LockManager.addLockWaitThread(LockManager.java:154)
> at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:304)
> at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:202)
> at org.eclipse.core.internal.jobs.JobManager.yieldRule(JobManager.java:1524)
> at org.eclipse.core.internal.jobs.InternalJob.yieldRule(InternalJob.java:527)
> at org.eclipse.core.runtime.jobs.Job.yieldRule(Job.java:959)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.waitForAllUpdates(DependencyGraphImpl.java:691)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:126)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:116)
> at org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent.getReferencingComponents(VirtualComponent.java:579)
> at org.eclipse.jst.j2ee.project.EarUtilities.getReferencingEARProjects(EarUtilities.java:274)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.calculateManifestReferences(J2EEModuleVirtualComponent.java:374)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.cacheManifestReferences(J2EEModuleVirtualComponent.java:364)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:180)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:218)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:211)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.hasConsumableReferences(SingleRootUtil.java:217)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.validateSingleRoot(SingleRootUtil.java:165)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.isSingleRoot(SingleRootUtil.java:93)
> at org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant.canOptimize(SingleRootExportParticipant.java:90)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.canOptimize(FlatVirtualComponent.java:203)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.cacheResources(FlatVirtualComponent.java:185)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.getChildModules(FlatVirtualComponent.java:160)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getExportModelChildren(FlatComponentDeployable.java:259)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getModules(FlatComponentDeployable.java:270)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getChildModules(FlatComponentDeployable.java:254)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:136)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:129)
> at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.getChildModules(DeployableServer.java:104)
> at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2647)
> at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:3068)
> at org.eclipse.wst.server.core.internal.Server.isModuleDeployed(Server.java:962)
> at org.eclipse.wst.server.core.internal.Server.handleModuleProjectChange(Server.java:914)
> at org.eclipse.wst.server.core.internal.ResourceManager.publishHandleProjectChange(ResourceManager.java:1093)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener$1.visit(ResourceManager.java:125)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:64)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:74)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener.resourceChanged(ResourceManager.java:119)
> at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:297)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:287)
> at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
> at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:362)
> at org.eclipse.core.internal.resources.Project$1.run(Project.java:580)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2289)
> at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:545)
> at org.eclipse.core.internal.resources.Project.build(Project.java:121)
> at org.zeroturnaround.eclipse.nature.JRebelProject$1.run(JRebelProject.java:187)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26177) JRebel installation via RH Central introduces IllegalStateException error
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26177?page=com.atlassian.jira.plug... ]
Ondrej Dockal commented on JBIDE-26177:
---------------------------------------
[~jkopriva] Haven't see for a while. We can close.
> JRebel installation via RH Central introduces IllegalStateException error
> -------------------------------------------------------------------------
>
> Key: JBIDE-26177
> URL: https://issues.redhat.com/browse/JBIDE-26177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.Final
> Reporter: Ondrej Dockal
> Priority: Major
> Fix For: 4.14.0.Final
>
>
> Event in error log shows message: Deadlock detected. All locks owned by thread Worker-16: Generating JRebel configuration files for org.jboss.tools.openshift.common.ui. will be suspended.
> StackTrace:
> {code}
> java.lang.IllegalStateException
> at org.eclipse.core.internal.jobs.DeadlockDetector.reportDeadlock(DeadlockDetector.java:599)
> at org.eclipse.core.internal.jobs.DeadlockDetector.lockWaitStart(DeadlockDetector.java:403)
> at org.eclipse.core.internal.jobs.LockManager.addLockWaitThread(LockManager.java:154)
> at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:304)
> at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:202)
> at org.eclipse.core.internal.jobs.JobManager.yieldRule(JobManager.java:1524)
> at org.eclipse.core.internal.jobs.InternalJob.yieldRule(InternalJob.java:527)
> at org.eclipse.core.runtime.jobs.Job.yieldRule(Job.java:959)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.waitForAllUpdates(DependencyGraphImpl.java:691)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:126)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:116)
> at org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent.getReferencingComponents(VirtualComponent.java:579)
> at org.eclipse.jst.j2ee.project.EarUtilities.getReferencingEARProjects(EarUtilities.java:274)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.calculateManifestReferences(J2EEModuleVirtualComponent.java:374)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.cacheManifestReferences(J2EEModuleVirtualComponent.java:364)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:180)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:218)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:211)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.hasConsumableReferences(SingleRootUtil.java:217)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.validateSingleRoot(SingleRootUtil.java:165)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.isSingleRoot(SingleRootUtil.java:93)
> at org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant.canOptimize(SingleRootExportParticipant.java:90)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.canOptimize(FlatVirtualComponent.java:203)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.cacheResources(FlatVirtualComponent.java:185)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.getChildModules(FlatVirtualComponent.java:160)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getExportModelChildren(FlatComponentDeployable.java:259)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getModules(FlatComponentDeployable.java:270)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getChildModules(FlatComponentDeployable.java:254)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:136)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:129)
> at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.getChildModules(DeployableServer.java:104)
> at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2647)
> at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:3068)
> at org.eclipse.wst.server.core.internal.Server.isModuleDeployed(Server.java:962)
> at org.eclipse.wst.server.core.internal.Server.handleModuleProjectChange(Server.java:914)
> at org.eclipse.wst.server.core.internal.ResourceManager.publishHandleProjectChange(ResourceManager.java:1093)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener$1.visit(ResourceManager.java:125)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:64)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:74)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener.resourceChanged(ResourceManager.java:119)
> at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:297)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:287)
> at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
> at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:362)
> at org.eclipse.core.internal.resources.Project$1.run(Project.java:580)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2289)
> at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:545)
> at org.eclipse.core.internal.resources.Project.build(Project.java:121)
> at org.zeroturnaround.eclipse.nature.JRebelProject$1.run(JRebelProject.java:187)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26177) JRebel installation via RH Central introduces IllegalStateException error
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-26177?page=com.atlassian.jira.plug... ]
Josef Kopriva commented on JBIDE-26177:
---------------------------------------
[~odockal] is this still relevant? I have tried to install JRebel in GA-v20200305-0719-B6018 and I did not have this error. Thank you!
> JRebel installation via RH Central introduces IllegalStateException error
> -------------------------------------------------------------------------
>
> Key: JBIDE-26177
> URL: https://issues.redhat.com/browse/JBIDE-26177
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.6.0.Final
> Reporter: Ondrej Dockal
> Priority: Major
> Fix For: 4.15.x
>
>
> Event in error log shows message: Deadlock detected. All locks owned by thread Worker-16: Generating JRebel configuration files for org.jboss.tools.openshift.common.ui. will be suspended.
> StackTrace:
> {code}
> java.lang.IllegalStateException
> at org.eclipse.core.internal.jobs.DeadlockDetector.reportDeadlock(DeadlockDetector.java:599)
> at org.eclipse.core.internal.jobs.DeadlockDetector.lockWaitStart(DeadlockDetector.java:403)
> at org.eclipse.core.internal.jobs.LockManager.addLockWaitThread(LockManager.java:154)
> at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:304)
> at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:202)
> at org.eclipse.core.internal.jobs.JobManager.yieldRule(JobManager.java:1524)
> at org.eclipse.core.internal.jobs.InternalJob.yieldRule(InternalJob.java:527)
> at org.eclipse.core.runtime.jobs.Job.yieldRule(Job.java:959)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.waitForAllUpdates(DependencyGraphImpl.java:691)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:126)
> at org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphImpl.getReferencingComponents(DependencyGraphImpl.java:116)
> at org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent.getReferencingComponents(VirtualComponent.java:579)
> at org.eclipse.jst.j2ee.project.EarUtilities.getReferencingEARProjects(EarUtilities.java:274)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.calculateManifestReferences(J2EEModuleVirtualComponent.java:374)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.cacheManifestReferences(J2EEModuleVirtualComponent.java:364)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:180)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:218)
> at org.eclipse.jst.j2ee.componentcore.J2EEModuleVirtualComponent.getReferences(J2EEModuleVirtualComponent.java:211)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.hasConsumableReferences(SingleRootUtil.java:217)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.validateSingleRoot(SingleRootUtil.java:165)
> at org.eclipse.jst.common.internal.modulecore.SingleRootUtil.isSingleRoot(SingleRootUtil.java:93)
> at org.eclipse.jst.common.internal.modulecore.SingleRootExportParticipant.canOptimize(SingleRootExportParticipant.java:90)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.canOptimize(FlatVirtualComponent.java:203)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.cacheResources(FlatVirtualComponent.java:185)
> at org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.getChildModules(FlatVirtualComponent.java:160)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getExportModelChildren(FlatComponentDeployable.java:259)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getModules(FlatComponentDeployable.java:270)
> at org.eclipse.wst.web.internal.deployables.FlatComponentDeployable.getChildModules(FlatComponentDeployable.java:254)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:136)
> at org.jboss.ide.eclipse.as.wtp.core.util.ServerModelUtilities.getChildModules(ServerModelUtilities.java:129)
> at org.jboss.ide.eclipse.as.core.server.internal.DeployableServer.getChildModules(DeployableServer.java:104)
> at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2647)
> at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:3068)
> at org.eclipse.wst.server.core.internal.Server.isModuleDeployed(Server.java:962)
> at org.eclipse.wst.server.core.internal.Server.handleModuleProjectChange(Server.java:914)
> at org.eclipse.wst.server.core.internal.ResourceManager.publishHandleProjectChange(ResourceManager.java:1093)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener$1.visit(ResourceManager.java:125)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:64)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:74)
> at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48)
> at org.eclipse.wst.server.core.internal.ResourceManager$ServerResourceChangeListener.resourceChanged(ResourceManager.java:119)
> at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:297)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:287)
> at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
> at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:362)
> at org.eclipse.core.internal.resources.Project$1.run(Project.java:580)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2289)
> at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:545)
> at org.eclipse.core.internal.resources.Project.build(Project.java:121)
> at org.zeroturnaround.eclipse.nature.JRebelProject$1.run(JRebelProject.java:187)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27085) Add artificatId validation in Quarkus wizard
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27085?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27085:
-------------------------------
Fix Version/s: 4.15.0.AM1
> Add artificatId validation in Quarkus wizard
> --------------------------------------------
>
> Key: JBIDE-27085
> URL: https://issues.redhat.com/browse/JBIDE-27085
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Reporter: Oleksii Korniienko
> Priority: Major
> Fix For: 4.15.0.AM1
>
> Attachments: Screenshot from 2020-03-05 14-36-10.png
>
>
> project name and artifact id "testProjectGradle" is an Error:
> !SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
> !MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> !STACK 1
> org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
> at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
> at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
> at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> !SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
> !MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27085) Project name and Artifact id cause an Error in Gradle project
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27085?page=com.atlassian.jira.plug... ]
Jeff MAURY commented on JBIDE-27085:
------------------------------------
testProjectGradle is refused by code.quarkus.io as artifactId so renaming the issue
> Project name and Artifact id cause an Error in Gradle project
> -------------------------------------------------------------
>
> Key: JBIDE-27085
> URL: https://issues.redhat.com/browse/JBIDE-27085
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Reporter: Oleksii Korniienko
> Priority: Major
> Attachments: Screenshot from 2020-03-05 14-36-10.png
>
>
> project name and artifact id "testProjectGradle" is an Error:
> !SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
> !MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> !STACK 1
> org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
> at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
> at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
> at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> !SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
> !MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27085) Add artificatId validation in Quarkus wizard
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27085?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27085:
-------------------------------
Summary: Add artificatId validation in Quarkus wizard (was: Project name and Artifact id cause an Error in Gradle project)
> Add artificatId validation in Quarkus wizard
> --------------------------------------------
>
> Key: JBIDE-27085
> URL: https://issues.redhat.com/browse/JBIDE-27085
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Reporter: Oleksii Korniienko
> Priority: Major
> Attachments: Screenshot from 2020-03-05 14-36-10.png
>
>
> project name and artifact id "testProjectGradle" is an Error:
> !SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
> !MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> !STACK 1
> org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
> at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
> at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
> at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> !SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
> !MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-26740) add option to Wildfly-Overview to "auto-restart" after publishing
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-26740?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-26740.
---------------------------------
[~nimo22] Thank you!
Closing.
> add option to Wildfly-Overview to "auto-restart" after publishing
> -----------------------------------------------------------------
>
> Key: JBIDE-26740
> URL: https://issues.redhat.com/browse/JBIDE-26740
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.12.0.Final
> Reporter: nimo stephan
> Assignee: Robert Stryker
> Priority: Critical
> Fix For: 4.14.0.Final
>
>
> Actually, with *Jboss Tools* we can change to automatically *publish* to Wildfly-Server after resources has changed. However, it makes sense *to restart the server automatically* after code/resource is changed and published.
> Please add a new option in "Wildfly Server Overview" beneath the "Publishing" called "*Restarting*" with a checkbox. So when user checks "restart after publish", *server will be automatically restarted* after resources has changed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27085) Project name and Artifact id cause an Error in Gradle project
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27085?page=com.atlassian.jira.plug... ]
Oleksii Korniienko updated JBIDE-27085:
---------------------------------------
Description:
project name and artifact id "testProjectGradle" is an Error:
!SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
!MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
!STACK 1
org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
!MESSAGE HttpComponents connection error response code 400.
was:
project name and artifact id "testProjectGradle" is an Error:!SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
!MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
!STACK 1
org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
!MESSAGE HttpComponents connection error response code 400.
> Project name and Artifact id cause an Error in Gradle project
> -------------------------------------------------------------
>
> Key: JBIDE-27085
> URL: https://issues.redhat.com/browse/JBIDE-27085
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Reporter: Oleksii Korniienko
> Priority: Major
> Attachments: Screenshot from 2020-03-05 14-36-10.png
>
>
> project name and artifact id "testProjectGradle" is an Error:
> !SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
> !MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> !STACK 1
> org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
> at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
> at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
> at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
> at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
> at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> !SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
> !MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (JBIDE-27085) Project name and Artifact id cause an Error in Gradle project
by Oleksii Korniienko (Jira)
Oleksii Korniienko created JBIDE-27085:
------------------------------------------
Summary: Project name and Artifact id cause an Error in Gradle project
Key: JBIDE-27085
URL: https://issues.redhat.com/browse/JBIDE-27085
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: quarkus
Reporter: Oleksii Korniienko
Attachments: Screenshot from 2020-03-05 14-36-10.png
project name and artifact id "testProjectGradle" is an Error:!SUBENTRY 1 org.jboss.tools.foundation.core 4 0 2020-03-05 14:21:10.072
!MESSAGE org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
!STACK 1
org.eclipse.ecf.filetransfer.IncomingFileTransferException: HttpComponents connection error response code 400.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:613)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
at org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:576)
at org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:106)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.transfer(InternalURLTransport.java:379)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.performDownload(InternalURLTransport.java:332)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:262)
at org.jboss.tools.foundation.core.ecf.internal.InternalURLTransport.download(InternalURLTransport.java:243)
at org.jboss.tools.foundation.core.ecf.URLTransportUtility$3.run(URLTransportUtility.java:325)
at org.jboss.tools.foundation.core.jobs.BarrierProgressWaitJob.run(BarrierProgressWaitJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 2 org.eclipse.ecf.identity 4 0 2020-03-05 14:21:10.072
!MESSAGE HttpComponents connection error response code 400.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month