• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

set the timeout for indesign server?

New Here ,
Mar 27, 2017 Mar 27, 2017

Copy link to clipboard

Copied

I have a send a SOAP request to an inDesign Server on MAC. When running larger jobs, the server is not terminated for the given timeout instead it throws exception after long time. I believe that the server is still running in the background producing the outputs.

The job set to 30 sec timeout and , this is the time line of the job starts and ended

begin : 16:30:53

Start job ...

java.net.SocketTimeoutException: Read timed out

Fail job...

14 minutes, 44 seconds.

End : 16:45:37

it almost took around 14 minutes, 44 seconds. to terminate the job.

the code snippt of the set timeout

Service inddService = new ServiceLocator();

ServiceStub ids = (ServiceStub) inddService.getService(new URL(url));

ids.setTimeout(30000);

Thanks
Brahna

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 26, 2017 Sep 26, 2017

Copy link to clipboard

Copied

LATEST

Hi Brahna,

Are you facing timeout issue for large jobs in InDesignServer CC2017?

In my workflow earlier we were using CC2015 and it processed large document in 4 hrs and there was no timeout happen and if I just replaced CC2015 with CC2017 then for same document a timeout happen after 10 mins.

Is there any change related to timeout b/w CC2015 and CC2017.

Also Is there any place where we can get the server sdk for CC2017 as prerelease site does not have it.?

Regards,

Alam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines