0

Problem org.zkoss.zk.ui.UiException

asked 2012-09-06 15:32:49 +0800

raranedab gravatar image raranedab
6

I have the following problem:

Sep 5, 2012 3:06:34 PM org.zkoss.zk.ui.impl.UiEngineImpl handleError:1351
SEVERE: >>org.zkoss.zk.ui.UiException: Sourced file: inline evaluation of: `` . . '' unknown error: null : at Line: 199 : in file: inline evaluation of: `` . . . '' : try {

>>Sourced file: inline evaluation of: `` . . '' unknown error: null : at Line: 199 : in file: inline evaluation of: `` . . '' : try {
>>
>> at bsh.Interpreter.eval(Unknown Source)
>> at bsh.Interpreter.eval(Unknown Source)
>> at org.zkoss.zk.scripting.bsh.BSHInterpreter.exec(BSHInterpreter.java:131)
>> at org.zkoss.zk.scripting.util.GenericInterpreter.interpret(GenericInterpreter.java:328)
>> at org.zkoss.zk.ui.impl.PageImpl.interpret(PageImpl.java:853)
>> at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:2695)
>> at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:2648)
>> at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:136)
>> at org.zkoss.zk.ui.impl.EventProcessingThreadImpl.process0(EventProcessingThreadImpl.java:534)
>> at org.zkoss.zk.ui.impl.EventProcessingThreadImpl.run(EventProcessingThreadImpl.java:461)

Does anybody know why this error happen?

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2012-09-06 16:13:45 +0800

jj gravatar image jj
638 3

Some syntax errors in your zscript. check the line# as indicated in the exception trace.

link publish delete flag offensive edit

answered 2012-09-06 20:43:09 +0800

raranedab gravatar image raranedab
6

But the application works without a problem about six days. The seventh day gave this problem, so I think there's not a problem in my zscript.

link publish delete flag offensive edit

answered 2012-09-07 14:29:24 +0800

jj gravatar image jj
638 3

Looks like it's a runtime error. You have a nullpointer exception. One of your runtime values is NULL which you haven't expected in your code.

unknown error: null : at Line: 199

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-09-06 15:32:49 +0800

Seen: 143 times

Last updated: Sep 07 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More