[JBoss JIRA] (JBDS-4095) unparesable date in o.j.t.foundation.checkup
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4095:
--------------------------------
Summary: unparesable date in o.j.t.foundation.checkup
Key: JBDS-4095
URL: https://issues.jboss.org/browse/JBDS-4095
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: foundation
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
{code}
Unparseable date: "Thu Oct 06 13:55:38 EDT 2016"
java.text.ParseException: Unparseable date: "Thu Oct 06 13:55:38 EDT 2016"
at java.text.DateFormat.parse(DateFormat.java:366)
at org.jboss.tools.foundation.checkup.JVMProblemDetector.getSessionDate(JVMProblemDetector.java:677)
at org.jboss.tools.foundation.checkup.JVMProblemDetector.scanLine(JVMProblemDetector.java:240)
at org.jboss.tools.foundation.checkup.JVMProblemDetector.readLogFile(JVMProblemDetector.java:186)
at org.jboss.tools.foundation.checkup.JVMProblemDetector.earlyStartup(JVMProblemDetector.java:118)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:77)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:53)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2829)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
{code}
Red Hat JBoss Developer Studio
Version: 10.2.0.AM1
Build id: AM1-v20160923-1714-B6096
Build date: 20160923-1714
$➔ uname -a
Linux t540p-f24-vm01 4.7.4-200.fc24.x86_64 #1 SMP Thu Sep 15 18:42:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[14:00:12] nboldt@t540p-f24-vm01:~/devstudio-10.2.0.AM1
$➔ java -version
openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4085) unresolved bundles, slow initial start up
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4085?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4085 at 10/6/16 1:54 PM:
-----------------------------------------------------------
Picked a random error...
{code}org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.wtp.jsf [985]
{code}
...and tried to install a bunch of the m2e, wtp, and jsf-related things from Red Hat Central. Successfully installed... but that was over 20 mins ago and I'm still waiting for Eclipse to restart after the install. Something is seriously wrong here. [~rgrunber] can you suggest how best to see what's happening on startup?
Tried {code}./eclipse -debug -consolelog -console{code} but not getting very helpful output: [^restart-after-installing-m2e-wtp-jsf-stuff-from-Central.txt]
was (Author: nickboldt):
Picked a random error...
{code}org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.wtp.jsf [985]
{code}
...and tried to install a bunch of the m2e, wtp, and jsf-related things from Red Hat Central. Successfully installed... but that was over 20 mins ago and I'm still waiting for Eclipse to restart after the install. Something is seriously wrong here. [~rgrunber] can you suggest how best to see what's happening on startup?
Tried {code}./eclipse -debug -consolelog -console{code} but not getting very helpful output.
> unresolved bundles, slow initial start up
> -----------------------------------------
>
> Key: JBDS-4085
> URL: https://issues.jboss.org/browse/JBDS-4085
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Reporter: Václav Kadlčík
> Attachments: restart-after-installing-m2e-wtp-jsf-stuff-from-Central.txt, unresolved-max.out, unresolved-mid.out, unresolved-min.out, workspace-max.log, workspace-mid.log, workspace-min.log
>
>
> Tested:
> * rh-eclipse46-devstudio-10.2-0.20161004.2205.el7.x86_64.rpm
> * rh-eclipse46 Beta (http://download-node-02.eng.bos.redhat.com/rel-eng/RHSCL-2.3-RHEL-7-Beta-...)
> rh-eclipse46 has its own unresolved bundles (https://bugzilla.redhat.com/show_bug.cgi?id=1381820). But when you add rh-eclipse46-devstudio, the number of unresolved symbols increases quite dramatically and initial start up times also get worse. (I guess that the two problems can be connected so I file them together but feel free to split them if I'm mistaken).
> I'm attaching "ss -s INSTALLED" and workspace logs for several scenarios:
> * "min" in the name means minimal install rh-eclipse46-devstudio
> * "mid" is for "yum install rh-eclipse46 rh-eclipse46-devstudio"
> * "max" is for "yum install 'rh-eclipse46*'" - all the available RPMs, including devstudio
> As for start up times, it looks like devstudio adds ~80s for one particular machine (Xeon with 16 cores 2.40GHz, 16 GB RAM). For example:
> initial start of rh-eclipse46: 40s
> same as above with rh-eclipse46-devstudio: 120s
> initial start of rh-eclipse46* except devstudio: 50s
> same as above with rh-eclipse46-devstudio: 140s
> Roland Grunberg managed to improve initial start up times in rh-eclise46 a few weeks ago (https://bugzilla.redhat.com/show_bug.cgi?id=1362178#c17). I don't know it it helps here but I'm linking it anyway...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4085) unresolved bundles, slow initial start up
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4085?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4085:
-----------------------------
Attachment: restart-after-installing-m2e-wtp-jsf-stuff-from-Central.txt
> unresolved bundles, slow initial start up
> -----------------------------------------
>
> Key: JBDS-4085
> URL: https://issues.jboss.org/browse/JBDS-4085
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Reporter: Václav Kadlčík
> Attachments: restart-after-installing-m2e-wtp-jsf-stuff-from-Central.txt, unresolved-max.out, unresolved-mid.out, unresolved-min.out, workspace-max.log, workspace-mid.log, workspace-min.log
>
>
> Tested:
> * rh-eclipse46-devstudio-10.2-0.20161004.2205.el7.x86_64.rpm
> * rh-eclipse46 Beta (http://download-node-02.eng.bos.redhat.com/rel-eng/RHSCL-2.3-RHEL-7-Beta-...)
> rh-eclipse46 has its own unresolved bundles (https://bugzilla.redhat.com/show_bug.cgi?id=1381820). But when you add rh-eclipse46-devstudio, the number of unresolved symbols increases quite dramatically and initial start up times also get worse. (I guess that the two problems can be connected so I file them together but feel free to split them if I'm mistaken).
> I'm attaching "ss -s INSTALLED" and workspace logs for several scenarios:
> * "min" in the name means minimal install rh-eclipse46-devstudio
> * "mid" is for "yum install rh-eclipse46 rh-eclipse46-devstudio"
> * "max" is for "yum install 'rh-eclipse46*'" - all the available RPMs, including devstudio
> As for start up times, it looks like devstudio adds ~80s for one particular machine (Xeon with 16 cores 2.40GHz, 16 GB RAM). For example:
> initial start of rh-eclipse46: 40s
> same as above with rh-eclipse46-devstudio: 120s
> initial start of rh-eclipse46* except devstudio: 50s
> same as above with rh-eclipse46-devstudio: 140s
> Roland Grunberg managed to improve initial start up times in rh-eclise46 a few weeks ago (https://bugzilla.redhat.com/show_bug.cgi?id=1362178#c17). I don't know it it helps here but I'm linking it anyway...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4085) unresolved bundles, slow initial start up
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4085?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4085:
----------------------------------
Picked a random error...
{code}org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.wtp.jsf [985]
{code}
...and tried to install a bunch of the m2e, wtp, and jsf-related things from Red Hat Central. Successfully installed... but that was over 20 mins ago and I'm still waiting for Eclipse to restart after the install. Something is seriously wrong here. [~rgrunber] can you suggest how best to see what's happening on startup?
Tried {code}./eclipse -debug -consolelog -console{code} but not getting very helpful output.
> unresolved bundles, slow initial start up
> -----------------------------------------
>
> Key: JBDS-4085
> URL: https://issues.jboss.org/browse/JBDS-4085
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Reporter: Václav Kadlčík
> Attachments: unresolved-max.out, unresolved-mid.out, unresolved-min.out, workspace-max.log, workspace-mid.log, workspace-min.log
>
>
> Tested:
> * rh-eclipse46-devstudio-10.2-0.20161004.2205.el7.x86_64.rpm
> * rh-eclipse46 Beta (http://download-node-02.eng.bos.redhat.com/rel-eng/RHSCL-2.3-RHEL-7-Beta-...)
> rh-eclipse46 has its own unresolved bundles (https://bugzilla.redhat.com/show_bug.cgi?id=1381820). But when you add rh-eclipse46-devstudio, the number of unresolved symbols increases quite dramatically and initial start up times also get worse. (I guess that the two problems can be connected so I file them together but feel free to split them if I'm mistaken).
> I'm attaching "ss -s INSTALLED" and workspace logs for several scenarios:
> * "min" in the name means minimal install rh-eclipse46-devstudio
> * "mid" is for "yum install rh-eclipse46 rh-eclipse46-devstudio"
> * "max" is for "yum install 'rh-eclipse46*'" - all the available RPMs, including devstudio
> As for start up times, it looks like devstudio adds ~80s for one particular machine (Xeon with 16 cores 2.40GHz, 16 GB RAM). For example:
> initial start of rh-eclipse46: 40s
> same as above with rh-eclipse46-devstudio: 120s
> initial start of rh-eclipse46* except devstudio: 50s
> same as above with rh-eclipse46-devstudio: 140s
> Roland Grunberg managed to improve initial start up times in rh-eclise46 a few weeks ago (https://bugzilla.redhat.com/show_bug.cgi?id=1362178#c17). I don't know it it helps here but I'm linking it anyway...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-3994) Local jbdevstudio-product build always fails to download sources
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3994?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3994:
----------------------------------
Here's a hint: https://issues.jboss.org/browse/JBDS-4088 -> https://github.com/jbdevstudio/jbdevstudio-product/pull/410 -> https://github.com/jbdevstudio/jbdevstudio-product/commits/master
As we no longer fetch source zips from github during the devstudio update site build, this should no longer block you building on windows.
> Local jbdevstudio-product build always fails to download sources
> ----------------------------------------------------------------
>
> Key: JBDS-3994
> URL: https://issues.jboss.org/browse/JBDS-3994
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 10.1.0.AM3
> Environment: 1. No maven local repository;
> 2. latest master;
> 3. mvn clean install;
> 4. Windows 10 Home.
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.2.0.AM2
>
> Attachments: src-zip-created.png, windows10-version-info.png
>
>
> {code}[INFO] --- repository-utils:0.25.1-SNAPSHOT:generate-repository-facade (generate-facade) @ com.jboss.devstudio.core.site ---
> [WARNING] No C:\p\rh\jbds-releng\jbdevstudio-product\site\target\repository\web/site.css found; using default.
> [INFO] Building zip: C:\p\rh\jbds-releng\jbdevstudio-product\site\target\com.jboss.devstudio.core.site-10.1.0-SNAPSHOT.zip
> [INFO]
> [INFO] --- repository-utils:0.25.1-SNAPSHOT:fetch-sources-from-manifests (fetch-sources) @ com.jboss.devstudio.core.site ---
> [INFO] Downloaded: jbosstools-base_6ec1deba2610a94a14d160a7b54ae4f708c40044_sources.zip (23.6 M)
> [INFO] Downloaded: jbosstools-browsersim_019a66b4cef24d489c5bad2c0324477e32871222_sources.zip (3.2 M)
> [INFO] Downloaded: jbosstools-central_4cef5b7e1c70b213b372fcb5b7ba1c0834e5bff9_sources.zip (8.2 M)
> [INFO] Downloaded: jbosstools-forge_6beb7d3b3218e8b02d0497d38915574f9eaf8c1f_sources.zip (430.3 k)
> [INFO] Downloaded: jbosstools-freemarker_43ccb5369f1b9bdbd99466755af6158a3c39cea8_sources.zip (379.1 k)
> [INFO] Downloaded: jbosstools-hibernate_3e9fb83570c5c7c521f92d3f05c77b67355477d0_sources.zip (26.9 M)
> [INFO] Downloaded: jbosstools-javaee_a3e97d0495026b043ff151ac65412ba64bcfc1ff_sources.zip (46.2 M)
> [INFO] Downloaded: jbosstools-openshift_810571f6aff04eb4a4b0b986e9ad4c0f16796b25_sources.zip (1.8 M)
> [INFO] Downloaded: jbosstools-server_226292c9076be1a5e6f6779e6727fbc5d38af0be_sources.zip (34.6 M)
> [INFO] Downloaded: jbosstools-vpe_bd95b9c63a5b05bec19afe483f8224cf07c8aef8_sources.zip (3.5 M)
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] devstudio - Product, Installers .................... SUCCESS [ 0.708 s]
> [INFO] devstudio - Product Plugins - Core ................. SUCCESS [ 0.224 s]
> [INFO] com.jboss.devstudio.core ........................... SUCCESS [ 12.617 s]
> [INFO] com.jboss.devstudio.core.project.examples .......... SUCCESS [ 0.664 s]
> [INFO] com.jboss.devstudio.core.usage.branding ............ SUCCESS [ 0.823 s]
> [INFO] com.jboss.devstudio.core.central ................... SUCCESS [ 2.297 s]
> [INFO] com.jboss.devstudio.core.capabilities .............. SUCCESS [ 0.503 s]
> [INFO] devstudio - Product Features - Core ................ SUCCESS [ 0.073 s]
> [INFO] com.jboss.devstudio.core.feature ................... SUCCESS [ 1.305 s]
> [INFO] com.jboss.devstudio.core.feature.source ............ SUCCESS [ 1.219 s]
> [INFO] com.jboss.devstudio.core.capabilities.feature ...... SUCCESS [ 0.406 s]
> [INFO] com.jboss.devstudio.core.capabilities.feature.source SUCCESS [ 0.406 s]
> [INFO] com.jboss.devstudio.core.site ...................... FAILURE [04:26 min]
> [INFO] p2-director ........................................ SKIPPED
> [INFO] com.jboss.devstudio.core.p2.director ............... SKIPPED
> [INFO] p2-director ........................................ SKIPPED
> [INFO] installer .......................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 05:22 min
> [INFO] Finished at: 2016-08-10T19:36:46-07:00
> [INFO] Final Memory: 147M/1484M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.25.1-SNAPSHOT:fetch-sources-from-manifests (fetch-sources) on project com.jboss.devstudio.core.site: Problem occurred checking upstream buildinfo.json files!
> [ERROR]
> [ERROR] C:\p\rh\jbds-releng\jbdevstudio-product\site\target\buildinfo\buildinfo_jbosstools-build-sites.json
> [ERROR] contains 91249e8dd7f99e9b517cccf99b201dc263efe11a, but upstream jbosstools-build-sites project's MANIFEST.MF has Eclipse-SourceReferences
> [ERROR] commitId 337bd38cb5eb530dd039ddbbaa311fb36161e726.
> [ERROR]
> [ERROR] If you have locally built projects which are being aggregated here, ensure
> [ERROR] they are built from the latest SHA from HEAD, not a local topic branch.
> [ERROR]
> [ERROR] It's also possible that some recent changes have not yet been built upstream.
> [ERROR] If that's the case, trigger a build for the jbosstools-build-sites project
> [ERROR] to ensure that the latest commits have been built and can be aggregated here.{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBDS-4093) The information about required space is inaccurate
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-4093?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov reassigned JBDS-4093:
------------------------------------
Assignee: Denis Golovin
[~dgolovin] could you please take a look?
> The information about required space is inaccurate
> --------------------------------------------------
>
> Key: JBDS-4093
> URL: https://issues.jboss.org/browse/JBDS-4093
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.2.0.AM1
> Environment: Fedora 24, installer devstudio-10.2.0.AM1-v20161005-0528-B6153-installer-eap.jar.
> Reporter: Lukáš Valach
> Assignee: Denis Golovin
> Priority: Minor
> Attachments: devstudio-embedded-EAP-installer.png, devstudio-standalone-installer.png, Real_disk_usage.png
>
>
> The information about required space is probably outdated and should be updated.
> ||Installation type||Declared size||Real size||
> |Standalone|666 MB|747 MB|
> |With EAP|847 MB|933 MB|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months