Sometimes our users doesnt get the files from an attachment pool.
When this happens, the midtier log writes the error below. After 10 minutes the attachments go fine until the next time it fails again.
This error has a frequency of 4 times for day. So it makes my users dont use the attached files for 40 minutes / day.
Its a Midtier 7.5 patch 2 on weblogic.
¿Any ideas?¿Someone with this version over weblogic without problems?
Thank you.
29-sep-2009 14:27:49 - SEVERE (com.remedy.log.SERVLET) : Caught RuntimeExceptionjava.lang.NullPointerException
at com.remedy.arsys.goat.AttachmentData$AttachmentDataCache.access$500(Unknown Source)
at com.remedy.arsys.goat.AttachmentData.tryReserveInMemoryHeapSize(Unknown Source)
at com.remedy.arsys.goat.AttachmentData.download(Unknown Source)
at com.remedy.arsys.goat.AttachmentData.get(Unknown Source)
at com.remedy.arsys.goat.field.type.AttachmentType.<init>(Unknown Source)
at com.remedy.arsys.goat.field.type.GoatTypeFactory.create(Unknown Source)
at com.remedy.arsys.backchannel.EntryListBase.buildEntryItems(Unknown Source)
at com.remedy.arsys.backchannel.SetEntryListAgent.process(Unknown Source)
at com.remedy.arsys.backchannel.NDXRequest.<init>(Unknown Source)
at com.remedy.arsys.backchannel.EntryListBase.<init>(Unknown Source)
at com.remedy.arsys.backchannel.NDXSetEntryList.<init>(Unknown Source)
at com.remedy.arsys.backchannel.SetEntryListAgent.<init>(Unknown Source)
at com.remedy.arsys.backchannel.NDXFactory.handleRequest(Unknown Source)
at com.remedy.arsys.stubs.BackchannelServlet.doRequest(Unknown Source)
at com.remedy.arsys.stubs.GoatServlet.postInternal(Unknown Source)
at com.remedy.arsys.stubs.GoatHttpServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
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:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
