[JBoss JIRA] (JBDS-3130) [RFE] Add tooling to manage openshift databases
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-3130?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim updated JBDS-3130:
-----------------------------------
Fix Version/s: 8.0.x
> [RFE] Add tooling to manage openshift databases
> -----------------------------------------------
>
> Key: JBDS-3130
> URL: https://issues.jboss.org/browse/JBDS-3130
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: openshift
> Affects Versions: 7.1.1.GA
> Environment: All
> Reporter: Tim Williams
> Assignee: Max Rydahl Andersen
> Priority: Minor
> Fix For: 8.0.x
>
>
> In OpenShift, a scaled application will have numerous 'gears', each running a copy of the developer's code. If the developer is running a database, there will be only one gear containing this database.
> To export/import/backup/restore the database, a user must ssh to the specific gear that holds the database cartridge. The only current way to do this in JBDS is to print all the environment variables and look for the following:
> $OPENSHIFT_MYSQL_DB_GEAR_UUID
> $OPENSHIFT_MYSQL_DB_GEAR_DNS
> You can then use these values in a terminal to ssh to the database gear:
> $ ssh $OPENSHIFT_MYSQL_DB_GEAR_UUID@$OPENSHIFT_MYSQL_DB_GEAR_DNS
> It would be helpful to have some kind of tooling to either ssh into this gear directly through JBDS, or at least print the ssh command (above) using the environment variables from the gear.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17854) ArrayStoreException while opening database in Hibernate Console
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17854?page=com.atlassian.jira.plugi... ]
Jiri Peterka updated JBIDE-17854:
---------------------------------
Labels: respin-a (was: )
> ArrayStoreException while opening database in Hibernate Console
> ---------------------------------------------------------------
>
> Key: JBIDE-17854
> URL: https://issues.jboss.org/browse/JBIDE-17854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.
> Reporter: Jiri Peterka
> Assignee: Koen Aers
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.2.0.CR1
>
>
> An internal error has occurred.
> java.lang.ArrayStoreException
> Used pom file
> {code}
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>testjpa</groupId>
> <artifactId>testjpa</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-core</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate-entitymanager</artifactId>
> <version>4.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> <version>1.0.0.Final</version>
> </dependency>
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.3.161</version>
> </dependency>
> </dependencies>
> <build>
> <sourceDirectory>src</sourceDirectory>
> <resources>
> <resource>
> <directory>src</directory>
> <excludes>
> <exclude>**/*.java</exclude>
> </excludes>
> </resource>
> </resources>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17841) Unable to import cordova Hello project created by cordova CLI
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17841?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17841.
-------------------------------
Verified with JBDS CR1-v20140831-0335-B201
> Unable to import cordova Hello project created by cordova CLI
> -------------------------------------------------------------
>
> Key: JBIDE-17841
> URL: https://issues.jboss.org/browse/JBIDE-17841
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.CR1
> Environment: JBDS 8.0.0.Beta3-v20140706-0939-B172
> Linux
> Cordova v. 3.5.0-0.2.6
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> 1. Create default cordova app via command
> {noformat}
> cordova create hello com.example.hello HelloWorld
> {noformat}
> 2. Open Import > Mobile > Import Cordova Project
> 3. Select Hello directory of created project
> ASSERT: Project is listed in Project list
> ERROR: Unable to check project to be imported and therefore Finish buttons is disabled and project can't be imported
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-18100) Application wizard, server adapter: New->File->OpenShift App is using "existing application" from selected server adapter. Should not
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18100?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-18100:
-------------------------------------
Summary: Application wizard, server adapter: New->File->OpenShift App is using "existing application" from selected server adapter. Should not (was: Application wizard, server adapter: Wizard choose existing application from server adapter selection)
> Application wizard, server adapter: New->File->OpenShift App is using "existing application" from selected server adapter. Should not
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18100
> URL: https://issues.jboss.org/browse/JBIDE-18100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.2.0.CR1
>
> Attachments: out-1.ogv, selected-server-adapter.png, used-existing-project.png
>
>
> This is happening only in wizard opened via shell menu (File - New - OpenShift Application). Opening New application wizard via Central and OpenShift explorer works fine (probably because of view focus).
> Issue is preselected existing application in New application wizard although I had no intentions to do it. If I have selected a server adapter and then I opened New application wizard via shell menu and go via wizard to the third wizard page, where the field for using an existing project is placed, there is used project from existing selected server adapter. For better and more obvious explanation see attached video: [^out-1.ogv]
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-12851) Server Adapter wizard: link should point to creation wizard in case user don't have app/domain
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12851?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12851:
-------------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.),Interactive Demo/Tutorial,User Experience
> Server Adapter wizard: link should point to creation wizard in case user don't have app/domain
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-12851
> URL: https://issues.jboss.org/browse/JBIDE-12851
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift, server
> Affects Versions: 4.0.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: server_adapter_wizard
> Fix For: 4.2.0.CR1
>
> Attachments: CreateNewApplicationLink.png, newappserver.png
>
>
> In case the user doesn't have an application on openshift (or domain) link should point to Create OpenShift Application wizard not to the Import OpenShift Application wizard. Also the link could be named more appropriately in this case - user will be creating application, not importing.
> !newappserver.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-16987) Unable to download Mobile Engine v. 3.4.1 for Android
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16987?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-16987.
-------------------------------
Verified with JBDS CR1-v20140831-0335-B201
> Unable to download Mobile Engine v. 3.4.1 for Android
> -----------------------------------------------------
>
> Key: JBIDE-16987
> URL: https://issues.jboss.org/browse/JBIDE-16987
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140402-0037-B82
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> 1. Open Window > Preferences > Hybrid Mobile > Engines
> 2. Click Download...
> 3. Select 3.4.1 version and click OK
> ERROR: No Engine is dowloaded. Dialog stayed opened. No error in displayed to error log
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17881) Publishing jobs are hanging in Progress view and in bottom right corner.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17881?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17881:
-------------------------------------
Labels: server_adapter (was: )
> Publishing jobs are hanging in Progress view and in bottom right corner.
> ------------------------------------------------------------------------
>
> Key: JBIDE-17881
> URL: https://issues.jboss.org/browse/JBIDE-17881
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: server_adapter
> Fix For: 4.2.0.CR1
>
> Attachments: finished_job.png, hanging_finished_job.png
>
>
> Publishing jobs are shown in Progress view. In previous versions they were removed from this view after finishing the job. Now they are still hanging there with status "Finished" and after removal and reopen Progress view they are still here. Instead of reopen view also Remove all Finished Jobs (double gray crosses in view) works fine too.
> !finished_job.png!
> Running job is also shown in bottom right corner. After finishing it is still hanging there.
> !hanging_finished_job.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17905) Server Adapter: cannot publish commits (only) when there are local changes (can only commit and push)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17905?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17905:
-------------------------------------
Labels: new_and_noteworthy server_adapter (was: server_adapter)
Affects Version/s: 4.2.0.Beta3
> Server Adapter: cannot publish commits (only) when there are local changes (can only commit and push)
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17905
> URL: https://issues.jboss.org/browse/JBIDE-17905
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: new_and_noteworthy, server_adapter
> Fix For: 4.2.0.CR1
>
> Attachments: publish-dialog.ogv
>
>
> # EXEC: Add file test.txt
> # EXEC: Commit test.txt
> # EXEC: Add file temporary.txt
> # EXEC: go to openshift server and publish
> # ASSERT: commit dialog shows up
> # ASSERT: I can push the new commits without having to do something about temporary.txt
> this worked in past, now the new commit dialog prevents me from doing this.
> I can use egit push to workaround this but that kinda defeats the purpose of making the server interaction simple via just the "Publish" command.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17968) Application wizard: take less less screen height
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17968?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17968:
-------------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.),Interactive Demo/Tutorial
> Application wizard: take less less screen height
> ------------------------------------------------
>
> Key: JBIDE-17968
> URL: https://issues.jboss.org/browse/JBIDE-17968
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Environment: Fedora, 1440x900 resolution screen
> Reporter: Catherine Robson
> Assignee: Andre Dietisheim
> Labels: application_wizard, uxtest
> Fix For: 4.2.0.CR1
>
> Attachments: app-config-wizard-page.png, openshift-wizard-title-area.png, shortened-application-wizard.png, wizard-too-tall.png
>
>
> For users with small screen sizes, the OpenShift create application wizard is very tall and might overflow their screen real-estate. Many of the dialogs in this wizard have lots of wasted space, so we should see if we can reduce the size of these dialogs as much as possible.
> The height of the dialog is ~870px high. The most common resolution people run these days is 1366x768 - meaning we're already too high for people's viewable screen.
> !wizard-too-tall.png!
> ----------------
> Screen by screen analysis
> ----------------
> Sign in dialog - ~550px wasted height: https://www.evernote.com/shard/s230/sh/baf765b4-cee1-470c-88a0-1afd237868...
> Existing or new application dialog - ~145px wasted height: https://www.evernote.com/shard/s230/sh/d76f10b6-fb40-455d-bef6-d1b1ea44b0...
> Name, domain, and embedded cartridges dialog - ~200px wasted height: https://www.evernote.com/shard/s230/sh/04381c6a-e9d7-4c6a-bd47-15b5b83a8e...
> Configure project dialog - ~550px wasted height: https://www.evernote.com/shard/s230/sh/4932fd92-12b3-456f-8f9c-a25548f4f6...
> Clone settings, processing dialog - ~480px wasted height: https://www.evernote.com/shard/s230/sh/0d921581-6d12-4ba0-8c99-dc4c904e90...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month
[JBoss JIRA] (JBIDE-17954) Logs: openshift puts info logs when authenticating in error log
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17954?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17954:
-------------------------------------
Summary: Logs: openshift puts info logs when authenticating in error log (was: openshift puts info logs when authenticating in error log)
> Logs: openshift puts info logs when authenticating in error log
> ---------------------------------------------------------------
>
> Key: JBIDE-17954
> URL: https://issues.jboss.org/browse/JBIDE-17954
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.0.CR1
>
>
> when logging in I get "User <myuser> was authenticated" in the error log as info messages.
> This should not happen by default. Please remove or add only when debug/trace is enabled.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 1 month