[JBoss JIRA] (JBIDE-13671) parent pom should use last-mod-timestamp from git for a plugin/feature instead of current timestamp when building
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-13671:
---------------------------------------
[~nickboldt] but isn't this dangerous exactly because of what [~mickael_istria] said? You will skip the publish because there are no changes in the git repo. But the newly built plugins might differ because of a change in the parent pom. (At least until we stop using SNAPSHOT.)
> parent pom should use last-mod-timestamp from git for a plugin/feature instead of current timestamp when building
> -----------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.1.0.Alpha2
>
> Attachments: jbide13671-before-and-after.png
>
>
> This needs to be added to master parent pom:
> {code}
> <plugin>
> <groupId>org.eclipse.tycho</groupId>
> <artifactId>tycho-packaging-plugin</artifactId>
> <version>${tycho.version}</version>
> <dependencies>
> <dependency>
> <groupId>org.eclipse.tycho.extras</groupId>
> <artifactId>tycho-buildtimestamp-jgit</artifactId>
> <version>${tycho-extras.version}</version>
> </dependency>
> </dependencies>
> <configuration>
> <strictBinIncludes>false</strictBinIncludes>
> <format>'v'yyyyMMdd-HHmm</format>
> <timestampProvider>jgit</timestampProvider>
> <jgit.ignore>
> </jgit.ignore>
> </configuration>
> </plugin>
> {code}
> Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
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, 8 months
[JBoss JIRA] (JBIDE-13666) Error when renaming a domain with 1+ applications
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13666?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-13666:
-------------------------------------------------
Abhishek Gupta <abhgupta(a)redhat.com> made a comment on [bug 916330|https://bugzilla.redhat.com/show_bug.cgi?id=916330]
I believe this was an issue with trying to read the parent domain pending_op from secondary within 500ms of the domain pending op being created. Perhaps not enough time for things to have been synced to secondary on a loaded mongo.
This has now been fixed to read from the primary.
> Error when renaming a domain with 1+ applications
> -------------------------------------------------
>
> 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
>
> Attachments: rename-domain-error.png
>
>
> This is a TRACKER/WATCHER issue that helps us tracking the fixing-progress on OpenShift (https://bugzilla.redhat.com/show_bug.cgi?id=916330). There's nothing we can do about this.
> 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
12 years, 8 months
[JBoss JIRA] (JBIDE-13666) Error when renaming a domain with 1+ applications
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13666?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-13666:
-------------------------------------------------
Abhishek Gupta <abhgupta(a)redhat.com> changed the Status of [bug 916330|https://bugzilla.redhat.com/show_bug.cgi?id=916330] from ASSIGNED to ON_QA
> Error when renaming a domain with 1+ applications
> -------------------------------------------------
>
> 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
>
> Attachments: rename-domain-error.png
>
>
> This is a TRACKER/WATCHER issue that helps us tracking the fixing-progress on OpenShift (https://bugzilla.redhat.com/show_bug.cgi?id=916330). There's nothing we can do about this.
> 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
12 years, 8 months
[JBoss JIRA] (JBIDE-13201) BYOE - Marketplace Installation on Mac - fails to start JBoss EAP
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13201?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-13201:
----------------------------------
Release Notes Docs Status: Not Required
> BYOE - Marketplace Installation on Mac - fails to start JBoss EAP
> -----------------------------------------------------------------
>
> Key: JBIDE-13201
> URL: https://issues.jboss.org/browse/JBIDE-13201
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS/Servers
> Environment: Mac OSX Lion (10.7)
> Eclipse Java EE IDE for Web Developers for Mac OS X 64bit
> * Version: Juno Service Release 1
> * Build id: 20121004-1855
> * Oracle Java 1.7.0_04
> EAP 6.0.0
> * Oracle Java 1.7.0_04
> Reporter: Burr Sutter
> Assignee: Denis Golovin
> Labels: respin-a
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
> Attachments: Configuration.txt, EAP6_FirstPage.png, EAP_Stack.txt, JBDS_Stack.txt, jbosstools-diagnostics-20121129152254.zip, Server_Starting.png
>
>
> The IDE does not recognize that JBoss EAP 6.0.0 is started - it eventually times out.
--
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, 8 months