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.
Nº do Problema2954 |
Fechado |
Corrigido |
Resolvido |
Finalização |
Nenhuma data de vencimento |
Compilação Reparada 16.0.3,17.0.0-3 |
Nenhum tempo estimado |
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.