You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Mike <mi...@gmail.com> on 2015/03/05 12:49:38 UTC

"Missing class" warnings during build

Hi all,

In an arduous twisty little maze of trying to track down an unexpected 
SecurityException (in the face of grant { permission AllPermission }!) I 
found myself building the River with a small patch of my own, only to 
notice the following warnings fly by me:

jsk-lib.jar:
      [java] Warning: Class not found: au.net.zeus.collection.RC
      [java] Warning: Class not found: au.net.zeus.collection.Ref
      [java] Warning: Class not found: 
org.cliffc.high_scale_lib.NonBlockingHashMap


How critical might this be, and where will I find those classes if 
they're really needed?

-- 
Mike Morris
http://mikro2nd.net/
EarthStuff: http://blog.mikro2nd.net/
TechStuff : http://onemikro2nd.blogspot.com/

Re: "Missing class" warnings during build

Posted by Peter <ji...@zeus.net.au>.
Hi Mike,

Which release version had the SecurityException issue?

Are you sure it's not a configuration issue?

Looks like you're building trunk.

Yes you do need those jar's, it's been some time since I built trunk, but basically development was halted by synchronization bugs and race conditions.  These bugs presented as test failures.

I branched off trunk from the last stable point, created the skunk/qa-refactor branch and spent a huge amount of time using static analysis, visual code auditing, running tests and fixing the bugs.

Testing has stabilised, but before the qa-refactor branch replaces trunk, there are jtreg tests to run again and some changes after the branch point to merge back in.

The jar files are available from the dep-libs directory in trunk or qa-refactor.

Alternatively google for Cliff Click's high-scale-lib and custard apple on sourceforge.

It's probably best to build the actual release version you're using, but if you can provide a little more information, perhaps we can help figure out what's going wrong?

Regards,

Peter.


----- Original message -----
> Hi all,
>
> In an arduous twisty little maze of trying to track down an unexpected
> SecurityException (in the face of grant { permission AllPermission }!) I
> found myself building the River with a small patch of my own, only to
> notice the following warnings fly by me:
>
> jsk-lib.jar:
>             [java] Warning: Class not found: au.net.zeus.collection.RC
>             [java] Warning: Class not found: au.net.zeus.collection.Ref
>             [java] Warning: Class not found:
> org.cliffc.high_scale_lib.NonBlockingHashMap
>
>
> How critical might this be, and where will I find those classes if
> they're really needed?
>
> --
> Mike Morris
> http://mikro2nd.net/
> EarthStuff: http://blog.mikro2nd.net/
> TechStuff : http://onemikro2nd.blogspot.com/