[JBoss JIRA] (JBIDE-26894) Prepare RHEL 8.1 RC for Jenkins
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26894?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26894:
------------------------------------
Description:
*MORE INFO:* https://projects.engineering.redhat.com/browse/LPINTEROP-618
*IMAGE:* RHEL-8.1.0-20191015.0 (Full name on OpenStack: RHEL-8.1.0-20191015.0-x86_64)
*Provisioning from Jenkins:* rhel8-1-x64-jbds,jbds,RHEL-8.1.0-20191015.0-x86_64,ci.m1.medium
*Parameters that need to be changed:*
* FORK_MWQA_CLOUD_SLAVES: zcervink
* BRANCH_MWQA_CLOUD_SLAVE: Srhel-8-1-rc
* MWQA_CLOUD_SLAVES_REPO_NAME: mwqa-cloud-slaves-team
was:
*MORE INFO:* https://projects.engineering.redhat.com/browse/LPINTEROP-618
*IMAGE:* RHEL-8.1.0-20191015.0 (Full name on OpenStack: RHEL-8.1.0-20191015.0-x86_64)
*Provisioning from Jenkins:* rhel8-1-x64-jbds,jbds,RHEL-8.1.0-20191015.0-x86_64,ci.m1.medium
*Parameters that need to be changed:*
zcervink
rhel-8-1-rc
mwqa-cloud-slaves-team
> Prepare RHEL 8.1 RC for Jenkins
> -------------------------------
>
> Key: JBIDE-26894
> URL: https://issues.jboss.org/browse/JBIDE-26894
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests
> Affects Versions: 4.12.0.Final
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Critical
>
> *MORE INFO:* https://projects.engineering.redhat.com/browse/LPINTEROP-618
> *IMAGE:* RHEL-8.1.0-20191015.0 (Full name on OpenStack: RHEL-8.1.0-20191015.0-x86_64)
> *Provisioning from Jenkins:* rhel8-1-x64-jbds,jbds,RHEL-8.1.0-20191015.0-x86_64,ci.m1.medium
> *Parameters that need to be changed:*
> * FORK_MWQA_CLOUD_SLAVES: zcervink
> * BRANCH_MWQA_CLOUD_SLAVE: Srhel-8-1-rc
> * MWQA_CLOUD_SLAVES_REPO_NAME: mwqa-cloud-slaves-team
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBDS-4784) RHCodeReady fail when run on MacOS 10.14.4
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBDS-4784?page=com.atlassian.jira.plugin.... ]
André Dietisheim edited comment on JBDS-4784 at 10/17/19 4:50 AM:
------------------------------------------------------------------
[~javiervivanco] I strongly believe that your CodeReady installation is corrupt. Reinstalling CodeReady Studio should fix your issue.
Your stacktrace shows that it starts with a Filereader trying to extract values from a bundle context and causing an NPE:
{code}
Caused by: java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.getProperty(FileReader.java:67)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.<clinit>(FileReader.java:77
{code}
The code discussed is here: https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.ecli...
{code}
static private String getProperty(String key, String defaultValue) {
String value = Activator.getContext().getProperty(key);
if (value == null) {
value = defaultValue;
}
return value;
}
{code}
If you reinstall CodeReady Studio, do you still get this error? I strongly expect that you wont.
was (Author: adietish):
[~javiervivanco] I strongly believe that your CodeReady installation is corrupt. Your stacktrace shows that it starts with a Filereader trying to extract values from a bundle context and causing an NPE:
{code}
Caused by: java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.getProperty(FileReader.java:67)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.<clinit>(FileReader.java:77
{code}
The code discussed is here: https://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.ecli...
{code}
static private String getProperty(String key, String defaultValue) {
String value = Activator.getContext().getProperty(key);
if (value == null) {
value = defaultValue;
}
return value;
}
{code}
If you reinstall CodeReady Studio, do you still get this error? I strongly expect that you wont.
> RHCodeReady fail when run on MacOS 10.14.4
> ------------------------------------------
>
> Key: JBDS-4784
> URL: https://issues.jboss.org/browse/JBDS-4784
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: product
> Affects Versions: 12.12.0.GA
> Environment: MacOS 10.14.4
> java 11.0.1 2018-10-16 LTS
> Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
> Reporter: Javier Vivanco
> Assignee: André Dietisheim
> Priority: Major
> Fix For: 12.13.0.GA
>
>
> When open the IDE i see.
> {code}
> $ /Applications/codereadystudio/codereadystudio.app/Contents/MacOS/codereadystudio
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> Exception in thread "Thread-7" java.lang.ExceptionInInitializerError
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:83)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:158)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.handleRemoteIndexFile(AbstractRepositoryManager.java:713)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadIndexFile(AbstractRepositoryManager.java:707)
> at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:649)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
> at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
> at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.getAvailableRepositories(UpdateChecker.java:152)
> at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.checkForUpdates(UpdateChecker.java:130)
> at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker$UpdateCheckThread.run(UpdateChecker.java:78)
> Caused by: java.lang.NullPointerException
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.getProperty(FileReader.java:67)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.<clinit>(FileReader.java:77)
> ... 10 more
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> ***WARNING: Display must be created on main thread due to Cocoa restrictions. Use vmarg -XstartOnFirstThread
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months