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.
Field | Old Value | New Value |
---|---|---|
Fixed Build | 16.0.3 | |
Resolution | Fixed | |
Resolved Date | Aug 18, 2015 1:11 AM | |
Status | New | Closed |
Field | Old Value | New Value |
---|---|---|
QA Assignee | Unassigned | tariqrahiman (Tariq Rahiman) |
Field | Old Value | New Value |
---|---|---|
Resolution | Fixed | Incomplete |
Resolved Date | Aug 18, 2015 1:11 AM | |
Status | Closed | Reopened |
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.
Field | Old Value | New Value |
---|---|---|
Dev Assignee | kin-hong (Kin-Hong Wong) | SachinPrakash (Sachin Prakash) |
QA Assignee | tariqrahiman (Tariq Rahiman) | kin-hong (Kin-Hong Wong) |
Fixed Build | 16.0.3 | 16.0.3,17.0.0-2 |
Version | 16.0 | 17.0 |
Field | Old Value | New Value |
---|---|---|
Resolution | Incomplete | Fixed |
Resolved Date | Feb 12, 2016 11:09 PM | |
Status | Reopened | Resolved |
Field | Old Value | New Value |
---|---|---|
Fixed Build | 16.0.3,17.0.0-2 | 16.0.3,17.0.0-3 |
Field | Old Value | New Value |
---|---|---|
Status | Resolved | Closed |
Issue #2954 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 16.0.3,17.0.0-3 |
No time estimate |
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.