[JBoss JIRA] (JBIDE-14342) I dont get credentials reported when I create a jenkins initially (when creating an app)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14342?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14342 at 4/30/13 8:36 AM:
-------------------------------------------------------------------
I noticed that it became very frequent (maybe 50% of the cases) that I get an unexpected response when I create a jenkins application. When it works I get a response of type "application" (*"type":"application"*), when it doesn't I get a response of type "domain" (*"type":"domain"*) as if I had listed my domain.
In consequence JBoss Tools is not able to present the jenkins url and credentials to the user as it does when it works.
When it works I get the following:
{code}
{
"data":{
"aliases":[
],
"app_url":"http://jackie-1367305329108.rhcloud.com/",
"build_job_url":null,
"building_app":null,
"building_with":null,
"creation_time":"2013-04-30T11:59:05Z",
"domain_id":"1367305329108",
"embedded":{
},
"framework":"jenkins-1.4",
...
"messages":[
{
"exit_code":null,
"field":null,
"severity":"info",
"text":"Application jackie was created."
},
{
"exit_code":0,
"field":"current_ip",
"severity":"info",
"text":"184.73.138.68"
},
{
"exit_code":0,
"field":"result",
"severity":"info",
"text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: XXXX \n\nNote: You can change your password at: https://jackie-1367305329108.rhcloud.com/me/configure\n\n"
}
],
"status":"created",
...
"type":"application",
"version":"1.0"
...
{code}
If it doesn't, I get a response as if I had listed my domain. Of course there are no messages that would report the jenkins credentials and url:
{code}
{
"data":{
"id":"1367305329108",
"links":{
"GET":{
"href":"https://openshift.redhat.com/broker/rest/domains/1367305329108",
"method":"GET",
"optional_params":[
],
...
"messages":[
],
"status":"ok",
"type":"domain",
"version":"1.0"
...
{code}
was (Author: adietish):
I noticed that it became very frequent (maybe 50% of the cases) that I get an unexpected response when I create a jenkins application. When it works I get a response of type "application" ("type":"application"), when it doesn't I get a response of type "domain" ("type":"domain") as if I had listed my domain.
In consequence JBoss Tools is not able to present the jenkins url and credentials to the user as it does when it works.
When it works I get the following:
{code}
{
"data":{
"aliases":[
],
"app_url":"http://jackie-1367305329108.rhcloud.com/",
"build_job_url":null,
"building_app":null,
"building_with":null,
"creation_time":"2013-04-30T11:59:05Z",
"domain_id":"1367305329108",
"embedded":{
},
"framework":"jenkins-1.4",
...
"messages":[
{
"exit_code":null,
"field":null,
"severity":"info",
"text":"Application jackie was created."
},
{
"exit_code":0,
"field":"current_ip",
"severity":"info",
"text":"184.73.138.68"
},
{
"exit_code":0,
"field":"result",
"severity":"info",
"text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: XXXX \n\nNote: You can change your password at: https://jackie-1367305329108.rhcloud.com/me/configure\n\n"
}
],
"status":"created",
...
"type":"application",
"version":"1.0"
...
{code}
If it doesn't, I get a response as if I had listed my domain. Of course there are no messages that would report the jenkins credentials and url:
{code}
{
"data":{
"id":"1367305329108",
"links":{
"GET":{
"href":"https://openshift.redhat.com/broker/rest/domains/1367305329108",
"method":"GET",
"optional_params":[
],
...
"messages":[
],
"status":"ok",
"type":"domain",
"version":"1.0"
...
{code}
> I dont get credentials reported when I create a jenkins initially (when creating an app)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-14342
> URL: https://issues.jboss.org/browse/JBIDE-14342
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
> Attachments: correct-creation-log.png, null-creation-log.png
>
>
--
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, 11 months
[JBoss JIRA] (JBIDE-14126) Weinre Inspector is showing no data within Elements tab
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14126?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14126:
-------------------------------------
Assignee: Konstantin Marmalyukov
This happens because phonegap servers are very slow. Often they do not even respond. One or more refreshes may help in this case.
> Weinre Inspector is showing no data within Elements tab
> -------------------------------------------------------
>
> Key: JBIDE-14126
> URL: https://issues.jboss.org/browse/JBIDE-14126
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.0.Alpha2
> Environment: Fedora 17 64bit, KDE, jbdevstudio-product-eap-universal-7.0.0.Alpha2-v20130421-0725-B198, Java Sun JDK 1.6.0_32
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Beta1
>
> Attachments: localamazon.png, localbrowsersimhtml5.png, localhtml5.png, phonegapamazon.png
>
>
> 1. Open www.amazon.com page in Browsersim
> 2. Run Weinre Inspector via Browsersim context menu "Weinre"
> ERROR: No elements shown on Elements tab
> Client is connected:
> !phonegapamazon.png!
> 3. Run Weinre server locally.
> 4. Set Browsersim to use local Weinre server
> 5. Run Weinre Inspector as in step 2.
> ERROR: No elements shown on Elements tab
> Client is connected:
> !localamazon.png!
> 6. Create HTML5 project from JBoss Central
> 7. Insert script tag allowing debugging via local Weinre server to index.html
> 8. Run HTML5 project on Server
> 9. Open HTML5 index.html in system borwser
> ASSERT: Weinre debugging works
> !localhtml5.png!
> ERROR: Weinre debugging is not working from JBDS internal browser
> 10. Open index.html of HTML5 project in Browsersim
> 11. Open Weinre debug link in Browser
> ERROR: No elements shown on Elements tab
> Client is connected:
> !localbrowsersimhtml5.png!
--
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, 11 months
[JBoss JIRA] (JBIDE-14342) I dont get credentials reported when I create a jenkins initially (when creating an app)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14342?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14342 at 4/30/13 8:20 AM:
-------------------------------------------------------------------
I noticed that it became very frequent (maybe 50% of the cases) that I get an unexpected response when I create a jenkins application. When it works I get a response of type "application" ("type":"application"), when it doesn't I get a response of type "domain" ("type":"domain") as if I had listed my domain.
In consequence JBoss Tools is not able to present the jenkins url and credentials to the user as it does when it works:
https://issues.jboss.org/browse/JBIDE-14342
When it works I get the following:
{code}
{
"data":{
"aliases":[
],
"app_url":"http://jackie-1367305329108.rhcloud.com/",
"build_job_url":null,
"building_app":null,
"building_with":null,
"creation_time":"2013-04-30T11:59:05Z",
"domain_id":"1367305329108",
"embedded":{
},
"framework":"jenkins-1.4",
...
"messages":[
{
"exit_code":null,
"field":null,
"severity":"info",
"text":"Application jackie was created."
},
{
"exit_code":0,
"field":"current_ip",
"severity":"info",
"text":"184.73.138.68"
},
{
"exit_code":0,
"field":"result",
"severity":"info",
"text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: XXXX \n\nNote: You can change your password at: https://jackie-1367305329108.rhcloud.com/me/configure\n\n"
}
],
"status":"created",
...
"type":"application",
"version":"1.0"
...
{code}
If it doesn't, I get a response as if I had listed my domain. Of course there are no messages that would report the jenkins credentials and url:
{code}
{
"data":{
"id":"1367305329108",
"links":{
"GET":{
"href":"https://openshift.redhat.com/broker/rest/domains/1367305329108",
"method":"GET",
"optional_params":[
],
...
"messages":[
],
"status":"ok",
"type":"domain",
"version":"1.0"
...
{code}
was (Author: adietish):
removed erroneous comment (commented wrong issue)
> I dont get credentials reported when I create a jenkins initially (when creating an app)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-14342
> URL: https://issues.jboss.org/browse/JBIDE-14342
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
> Attachments: correct-creation-log.png, null-creation-log.png
>
>
--
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, 11 months
[JBoss JIRA] (JBIDE-14342) I dont get credentials reported when I create a jenkins initially (when creating an app)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14342?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14342 at 4/30/13 8:20 AM:
-------------------------------------------------------------------
I noticed that it became very frequent (maybe 50% of the cases) that I get an unexpected response when I create a jenkins application. When it works I get a response of type "application" ("type":"application"), when it doesn't I get a response of type "domain" ("type":"domain") as if I had listed my domain.
In consequence JBoss Tools is not able to present the jenkins url and credentials to the user as it does when it works.
When it works I get the following:
{code}
{
"data":{
"aliases":[
],
"app_url":"http://jackie-1367305329108.rhcloud.com/",
"build_job_url":null,
"building_app":null,
"building_with":null,
"creation_time":"2013-04-30T11:59:05Z",
"domain_id":"1367305329108",
"embedded":{
},
"framework":"jenkins-1.4",
...
"messages":[
{
"exit_code":null,
"field":null,
"severity":"info",
"text":"Application jackie was created."
},
{
"exit_code":0,
"field":"current_ip",
"severity":"info",
"text":"184.73.138.68"
},
{
"exit_code":0,
"field":"result",
"severity":"info",
"text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: XXXX \n\nNote: You can change your password at: https://jackie-1367305329108.rhcloud.com/me/configure\n\n"
}
],
"status":"created",
...
"type":"application",
"version":"1.0"
...
{code}
If it doesn't, I get a response as if I had listed my domain. Of course there are no messages that would report the jenkins credentials and url:
{code}
{
"data":{
"id":"1367305329108",
"links":{
"GET":{
"href":"https://openshift.redhat.com/broker/rest/domains/1367305329108",
"method":"GET",
"optional_params":[
],
...
"messages":[
],
"status":"ok",
"type":"domain",
"version":"1.0"
...
{code}
was (Author: adietish):
I noticed that it became very frequent (maybe 50% of the cases) that I get an unexpected response when I create a jenkins application. When it works I get a response of type "application" ("type":"application"), when it doesn't I get a response of type "domain" ("type":"domain") as if I had listed my domain.
In consequence JBoss Tools is not able to present the jenkins url and credentials to the user as it does when it works:
https://issues.jboss.org/browse/JBIDE-14342
When it works I get the following:
{code}
{
"data":{
"aliases":[
],
"app_url":"http://jackie-1367305329108.rhcloud.com/",
"build_job_url":null,
"building_app":null,
"building_with":null,
"creation_time":"2013-04-30T11:59:05Z",
"domain_id":"1367305329108",
"embedded":{
},
"framework":"jenkins-1.4",
...
"messages":[
{
"exit_code":null,
"field":null,
"severity":"info",
"text":"Application jackie was created."
},
{
"exit_code":0,
"field":"current_ip",
"severity":"info",
"text":"184.73.138.68"
},
{
"exit_code":0,
"field":"result",
"severity":"info",
"text":"\nJenkins created successfully. Please make note of these credentials:\n\n User: admin\n Password: XXXX \n\nNote: You can change your password at: https://jackie-1367305329108.rhcloud.com/me/configure\n\n"
}
],
"status":"created",
...
"type":"application",
"version":"1.0"
...
{code}
If it doesn't, I get a response as if I had listed my domain. Of course there are no messages that would report the jenkins credentials and url:
{code}
{
"data":{
"id":"1367305329108",
"links":{
"GET":{
"href":"https://openshift.redhat.com/broker/rest/domains/1367305329108",
"method":"GET",
"optional_params":[
],
...
"messages":[
],
"status":"ok",
"type":"domain",
"version":"1.0"
...
{code}
> I dont get credentials reported when I create a jenkins initially (when creating an app)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-14342
> URL: https://issues.jboss.org/browse/JBIDE-14342
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
> Attachments: correct-creation-log.png, null-creation-log.png
>
>
--
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, 11 months
[JBoss JIRA] (JBIDE-14103) BrowserSim: View Source results in a blank page is JBoss Tools JST plugins are not installed
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14103?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14103:
-------------------------------------
Description:
*Steps to reproduce:*
1. Install BrowserSim plugins only into Eclipse (or remove org.jboss.tools.jst.jsp plugin from your Eclipse/JBDS installation)
2. Open a web site in Eclipse, e.g. http://jboss.org
3. Select View Source from the menu
*Actual result:*
!screenshot-1.png|thumbnail!
*4QAs how to test it easier:*
# Go to Eclipse Preferences > General > Editors > File Assotiations > *.html
# FOR every editor in the Associated Editors list Do
## Select as Default > OK
## BrowserSim > go to a web site (e.g. http://jboss.org) > View Page Source
## Check the editor view
was:
*Steps to reproduce:*
1. Install BrowserSim plugins only into Eclipse (or remove org.jboss.tools.jst.jsp plugin from your Eclipse/JBDS installation)
2. Open a web site in Eclipse, e.g. http://jboss.org
3. Select View Source from the menu
*Actual result:*
!screenshot-1.png|thumbnail!
> BrowserSim: View Source results in a blank page is JBoss Tools JST plugins are not installed
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-14103
> URL: https://issues.jboss.org/browse/JBIDE-14103
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Yahor Radtsevich
> Assignee: Yahor Radtsevich
> Fix For: 4.1.0.Beta1
>
> Attachments: screenshot-1.png
>
>
> *Steps to reproduce:*
> 1. Install BrowserSim plugins only into Eclipse (or remove org.jboss.tools.jst.jsp plugin from your Eclipse/JBDS installation)
> 2. Open a web site in Eclipse, e.g. http://jboss.org
> 3. Select View Source from the menu
> *Actual result:*
> !screenshot-1.png|thumbnail!
> *4QAs how to test it easier:*
> # Go to Eclipse Preferences > General > Editors > File Assotiations > *.html
> # FOR every editor in the Associated Editors list Do
> ## Select as Default > OK
> ## BrowserSim > go to a web site (e.g. http://jboss.org) > View Page Source
> ## Check the editor view
--
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, 11 months
[JBoss JIRA] (JBIDE-2720) Need 64-bit windows support
by Carsten Pfeiffer (JIRA)
[ https://issues.jboss.org/browse/JBIDE-2720?page=com.atlassian.jira.plugin... ]
Carsten Pfeiffer commented on JBIDE-2720:
-----------------------------------------
FWIW, we have built xulrunner 1.9.2.25 for Win64 by backporting the changes from http://wiki.mozilla-x86-64.com.
Support for JavaXPCOM is included.
We'll happily share this, but unfortunately there are some problems on the SWT side.
- For Eclipse 3.7.x, you only need to build the swt-xulrunner-xxx..dll for Win64 and it just works.
- For Eclipse 3.8 and 4.2, you need to patch and build swt-xulrunner-xxx..dll
- For Eclipse 4.3, an additional patch is needed for swt-xulrunner-xxx.dll
So it's time for the SWT guys to fix the swt-xulrunner.dll. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=199660
Maybe we can still get this in for 4.3.
> Need 64-bit windows support
> ---------------------------
>
> Key: JBIDE-2720
> URL: https://issues.jboss.org/browse/JBIDE-2720
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Visual Page Editor core
> Affects Versions: 2.1.0.GA, 2.1.1, 2.1.2, 3.0.0.alpha
> Reporter: Samuel Mendenhall
> Assignee: Yahor Radtsevich
> Fix For: 4.0.x
>
> Attachments: .mozconfig, buildlog1.log, buildlog1_x86_short.log, buildlog2.log, buildlog2_x86_short.log, buildlog3.log, build_error_when_run_x64.bat.txt, build_log_win_sdk6.log.txt, build_log_win_sdk7.log.txt, mozconfig1, mozconfig2
>
>
> If you use a 64 bit jdk, the XULRunner parts of JBoss Tools does not load.
> We should look into providing a xulrunner for windows 64 bit.
--
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, 11 months