Use the attached Aqua Project & import into ADServer.
Execute ExecuteScriptFiles.xjs and you'll get an NPE on line #45 in the AquaScript:
aqua.console.println("File Contents: " + userFiles[j].read());
The problem occurs in AFUserFileAQProjectFileAdapter line #77:
byte[] bytes = IOUtils.toByteArray(userFile.getFileContents().getBinaryStream());
3 KB
After you fix this issue, pls comment on when you think this problem was introduced as the code in this area doesn't seem to have changed for quite a while.
AQProjectFile.readBytes() is returning an empty byte stream - this needs to be fixed as well.
AQProjectFile.readBytes() is returning an empty byte stream - this needs to be fixed as well.
問題 #2954 |
結案 |
已解決 |
解決 |
完成 |
無期效 |
修正版 16.0.3,17.0.0-3 |
無時間限制 |
After you fix this issue, pls comment on when you think this problem was introduced as the code in this area doesn't seem to have changed for quite a while.