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

非同期処理時に Web.getRequest() で NullPointerException #9

Closed
cwan opened this issue Oct 1, 2012 · 1 comment
Closed

非同期処理時に Web.getRequest() で NullPointerException #9

cwan opened this issue Oct 1, 2012 · 1 comment
Labels

Comments

@cwan
Copy link
Owner

cwan commented Oct 1, 2012

IMWの案件終了処理が実行されると、以下のエラーが発生する。(Ver.1.0.3)

Caused by: jp.co.intra_mart.system.javascript.WrappedException: Wrapped java.lang.NullPointerException (C:\imart\eBuilder\workspace\IMW726\pages\profiler.js#63)
    at jp.co.intra_mart.system.javascript.Context.throwAsScriptRuntimeEx(Context.java:1694) [Context.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.MemberBox.invoke(MemberBox.java:157) [MemberBox.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.FunctionObject.call(FunctionObject.java:468) [FunctionObject.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.Interpreter.interpretLoop(Interpreter.java:3085) [Interpreter.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.Interpreter.interpret(Interpreter.java:2251) [Interpreter.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.InterpretedFunction.call(InterpretedFunction.java:149) [InterpretedFunction.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.ContextFactory.doTopCall(ContextFactory.java:337) [ContextFactory.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2765) [ScriptRuntime.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.javascript.InterpretedFunction.call(InterpretedFunction.java:147) [InterpretedFunction.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.display.ScriptScope.call(ScriptScope.java:215) [ScriptScope.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.display.ScriptScope.call(ScriptScope.java:202) [ScriptScope.class:im_7.2.4(build:date=2011-09-28-0600)]
    at jp.co.intra_mart.system.workflow.engine.plugin.WorkflowScriptPluginUtil.executeScriptScope(WorkflowScriptPluginUtil.java:96) [classes:na]
    at jp.co.intra_mart.system.workflow.plugin.process.matterEnd.MatterEndProcessJavaScriptExecutorEvent.execute(MatterEndProcessJavaScriptExecutorEvent.java:68) [classes:na]
cwan added a commit that referenced this issue Oct 2, 2012
(非同期処理時はHTTPリクエストが取得できないため、統計のスコープはProfilerインスタンスになる)
@cwan
Copy link
Owner Author

cwan commented Oct 19, 2012

Ver.1.0.4にて対応

@cwan cwan closed this as completed Oct 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant