Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 7168
virtual memory (kbytes, -v) unlimited
Hi,
I am not sure how to get along to use post.
I need an Urgent help on the paticular error message that I receive within the catalina.out within AIX machine.The size of the log files keeps growing on in GB with this error message:
org.apache.tomcat.util.net.JIoEndpoint$Acceptor run
SEVERE: Socket accept failed
Throwable occurred: java.lang.NoClassDefFoundError: org/bouncycastle/crypto/digests/SHA1Digest
at org.bouncycastle.jce.provider.JDKMessageDigest$SHA1.<init>(Unknown Source)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1345)
at java.security.Provider$Service.newInstance(Provider.java:880)
at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java:145)
at java.security.MessageDigest.getInstance(MessageDigest.java:75)
at com.ibm.jsse2.qb.i(qb.java:66)
at com.ibm.jsse2.ic.a(ic.java:32)
at com.ibm.jsse2.ab.<init>(ab.java:3)
at com.ibm.jsse2.gb.a(gb.java:92)
at com.ibm.jsse2.gb.<init>(gb.java:313)
at com.ibm.jsse2.ib.<init>(ib.java:423)
at com.ibm.jsse2.tc.f(tc.java:20)
at com.ibm.jsse2.tc.e(tc.java:627)
at com.ibm.jsse2.rc.a(rc.java:39)
at com.ibm.jsse2.rc.accept(rc.java:38)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:178)
at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:352)
at java.lang.Thread.run(Thread.java:736)
Thanks,
Kun
Hi Kun, Did you find the cause for this? I am facing the same problem. Thanks.