Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java jython manage.py运行服务器_Java_Django_Jython_Manage.py - Fatal编程技术网

Java jython manage.py运行服务器

Java jython manage.py运行服务器,java,django,jython,manage.py,Java,Django,Jython,Manage.py,Windows 7,64位 Jython 2.5.4rc1 Django 1.4.5 Django_jython-1.3.0 我正在努力学习教程@ 工作很好,我现在有了我的项目结构。但是 jython manage.py runserver 生成了一个巨大的回溯错误。这里只是开头、中间和结尾的摘录。 它开始于: Traceback (most recent call last): File "manage.py", line 10, in (module) execute_

Windows 7,64位
Jython 2.5.4rc1
Django 1.4.5
Django_jython-1.3.0

我正在努力学习教程@

工作很好,我现在有了我的项目结构。但是

jython manage.py runserver
生成了一个巨大的回溯错误。这里只是开头、中间和结尾的摘录。
它开始于:

Traceback (most recent call last):  
  File "manage.py", line 10, in (module)  
    execute_from_command_line(sys.argv)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line  
    utility.execute()  
...
继续:

...  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py", line 35, in import_module  
    __import__(name)  
java.lang.ArrayIndexOutOfBoundsException: 2560  
        at org.python.objectweb.asm.CLassReader.accept(Unknown Source)  
        at org.python.objectweb.asm.ClassReader.accept(Unknown Source)  
...
得出结论:

...  
        at org.python.util.jython.run(jython.java:247)  
        at org.python.util.jython.main(jython.java:129)  

java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException 2560
这绝对不是我们所期望的。我可以想象这是某种配置问题,但我不知道是什么

非常感谢您的帮助

以下是完整的错误:

e:\Django\Tutorials>dir    
 Datenträger in Laufwerk E: ist Executables  
 Volumeseriennummer: 82AF-DF4C  

 Verzeichnis von e:\Django\Tutorials  

16.03.2013  21:02    <DIR>          .  
16.03.2013  21:02    <DIR>          ..  
16.03.2013  21:02    <DIR>          mysite  
               0 Datei(en),              0 Bytes  
               3 Verzeichnis(se), 36.824.600.576 Bytes frei  

e:\Django\Tutorials>cd mysite  

e:\Django\Tutorials\mysite>jython manage.py runserver  
Traceback (most recent call last):  
  File "manage.py", line 10, in <module>  
    execute_from_command_line(sys.argv)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line  
    utility.execute()  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 382, in execute  
    self.fetch_command(subcommand).run_from_argv(self.argv)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 252, in fetch_command  
    app_name = get_commands()[subcommand]  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 252, in fetch_command  
    app_name = get_commands()[subcommand]  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 101, in get_commands  
    apps = settings.INSTALLED_APPS  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 101, in get_commands  
    apps = settings.INSTALLED_APPS  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py", line 184, in inner self._setup()  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 42, in _setup  
    self._wrapped = Settings(settings_module)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 93, in __init__  
    mod = importlib.import_module(self.SETTINGS_MODULE)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 93, in __init__  
    mod = importlib.import_module(self.SETTINGS_MODULE)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py", line 35, in import_module  
    __import__(name)  
