Home > Net >  IoTDB Zeppelin Interpreter throws java.lang.ArrayIndexOutOfBoundsException
IoTDB Zeppelin Interpreter throws java.lang.ArrayIndexOutOfBoundsException

Time:10-07

Describe the bug

A clear and concise description of what the bug is zeppelin interpreter throw java.lang.ArrayIndexOutOfBoundsException.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Zeppelin-Demo
  2. Click on run button
  3. See error

Error Message

The zeppelin code where throw exception

Desktop (please complete the following information):

  • OS: windows10
  • Browser chrome
  • Version iotdb 0.12.0 zeppelin 0.9.0

CodePudding user response:

We believe it's a Zeppelin bug on Windows OS, We have put a pr ZEPPELIN-5165 to Zeppelin to fix it, but no replies.

To fix this bug, you could try to replace bin/interpreter.cmd with this script (change the file extension from md to cmd) and restart zeppelin.

  • Related