[JBoss JIRA] (JBIDE-25696) Deadlock when running JBoss Tools Project Validator on startup
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25696?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov edited comment on JBIDE-25696 at 2/9/18 8:23 AM:
--------------------------------------------------------------------
Not really - it's my job's proprietary sources...
53 CDI enabled projects, 6856 java files (not including generated), totaling at 32 MB.
It doesn't happen reliably - maybe 5-10% of the time.
was (Author: vsevolodgolovanov):
Not really - it's my job's proprietary sources...
53 CDI enabled projects, 6856 java files (not including generated), totaling at 32 MB.
> Deadlock when running JBoss Tools Project Validator on startup
> --------------------------------------------------------------
>
> Key: JBIDE-25696
> URL: https://issues.jboss.org/browse/JBIDE-25696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, common, jst
> Environment: JBoss Developer Studio 11.2.0.GA, Windows 10
> Reporter: Vsevolod Golovanov
> Assignee: Jeff MAURY
> Priority: Blocker
> Fix For: 4.5.3.AM2
>
> Attachments: lockedup.png, threaddump-1518088511239.tdump
>
>
> The workspace is one EAR project, a couple dozen EJBs, 2 WARs, a couple dozen JAR webfragments (deployed inside the WARs), some misc projects - 67 projects alltogether.
> When opening it sometimes locks up completely - UI is not responding, process CPU is at 0%.
> Here's what it looks like: !lockedup.png|thumbnail!
> This time I just opened the Problems view and clicked Markers, which never opened. But I don't think this isn't necessary, pretty sure it sometimes hangs without clicking anything at all.
> It always shows JBoss Tools Project Validator in the Progress view when this happens.
> VisualVM reports a deadlock, seems to be JBoss Tools Validator related: [^threaddump-1518088511239.tdump]
> I think this used to happen with JBDS10 too, but I don't know for sure, because I don't have the threaddumps.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25696) Deadlock when running JBoss Tools Project Validator on startup
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25696?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov commented on JBIDE-25696:
--------------------------------------------
Not really - it's my job's proprietary sources...
53 CDI enabled projects, 6856 java files (not including generated), totaling at 32 MB.
> Deadlock when running JBoss Tools Project Validator on startup
> --------------------------------------------------------------
>
> Key: JBIDE-25696
> URL: https://issues.jboss.org/browse/JBIDE-25696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, common, jst
> Environment: JBoss Developer Studio 11.2.0.GA, Windows 10
> Reporter: Vsevolod Golovanov
> Assignee: Jeff MAURY
> Priority: Blocker
> Fix For: 4.5.3.AM2
>
> Attachments: lockedup.png, threaddump-1518088511239.tdump
>
>
> The workspace is one EAR project, a couple dozen EJBs, 2 WARs, a couple dozen JAR webfragments (deployed inside the WARs), some misc projects - 67 projects alltogether.
> When opening it sometimes locks up completely - UI is not responding, process CPU is at 0%.
> Here's what it looks like: !lockedup.png|thumbnail!
> This time I just opened the Problems view and clicked Markers, which never opened. But I don't think this isn't necessary, pretty sure it sometimes hangs without clicking anything at all.
> It always shows JBoss Tools Project Validator in the Progress view when this happens.
> VisualVM reports a deadlock, seems to be JBoss Tools Validator related: [^threaddump-1518088511239.tdump]
> I think this used to happen with JBDS10 too, but I don't know for sure, because I don't have the threaddumps.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25698) Allow users to deploy a jar
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25698:
-------------------------------------
Fix Version/s: 4.5.x
> Allow users to deploy a jar
> ---------------------------
>
> Key: JBIDE-25698
> URL: https://issues.jboss.org/browse/JBIDE-25698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM1
> Reporter: Andre Dietisheim
> Fix For: 4.5.x
>
>
> Azure tooling blogged about how one would deploy a springboot application to their cloud: https://docs.microsoft.com/en-gb/java/azure/eclipse/azure-toolkit-for-ecl...
> They're basically able to deploy a locally built jar as a docker container.
> This is interesting in the sense that the hurdle for cloud-noobs is very low: The only thing they need to know is what Docker base image is required. The docker image is built and deployed by the cloud. They're not required to know about templates (new application wizard/template), have a remote git repo for the code (new application wizard/builder image), nor build a docker image locally (push docker image wizard)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25698) Allow users to deploy a jar
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25698:
------------------------------------------
[~jeffmaury] FYI
> Allow users to deploy a jar
> ---------------------------
>
> Key: JBIDE-25698
> URL: https://issues.jboss.org/browse/JBIDE-25698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.2.AM1
> Reporter: Andre Dietisheim
> Fix For: 4.5.x
>
>
> Azure tooling blogged about how one would deploy a springboot application to their cloud: https://docs.microsoft.com/en-gb/java/azure/eclipse/azure-toolkit-for-ecl...
> They're basically able to deploy a locally built jar as a docker container.
> This is interesting in the sense that the hurdle for cloud-noobs is very low: The only thing they need to know is what Docker base image is required. The docker image is built and deployed by the cloud. They're not required to know about templates (new application wizard/template), have a remote git repo for the code (new application wizard/builder image), nor build a docker image locally (push docker image wizard)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25698) Allow users to deploy a jar
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25698:
----------------------------------------
Summary: Allow users to deploy a jar
Key: JBIDE-25698
URL: https://issues.jboss.org/browse/JBIDE-25698
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.5.2.AM1
Reporter: Andre Dietisheim
Azure tooling blogged about how one would deploy a springboot application to their cloud: https://docs.microsoft.com/en-gb/java/azure/eclipse/azure-toolkit-for-ecl...
They're basically able to deploy a locally built jar as a docker container.
This is interesting in the sense that the hurdle for cloud-noobs is very low: The only thing they need to know is what Docker base image is required. The docker image is built and deployed by the cloud. They're not required to know about templates (new application wizard/template), have a remote git repo for the code (new application wizard/builder image), nor build a docker image locally (push docker image wizard)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25696) Deadlock when running JBoss Tools Project Validator on startup
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25696?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-25696:
------------------------------------
seems to be related to the complexity of your project and a race condition when loading the projects. Is there a way to get your project [~vsevolodgolovanov]
> Deadlock when running JBoss Tools Project Validator on startup
> --------------------------------------------------------------
>
> Key: JBIDE-25696
> URL: https://issues.jboss.org/browse/JBIDE-25696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, common, jst
> Environment: JBoss Developer Studio 11.2.0.GA, Windows 10
> Reporter: Vsevolod Golovanov
> Assignee: Jeff MAURY
> Priority: Blocker
> Fix For: 4.5.3.AM2
>
> Attachments: lockedup.png, threaddump-1518088511239.tdump
>
>
> The workspace is one EAR project, a couple dozen EJBs, 2 WARs, a couple dozen JAR webfragments (deployed inside the WARs), some misc projects - 67 projects alltogether.
> When opening it sometimes locks up completely - UI is not responding, process CPU is at 0%.
> Here's what it looks like: !lockedup.png|thumbnail!
> This time I just opened the Problems view and clicked Markers, which never opened. But I don't think this isn't necessary, pretty sure it sometimes hangs without clicking anything at all.
> It always shows JBoss Tools Project Validator in the Progress view when this happens.
> VisualVM reports a deadlock, seems to be JBoss Tools Validator related: [^threaddump-1518088511239.tdump]
> I think this used to happen with JBDS10 too, but I don't know for sure, because I don't have the threaddumps.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month