13 Nisan 2009 Pazartesi

java.lang.OutOfMemoryError hatasında yapılacaklar

Weblogic üzerinde ilgili server(SOAServer yada bpel server) a gidilip serverstart tabında Arguments paramatlerinde aşağıdaki gibi değişikli yapmalısınız.

You need to increase the JVM settings. Here is are some recommendations for a Linux Box with 4GB of memory and 2 CPUs. (If you are using a different platform from Linux, these parameters may not apply.)

-Xmn1228m -XX:+AggressiveHeap -Xms2048m -Xmx2048m


-Xmn1228m
Garbage collector (Oracle recommends sizing the Eden space to be 60 to 70 percent of the total
heap size.)

-XX:+AggressiveHeap
Recommended if you are using two or more CPUs.
The -XX:+AggressiveHeap option inspects the system resources (size of memory and number of processors) and attempts to set variousparameters to be optimal for long-running, memory allocation-intensive jobs.

-Xms2048m
Iniatial heapsize. The heap size controls the amount of memory the JVM uses

-Xmx2048m
Maximum heapsize

10 Nisan 2009 Cuma

Errors must be corrected before proceeding

yeni bir kullanıcı tanımlarken
Errors must be corrected before proceeding

hatası alıyorsan şifre uzunluğu 8 karakterden küçük olduğu içindir