Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Daily Data Availability Phase 2
-
Fix Version/s: Daily Data Availability Phase 2
-
Component/s: None
-
Labels:None
Description
"main" java.lang.IndexOutOfBoundsException while executing load-guthyrenker.sh script.
Steps to reproduce:
1.http://uploads.dc1bos.thesearchagency.com/clients/push/guthyrenker/?C=M;O=D and check the yesterday's data feed.
2.cd /var/local/tsa/datafeedtest/GuthyRenker/
tvvm-staging-xml1:/var/local/tsa/datafeedtest/GuthyRenker# wget http://uploads.dc1bos.thesearchagency.com/clients/push/guthyrenker/623_Tue.\ 18\ Oct.\ 2011.zip
-01:33:38- http://uploads.dc1bos.thesearchagency.com/clients/push/guthyrenker/623_Tue.%2018%20Oct.%202011.zip
=> `623_Tue. 18 Oct. 2011.zip'
Resolving uploads.dc1bos.thesearchagency.com... 192.168.11.53
Connecting to uploads.dc1bos.thesearchagency.com|192.168.11.53|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,101 (1.1K) [application/zip]
100%[==================================================================================================================>] 1,101 -.-K/s
01:33:38 (65.62 MB/s) - `623_Tue. 18 Oct. 2011.zip' saved [1101/1101]
3.tvvm-staging-xml1:/var/local/tsa/datafeedtest/GuthyRenker# cp '623_Tue. 18 Oct. 2011.zip' '623_Tue. 19 Oct. 2011.zip'
4.tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ $DIR/load-guthyrenker.sh $debug --location /var/local/tsa/datafeedtest/GuthyRenker/ && $DIR/client-whsumm.sh $debug --script $DIR/load-guthyrenker.sh 2>&1 | tee /tmp/guthyrenker.log
2011-10-20 01:35:36.958 (3) [main]: Debug Level set to 3
2011-10-20 01:35:37.205 (3) [main]: DatabasePool with a limit of 80 created
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.LinkedList.entry(LinkedList.java:368)
at java.util.LinkedList.get(LinkedList.java:313)
at com.thesearchagency.datafeeds.GuthyRenker.init(GuthyRenker.java:92)
at com.thesearchagency.datafeeds.GuthyRenker.main(GuthyRenker.java:52)