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.
問題/不具合 No.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.