Hi,
We have functionality to view and download files which works fine in 6.5.1. This is usually what we see in the logs during these operations:
This is then followed by the file being delivered successfully.
However, with 8.0, we see this in the logs and the file is delivered as a 0-byte file?
Does that give you enough info to provide guidance or is there more debug output you would need? If you need more debug, can you please tell me how to provide greater debug output for DSResponse and RPCManager classes since it appears they are not controlled by a normal log4J configuration.
We have functionality to view and download files which works fine in 6.5.1. This is usually what we see in the logs during these operations:
Code:
2011-04-01 16:25:28,835 INFO [STDOUT] === 2011-04-01 16:25:28,835 [0-13] INFO DSResponse - DSResponse: Map with 3 keys
However, with 8.0, we see this in the logs and the file is delivered as a 0-byte file?
Code:
2011-04-01 16:37:45,577 INFO [STDOUT] === 2011-04-01 16:37:45,577 [80-4] INFO DSResponse - DSResponse: Map with 3 keys 2011-04-01 16:37:45,577 INFO [STDOUT] === 2011-04-01 16:37:45,577 [80-4] WARN DSResponse - Attempted to call getRecord() on a DSResponse with null DataSource 2011-04-01 16:37:45,577 INFO [STDOUT] === 2011-04-01 16:37:45,577 [80-4] WARN RPCManager - dsResponse.getRecord() returned null when attempting to process a data member of type java.util.HashMap. Can't continue.
Comment