Quantcast
Channel: Oracle Apps Technology
Viewing all articles
Browse latest Browse all 65

java.lang.NegativeArraySizeException

$
0
0
On starting weblogic on Solaris 10, I got this error

Could not load the performance pack that can take advantage of /dev/(e)poll device due to:
java.lang.NegativeArraySizeException.

I checked ulimit:

ulimit -n
65536

I reduced ulimit to 65534:

ulimit -n 65534

and weblogic started up fine.

I remember reading somewhere that java has array overflow issues if ulimit is set to maximum.

Viewing all articles
Browse latest Browse all 65

Trending Articles