Hi Gary,

Looking at the error stacktrace in your Gist (
https://gist.github.com/gzhou1/b0b4996bf5c617b25af0291c1aa0edaa), it looks
like a Hibernate issue similar to this one (and the tickets that are linked
off of it):
https://jira.duraspace.org/browse/DS-3775

I'm not entirely sure of the cause here (as I'm less familiar with this
area of the code), but maybe it'll give you or someone else on this list a
hint in the right direction.

- Tim

On Tue, Dec 12, 2017 at 12:24 PM Gary Zhou <garyzho...@gmail.com> wrote:

> Hi,
>
> I am trying to implement virus scanning in Submission step and would like
> clarification on how virus scanning should work. My DSpace setup is using
> v6.2 JSPUI. I'm noticing that when a file fails the virus scanning, the
> InternalErrorServlet handler is called and I get the following traceback
> when an email attempts to send (
> https://gist.github.com/gzhou1/b0b4996bf5c617b25af0291c1aa0edaa). Should
> this be happening? Additionally, when Next is clicked on an unsuccessful
> (virus found) upload, the status is not being properly stored and passed
> into doPostProcessing() in JSPUploadStep. From what I understand, status is
> retrieved from processUploadFile() in UploadStep. Status is returned
> properly on the initial upload (on the condition of attr.endsWith("-path"))
> but upon "Next" click, STATUS_COMPLETE (0) is returned because the
> condition is never met.
>
> It is worth noting that the application behaves as expected when using
> XMLUI.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to