Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Servlet failed with Exception java.lang.NullPointerException

Mike PaladinoSep 11 2013 — edited Sep 13 2013

What drove me to finding this is we had a user call about slowness in a form driven by a task list using a link to a differnet application, the form was opening fine directly but when we opened it through the task list invoking the link we encountered intermittent slowness.  I went out to the logs and noticed a ton of the exceptions below.  I am not sure if it is related as the slowness is intermittent and not always reported, my guess is it is not because of the sheer volume of them but not sure so I figured I mention it

I am on

11.1.2.1.600

Weve had it for about a year, just seeing these recently

####<Sep 11, 2013 2:51:55 PM EDT> <Notice> <Diagnostics> <servername> <Planning2> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1378925515427> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'Planning2' has triggered at Sep 11, 2013 2:51:55 PM EDT. Notification details:

WatchRuleType: Log

WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))

WatchData: DATE = Sep 11, 2013 2:51:55 PM EDT SERVER = Planning2 MESSAGE = [ServletContext@370778047[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception

java.lang.NullPointerException

        at jsp_servlet.__tl_navigator._jspService(__tl_navigator.java:1637)

        at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)

        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

        at HspValidationFilter.doFilter(Unknown Source)

        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)

        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)

        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)

        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)

        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)

        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)

        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)

        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)

        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)

        at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = servername TXID =  CONTEXTID =  TIMESTAMP = 1378925515418

WatchAlarmType: AutomaticReset

WatchAlarmResetPeriod: 30000

>

####<Sep 11, 2013 2:51:56 PM EDT> <Info> <JDBC> <cphypdv3v.sherwin.com> <Planning2> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1378925516620> <BEA-001128> <Connection for pool "EPMSystemRegistry" closed.>

####<Sep 11, 2013 2:51:58 PM EDT> <Alert> <Diagnostics> <cphypdv3v.sherwin.com> <Planning2> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Wed Sep 11 14:51:58 EDT 2013)> <<WLS Kernel>> <> <> <1378925518582> <BEA-320016> <Creating diagnostic image in /swpkg/oracle/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/Planning2/adr/diag/ofm/EPMSystem/Planning2/incident/incdir_1419 with a lockout minute period of 1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2013
Added on Sep 11 2013
7 comments
10,831 views