java.lang.ArrayIndexOutOfBoundsException: 2560  
        at org.python.objectweb.asm.ClassReader.accept(Unknown Source)  
        at org.python.objectweb.asm.ClassReader.accept(Unknown Source)  
        at org.python.core.AnnotationReader.<init>(AnnotationReader.java:44)  
        at org.python.core.imp.readCode(imp.java:219)  
        at org.python.core.imp.createFromPyClass(imp.java:185)  
        at org.python.core.imp.loadFromSource(imp.java:572)  
        at org.python.core.imp.find_module(imp.java:478)  
        at org.python.core.imp.import_next(imp.java:718)  
        at org.python.core.imp.import_module_level(imp.java:827)  
        at org.python.core.imp.importName(imp.java:917)  
        at org.python.core.ImportFunction.__call__(__builtin__.java:1220)  
        at org.python.core.PyObject.__call__(PyObject.java:387)  
        at org.python.core.PyObject.__call__(PyObject.java:391)  
        at django.utils.importlib$py.import_module$2(E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py:36)  
        at django.utils.importlib$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:127)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at django.conf$py.__init__$8(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py:135)  
        at django.conf$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:194)  
        at org.python.core.PyFunction.__call__(PyFunction.java:387)  
        at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:220)  
        at org.python.core.PyMethod.__call__(PyMethod.java:211)  
        at org.python.core.PyMethod.__call__(PyMethod.java:206)  
        at org.python.core.Deriveds.dispatch__init__(Deriveds.java:19)  
        at org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1057)  
        at org.python.core.PyType.type___call__(PyType.java:1565)  
        at org.python.core.PyType.__call__(PyType.java:1548)  
        at org.python.core.PyObject.__call__(PyObject.java:387)  
        at org.python.core.PyObject.__call__(PyObject.java:391)  
        at django.conf$py._setup$2(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py:42)  
        at django.conf$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.core.PyMethod.__call__(PyMethod.java:109)  
        at django.utils.functional$py.inner$26(E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py:185)  
        at django.utils.functional$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:141)  
        at org.python.core.PyFunction.__call__(PyFunction.java:327)  
        at org.python.core.PyMethod.__call__(PyMethod.java:124)  
        at org.python.core.PyMethod.__call__(PyMethod.java:115)  
        at org.python.core.Deriveds.__findattr_ex__(Deriveds.java:73)  
        at org.python.core.PyObjectDerived.__findattr_ex__(PyObjectDerived.java:983)  
        at org.python.core.PyObject.__getattr__(PyObject.java:923)  
        at django.core.management$py.get_commands$4(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:114)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:120)  
        at org.python.core.PyFunction.__call__(PyFunction.java:307)  
        at django.core.management$py.fetch_command$15(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:262)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:149)  
        at org.python.core.PyFunction.__call__(PyFunction.java:327)  
        at org.python.core.PyMethod.__call__(PyMethod.java:124)  
        at django.core.management$py.execute$19(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:382)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.core.PyMethod.__call__(PyMethod.java:109)  
        at django.core.management$py.execute_from_command_line$21(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:443)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.pycode._pyx2.f$0(manage.py:10)  
        at org.python.pycode._pyx2.call_function(manage.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyCode.call(PyCode.java:18)  
        at org.python.core.Py.runCode(Py.java:1275)  
        at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:235)  
        at org.python.util.jython.run(jython.java:247)  
        at org.python.util.jython.main(jython.java:129)  

