Any idea about why I get this exception?

27 views
Skip to first unread message

Altruist

unread,
Jun 2, 2013, 9:48:47 PM6/2/13
to ldsp...@googlegroups.com

Hi All, I get the following exception .

com.ontologycentral.ldspider.http.LookupThread run
WARNING: Exception org.apache.http.conn.ConnectionPoolTimeoutException


My ant build.xml entries are .

    <jar jarfile="${dist}/${name}-${version}.jar" basedir="bin">
      <zipfileset src="lib/commons-cli-1.2.jar"/>
      <zipfileset src="lib/httpclient-4.2.2.jar"/>
      <zipfileset src="lib/httpcore-4.2.2.jar"/>
      <zipfileset src="lib/httpcore-nio-4.2.2.jar"/>
      <zipfileset src="lib/httpmime-4.2.2.jar"/>
      <zipfileset src="lib/nxparser.jar"/>
      <manifest>

Thanks in advance for your help.

Jürgen Umbrich

unread,
Jun 2, 2013, 9:52:23 PM6/2/13
to ldsp...@googlegroups.com

Do you have more OK information available, the build file looks good and the error message does no it tell much

Best
Juergen

> --
> You received this message because you are subscribed to the Google Groups "LDSpider" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to ldspider+u...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

Andreas Harth

unread,
Jun 3, 2013, 4:20:06 AM6/3/13
to ldsp...@googlegroups.com
Hi,

the server does not respond quickly enough, leading to a timeout.
AFAIK there are command line options in the current codebase to
increase timeouts (-cto and -sto or something).

Another way to get rid of the timeouts is to upgrade the server.

Best regards,
Andreas.

On 03/06/13 03:48, Altruist wrote:
>
> Hi All, I get the following exception .
>
> *com.ontologycentral.ldspider.http.LookupThread run
> WARNING: Exception org.apache.http.conn.ConnectionPoolTimeoutException*
>
> My ant build.xml entries are .
>
> <jar jarfile="${dist}/${name}-${version}.jar" basedir="bin">
> <zipfileset src="lib/commons-cli-1.2.jar"/>
> <zipfileset src="lib/httpclient-4.2.2.jar"/>
> <zipfileset src="lib/httpcore-4.2.2.jar"/>
> <zipfileset src="lib/httpcore-nio-4.2.2.jar"/>
> <zipfileset src="lib/httpmime-4.2.2.jar"/>
> <zipfileset src="lib/nxparser.jar"/>
> <manifest>
>
> Thanks in advance for your help.
>
Reply all
Reply to author
Forward
0 new messages