Menu

#283 Level 16 OSMDroid SQLite creation fails

outdated_version
open
nobody
None
1
2016-01-10
2016-01-10
kgb
No

Version: Mobile Atlas Creator (MOBAC) 1.9.14 (2148)
Platform: Windows 8 (6.2) (windows)
Java VM: Java HotSpot(TM) 64-Bit Server VM (1.7.0_40-b43)
Max heap size: 1333.50 MiB
CPU cores: 4

Thread: AWT-EventQueue-0

Error hierarchy:
OutOfMemoryError: GC overhead limit exceeded

java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.StringBuffer.toString(Unknown Source)
at java.text.NumberFormat.format(Unknown Source)
at mobac.utilities.Utilities.formatBytes(Utilities.java:385)
at mobac.gui.AtlasProgress$GUIUpdater.run(AtlasProgress.java:656)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at mobac.utilities.GUIExceptionHandler$EventQueueProxy.dispatchEvent(GUIExceptionHandler.java:321)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Discussion

  • r_x

    r_x - 2016-01-10

    The Java VM has run out of memory. However the version you use i rather old. I am not sure which improvements has been applied to the SQLite part since that time.

    You have two possibilities:

    Use the MOBAC 3GB launcher instead: http://sourceforge.net/projects/mobac/files/Misc/
    Or update to the latest version and retry.

    BTW: Your used Java VM is outdated, too. Java 7 is no longer supported by Oracle and contains dozens of bugs and vulnerabilities that may be used by Trojans to infect your PC.

     
  • r_x

    r_x - 2016-01-10
    • Group: latest_beta_version --> outdated_version
     

Log in to post a comment.