Dear Friends,
I've faced a new problem with RTSC Codec Wizard. I was successfull in starting it and loading the example project, but after filling all the necessary fields and clicking "Finish", I've recieved the following messages.
js: java.lang.NullPointerException
"./packages/ti/sdo/codecutils/genpackage/xmlOps.xs", line 37
"./packages/ti/sdo/codecutils/genpackage/gui.xs", line 1968
"./packages/ti/sdo/codecutils/genpackage/gui.xs", line 2351
"./packages/ti/sdo/codecutils/genpackage/gui.xs", line 2407
"./packages/ti/sdo/codecutils/genpackage/Main.xs", line 160
java.lang.NullPointerException
at org.mozilla.javascript.xmlimpl.XMLList.put(XMLList.java:242)
at org.mozilla.javascript.xmlimpl.XMLObjectImpl.ecmaPut(XMLObjectImpl.java:312)
at org.mozilla.javascript.ScriptRuntime.setObjectElem(ScriptRuntime.java:1522)
at org.mozilla.javascript.ScriptRuntime.setObjectElem(ScriptRuntime.java:1514)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3078)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2487)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:127)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3330)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2487)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at xdc.services.intern.xsr.Invoke.call(Invoke.java:89)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3330)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2487)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)
at org.mozilla.javascript.Context.evaluateReader(Context.java:1135)
at config.Shell.evaluateReader(Shell.java:813)
at config.Shell.processReader(Shell.java:491)
at config.Shell.processFile(Shell.java:549)
at config.Shell.exec(Shell.java:753)
at config.Shell.main(Shell.java:1328)
make: *** [genpackage] Error 6
What does it mean and what am I doing wrong?
Thank you in advance.