I got this error when I was trying to test a transformation:
Error on server: ; nested exception is:
java.net.SocketTimeoutException: Read Timed out
Does Jitterbit have a length to the amount of fields I can transform? Is this something that I need to change?
My test source files is rather long and I tried a short (read: less rows) version and it seemed to work.
The rest of the error message (tracking) is below.
org.jitterbit.integration.server.IntegrationServerException: Error on server: ; nested exception is:
java.net.SocketTimeoutException: Read timed out
at org.jitterbit.integration.server.implementation.webservice.interchange.treemapper.impl.TreeMapperInfoProviderWsImpl.loadSourceDataTree(Unknown Source)
at org.jitterbit.integration.ui.interchange.entity.transformation.tree.LoadSourceDataJob$1.run(Unknown Source)
at org.jitterbit.integration.ui.core.DefaultUiWorker$RunnableWrapper.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:146)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at org.jitterbit.integration.server.implementation.webservice.interchange.treemapper.client.Konga_treemapper_infoproviderSoapBindingStub.loadSourceDataTree(Unknown Source)
... 9 more
Caused by: java.net.SocketTimeoutExcep


