[JBoss JIRA] (RTGOV-574) Investigate 'index already exists' exception when previous command indicates does not exist
by Gary Brown (JIRA)
Gary Brown created RTGOV-574:
--------------------------------
Summary: Investigate 'index already exists' exception when previous command indicates does not exist
Key: RTGOV-574
URL: https://issues.jboss.org/browse/RTGOV-574
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
When updating to Elasticsearch 1.3.2 (RTGOV-568), noticed that when the EAP server was restarted, it resulted in an IndexAlreadyExistsException from ES.
However this exception was generated from code called to create the indexes - however prior to that call it checks with the ES node whether the indexes already exist.
Ivan McKinley found the following reference that may be relevant: http://stackoverflow.com/questions/23883110/elasticsearch-index-exists-no...
He also suggests:
"If this is the problem then we may have an impact from running “embedded” mode. The more data we have the longer response from the async process perhaps.
externalising the es process may resolve this.. and another test is to remove the entire contents of the index/type/ to further prove that we are affect the amount of data.
The various scenarios here are definitely interesting for us regarding documentation"
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (OVERLORD-148) Add support for wildfly 8
by Eric Wittmann (JIRA)
Eric Wittmann created OVERLORD-148:
--------------------------------------
Summary: Add support for wildfly 8
Key: OVERLORD-148
URL: https://issues.jboss.org/browse/OVERLORD-148
Project: Overlord
Issue Type: Feature Request
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: Overlord-Commons-2.0.11.Final
We need to make sure overlord-commons works and can be installed on wildfly 8. This means updating the installer and ensuring that the IDP functions properly.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (SRAMP-566) Remove Fuse from installer and replace with new Karaf commands
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-566?page=com.atlassian.jira.plugin.... ]
Brett Meyer resolved SRAMP-566.
-------------------------------
Fix Version/s: 0.6.0
Resolution: Done
> Remove Fuse from installer and replace with new Karaf commands
> --------------------------------------------------------------
>
> Key: SRAMP-566
> URL: https://issues.jboss.org/browse/SRAMP-566
> Project: S-RAMP
> Issue Type: Enhancement
> Reporter: Brett Meyer
> Assignee: Brett Meyer
> Fix For: 0.6.0
>
>
> Rather than continue to support Fuse from within the installer, instead create Karaf command(s) to handle it all. Each project will have at least it's own overlord:[project]:configure. We'll also need to kick off overlord-commons GenerateSamlKeystoreCommand somehow, either by creating a central overlord:commons:configure (not sure that's best) or running it from *all* other projects' configure commands (and ensure it's only run once).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (SRAMP-567) Exception Integration Tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-567?page=com.atlassian.jira.plugin.... ]
Brett Meyer resolved SRAMP-567.
-------------------------------
Resolution: Done
> Exception Integration Tests
> ---------------------------
>
> Key: SRAMP-567
> URL: https://issues.jboss.org/browse/SRAMP-567
> Project: S-RAMP
> Issue Type: Bug
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
> Fix For: 0.6.0
>
>
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.193 sec <<< FAILURE!
> testWagonPull(org.overlord.sramp.test.wagon.SrampWagonTest) Time elapsed: 1.402 sec <<< ERROR!
> java.lang.NullPointerException: null
> at java.lang.String.concat(String.java:1970)
> at org.codehaus.plexus.logging.console.ConsoleLogger.log(ConsoleLogger.java:91)
> at org.codehaus.plexus.logging.console.ConsoleLogger.error(ConsoleLogger.java:68)
> at org.overlord.sramp.wagon.SrampWagon.error(SrampWagon.java:992)
> at org.overlord.sramp.wagon.SrampWagon.doGetArtifact(SrampWagon.java:491)
> at org.overlord.sramp.wagon.SrampWagon.fillInputData(SrampWagon.java:224)
> at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> at org.overlord.sramp.test.wagon.SrampWagonTest.testWagonPull(SrampWagonTest.java:351)
> Running org.overlord.sramp.test.server.atom.services.OntologyResourceTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 sec
> Running org.overlord.sramp.test.server.atom.services.ServiceDocumentResourceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
> Running org.overlord.sramp.test.server.atom.services.QueryResourceTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.207 sec
> Running org.overlord.sramp.test.server.atom.services.AuditResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 sec
> Running org.overlord.sramp.test.server.atom.services.BatchResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.549 sec
> Running org.overlord.sramp.test.server.atom.services.ArtifactResourceTest
> Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.969 sec <<< FAILURE!
> testFullPurchaseOrderXSD(org.overlord.sramp.test.server.atom.services.ArtifactResourceTest) Time elapsed: 1.873 sec <<< ERROR!
> java.lang.NullPointerException: null
> at org.overlord.sramp.common.SrampModelUtils.getCustomProperty(SrampModelUtils.java:97)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.verifyEntryUpdated(ArtifactResourceTest.java:736)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.testFullPurchaseOrderXSD(ArtifactResourceTest.java:611)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (SRAMP-567) Exception Integration Tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-567?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-567:
------------------------------
Git Pull Request: https://github.com/Governance/s-ramp/pull/488
> Exception Integration Tests
> ---------------------------
>
> Key: SRAMP-567
> URL: https://issues.jboss.org/browse/SRAMP-567
> Project: S-RAMP
> Issue Type: Bug
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
>
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.193 sec <<< FAILURE!
> testWagonPull(org.overlord.sramp.test.wagon.SrampWagonTest) Time elapsed: 1.402 sec <<< ERROR!
> java.lang.NullPointerException: null
> at java.lang.String.concat(String.java:1970)
> at org.codehaus.plexus.logging.console.ConsoleLogger.log(ConsoleLogger.java:91)
> at org.codehaus.plexus.logging.console.ConsoleLogger.error(ConsoleLogger.java:68)
> at org.overlord.sramp.wagon.SrampWagon.error(SrampWagon.java:992)
> at org.overlord.sramp.wagon.SrampWagon.doGetArtifact(SrampWagon.java:491)
> at org.overlord.sramp.wagon.SrampWagon.fillInputData(SrampWagon.java:224)
> at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> at org.overlord.sramp.test.wagon.SrampWagonTest.testWagonPull(SrampWagonTest.java:351)
> Running org.overlord.sramp.test.server.atom.services.OntologyResourceTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 sec
> Running org.overlord.sramp.test.server.atom.services.ServiceDocumentResourceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
> Running org.overlord.sramp.test.server.atom.services.QueryResourceTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.207 sec
> Running org.overlord.sramp.test.server.atom.services.AuditResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 sec
> Running org.overlord.sramp.test.server.atom.services.BatchResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.549 sec
> Running org.overlord.sramp.test.server.atom.services.ArtifactResourceTest
> Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.969 sec <<< FAILURE!
> testFullPurchaseOrderXSD(org.overlord.sramp.test.server.atom.services.ArtifactResourceTest) Time elapsed: 1.873 sec <<< ERROR!
> java.lang.NullPointerException: null
> at org.overlord.sramp.common.SrampModelUtils.getCustomProperty(SrampModelUtils.java:97)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.verifyEntryUpdated(ArtifactResourceTest.java:736)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.testFullPurchaseOrderXSD(ArtifactResourceTest.java:611)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (SRAMP-567) Exception Integration Tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-567?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-567:
------------------------------
Fix Version/s: 0.6.0
> Exception Integration Tests
> ---------------------------
>
> Key: SRAMP-567
> URL: https://issues.jboss.org/browse/SRAMP-567
> Project: S-RAMP
> Issue Type: Bug
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
> Fix For: 0.6.0
>
>
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.193 sec <<< FAILURE!
> testWagonPull(org.overlord.sramp.test.wagon.SrampWagonTest) Time elapsed: 1.402 sec <<< ERROR!
> java.lang.NullPointerException: null
> at java.lang.String.concat(String.java:1970)
> at org.codehaus.plexus.logging.console.ConsoleLogger.log(ConsoleLogger.java:91)
> at org.codehaus.plexus.logging.console.ConsoleLogger.error(ConsoleLogger.java:68)
> at org.overlord.sramp.wagon.SrampWagon.error(SrampWagon.java:992)
> at org.overlord.sramp.wagon.SrampWagon.doGetArtifact(SrampWagon.java:491)
> at org.overlord.sramp.wagon.SrampWagon.fillInputData(SrampWagon.java:224)
> at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> at org.overlord.sramp.test.wagon.SrampWagonTest.testWagonPull(SrampWagonTest.java:351)
> Running org.overlord.sramp.test.server.atom.services.OntologyResourceTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.866 sec
> Running org.overlord.sramp.test.server.atom.services.ServiceDocumentResourceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
> Running org.overlord.sramp.test.server.atom.services.QueryResourceTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.207 sec
> Running org.overlord.sramp.test.server.atom.services.AuditResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 sec
> Running org.overlord.sramp.test.server.atom.services.BatchResourceTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.549 sec
> Running org.overlord.sramp.test.server.atom.services.ArtifactResourceTest
> Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.969 sec <<< FAILURE!
> testFullPurchaseOrderXSD(org.overlord.sramp.test.server.atom.services.ArtifactResourceTest) Time elapsed: 1.873 sec <<< ERROR!
> java.lang.NullPointerException: null
> at org.overlord.sramp.common.SrampModelUtils.getCustomProperty(SrampModelUtils.java:97)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.verifyEntryUpdated(ArtifactResourceTest.java:736)
> at org.overlord.sramp.test.server.atom.services.ArtifactResourceTest.testFullPurchaseOrderXSD(ArtifactResourceTest.java:611)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months
[JBoss JIRA] (SRAMP-569) Create maven plugin to merge .properties files
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-569?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-569:
------------------------------
Fix Version/s: 0.6.0
> Create maven plugin to merge .properties files
> ----------------------------------------------
>
> Key: SRAMP-569
> URL: https://issues.jboss.org/browse/SRAMP-569
> Project: S-RAMP
> Issue Type: Enhancement
> Reporter: Brett Meyer
> Assignee: David virgil naranjo
> Fix For: 0.6.0
>
>
> SRAMP-566 removes Fuse from s-ramp-installer. Instead, Fuse configuration is scripted through s-ramp-karaf-commands. That project currently controls its own versions of sramp.properties, sramp-ui.properties, etc. This was originally done since some of the values are static and *specific* to Fuse.
> However, several values remain unchanged when compared to the other platforms. It would be better if s-ramp-karaf-commands/pom.xml was able to pull ../s-ramp-installer/**/*.properties and merge it with .properties still controlled in s-ramp-karaf-commands. However, the s-ramp-karaf-commands version would contain *only* the Fuse specific values.
> Essentially, we're relying on s-ramp-installer's versions during buildtime, but overriding with any necessary Fuse values in s-ramp-karaf-commands. A custom Maven plugin to support this should be incredibly easy. Use Java's Properties, load the first version, then load and override with the 2nd. See http://beardedgeeks.googlecode.com/svn/docs/maven-merge-properties-plugin... for inspiration.
> Note that this is also needed for overlord-commons-karaf-commands (configure.dtd, overlord.properties, etc.)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 3 months