You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/05/11 22:59:00 UTC

[jira] [Updated] (ACCUMULO-3799) PluginIT hangs as a part of release process

     [ https://issues.apache.org/jira/browse/ACCUMULO-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-3799:
---------------------------------
    Component/s: test

> PluginIT hangs as a part of release process
> -------------------------------------------
>
>                 Key: ACCUMULO-3799
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3799
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>              Labels: 1.7.0_QA
>             Fix For: 1.8.0, 1.7.1
>
>
> I'm seeing PluginIT hang when I'm building RCs. The tabletservers have died
> {noformat}
> 2015-05-11 16:33:18,039 ERROR [org.apache.accumulo.tserver.TabletServer] tserver.TabletServer (TabletServer.java:main(2971)) - Uncaught exception in TabletServer.main, exiting
> java.lang.SecurityException: sealing violation: package org.apache.accumulo.server is sealed
>         at java.net.URLClassLoader.getAndVerifyPackage(URLClassLoader.java:388)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:417)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>         at org.apache.accumulo.tserver.TabletServer.<init>(TabletServer.java:260)
>         at org.apache.accumulo.tserver.TabletServer.main(TabletServer.java:2955)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at org.apache.accumulo.start.Main$2.run(Main.java:130)
>         at java.lang.Thread.run(Thread.java:745)
> {noformat}
> A quick read, it seems like the test is bringing in another version of this package outside of the jar? Another point, there should really be a timeout on this test so that it doesn't hang the build indefinitely.
> To the best of my recollection, this doesn't happen during the normal build (probably because we don't seal the jars then).



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