Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalStateException: Fail to copy report to file: #112

Open
jkingithub opened this issue Sep 26, 2016 · 0 comments
Open

java.lang.IllegalStateException: Fail to copy report to file: #112

jkingithub opened this issue Sep 26, 2016 · 0 comments

Comments

@jkingithub
Copy link

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant