[JBoss JIRA] (RTGOV-413) Sort out transitive dependencies between rtgov artifacts
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-413?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-413:
-----------------------------
Description:
Following combining artifacts from module into the war, sort out the transitive dependencies between the rtgov artifacts.
was:
Currently the active collection sources, event processor networks, etc. use an approach to dependencies that is EAP specific.
To plan for future support of other application servers, change to use a more general approach.
> Sort out transitive dependencies between rtgov artifacts
> --------------------------------------------------------
>
> Key: RTGOV-413
> URL: https://issues.jboss.org/browse/RTGOV-413
> Project: RTGov (Run Time Governance)
> Issue Type: Task
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.M1
>
>
> Following combining artifacts from module into the war, sort out the transitive dependencies between the rtgov artifacts.
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-412) RTGov client installation failing due to missing idp
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/RTGOV-412?page=com.atlassian.jira.plugin.... ]
Work on RTGOV-412 started by Eric Wittmann.
> RTGov client installation failing due to missing idp
> ----------------------------------------------------
>
> Key: RTGOV-412
> URL: https://issues.jboss.org/browse/RTGOV-412
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Eric Wittmann
> Fix For: 2.0.0.M1
>
>
> When installing the rtgov client (using "mvn install -Dtype=client" from the root folder of the distribution after setting JBOSS_HOME to point to the EAP installation), it complains about not finding the overlord commons IDP - however for the client configuration, I don't believe it should be using the IDP, so wondering whether the overlord-commons installer has changed in some way?
> The error is:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.186s
> [INFO] Finished at: Wed Mar 26 11:03:08 GMT 2014
> [INFO] Final Memory: 15M/490M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project install: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/build.xml:22: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/build.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:41: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:317: java.io.FileNotFoundException: /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/overlord-commons-idp.war (No such file or directory)
> [ERROR] around Ant part ...<ant antfile="profiles/client/build.xml" target="deploy">... @ 6:60 in /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> {noformat}
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-412) RTGov client installation failing due to missing idp
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-412?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-412:
----------------------------------
Yes this particular installation profile only includes the client.
The server profile (which is the default install option) does include the IDP artifacts, so is picked up during the installation. However previously the client profile didn't need these - but for some reason the commons ant script is now trying to access them.
> RTGov client installation failing due to missing idp
> ----------------------------------------------------
>
> Key: RTGOV-412
> URL: https://issues.jboss.org/browse/RTGOV-412
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Eric Wittmann
> Fix For: 2.0.0.M1
>
>
> When installing the rtgov client (using "mvn install -Dtype=client" from the root folder of the distribution after setting JBOSS_HOME to point to the EAP installation), it complains about not finding the overlord commons IDP - however for the client configuration, I don't believe it should be using the IDP, so wondering whether the overlord-commons installer has changed in some way?
> The error is:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.186s
> [INFO] Finished at: Wed Mar 26 11:03:08 GMT 2014
> [INFO] Final Memory: 15M/490M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project install: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/build.xml:22: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/build.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:41: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:317: java.io.FileNotFoundException: /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/overlord-commons-idp.war (No such file or directory)
> [ERROR] around Ant part ...<ant antfile="profiles/client/build.xml" target="deploy">... @ 6:60 in /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> {noformat}
--
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
10 years, 9 months