[JBoss JIRA] (JBIDE-19410) earlyaccess still not failing gracefully
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19410?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19410:
---------------------------------------
By the line numbers exception is for code from jbosstools-4.2.x branch.
[InstallationChecker.java#L101|https://github.com/jbosstools/jbosstools-ce...] fails because iusForFamily is null. Proposed PR doesn't deal with NPE. It will still reported the same way.
> earlyaccess still not failing gracefully
> ----------------------------------------
>
> Key: JBIDE-19410
> URL: https://issues.jboss.org/browse/JBIDE-19410
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.3.0.Alpha2
>
>
> start jboss tools in PDE and earlyaccess will pop up with error dialog that it had an error because it could not install things (which is expected when running in PDE)
> start jboss tools without network access and I sometime see it pop up - can't reprouce that consistently.
> but in short - seems like earlyaccess continues to want to tell users that something is wrong with early access even when it is not enabled but nor should it even if enabled. Show such error on the earlyaccess page rather than a blocking dialog.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19570) Arquillian icon is missing in JBDS 8.1.0 Central
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19570?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-19570:
----------------------------------------
[~ldimaggio] This is actually a pure JBoss Tools issue, everything is OK with JBDS. Please be careful when an issue is related to a remote site or catalog, there are big differences and almost no inheritance between JBT and JBDS, so make sure you report the issue to the right project.
> Arquillian icon is missing in JBDS 8.1.0 Central
> ------------------------------------------------
>
> Key: JBIDE-19570
> URL: https://issues.jboss.org/browse/JBIDE-19570
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: discovery
> Affects Versions: 4.2.3.Final
> Reporter: Len DiMaggio
> Assignee: Mickael Istria
> Attachments: JBDS_810_GA.png
>
>
> See attached screenshot
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19570) Arquillian icon is missing in JBDS 8.1.0 Central
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19570?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-19570:
-----------------------------------
Project: Tools (JBoss Tools) (was: Developer Studio (JBoss Developer Studio))
Key: JBIDE-19570 (was: JBDS-3392)
Workflow: GIT Pull Request workflow (was: CDW v1)
Status: Open (was: New)
Affects Version/s: 4.2.3.Final
(was: 8.1.0.GA)
Component/s: discovery
(was: central)
Docs QE Status: (was: NEW)
> Arquillian icon is missing in JBDS 8.1.0 Central
> ------------------------------------------------
>
> Key: JBIDE-19570
> URL: https://issues.jboss.org/browse/JBIDE-19570
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: discovery
> Affects Versions: 4.2.3.Final
> Reporter: Len DiMaggio
> Assignee: Mickael Istria
> Attachments: JBDS_810_GA.png
>
>
> See attached screenshot
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19536) Infinite job loop when creating project
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19536?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-19536:
-----------------------------------------------
Why this thread hangs? -
"ReaderThread" #43 prio=6 os_prio=0 tid=0x00007f8be0072000 nid=0x3ef6 runnable [0x00007f8bdb6fd000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:150)
at java.net.SocketInputStream.read(SocketInputStream.java:121)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked <0x00000000c486c5b8> (a java.io.InputStreamReader)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:161)
at java.io.BufferedReader.readLine(BufferedReader.java:324)
- locked <0x00000000c486c5b8> (a java.io.InputStreamReader)
at java.io.BufferedReader.readLine(BufferedReader.java:389)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner$ReaderThread.run(RemoteTestRunner.java:135)
I cannot see anything more criminal in the attached stack traces.
> Infinite job loop when creating project
> ---------------------------------------
>
> Key: JBIDE-19536
> URL: https://issues.jboss.org/browse/JBIDE-19536
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.3.0.Alpha1
> Reporter: Rastislav Wagner
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.Alpha2
>
> Attachments: cdi_jstack
>
>
> Sometimes i end up in infinite job loop after creating a CDI project. There's no description of what jobs are running, not exception in log. In progress view I can see only "Building workspace (sleeping)" -see on video https://vimeo.com/123634974
> I was able to reproduce on CDI projects (1.0,1.2) but not on any other (Dynamic Web..)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years