You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using SonarQube 5.2 with tunner 2.4 in AIX 7.1. getting the below error and not able to analyze the report
2016.09.26 01:31:30 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://localhost:9000/api/ce/submit?projectKey=dev&projectName=ruw_model&projectBranch=
java.lang.IllegalStateException: Fail to copy report to file: /apps/websphere/sonar/sonarqube-5.2/data/ce/reports/AVdl1cTSwnjARfKzKLKe.zip
at org.sonar.server.computation.queue.report.ReportFiles.save(ReportFiles.java:54) ~[sonar-server-5.2.jar:na]
at org.sonar.server.computation.queue.report.ReportSubmitter.submit(ReportSubmitter.java:74) ~[sonar-server-5.2.jar:na]
at org.sonar.server.computation.ws.SubmitWsAction.handle(SubmitWsAction.java:86) ~[sonar-server-5.2.jar:na]
at org.sonar.server.ws.WebServiceEngine.execute(WebServiceEngine.java:85) ~[sonar-server-5.2.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0]
Caused by: java.io.IOException: not opened for reading
at org.jruby.util.io.ChannelStream.checkReadable(ChannelStream.java:134) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream.bufferedRead(ChannelStream.java:994) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream.access$300(ChannelStream.java:62) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream$InputStreamAdapter.read(ChannelStream.java:1570) ~[jruby-complete-1.7.10.jar:na]
at java.io.InputStream.read(InputStream.java:113) ~[na:1.7.0]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.FileUtils.copyInputStreamToFile(FileUtils.java:1512) ~[commons-io-2.4.jar:2.4]
at org.sonar.server.computation.queue.report.ReportFiles.save(ReportFiles.java:50) ~[sonar-server-5.2.jar:na]
The text was updated successfully, but these errors were encountered:
Using SonarQube 5.2 with tunner 2.4 in AIX 7.1. getting the below error and not able to analyze the report
2016.09.26 01:31:30 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://localhost:9000/api/ce/submit?projectKey=dev&projectName=ruw_model&projectBranch=
java.lang.IllegalStateException: Fail to copy report to file: /apps/websphere/sonar/sonarqube-5.2/data/ce/reports/AVdl1cTSwnjARfKzKLKe.zip
at org.sonar.server.computation.queue.report.ReportFiles.save(ReportFiles.java:54) ~[sonar-server-5.2.jar:na]
at org.sonar.server.computation.queue.report.ReportSubmitter.submit(ReportSubmitter.java:74) ~[sonar-server-5.2.jar:na]
at org.sonar.server.computation.ws.SubmitWsAction.handle(SubmitWsAction.java:86) ~[sonar-server-5.2.jar:na]
at org.sonar.server.ws.WebServiceEngine.execute(WebServiceEngine.java:85) ~[sonar-server-5.2.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0]
Caused by: java.io.IOException: not opened for reading
at org.jruby.util.io.ChannelStream.checkReadable(ChannelStream.java:134) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream.bufferedRead(ChannelStream.java:994) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream.access$300(ChannelStream.java:62) ~[jruby-complete-1.7.10.jar:na]
at org.jruby.util.io.ChannelStream$InputStreamAdapter.read(ChannelStream.java:1570) ~[jruby-complete-1.7.10.jar:na]
at java.io.InputStream.read(InputStream.java:113) ~[na:1.7.0]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744) ~[commons-io-2.4.jar:2.4]
at org.apache.commons.io.FileUtils.copyInputStreamToFile(FileUtils.java:1512) ~[commons-io-2.4.jar:2.4]
at org.sonar.server.computation.queue.report.ReportFiles.save(ReportFiles.java:50) ~[sonar-server-5.2.jar:na]
The text was updated successfully, but these errors were encountered: