]
Brett Meyer closed SRAMP-457.
-----------------------------
Resolution: Rejected
According to David, this was opened in error. Closing.
S-ramp installer error when installing over an existing server
instance
-----------------------------------------------------------------------
Key: SRAMP-457
URL:
https://issues.jboss.org/browse/SRAMP-457
Project: S-RAMP
Issue Type: Bug
Reporter: David virgil naranjo
Assignee: David virgil naranjo
Error in the s-ramp distro assembly for jboss eap:
>
> It happens when it is installed over a not clean jboss server instance:
> Steps:
> Unzip Jboss eap 6.3 Alpha
> Install switchyard over eap
> execute the ant s-ramp-distro assembly build
> If you run now jboss eap it will work.
> Install again s-ramp in jboss eap then causes the following error:
https://gist.github.com/dvirgiln/b2f5f80234c97fc2b3b1
The overlord-commons installer will get skipped if run multiple times,
but it does this by looking for the keystore. If it finds the keystore
it assumes that it's already been run and skips itself.
Nothing like this exists for s-ramp. So it will make all the
standalone.xml changes (using XSLT) each time you run it.