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.
Eintrag Nr.2954 |
Abgeschlossen |
Behoben |
Gelöst |
Fertigstellung |
Kein Fälligkeitsdatum |
Lösung in Build 16.0.3,17.0.0-3 |
Keine Zeitschätzung |
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.