java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 2560  
e:\Django\Tutorials>dir
Laufwerk E中的Datenträger:ist可执行文件
卷数:82AF-DF4C
Verzeichnis von e:\Django\Tutorials
16.03.2013  21:02              .  
16.03.2013  21:02              ..  
16.03.2013 21:02 mysite
0日期i(en),0字节
3个Verzeichnis(se),36.824.600.576字节frei
e:\Django\Tutorials>cd mysite
e:\Django\Tutorials\mysite>jython manage.py运行服务器
回溯(最近一次呼叫最后一次):
文件“manage.py”,第10行,在
从命令行(sys.argv)执行命令
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\ \uuuuu init\uuuuu.py”,第443行,从命令行执行
utility.execute()
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\\uuuuu init\uuuu.py”,执行中第382行
self.fetch_命令(子命令)。从_argv(self.argv)运行_
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\\uuuuu init\uuuuu.py”,第252行,在fetch\u命令中
app_name=get_commands()[子命令]
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\\uuuuu init\uuuuu.py”,第252行,在fetch\u命令中
app_name=get_commands()[子命令]
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\\uuuu init\uuuu.py”,第101行,在get\u命令中
应用程序=设置。已安装的应用程序
文件“E:\jython2.5.4rc1\Lib\site packages\django\core\management\\uuuu init\uuuu.py”,第101行,在get\u命令中
应用程序=设置。已安装的应用程序
文件“E:\jython2.5.4rc1\Lib\site packages\django\utils\functional.py”,第184行,在内部self.\u setup()中
文件“E:\jython2.5.4rc1\Lib\site packages\django\conf\\ uuuu init\uuuu.py”,第42行,在安装程序中
自包装=设置(设置模块)
文件“E:\jython2.5.4rc1\Lib\site packages\django\conf\\ uuuu init\uuuu.py”,第93行,在
mod=importlib.import\u模块(自我设置\u模块)
文件“E:\jython2.5.4rc1\Lib\site packages\django\conf\\ uuuu init\uuuu.py”,第93行,在
mod=importlib.import\u模块(自我设置\u模块)
文件“E:\jython2.5.4rc1\Lib\site packages\django\utils\importlib.py”,第35行,在导入模块中
__导入(名称)
java.lang.ArrayIndexOutOfBoundsException:2560
位于org.python.objectweb.asm.ClassReader.accept(未知源)
位于org.python.objectweb.asm.ClassReader.accept(未知源)
位于org.python.core.AnnotationReader(AnnotationReader.java:44)
位于org.python.core.imp.readCode(imp.java:219)
位于org.python.core.imp.createFromPyClass(imp.java:185)
位于org.python.core.imp.loadFromSource(imp.java:572)
位于org.python.core.imp.find_模块(imp.java:478)
位于org.python.core.imp.import_next(imp.java:718)
在org.python.core.imp.import_模块级(imp.java:827)
位于org.python.core.imp.importName(imp.java:917)
在org.python.core.ImportFunction.\uuuuu调用\uuuuuu(\uuuu内置\uuuuuu.java:1220)
在org.python.core.PyObject._调用(PyObject.java:387)
在org.python.core.PyObject.\uuu调用(PyObject.java:391)
位于django.utils.importlib$py.import\u模块$2(E:\jython2.5.4rc1\Lib\site packages\django\utils\importlib.py:36)
在django.utils.importlib$py.call_函数(E:\jython2.5.4rc1\Lib\site packages\django\utils\importlib.py)
位于org.python.core.PyTableCode.call(PyTableCode.java:165)
位于org.python.core.PyBaseCode.call(PyBaseCode.java:301)
位于org.python.core.PyBaseCode.call(PyBaseCode.java:127)
在org.python.core.PyFunction.\uuuu调用(PyFunction.java:317)
在django.conf$py.\uuuuu init\uuuuuu$8(E:\jython2.5.4rc1\Lib\site packages\django\conf\\uuuuuu init\uuuuuuu.py:135)
在django.conf$py.call_函数处(E:\jython2.5.4rc1\Lib\site packages\django\conf\\uuuuu init\uuuuu.py)
位于org.python.core.PyTableCode.call(PyTableCode.java:165)
位于org.python.core.PyBaseCode.call(PyBaseCode.java:301)
位于org.python.core.PyBaseCode.call(PyBaseCode.java:194)
在org.python.core.PyFunction.\uu调用(PyFunction.java:387)
在org.python.core.PyMethod.instancemethod\uuuuu调用(PyMethod.java:220)
在org.python.core.PyMethod.\uuu调用(PyMethod.java:211)
在org.python.core.PyMethod.\uuu调用(PyMethod.java:206)
在org.python.core.Deriveds.dispatch__init__(Deriveds.java:19)上
位于org.python.core.PyObjectDerived.dispatch_uu init__;(PyObjectDerived.java:1057)
在org.python.core.PyType.type\uuuuu调用(PyType.java:1565)
在org.python.core.PyType.\uu调用(PyType.java:1548)
在org.python.core.PyObject._调用(PyObject.java:387)
在org.python.core.PyObject.\uuu调用(PyObject.java:391)
在django.conf$py.\u setup$2(E:\jython2.5.4rc1\Lib\site packages\django\conf\\ uuuuuu init\uuuuuuu.py:42)
在django.conf$py.call_函数处(E:\jython2.5.4rc1\Lib\site packages\django\conf\\uuuuu init\uuuuu.py)
位于org.python.core.PyTableCode.call(PyTableCode.java:165)
位于org.python.core.PyBaseCode.call(PyBaseCode.java:134)
在org.python.core.PyFunction.\uuuu调用(PyFunction.java:317)
在org.python.core.PyMethod.调用(PyMethod.java:109)
位于django.utils.functional$py.internal$26(E:\jython2.5.4rc1\Lib\site packages\django\utils\functional.py:185)
在django.utils.functional$py.call_函数(E:\jython2.5.4rc1\Lib\site packages\django\utils\functional.py)
e:\Django\Tutorials>dir    
 Datenträger in Laufwerk E: ist Executables  
 Volumeseriennummer: 82AF-DF4C  

 Verzeichnis von e:\Django\Tutorials  

16.03.2013  21:02    <DIR>          .  
16.03.2013  21:02    <DIR>          ..  
16.03.2013  21:02    <DIR>          mysite  
               0 Datei(en),              0 Bytes  
               3 Verzeichnis(se), 36.824.600.576 Bytes frei  

e:\Django\Tutorials>cd mysite  

