[JBoss JIRA] (JBIDE-16888) Tail Files: Cannot see log of cron cartridge
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16888?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16888:
-------------------------------------
Estimated Difficulty: Low
> Tail Files: Cannot see log of cron cartridge
> --------------------------------------------
>
> Key: JBIDE-16888
> URL: https://issues.jboss.org/browse/JBIDE-16888
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: tail_files
> Fix For: 4.2.x
>
> Attachments: cron-log.png, tail-log-pattern.png
>
>
> After adding embeddable cartridge Cron into the application it is not possible to tail the cron-logs out-of-the-box. It is required to modify tail files pattern to include Cron job's log store in /cron/log.
> !tail-log-pattern.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16884) Application Details: Git URL is cropped (not fully visible)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16884?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16884:
-------------------------------------
Estimated Difficulty: Low
> Application Details: Git URL is cropped (not fully visible)
> -----------------------------------------------------------
>
> Key: JBIDE-16884
> URL: https://issues.jboss.org/browse/JBIDE-16884
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_details
> Fix For: 4.2.x
>
> Attachments: small_scroll_bar.png
>
>
> Details shell (context menu of application in OpenShift explorer) is too small and not resizable and scroll bar does not fir to the whole width = some information are cut off and it is not possible to read them. See attached screenshot.
> There are even longer names etc. = more information - less information.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16976) import wizard: Error dialog after importing application without SSH key on PaaS is not enough descriptive
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16976?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16976:
-------------------------------------
Estimated Difficulty: Low
> import wizard: Error dialog after importing application without SSH key on PaaS is not enough descriptive
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16976
> URL: https://issues.jboss.org/browse/JBIDE-16976
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.2.x
>
> Attachments: error_dialog.png
>
>
> When creating application and following import (git clone after creation process is completed) in case of no SSH key/not added into preferences dialog there is a error dialog with description, that something went wrong during git clone (respectively creating local git repo) and exception thrown.
> !error_dialog.png!
> It would be nice to have in the dialog, that problem is caused by missing SSH key or at least remove InvocationTargetException from error message - it is useless for user.
> Error log stack trace
> {code}
> java.lang.reflect.InvocationTargetException
> at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:176)
> at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:270)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:169)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.importoperation.ImportNewProject.execute(ImportNewProject.java:77)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizardModel.importProject(OpenShiftApplicationWizardModel.java:103)
> at org.jboss.tools.openshift.express.internal.ui.wizard.application.OpenShiftApplicationWizard$ImportJob.runInWorkspace(OpenShiftApplicationWizard.java:353)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: java.lang.IllegalStateException: Preference node "null" has been removed.
> at org.eclipse.equinox.internal.security.storage.SecurePreferences.checkRemoved(SecurePreferences.java:354)
> at org.eclipse.equinox.internal.security.storage.SecurePreferences.nodeExists(SecurePreferences.java:100)
> at org.eclipse.equinox.internal.security.storage.SecurePreferencesWrapper.nodeExists(SecurePreferencesWrapper.java:94)
> at org.eclipse.egit.core.securestorage.EGitSecureStore.clearCredentials(EGitSecureStore.java:108)
> at org.eclipse.egit.ui.internal.credentials.EGitCredentialsProvider.reset(EGitCredentialsProvider.java:142)
> at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:125)
> at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
> at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
> at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
> at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
> at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
> at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
> at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
> at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
> at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
> at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:156)
> ... 7 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16526) Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16526?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16526:
-------------------------------------
Estimated Difficulty: Low
> Markers wizard: Description of Enable JPDA states JBoss AS for apps using JBossEAP cartridge
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-16526
> URL: https://issues.jboss.org/browse/JBIDE-16526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Final
> Reporter: Michelle Murray
> Priority: Minor
> Labels: markers_wizard
> Fix For: 4.2.x
>
> Attachments: OpenShift_markers.png
>
>
> In Project Explorer view, right-click project and click OpenShift > Configure Markers. Click Enable JPDA check box. The text description of this marker states '.. the JBoss AS 7 application server' twice.
> But when I created my app I selected the JBoss EAP 6 cartridge so this text seems wrong.
> To resolve either:
> a) make two versions of the text one for JBoss AS cartridge and one for JBoss EAP cartridge
> b) make description neutral, e.g. just 'the application server'
> ^ neutral is probably best as could also presumably select Tomcat cartridge for app and would also be able to set enable jpda marker.
> !OpenShift_markers.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16713) OpenShift Wizard: Deploying shared (e.g. SVN) project
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16713?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-16713:
------------------------------------------
It's not possible to use 2 team providers at the same time in Eclipse, the only way to achieve this is to disconnect from svn in Eclipse (while keeping the svn metadata so that you can still use the cmd line) and then using the existing project in Eclipse should be possible.
[~mlabuda] Did you try this?
> OpenShift Wizard: Deploying shared (e.g. SVN) project
> -----------------------------------------------------
>
> Key: JBIDE-16713
> URL: https://issues.jboss.org/browse/JBIDE-16713
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Fix For: 4.2.x
>
>
> It is not possible to deploy SVN project yet. In new application wizard on the second wizard page is possibility to choose (hit the Browse... button) project, but in browsing dialog is note, that only non-shared or git project are possible to import.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months