BMC Communities Banner

This Question is Not Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
2 Replies Last post: Oct 1, 2009 2:28 AM by jgarcia  
jgarcia Participant 7 posts since
Mar 11, 2009
Currently Being Moderated

Sep 29, 2009 12:04 PM

Attachments fails to load

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)

Yann Baumgartner Expert 290 posts since
Sep 14, 2007
Currently Being Moderated
1. Sep 30, 2009 5:39 PM in response to: jgarcia
Re: Attachments fails to load

What is the attachment size? Is it fixed for all attachments or can it vary? Not sure how the JVM handles attachments in relation to allocated memory but maybe the problem is relating to big files.

More Like This

  • Retrieving data ...