[JBoss JIRA] (JBIDE-22578) Publishing sometimes recursively deletes parent to deploy directory
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22578?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22578:
-------------------------------------
Admittedly, the existing code is a bit short on logging... I've made a commit to master that adds quite a bit of logging, but I'm not sure that will help you very much :(
To enable 'tracing', you can put a .options file in your eclipse installation. The file should contain the following lines:
{code}
# Debugging options for the org.jboss.ide.eclipse.as.core plugin
org.jboss.ide.eclipse.as.core/debug=true
org.jboss.ide.eclipse.as.core/config=true
org.jboss.ide.eclipse.as.core/info=true
org.jboss.ide.eclipse.as.core/warning=true
org.jboss.ide.eclipse.as.core/severe=true
org.jboss.ide.eclipse.as.core/finest=true
org.jboss.ide.eclipse.as.core/finer=true
org.jboss.ide.eclipse.as.core/resources=true
org.jboss.ide.eclipse.as.core/extension_point=true
org.jboss.ide.eclipse.as.core/listeners=true
org.jboss.ide.eclipse.as.core/runtime_target=true
org.jboss.ide.eclipse.as.core/performance=true
org.jboss.ide.eclipse.as.core/publishing=true
{code}
This may allow your console to see the output, if you launch eclipse via a console. You must launch eclipse with the -debug flag.
> Publishing sometimes recursively deletes parent to deploy directory
> -------------------------------------------------------------------
>
> Key: JBIDE-22578
> URL: https://issues.jboss.org/browse/JBIDE-22578
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.1.Final
> Environment: Eclipse Mars.2 Release (4.5.2)
> Java 1.8.0_91
> Windows 7 64-bit
> JBoss EAP 6.4.0
> Reporter: Daniel Atallah
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.1.Alpha1
>
>
> For a number of weeks we've had a number of occurrences where a eclipse workspace will get corrupted due to the deletion of all files in it.
> It seems to have started happening at the time we updated to the 4.3.1 JBoss Tools from the 4.3.0 JBoss Tools.
> We've been able to track the process doing the deleting to the Eclipse process by using Sysinternals Process Monitor tool (https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx).
> Our workspaces are structured as follows:
> {noformat}
> WORKSPACEROOT=$DEVROOT\workspacename
> # Custom deploy folder (as specified in the "Deployment" settings for the configured "Red Hat JBoss Enterprise Application Platform 6.1+") Server
> $WORKSPACEROOT\deploy
> # Version Control (Mercurial) working directory containing various Eclipse projects that get published to the Server by the tooling
> $WORKSPACEROOT\src
> # value specified as a "jboss.server.data.dir" property in the Server launch configuration VM arguments
> $WORKSPACEROOT/server/data
> # value specified as a "jboss.server.temp.dir" property in the Server launch configuration VM arguments
> $WORKSPACEROOT/server/tmp
> {noformat}
> The Server is configured to "Automatically publish when resources change".
> What we're seeing is that occasionally when the Server is running and the Mercurial working copy receives updates, the Incremental Publishing that results from these updates somehow tries to recursively delete $WORKSPACEROOT.
> The eclipse log includes the following:
> {noformat}
> !ENTRY org.eclipse.core.resources 4 1 2016-06-07 16:05:57.795
> !MESSAGE Problems occurred refreshing resources
> !SUBENTRY 1 org.eclipse.core.resources 4 1 2016-06-07 16:05:57.795
> !MESSAGE Problem finding next change, code: 5
> !ENTRY org.jboss.ide.eclipse.as.core 4 1644298244 2016-06-07 16:06:09.207
> !MESSAGE Incremental publish failed for module $MODULENAME
> !SUBENTRY 1 org.jboss.ide.eclipse.as.wtp.core 4 1644298251 2016-06-07 16:06:09.207
> !MESSAGE Could not delete $WORKSPACEROOT. May be locked by another process.
> {noformat}
> Any idea what might be happening?
> Is there some debug logging we can enable to get better visibility to what's going on?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22585) Selected username for CDK server adapter is ignored
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22585?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-22585:
--------------------------------
Fix Version/s: 4.4.1.Alpha1
> Selected username for CDK server adapter is ignored
> ---------------------------------------------------
>
> Key: JBIDE-22585
> URL: https://issues.jboss.org/browse/JBIDE-22585
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.0.Final
> Reporter: Marián Labuda
> Assignee: Rob Stryker
> Fix For: 4.4.1.Alpha1
>
>
> When I am creating a CDK server adapter, there is combo box for username (well user and password). If I add more then 1 user and select different one then the first one, it is ignored when I am being prompted for password. The first username is preselected and there is no other way to select any other than manually type that username.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3941) use new logo in UI of Development Suite installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3941?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3941:
--------------------------------
Attachment: installer-login-page.png
installer-exe-icon..png
installer-confirm-page.png
Here are screenshots from final UI with updated icon and logo.
!installer-exe-icon..png!
!installer-login-page.png!
!installer-confirm-page.png!
> use new logo in UI of Development Suite installer
> -------------------------------------------------
>
> Key: JBDS-3941
> URL: https://issues.jboss.org/browse/JBDS-3941
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Catherine Robson
> Priority: Critical
> Labels: havoc
> Fix For: 10.0.0.GA
>
> Attachments: installer-confirm-page.png, installer-exe-icon..png, installer-login-page.png, installer-new-logo-confirmation.png, installer-new-logo-login.png, logo_RHDP.svg, logo_RHDS-08.svg, new-new-branding.png, RedHatDeveloperStudio_Logo_Installer.ico, screenshot-1.png
>
>
> -Based on feedback from [~pmuir], [~tmancini] and [~crobson] we'll go for using the brackets logo for the big Developer Platform installers (56M stub and 1.6G bundled).-
> We are now using the JBDS 9-style logotype, not the RHD brackets.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3936) devstudio.exe has eclipse icon
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3936?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-3936.
------------------------------
Resolution: Done
Should be fixed in respin-a (with the wrong RHD brackets branding) and respin-b (with the redball branding)
> devstudio.exe has eclipse icon
> ------------------------------
>
> Key: JBDS-3936
> URL: https://issues.jboss.org/browse/JBDS-3936
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.0.0.GA
> Reporter: Radim Hopp
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-b
> Fix For: 10.0.0.GA
>
> Attachments: devstudio.ico.10.png, jbds.ico.9.1.png, jbds.ico.9.1export-layers.png, jbds.ico_vs_devstudio.ico.png
>
>
> [installFolder]/studio/devstudio.exe has eclipse icon instead of redhat developer icon.
> http://i.imgur.com/ZKjeJGC.png
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3609) update splashscreen, about gfx, start icon for developers.redhat.com
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3609?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3609:
-----------------------------
Labels: respin-b (was: )
> update splashscreen, about gfx, start icon for developers.redhat.com
> --------------------------------------------------------------------
>
> Key: JBDS-3609
> URL: https://issues.jboss.org/browse/JBDS-3609
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Task
> Components: build, installer, p2-product
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-b
> Fix For: 10.0.0.GA
>
> Attachments: about-jbds10.png, devstudio_assets_revised.zip, launcher-icons-jbds10.png, splash-jbds10.png
>
>
> update splashscreen, about gfx, start icon for developers.redhat.com
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months