|
I think your OpenBD app needs more memory allocated. Exception in thread "Timer-0" java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:691) at org.aw20.util.SystemClock.setTime(SystemClock.java:132) at org.aw20.util.SystemClock.access$000(SystemClock.java:29) at org.aw20.util.SystemClock$1.run(SystemClock.java:61) ... and so on... IMHO - It's not that "CronPluginThread" is the cause of the problem. It's the victim of the problem. It runs every x (even after the rest of your app has crashed for whatever reason), so your log is filling up with those cries for help. Memory usage is displayed in the OpenBD administrator settings page, and is allocated according to some JVM settings. You can search on "tomcat webapps memory allocation" specific to your platform and version. Al On 7/12/2015 2:02 PM, MiniFireDragon
wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
Re: [OpenBD] Re: Help figuring out why openbd stops working
'Alan Holden' via Open BlueDragon Sun, 12 Jul 2015 15:00:47 -0700
- [OpenBD] Help figuring out why openbd st... MiniFireDragon
- Re: [OpenBD] Help figuring out why ... 'Alan Holden' via Open BlueDragon
- Re: [OpenBD] Re: Help figuring out ... 'Alan Holden' via Open BlueDragon
- Re: [OpenBD] Re: Help figuring ... MiniFireDragon
- Re: [OpenBD] Re: Help figur... 'Alan Holden' via Open BlueDragon
