[JBoss JIRA] (JBIDE-14603) Cannot install Mylyn connector from central - failure blocks other plugin installs
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14603?page=com.atlassian.jira.plugi... ]
Len DiMaggio closed JBIDE-14603.
--------------------------------
> Cannot install Mylyn connector from central - failure blocks other plugin installs
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-14603
> URL: https://issues.jboss.org/browse/JBIDE-14603
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 4.1.0.Beta1
> Reporter: Len DiMaggio
> Assignee: Len DiMaggio
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Attachments: .log
>
>
> After installing this plugin from Central:
> Mylyn Tasks Connector: Bugzilla 3.9.0.I20130319-0842 org.eclipse.mylyn.bugzilla_feature.feature.group
> After eclipse restarts, accessing Central raises this error: An internal error occurred during:
> "Update project wizard list". org.eclipse.mylyn.commons.core.CoreUtil.newXmlReader()Lorg/xml/sax/XMLReader;
> And any attempt to install additional plugins fail with the same error: Unexpected exception:
> org.eclipse.mylyn.commons.core.CoreUtil.newXmlReader()Lorg/xml/sax/XMLReader; org.eclipse.mylyn.commons.core.CoreUtil.newXmlReader()Lorg/xml/sax/XMLReader; org.eclipse.mylyn.commons.core.CoreUtil.newXmlReader()Lorg/xml/sax/XMLReader; org.eclipse.mylyn.commons.core.CoreUtil.newXmlReader()Lorg/xml/sax/XMLReader;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBDS-2644) Wrong version & build info in About Dialog
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2644?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2644:
-----------------------------
Summary: Wrong version & build info in About Dialog (was: Wrong version & build info in About Dailog)
> Wrong version & build info in About Dialog
> ------------------------------------------
>
> Key: JBDS-2644
> URL: https://issues.jboss.org/browse/JBDS-2644
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, updatesite
> Affects Versions: 7.0.0.Beta1
> Reporter: Stefan Bunciak
> Assignee: Denis Golovin
> Priority: Critical
> Labels: respin-b
> Fix For: 7.0.0.Beta1
>
>
> Updating from 7.0.0.Beta1 to 7.0.0.Beta1a via *update site* caused that version, build id, build date variables are not filled in About Dialog:
> {code}
> JBoss Developer Studio
> Version: @product.releaseNumber@
> Build id: @product.buildQualifier@
> Build date: @product.buildTimeStamp@
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14509) Should only display "result" message when creating jenkins apps or embedding cartridges
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14509?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-14509:
------------------------------------------
pushed upstream
> Should only display "result" message when creating jenkins apps or embedding cartridges
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-14509
> URL: https://issues.jboss.org/browse/JBIDE-14509
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
> Attachments: jenkins.png, showing-result-field-only.png
>
>
> When creating jenkins applications or embedding cartridges we show in a dialog what OpenShift reports back to us:
> * creating jenkins:
> {code}
> "messages":[
> {
> "exit_code":null,
> "field":null,
> "severity":"info",
> "text":"Application jekyll was created."
> },
> {
> "exit_code":0,
> "field":"current_ip",
> "severity":"info",
> "text":"107.21.169.102"
> },
> {
> "exit_code":0,
> "field":"result",
> "severity":"info",
> "text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: edWlFXhq-BqY\n\nNote: You can change your password at: https://jekyll-foobarz.rhcloud.com/me/configure\n\n"
> }
> ],
> {code}
> * embedding mysql:
> {code}
> "messages":[
> {
> "exit_code":null,
> "field":null,
> "severity":"info",
> "text":"Added mysql-5.1 to application springeap6"
> },
> {
> "exit_code":0,
> "field":"result",
> "severity":"info",
> "text":"\nMySQL 5.1 database added. Please make note of these credentials:\n\n Root User: adminnFC22YQ\n Root Password: U1IX8AIlrEcl\n Database Name: springeap6\n\nConnection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/\n\nYou can manage your new MySQL database by also embedding phpmyadmin-3.4.\nThe phpmyadmin username and password will be the same as the MySQL credentials above.\n"
> },
> {
> "exit_code":0,
> "field":"appinfo",
> "severity":"info",
> "text":"Connection URL: mysql://127.13.125.1:3306/\n"
> }
> {code}
> Whe show all message blocks we get back. In case of OpenShift Enterprise this results in us showing non-routeable internal IPs:
> !jenkins.png!
> Talking to Dan McPherson and Brenton LeanHardt we decided to only show the *result* filed and thus not show those internal IPs any more.
> {quote}
> Personally I think "result" is the only thing that's useful. It's not
> like users can connect to mysql://127.13.125.1:3306 in the MySQL case
> without port forwarding. And we don't want them hardcoding IP
> addresses either. It's much better to use the ENV vars that are
> printed in the "result" field.
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months