4 Replies Latest reply on Aug 5, 2019 1:55 PM by marcus.pb

    Web Service exception

    marcus.pb

      Hi,

       

      I have a web service that is running pretty well, except for one specific. This service is supposed to access a provided folder, get a file and run the necessary tasks. The problem that I'm facing is that it's returning an access denied error to the folder. I've tried a lot of workarounds but with no success. Does anyone have any idea what could be causing it?

       

      The folder has access to the user that's running JBoss service

      The file is not read-only

       

      Error:

      [org.apache.cxf.phase.PhaseInterceptorChain] (default task-92) Application *********** has thrown exception, unwinding now: java.io.FileNotFoundException: C:\Users\USERX\Desktop\testing (Access is denied)

       

       

      Thanks in advance!

      Marcus