[JBoss JIRA] (JBIDE-12381) Provide a mean to display requests and responses from the java-client layer
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12381?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-12381.
--------------------------------------
Resolution: Done
This issue was covering the initial implementation which is done. I and Xavier, we both have it running when running from source. This implementation not working in binary build is covered by JBIDE-13664. Thus I resolve this issue again.
> Provide a mean to display requests and responses from the java-client layer
> ---------------------------------------------------------------------------
>
> Key: JBIDE-12381
> URL: https://issues.jboss.org/browse/JBIDE-12381
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Alpha1
>
> Attachments: trace.png, tracing-preferences.png
>
>
> We should provide a way to let the java-client log requests and responses (with a trigger to enable/disable), so that users problem can be more easily debugged.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13666) Not exact error describction when renaming domain to one that is already used
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13666?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13666.
--------------------------------------
Resolution: Won't Fix
closing as *Wont fix* since
1) I suspect you ran into a special error, the error I can reproduce looks pretty expressive. It tells me that the domain name is already in use.
2) there's nothing we can do for your error in JBT. You should report it to OpenShift
> Not exact error describction when renaming domain to one that is already used
> -----------------------------------------------------------------------------
>
> Key: JBIDE-13666
> URL: https://issues.jboss.org/browse/JBIDE-13666
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
>
> When trying to rename an existing domain to a domain name which already exists (within different openshift account):
> {code}
> Could not rename domain "sbunciak": [Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."]
> Could not request https://openshift.redhat.com/broker/rest/domains/pipistik: Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."
> {code}
> This message really doesn't describe the real problem - that I'm trying to use a domain name which is already used.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13666) Not exact error describction when renaming domain to one that is already used
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13666?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-13666:
-------------------------------------
Steps to Reproduce:
# ASSERT: make sure you have an account with a domain on OpenShift
# EXEC: in *OpenShift Explorer*, select your user and pick *Create or Edit Domain...*
# EXEC: delete the existing domain-name and replace it with a domain-name you already use for a different user (or simply pick *mydomain* which is already used.
> Not exact error describction when renaming domain to one that is already used
> -----------------------------------------------------------------------------
>
> Key: JBIDE-13666
> URL: https://issues.jboss.org/browse/JBIDE-13666
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
>
> When trying to rename an existing domain to a domain name which already exists (within different openshift account):
> {code}
> Could not rename domain "sbunciak": [Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."]
> Could not request https://openshift.redhat.com/broker/rest/domains/pipistik: Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."
> {code}
> This message really doesn't describe the real problem - that I'm trying to use a domain name which is already used.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13666) Not exact error describction when renaming domain to one that is already used
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13666?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13666:
------------------------------------------
When I rename a domain to an existing name I get the following quite explicit error:
!rename-domain-error.png!
What you displayed above looks pretty much like a problem reported when writing to the MongoDB OpenShift is using to store settings. I suspect you ran into a special error. There's not much we can do in JBT, this needs to get filed against OpenShift in their bugzilla: https://bugzilla.redhat.com/, Product: OpenShift origin, Component: REST API
> Not exact error describction when renaming domain to one that is already used
> -----------------------------------------------------------------------------
>
> Key: JBIDE-13666
> URL: https://issues.jboss.org/browse/JBIDE-13666
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Alpha1
> Reporter: Stefan Bunciak
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
>
> When trying to rename an existing domain to a domain name which already exists (within different openshift account):
> {code}
> Could not rename domain "sbunciak": [Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."]
> Could not request https://openshift.redhat.com/broker/rest/domains/pipistik: Operation failed with exit code "1".Reason given: "
> Problem:
> Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
> Summary:
> When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
> Resolution:
> Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."
> {code}
> This message really doesn't describe the real problem - that I'm trying to use a domain name which is already used.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13667) BrowserSim: preferences refactoring
by Konstantin Marmalyukov (JIRA)
Konstantin Marmalyukov created JBIDE-13667:
----------------------------------------------
Summary: BrowserSim: preferences refactoring
Key: JBIDE-13667
URL: https://issues.jboss.org/browse/JBIDE-13667
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Visual Page Editor core
Affects Versions: 4.1.0.Alpha2
Reporter: Konstantin Marmalyukov
Assignee: Konstantin Marmalyukov
Fix For: 4.1.0.Alpha2
Need to separate preferences to common for all browserSim windows and specific for every window
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13666) Not exact error describction when renaming domain to one that is already used
by Stefan Bunciak (JIRA)
Stefan Bunciak created JBIDE-13666:
--------------------------------------
Summary: Not exact error describction when renaming domain to one that is already used
Key: JBIDE-13666
URL: https://issues.jboss.org/browse/JBIDE-13666
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.0.Alpha1
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Fix For: 4.1.0.Alpha2
When trying to rename an existing domain to a domain name which already exists (within different openshift account):
{code}
Could not rename domain "sbunciak": [Operation failed with exit code "1".Reason given: "
Problem:
Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
Summary:
When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
Resolution:
Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."]
Could not request https://openshift.redhat.com/broker/rest/domains/pipistik: Operation failed with exit code "1".Reason given: "
Problem:
Document(s) not found for class PendingDomainOps with id(s) 512df956e0b8cd59a20001fa.
Summary:
When calling PendingDomainOps.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): 512df956e0b8cd59a20001fa ... (1 total) and the following ids were not found: 512df956e0b8cd59a20001fa.
Resolution:
Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples."
{code}
This message really doesn't describe the real problem - that I'm trying to use a domain name which is already used.
--
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
13 years, 1 month