webharvest - IO error during HTTP execution -


i used web-harvest 5 month , tried content of webs syntax:

<var-def name="raw"> <html-to-xml outputtype="pretty" usecdata="false">     <http url="${url.tostring()}" />                </html-to-xml>       </var-def> 

i'd gotten content, error:

error - io error during http execution url: http://google.com org.webharvest.exception.httpexception: io error during http execution url:    http://google.com @ org.webharvest.runtime.web.httpclientmanager.execute(unknown source) @ org.webharvest.runtime.processors.httpprocessor.execute(unknown source) @ org.webharvest.runtime.processors.baseprocessor.run(unknown source) @ org.webharvest.runtime.processors.bodyprocessor.execute(unknown source) @ org.webharvest.runtime.processors.baseprocessor.getbodytextcontent(unknown  source) @ org.webharvest.runtime.processors.baseprocessor.getbodytextcontent(unknown  source) @ org.webharvest.runtime.processors.baseprocessor.getbodytextcontent(unknown source) @ org.webharvest.runtime.processors.htmltoxmlprocessor.execute(unknown source) @ org.webharvest.runtime.processors.baseprocessor.run(unknown source) @ org.webharvest.runtime.processors.bodyprocessor.execute(unknown source) @ org.webharvest.runtime.processors.vardefprocessor.execute(unknown source) @ org.webharvest.runtime.processors.baseprocessor.run(unknown source) @ org.webharvest.runtime.scraper.execute(unknown source) @ org.webharvest.runtime.scraper.execute(unknown source) @ org.webharvest.gui.scraperexecutionthread.run(unknown source) caused by: java.net.connectexception: connection refused: connect @ java.net.dualstackplainsocketimpl.waitforconnect(native method) @ java.net.dualstackplainsocketimpl.socketconnect(unknown source) @ java.net.abstractplainsocketimpl.doconnect(unknown source) @ java.net.abstractplainsocketimpl.connecttoaddress(unknown source) @ java.net.abstractplainsocketimpl.connect(unknown source) @ java.net.plainsocketimpl.connect(unknown source) @ java.net.sockssocketimpl.connect(unknown source) @ java.net.socket.connect(unknown source) @ sun.reflect.generatedmethodaccessor18.invoke(unknown source) @ sun.reflect.delegatingmethodaccessorimpl.invoke(unknown source) @ java.lang.reflect.method.invoke(unknown source) @  org.apache.commons.httpclient.protocol.reflectionsocketfactory.createsocket(reflectionsocke tfactory.java:140) @  org.apache.commons.httpclient.protocol.defaultprotocolsocketfactory.createsocket(defaultprotocolsocketfactory.java:125) @ org.apache.commons.httpclient.httpconnection.open(httpconnection.java:707) @  org.apache.commons.httpclient.httpmethoddirector.executewithretry(httpmethoddirector.java:387) @  org.apache.commons.httpclient.httpmethoddirector.executemethod(httpmethoddirector.java:171) @ org.apache.commons.httpclient.httpclient.executemethod(httpclient.java:397) @ org.apache.commons.httpclient.httpclient.executemethod(httpclient.java:323) ... 15 more 

i tied on pc , worked correctly, on pc got error.

might firewall, or internet connection issue. try accessing site first, or running application administrator.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -