This site requires JavaScript, please enable it in your browser!
Greenfoot back
Prish950
Prish950 wrote ...

2013/2/23

ERROR OUT OF MEMORY HELP PLS!

Prish950 Prish950

2013/2/23

#
java.lang.OutOfMemoryError: Java heap space
Exception in thread "SimulationThread" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Poller SunPKCS11-Darwin" java.lang.OutOfMemoryError: Java heap space
	at sun.security.pkcs11.wrapper.PKCS11.C_GetSlotInfo(Native Method)
	at sun.security.pkcs11.SunPKCS11.initToken(SunPKCS11.java:767)
	at sun.security.pkcs11.SunPKCS11.access$100(SunPKCS11.java:42)
	at sun.security.pkcs11.SunPKCS11$TokenPoller.run(SunPKCS11.java:700)
	at java.lang.Thread.run(Thread.java:680)
Exception in thread "AWT-EventQueue-0" 2013-02-24 00:32:43.064 java[208:407] JavaNativeFoundation error occurred obtaining Java exception description
2013-02-24 00:32:43.064 java[208:407] java.lang.OutOfMemoryError: Java heap space
2013-02-24 00:32:43.092 java[208:407] (
	0   CoreFoundation                      0x00007fff91e55f56 __exceptionPreprocess + 198
	1   libobjc.A.dylib                     0x00007fff9317ad5e objc_exception_throw + 43
	2   CoreFoundation                      0x00007fff91ee01b9 -[NSException raise] + 9
	3   JavaNativeFoundation                0x0000000100f9632c JNFNewObject + 216
	4   libawt.jnilib                       0x0000000108ea3134 nsEventToJavaEvent + 1586
	5   libawt.jnilib                       0x0000000108ea29b9 +[EventFactory forwardEvent:toTarget:] + 152
	6   AppKit                              0x00007fff95cafc98 -[NSWindow sendEvent:] + 6306
	7   libawt.jnilib                       0x0000000108e9b99c -[CocoaAppWindow sendEvent:] + 185
	8   AppKit                              0x00007fff95c493a5 -[NSApplication sendEvent:] + 5593
	9   AppKit                              0x00007fff95bdfa0e -[NSApplication run] + 555
	10  libawt.jnilib                       0x0000000108e76680 +[AWTStarter startAWT:] + 1495
	11  libawt.jnilib                       0x0000000108e75ffa -[CPerformer perform] + 93
	12  CoreFoundation                      0x00007fff91e4570d -[NSObject performSelector:withObject:] + 61
	13  Foundation                          0x00007fff8e12ed70 __NSThreadPerformPerform + 214
	14  CoreFoundation                      0x00007fff91dc44f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
	15  CoreFoundation                      0x00007fff91dc3d5d __CFRunLoopDoSources0 + 253
	16  CoreFoundation                      0x00007fff91deab49 __CFRunLoopRun + 905
	17  CoreFoundation                      0x00007fff91dea486 CFRunLoopRunSpecific + 230
	18  java                                0x00000001006ae843 java + 18499
	19  java                                0x00000001006ae29a java + 17050
	20  java                                0x00000001006aba98 java + 6808
)
java.lang.OutOfMemoryError: Java heap space
2013-02-24 00:32:50.677 java[208:407] java.lang.OutOfMemoryError: Java heap space
2013-02-24 00:32:50.678 java[208:407] (
	0   CoreFoundation                      0x00007fff91e55f56 __exceptionPreprocess + 198
	1   libobjc.A.dylib                     0x00007fff9317ad5e objc_exception_throw + 43
	2   CoreFoundation                      0x00007fff91ee01b9 -[NSException raise] + 9
	3   JavaNativeFoundation                0x0000000100f9632c JNFNewObject + 216
	4   libawt.jnilib                       0x0000000108ea3134 nsEventToJavaEvent + 1586
	5   libawt.jnilib                       0x0000000108ea29b9 +[EventFactory forwardEvent:toTarget:] + 152
	6   libawt.jnilib                       0x0000000108ea3791 -[NSViewAWT mouseUp:] + 38
	7   AppKit                              0x00007fff95cafd5e -[NSWindow sendEvent:] + 6504
	8   libawt.jnilib                       0x0000000108e9b99c -[CocoaAppWindow sendEvent:] + 185
	9   AppKit                              0x00007fff95c493a5 -[NSApplication sendEvent:] + 5593
	10  AppKit                              0x00007fff95bdfa0e -[NSApplication run] + 555
	11  libawt.jnilib                       0x0000000108e76680 +[AWTStarter startAWT:] + 1495
	12  libawt.jnilib                       0x0000000108e75ffa -[CPerformer perform] + 93
	13  CoreFoundation                      0x00007fff91e4570d -[NSObject performSelector:withObject:] + 61
	14  Foundation                          0x00007fff8e12ed70 __NSThreadPerformPerform + 214
	15  CoreFoundation                      0x00007fff91dc44f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
	16  CoreFoundation                      0x00007fff91dc3d5d __CFRunLoopDoSources0 + 253
	17  CoreFoundation                      0x00007fff91deab49 __CFRunLoopRun + 905
	18  CoreFoundation                      0x00007fff91dea486 CFRunLoopRunSpecific + 230
	19  java                                0x00000001006ae843 java + 18499
	20  java                                0x00000001006ae29a java + 17050
	21  java                                0x00000001006aba98 java + 6808
)

what the fuck????
You need to login to post a reply.