Hi all,
I have experienced problems with running multiple instances of InDesign Server CS4:
I start 4 process up with different ports:
InDesignServer.exe -LogToApplicationEventLog -console -port 1001
InDesignServer.exe -LogToApplicationEventLog -console -port 1002
InDesignServer.exe -LogToApplicationEventLog -console -port 1003
InDesignServer.exe -LogToApplicationEventLog -console -port 1004
In an application pool.
After I do this, I can access the different configurations using GetObject("configuration_1001") etc. from other processes in the same application pool. It works fine for a while, and I can PDF files from the 4 differen threads.
But after a while (random) the instances start to crash and disappear from the Windows taskmanager.
All I get in the taskmanager is:
Faulting application InDesignServer.exe, version 6.0.1.525, time stamp 0x491a085d, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0xff488d8d, process id 0x11fc, application start time 0x01cb3558950a2fd0.
Faulting application InDesignServer.exe, version 6.0.1.525, time stamp 0x491a085d, faulting module InDesignServer.exe, version 6.0.1.525, time stamp 0x491a085d, exception code 0xc0000005, fault offset 0x0014b001, process id 0x124c, application start time 0x01cb35589cc692d0. And so on. The faulting module appears to be random too. It appears to be a problem with shared resources, but I don't know how to solve it, or if it just looks like it. Any ideas would be most welcome. Thanks, Troels Christiansen