Hi,
my application throws the following errors when calling my service:
I think this is due to the lack of memory, but how can I solve this?


[ERROR] 219360 pool-1-thread-15:(
org.red5.server.service.ServiceInvoker.error ) Error executing call:
Service: null Method: createPdf Num Params: 10:

[ERROR] 219500 pool-1-thread-15:(
org.red5.server.service.ServiceInvoker.error ) Service invocation
error
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:156)
at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:95)
at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:263)
at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:455)
at org.red5.server.net.rtmp.RTMPHandler.messageReceived(RTMPHandler.java:143)
at 
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:73)
at 
org.apache.mina.common.support.AbstractIoFilterChain$2.messageReceived(AbstractIoFilterChain.java:189)
at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:502)
at 
org.apache.mina.common.support.AbstractIoFilterChain.access$1000(AbstractIoFilterChain.java:52)
at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:777)
at org.red5.io.filter.ExecutorFilter.processEvent(ExecutorFilter.java:231)
at 
org.red5.io.filter.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:279)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space


-- 
Olli

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to