[JBoss JIRA] (JBIDE-20519) Internal model fails when multiple instances of Studio are opened
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20519?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20519:
---------------------------------------------
why are these not stored in eclipse workspace which are only possible to load in one eclipse instance at the time ?
> Internal model fails when multiple instances of Studio are opened
> -----------------------------------------------------------------
>
> Key: JBIDE-20519
> URL: https://issues.jboss.org/browse/JBIDE-20519
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.3.0.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.CR1
>
>
> To save memory, the internal model stores long text in temporal files with prefix efs_, created in delete-on-exit mode. Since Studio may crash or be killed in the task manager, these files may remain for ever, and to prevent it, model plugin removes files with prefix efs_ during normal exit.
> That produces the following problem:
> 1. Open Studio in a new workspace, create a jsf project and build it.
> 2. Open second instance of Studio in another new workspace, create exactly the same jsf project and build it.
> 3. Close the second instance of Studio.
> 4. In the first instance of Studio, try clean/build.
> Failure: Logged messages like
> java.lang.IllegalStateException: Cannot read /tmp/efs_2500225045660665987.sp.txt for object
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20447) 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20447?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-20447:
---------------------------------------------
is this not more reliably fixed on jenkins side where we know the node name and can pass explicit flag/profile in based on that ?
> 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
> ------------------------------------------------------------------
>
> Key: JBIDE-20447
> URL: https://issues.jboss.org/browse/JBIDE-20447
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.3.0.CR1
> Reporter: Nick Boldt
> Assignee: Konstantin Marmalyukov
> Labels: testfailure
> Fix For: 4.3.0.CR1
>
>
> *2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_mast...
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> [Search for Test Failure JIRAs in JBIDE 4.3.0.CR1 for common/jst/core component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowserOrLink{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowserOrLink}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.268</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowserOrLink(BrowserUtilTest.java:51)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowserOrLink</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowser{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowser}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.0030</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:712)
> at org.junit.Assert.assertNotNull(Assert.java:722)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser(BrowserUtilTest.java:32)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowser</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20523) Visual Page Editor Preferences don't work (changes are not persisted)
by Ilya Buziuk (JIRA)
Ilya Buziuk created JBIDE-20523:
-----------------------------------
Summary: Visual Page Editor Preferences don't work (changes are not persisted)
Key: JBIDE-20523
URL: https://issues.jboss.org/browse/JBIDE-20523
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: visual-page-editor-core
Affects Versions: 4.3.0.Beta2
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Priority: Critical
Fix For: 4.3.0.CR1
Steps to reproduce:
1) Open JBoss Tools -> Web -> Editors -> Visual Page Editor
2) Change some preferences
3) Press "OK" button
4) ERROR -> Error dialog will be displayed / preferences were not persisted
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months