[ 
https://issues.apache.org/jira/browse/ACCUMULO-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313314#comment-15313314
 ] 

Christopher Tubbs commented on ACCUMULO-4321:
---------------------------------------------

When I implemented ACCUMULO-4312, I inadvertently backported the change in 
ACCUMULO-3804 from the newer branches.

As it turns out, it is a *LOT* of work to try to correct all the packages for 
the ITs which trigger jar sealing violations in the build, and then try to 
merge all those moves to newer branches.

So, I'm going to just go back to leaving jar sealing OFF during the ITs, and ON 
during the release (when ITs are skipped) for the 1.6 and 1.7 branches, and if 
there remain any jar sealing issues in the 1.8 and later branches, we'll 
address them as commented on ACCUMULO-3804.

> Sealing violation when running ShellServerIT
> --------------------------------------------
>
>                 Key: ACCUMULO-4321
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4321
>             Project: Accumulo
>          Issue Type: Bug
>          Components: build
>            Reporter: Michael Wall
>            Assignee: Christopher Tubbs
>             Fix For: 1.6.6, 1.7.2, 1.8.0
>
>
> This resulted from running 'mvn clean install -Psunny' on the head of 1.6 - 
> 5b971d675c8a395f6bc2924285b094d973e39ebe
> {code}
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.accumulo.test.functional.ExamplesIT
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 266.045 sec 
> - in org.apache.accumulo.test.functional.ExamplesIT
> Running org.apache.accumulo.test.functional.ReadWriteIT
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.306 sec - 
> in org.apache.accumulo.test.functional.ReadWriteIT
> Running org.apache.accumulo.test.ShellServerIT
> Tests run: 40, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 65.545 sec 
> <<< FAILURE! - in org.apache.accumulo.test.ShellServerIT
> listscans(org.apache.accumulo.test.ShellServerIT)  Time elapsed: 0.236 sec  
> <<< ERROR!
> java.lang.SecurityException: sealing violation: can't seal package 
> org.apache.accumulo.test.functional: already loaded
> at org.apache.accumulo.test.ShellServerIT.listscans(ShellServerIT.java:1044)
> Results :
> Tests in error: 
>  ShellServerIT.listscans:1044 ยป Security sealing violation: can't seal 
> package ...
> {code}
> May be in the 1.7 branch too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to