Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: Daily Data Availability Phase 2
-
Fix Version/s: Daily Data Availability Phase 2
-
Component/s: None
-
Labels:None
Description
1.get http://uploads.dc1bos.thesearchagency.com/clients/pull/untd/dwAffiliateExport_20111018.gz
2.wget http://uploads.dc1bos.thesearchagency.com/clients/pull/untd/dwAffiliateExport_20111018.gz
tvvm-staging-xml1:/var/local/tsa/clientdata/untd# ls
dwAffiliateExport_20111018.gz
3tvvm-staging-xml1:/var/local/tsa/clientdata/untd# mv dwAffiliateExport_20111018.gz dwAffiliateExport_20111019.gz
tvvm-staging-xml1:/var/local/tsa/clientdata/untd# ls -lrt
total 176
rw-rr- 1 root staff 175942 Oct 19 11:01 dwAffiliateExport_20111019.gz
4. Make account active.
https://client-st.ri.thesearchagency.com/index.php?module=adminaccount
5.$DIR/load-untd.sh $debug --location /var/local/tsa/clientdata/untd/ && $DIR/client-whsumm.sh $debug --highgran-daily --script $DIR/load-untd.sh 2>&1 | tee /tmp/load-untd_2.log
....
011-10-20 02:53:14.488 (3) [main]: Debug Level set to 3
2011-10-20 02:53:14.676 (3) [main]: Service URL: http://svc-useracctv2.svc.thesearchagency.com:8080/svc-useracctv2.0/UserAccountService2.0?wsdl
2011-10-20 02:53:15.314 INFO [BusApplicationContext]: Refreshing org.apache.cxf.bus.spring.BusApplicationContext@27e59128: display name [org.apache.cxf.bus.spring.BusApplicationContext@27e59128]; startup date [Thu Oct 20 02:53:15 PDT 2011]; root of context hierarchy
Oct 20, 2011 2:53:15 AM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
INFO: No cxf.xml configuration file detected, relying on defaults.
.....
nRegister#2]; root of factory hierarchy
2011-10-20 03:09:43.041 (3) [main]: Got UserAccountService20 object.
Oct 20, 2011 3:09:43 AM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
INFO: Creating Service
{urn:v2.UserAccountService.services.thesearchagency.com}UserAccountService2.0 from WSDL: http://svc-useracctv2.svc.thesearchagency.com:8080/svc-useracctv2.0/UserAccountService2.0?wsdl
2011-10-20 03:09:48.830 (3) [main]: Got UserAccountServiceEndPoint object.
2011-10-20 03:09:49.325 (3) [main]: Instantiating a DateUtil object for time zone America/Los_Angeles
2011-10-20 03:09:49.326 (3) [main]: Date unspecified, assuming yesterday: 2011-10-19
2011-10-20 03:09:49.327 (3) [main]: =============== Starting United Online ================
2011-10-20 03:09:49.332 (3) [main]: DatabasePool with a limit of 80 created
Exception in thread "main" java.lang.NullPointerException
at com.thesearchagency.AccountUtils.isAccountOnline(AccountUtils.java:50)
at com.thesearchagency.AccountUtils.isAccountOnline(AccountUtils.java:68)
at com.thesearchagency.AccountUtils.isAccountOnline(AccountUtils.java:80)
at com.thesearchagency.datafeeds.BaseDataFeed.allAccountsOnline(BaseDataFeed.java:2165)
at com.thesearchagency.datafeeds.BaseDataFeed.run(BaseDataFeed.java:419)
at com.thesearchagency.datafeeds.UnitedOnline.main(UnitedOnline.java:54)