e:\Django\Tutorials\mysite>jython manage.py runserver  
Traceback (most recent call last):  
  File "manage.py", line 10, in <module>  
    execute_from_command_line(sys.argv)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line  
    utility.execute()  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 382, in execute  
    self.fetch_command(subcommand).run_from_argv(self.argv)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 252, in fetch_command  
    app_name = get_commands()[subcommand]  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 252, in fetch_command  
    app_name = get_commands()[subcommand]  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 101, in get_commands  
    apps = settings.INSTALLED_APPS  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py", line 101, in get_commands  
    apps = settings.INSTALLED_APPS  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py", line 184, in inner self._setup()  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 42, in _setup  
    self._wrapped = Settings(settings_module)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 93, in __init__  
    mod = importlib.import_module(self.SETTINGS_MODULE)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py", line 93, in __init__  
    mod = importlib.import_module(self.SETTINGS_MODULE)  
  File "E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py", line 35, in import_module  
    __import__(name)  
java.lang.ArrayIndexOutOfBoundsException: 2560  
        at org.python.objectweb.asm.ClassReader.accept(Unknown Source)  
        at org.python.objectweb.asm.ClassReader.accept(Unknown Source)  
        at org.python.core.AnnotationReader.<init>(AnnotationReader.java:44)  
        at org.python.core.imp.readCode(imp.java:219)  
        at org.python.core.imp.createFromPyClass(imp.java:185)  
        at org.python.core.imp.loadFromSource(imp.java:572)  
        at org.python.core.imp.find_module(imp.java:478)  
        at org.python.core.imp.import_next(imp.java:718)  
        at org.python.core.imp.import_module_level(imp.java:827)  
        at org.python.core.imp.importName(imp.java:917)  
        at org.python.core.ImportFunction.__call__(__builtin__.java:1220)  
        at org.python.core.PyObject.__call__(PyObject.java:387)  
        at org.python.core.PyObject.__call__(PyObject.java:391)  
        at django.utils.importlib$py.import_module$2(E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py:36)  
        at django.utils.importlib$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\utils\importlib.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:127)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at django.conf$py.__init__$8(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py:135)  
        at django.conf$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:194)  
        at org.python.core.PyFunction.__call__(PyFunction.java:387)  
        at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:220)  
        at org.python.core.PyMethod.__call__(PyMethod.java:211)  
        at org.python.core.PyMethod.__call__(PyMethod.java:206)  
        at org.python.core.Deriveds.dispatch__init__(Deriveds.java:19)  
        at org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1057)  
        at org.python.core.PyType.type___call__(PyType.java:1565)  
        at org.python.core.PyType.__call__(PyType.java:1548)  
        at org.python.core.PyObject.__call__(PyObject.java:387)  
        at org.python.core.PyObject.__call__(PyObject.java:391)  
        at django.conf$py._setup$2(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py:42)  
        at django.conf$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\conf\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.core.PyMethod.__call__(PyMethod.java:109)  
        at django.utils.functional$py.inner$26(E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py:185)  
        at django.utils.functional$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\utils\functional.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:301)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:141)  
        at org.python.core.PyFunction.__call__(PyFunction.java:327)  
        at org.python.core.PyMethod.__call__(PyMethod.java:124)  
        at org.python.core.PyMethod.__call__(PyMethod.java:115)  
        at org.python.core.Deriveds.__findattr_ex__(Deriveds.java:73)  
        at org.python.core.PyObjectDerived.__findattr_ex__(PyObjectDerived.java:983)  
        at org.python.core.PyObject.__getattr__(PyObject.java:923)  
        at django.core.management$py.get_commands$4(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:114)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:120)  
        at org.python.core.PyFunction.__call__(PyFunction.java:307)  
        at django.core.management$py.fetch_command$15(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:262)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:149)  
        at org.python.core.PyFunction.__call__(PyFunction.java:327)  
        at org.python.core.PyMethod.__call__(PyMethod.java:124)  
        at django.core.management$py.execute$19(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:382)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.core.PyMethod.__call__(PyMethod.java:109)  
        at django.core.management$py.execute_from_command_line$21(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py:443)  
        at django.core.management$py.call_function(E:\jython2.5.4rc1\Lib\site-packages\django\core\management\__init__.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyBaseCode.call(PyBaseCode.java:134)  
        at org.python.core.PyFunction.__call__(PyFunction.java:317)  
        at org.python.pycode._pyx2.f$0(manage.py:10)  
        at org.python.pycode._pyx2.call_function(manage.py)  
        at org.python.core.PyTableCode.call(PyTableCode.java:165)  
        at org.python.core.PyCode.call(PyCode.java:18)  
        at org.python.core.Py.runCode(Py.java:1275)  
        at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:235)  
        at org.python.util.jython.run(jython.java:247)  
        at org.python.util.jython.main(jython.java:129)  

java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 2560