I have on-prem installation of apigee edge.
When I use the UI to import a proxy bundle from a zip file, I get an "Error uploading proxy: Internal Error."
I've checked the logs and found that this line:
2017-08-11 12:58:02,139 [ERROR] from play.core.server.netty.PlayDefaultUpstreamHandler in application-akka.actor.default-dispatcher-12580 - Cannot invoke the action java.nio.file.NoSuchFileException: /tmp/playtemp2693909398424399885/multipartBody6072531890544826700asTemporaryFile at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_131] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_131]
[...more stacktrace...]
Further, when i check to see if anything was uploaded to the /tmp dir, i do not see anything there for this request.
I did check dir perms by switching to apigee user and creating the sub-dirs and the file, so, it does not appear to be a file perms issue.
What else can I do to troubleshoot this? Could this be a netty file upload issue?