Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayIndexOutOfBoundsException on Technic server (mcpc) #1004

Closed
dwi opened this issue Nov 1, 2012 · 1 comment
Closed

ArrayIndexOutOfBoundsException on Technic server (mcpc) #1004

dwi opened this issue Nov 1, 2012 · 1 comment

Comments

@dwi
Copy link

dwi commented Nov 1, 2012

Running fullrender and affter a while i get this:

10:27:20 [INFO] Full render of map 'surface' of 'world' in progress - 6900 tiles rendered (180.41 msec/tile, 38.49 msec per render)
10:27:37 [INFO] Full render of map 'surface' of 'world' in progress - 7000 tiles rendered (180.24 msec/tile, 38.47 msec per render)
10:27:40 [SEVERE] [dynmap] Exception occured: 
java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
        at java.util.concurrent.FutureTask.get(FutureTask.java:111)
        at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:569)
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:180)
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:196)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ArrayIndexOutOfBoundsException

and one minute after that

10:28:38 [SEVERE] [dynmap] Exception during render job: world=world, map=null
10:28:38 [SEVERE] java.lang.ArrayIndexOutOfBoundsException

And after this, dynmap stops rendering at all and queue is just increasing

@mikeprimm
Copy link
Member

Try latest v1.1 development build - there was a block model conflict between Tekkit's Red Power blocks and some of the new 1.4.2 blocks. Alternately, replace the rp2-models.txt file with https://raw.github.com/webbukkit/DynmapCore/master/renderdata/rp2-models.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants