bu versiyonda poll için bir patch uygulamanız lazım.
patch id : 7593089 //metalinkten indirebilirsiniz
metalinkten bu patchi uyguladıktansonra diğer yazımda söylediğim connection time out sorununuda çözünce problem kalmıyor.
21 Nisan 2009 Salı
Poll timeout problemi
ORABPEL-05002
Message handle error.
An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.system.LogProcessEventMessage"; the exception is: Transaction timed out after 34 seconds
BEA1-24FB5D0B1C6159AB899E
at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:203)
at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
böylebir hata alıyorsanız.
$SOA_HOME/j2ee/home/config/transaction-manager.xml dosyasındaki
transaction-timeout="30" değerini arttırmalısınız.
Message handle error.
An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.system.LogProcessEventMessage"; the exception is: Transaction timed out after 34 seconds
BEA1-24FB5D0B1C6159AB899E
at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:203)
at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
böylebir hata alıyorsanız.
$SOA_HOME/j2ee/home/config/transaction-manager.xml dosyasındaki
transaction-timeout="30" değerini arttırmalısınız.
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
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
Kaydol:
Yorumlar (Atom)
