[JBoss JIRA] (SRAMP-544) SNAPSHOT artifacts can no longer be pulled from S-RAMP
by Brett Meyer (JIRA)
Brett Meyer created SRAMP-544:
---------------------------------
Summary: SNAPSHOT artifacts can no longer be pulled from S-RAMP
Key: SRAMP-544
URL: https://issues.jboss.org/browse/SRAMP-544
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Brett Meyer
Assignee: Brett Meyer
Priority: Critical
If a project uses the Wagon or facade as a dependency repo, SRAMP-507 breaks the ability to pull SNAPSHOT artifacts. Since we append the timestamp, simply using the original GAV no longer works. To duplicate, run the new multimodule webapp demo.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (SRAMP-507) Modify way the snapshot artifacts are stored in s-ramp
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-507?page=com.atlassian.jira.plugin.... ]
Brett Meyer commented on SRAMP-507:
-----------------------------------
Just discovered that this broke the ability to pull SNAPSHOT artifacts from the Wagon/facade if using S-RAMP as a dependency repo. Following up with SRAMP-544
> Modify way the snapshot artifacts are stored in s-ramp
> ------------------------------------------------------
>
> Key: SRAMP-507
> URL: https://issues.jboss.org/browse/SRAMP-507
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: David virgil naranjo
> Assignee: David virgil naranjo
> Fix For: 0.5.0.Beta2
>
>
> Include a property mvn.snapshot.timestamp (in case the name contains the timestamp)
> When deploying a snapshot artifact, maven will include a timestamp in the filename. The maven repository facade *and* the s-ramp wagon should be updated to store this timestamp info in a new s-ramp property (see above). In addition, the s-ramp wagon should no longer *ever* attempt to update an artifact. Here is what it should do:
> h4. Release artifacts
> * If this artifact (GAV) already exists in s-ramp, fail
> * If this artifact doesn't yet exist, add it
> h4. Snapshot artifacts
> * If this artifact (GAV + timestamp) already exists in s-ramp, fail
> * If this artifact doesn't yet exist, add it along with its timestamp information
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-557) NPE in service definition build when interface not available
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-557?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-557:
-----------------------------
Git Pull Request: https://github.com/Governance/rtgov/pull/183
> NPE in service definition build when interface not available
> ------------------------------------------------------------
>
> Key: RTGOV-557
> URL: https://issues.jboss.org/browse/RTGOV-557
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> When the interface field is not defined in the RequestReceived activity event, this causes a NPE when building the service definition:
> {quote}
> Caused by: java.lang.NullPointerException
> at org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> ... 92 more
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-557) NPE in service definition build when interface not available
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-557?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-557.
------------------------------
Resolution: Done
> NPE in service definition build when interface not available
> ------------------------------------------------------------
>
> Key: RTGOV-557
> URL: https://issues.jboss.org/browse/RTGOV-557
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> When the interface field is not defined in the RequestReceived activity event, this causes a NPE when building the service definition:
> {quote}
> Caused by: java.lang.NullPointerException
> at org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> ... 92 more
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-557) NPE in service definition build when interface not available
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-557?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on RTGOV-557:
-----------------------------------------------
Gary Brown <gbrown(a)redhat.com> changed the Status of [bug 1056537|https://bugzilla.redhat.com/show_bug.cgi?id=1056537] from NEW to ASSIGNED
> NPE in service definition build when interface not available
> ------------------------------------------------------------
>
> Key: RTGOV-557
> URL: https://issues.jboss.org/browse/RTGOV-557
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> When the interface field is not defined in the RequestReceived activity event, this causes a NPE when building the service definition:
> {quote}
> Caused by: java.lang.NullPointerException
> at org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> ... 92 more
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-557) NPE in service definition build when interface not available
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-557?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated RTGOV-557:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1056537
> NPE in service definition build when interface not available
> ------------------------------------------------------------
>
> Key: RTGOV-557
> URL: https://issues.jboss.org/browse/RTGOV-557
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
>
> When the interface field is not defined in the RequestReceived activity event, this causes a NPE when building the service definition:
> {quote}
> Caused by: java.lang.NullPointerException
> at org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
> ... 92 more
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-557) NPE in service definition build when interface not available
by Gary Brown (JIRA)
Gary Brown created RTGOV-557:
--------------------------------
Summary: NPE in service definition build when interface not available
Key: RTGOV-557
URL: https://issues.jboss.org/browse/RTGOV-557
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
When the interface field is not defined in the RequestReceived activity event, this causes a NPE when building the service definition:
{quote}
Caused by: java.lang.NullPointerException
at org.overlord.rtgov.analytics.service.InterfaceDefinition.merge(InterfaceDefinition.java:142) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:213) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
at org.overlord.rtgov.analytics.service.ServiceDefinition.merge(ServiceDefinition.java:180) [analytics-1.0.1.Final-redhat-3.jar:1.0.1.Final-redhat-3]
... 92 more
{quote}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-556) RTGov UI no longer working on FSW 6.0
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-556?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-556:
----------------------------------
Build master from source using "mvn clean install -Pfsw60". This will build two additional wars, found here:
$rtgov/backend/overlord-rtgov-fsw60/target/overlord-rtgov-fsw60.war
$rtgov/ui/overlord-rtgov-ui-war-fsw60/target/overlord-rtgov-ui.war
These wars should be deployed to the standalone/deployment folder.
Once deployed, the new UI can be accessed at: http://localhost:8080/rtgov-ui
> RTGov UI no longer working on FSW 6.0
> -------------------------------------
>
> Key: RTGOV-556
> URL: https://issues.jboss.org/browse/RTGOV-556
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
> Attachments: overlord-rtgov-elasticsearch.properties
>
>
> RTGov UI beta 1 worked on FSW 6.0, but subsequent changes to rtgov have caused it to stop working.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-556) RTGov UI no longer working on FSW 6.0
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-556?page=com.atlassian.jira.plugin.... ]
Gary Brown edited comment on RTGOV-556 at 8/14/14 9:24 AM:
-----------------------------------------------------------
File to be placed in the standalone/configuration folder. If wanting to change the location of the Elasticsearch 'database', then edit the overlord-rtgov-elasticsearch.properties file and set the absolute path of the folder where the db should be stored in the property 'path.data:' (which is currently set to a relative path 'elasticsearch').
was (Author: objectiser):
File to be placed in the standalone/configuration folder.
> RTGov UI no longer working on FSW 6.0
> -------------------------------------
>
> Key: RTGOV-556
> URL: https://issues.jboss.org/browse/RTGOV-556
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
> Attachments: overlord-rtgov-elasticsearch.properties
>
>
> RTGov UI beta 1 worked on FSW 6.0, but subsequent changes to rtgov have caused it to stop working.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months