Issue 11833

NumberFormatException encountered during TAPIR harvest

11833
Reporter: kbraak
Assignee: kbraak
Type: Bug
Summary: NumberFormatException encountered during TAPIR harvest
Priority: Major
Resolution: WontFix
Status: Closed
Created: 2012-09-12 14:54:55.362
Updated: 2013-01-15 14:40:03.56
Resolved: 2012-09-14 17:46:18.355
        
Description: Logs below:

2012-09-12 13:45:39,487  WARN [pool-1-thread-39] TapirHarvester - Error converting maxResponseSize [null], please check that it has been set properly by the provider
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:417)
        at java.lang.Integer.valueOf(Integer.java:554)
        at org.gbif.harvest.tapir.TapirHarvester.processInventoried(TapirHarvester.java:750)
        at org.gbif.harvest.tapir.TapirHarvester.processInventoried(TapirHarvester.java:673)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.commons.beanutils.MethodUtils.invokeExactMethod(MethodUtils.java:404)
        at org.gbif.harvest.scheduler.SimpleScheduler.triggerMethodInvocation(SimpleScheduler.java:1015)
        at org.gbif.harvest.scheduler.SimpleScheduler.access$400(SimpleScheduler.java:54)
        at org.gbif.harvest.scheduler.SimpleScheduler$RunnableJob.run(SimpleScheduler.java:270)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
]]>
    


Author: kbraak@gbif.org
Comment: The NumberFormatException is actually being properly caught and isn't the root of the problem seen in http://dev.gbif.org/issues/browse/HIT-42 
Created: 2012-09-14 17:46:18.378
Updated: 2012-09-14 17:46:18.378