I want to step through ExtendScript running inside InDesign Server (not CC).
Thanks!
I want to step through ExtendScript running inside InDesign Server (not CC).
Thanks!
Hi,
I want to have InDesign Server trial for ever for one my cloud product in which I am tring to demo. After the demo user can either purchase InDesign server themself or plug-in my tool with their existing InDesign server. If I use InDesign Server 90 days trial, after 90 days, will it stop to work or continue to work with water mark? I am fine to have water mark even from the first day. I email to Adobe asking "InDesign Server Developer Free License" but no response. Please advise.
how to increase indesign server memory limit, It seems to crash when memory usage spikes to 1GB
I've tried the example (with other ports) from the sdk with no success:
"/Applications/Adobe InDesign CS6 Server/InDesignServer.app/Contents/MacOS/InDesignServer" -port 12345 -heartbeatupdateinterval 10 -adminport 18485
The port isn't showing when I list the ports using lsof.
When I use LBQ the same things occurs. We start the server with:
/Applications/Adobe\ InDesign\ CS6\ Server/InDesignServer.command -configuration config_ior2 -pluginpath Server/Corba -iorfile ~/ServerTestFiles/LBQ/iors/ior2.txt -adminport 12342 -previews
When sending a REST call with KillInstance pointing to the ior file the same error occur as when calling the port through curl:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:18
.....
On windows it's working as expected.
Is there something to take into account when starting on mac?
System:
Mac OSX (10.9.4)
Indesign Server CS6 ver 8.0
Hi!
I keep on having the "return code 6" when I try to activate a trial version InDesign CC Server 2014 (pc) with APTEE:
i try to use the commande adobe_prtk --tool=StartTrial --leid=InDesignServer-10-Win-GM
Hi everybody,
I just downloaded the trial of the InDesign Server CC 2014 for MacOS X but I do not find the correct command to activate the trial license.
I always get the following error: ERROR [server] Adobe InDesign Server is not properly licensed and will now quit.
What shall I do to activate the trail?
TIA & BR
-- Stefano
Hi,
Is InDesign CC 2014 Sever compatible with "Windows 2008 Server R2" ?
Hi,
My corporate network has a windows server system with InDesign CC 2014 server software installed on it. My users however are now being pushed into the InDesign CC 2015 application. Would there be anyway possible to have InDesign CC 2014 server read and accept a InDesign CC 2015 package? Or... will my users need to downgrade back to InDesign CC 2014 Application? Thank you for your time.
I am really struggling to start InDesign server on my Windows 8 machine. I did following steps after spending lot of time:
1) Download trial server
2) Installed it on my machine
3) Download APTEE and run it
4) run command - adobe_prtk --tool=startTrial --leid=InDesignServer-CC-Win-GM
But still no joy! Can anyone help me on this
Hi all,
(I previously posted this in the InDesign forum)
When I try to start InDesign CC Server 2015 as root via sudo, it fails to start with the following error message in the console:
The application with bundle ID com.adobe.InDesignServer is running setugid(), which is not allowed.
I tried using "InDesignServer.command" instead and with one or two parameters ("-port 8090", "-previews") without any success.
It works fine if I'm starting it as the logged in user (named admin) or if I log in as root and then start it.
The reason for me wanting it to be started as root via sudo is that we have encountered file permission problems in the past (users giving wrong permissions to documents that later shall be processed by the server). And you do not normally want to be logged in as root.
We have a lot of workflows with InDesign Server CS6 running as root. The users where able to set permissions in many different ways and when the workflows where designed the only way we found at the time to get rid of all problems where to run the InDesign server CS6 as root.
I'm running it on a Mac with OS X 10.10.5 (currently in a Fusion VM). I do not think the fact that it's running in a Fusion VM differs since it works when I log in as root.
Failing sudo start
Terminal output
INDD-server-CC-2015-test-10:~ admin$ sudo su -
Password:
INDD-server-CC-2015-test-10:~ root# cd /Applications/Adobe\ InDesign\ CC\ Server\ 2015/
INDD-server-CC-2015-test-10:Adobe InDesign CC Server 2015 root# ./InDesignServer
2015-10-22 08:24:12.028 adobe_licutil[1032:16521] The application with bundle ID com.adobe.adobe_licutil is running setugid(), which is not allowed.
================================================================================
. InDesign CC Server Version 11.0
. Copyright 1999-2015 Adobe Systems Incorporated and its licensors.
. All rights reserved. See the other legal notices in the ReadMe.
================================================================================
Thu Oct 22 08:24:12 2015 INFO [server] Initializing
Thu Oct 22 08:24:12 2015 INFO [server] Loading the application
Thu Oct 22 08:24:12 2015 INFO [server] Scanning for plug-ins
Thu Oct 22 08:24:12 2015 INFO [server] Registering 116 plug-ins
Thu Oct 22 08:24:14 2015 INFO [server] Completing Object Model
Thu Oct 22 08:24:14 2015 INFO [server] Saving Object Model
Thu Oct 22 08:24:14 2015 INFO [server] Initializing plug-ins
Thu Oct 22 08:24:14 2015 INFO [server] Calling Early Initializers
Thu Oct 22 08:24:14 2015 INFO [server] Starting up Service Registry
2015-10-22 08:24:14.845 InDesignServer[1031:16520] __agent_connection_block_invoke_2: Connection error - Connection invalid
Thu Oct 22 08:24:15 2015 INFO [server] Executing startup services
Thu Oct 22 08:24:15 2015 INFO [server] Using configuration configuration_noport
Thu Oct 22 08:24:15 2015 INFO [server] Initializing Application
2015-10-22 08:24:15.708 InDesignServer[1031:16516] The application with bundle ID com.adobe.InDesignServer is running setugid(), which is not allowed.
INDD-server-CC-2015-test-10:Adobe InDesign CC Server 2015 root#
Messages in system.log
Oct 22 08:24:48 INDD-server-CC-2015-test-10.local adobe_licutil[1042]: The application with bundle ID com.adobe.adobe_licutil is running setugid(), which is not allowed.
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.5 instead of 10.10.5. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 0 CarbonCore 0x00007fff93d442b7 ___Gestalt_SystemVersion_block_invoke + 113
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 1 libdispatch.dylib 0x00007fff9ad42e73 _dispatch_client_callout + 8
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 2 libdispatch.dylib 0x00007fff9ad42d86 dispatch_once_f + 117
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 3 CarbonCore 0x00007fff93ccd456 _Gestalt_SystemVersion + 987
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 4 CarbonCore 0x00007fff93ccc6e3 Gestalt + 144
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 5 AdobeAGM 0x000000010f5b3872 AGMTerminate + 1027540
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: 6 AdobeAGM 0x000000010f7f1a3a AGMTerminate + 3379100
Oct 22 08:24:51 INDD-server-CC-2015-test-10.local InDesignServer[1041]: __agent_connection_block_invoke_2: Connection error - Connection invalid
Oct 22 08:24:52 INDD-server-CC-2015-test-10.local InDesignServer[1041]: The application with bundle ID com.adobe.InDesignServer is running setugid(), which is not allowed.
Oct 22 08:24:52 INDD-server-CC-2015-test-10.local nsurlstoraged[213]: realpath() returned NULL for /var/root/Library/Caches/com.adobe.InDesignServer
Oct 22 08:24:52 INDD-server-CC-2015-test-10.local nsurlstoraged[213]: The read-connection to the DB=/var/root/Library/Caches/com.adobe.InDesignServer/Cache.db is NOT valid. Unable to determine schema version.
Oct 22 08:24:52 INDD-server-CC-2015-test-10.local nsurlstoraged[213]: realpath() returned NULL for /var/root/Library/Caches/com.adobe.InDesignServer
Oct 22 08:24:52 --- last message repeated 1 time ---
Oct 22 08:24:52 INDD-server-CC-2015-test-10.local nsurlstoraged[213]: ERROR: unable to determine file-system usage for FS-backed cache at /var/root/Library/Caches/com.adobe.InDesignServer/fsCachedData. Errno=13
Successful start (as admin, it looks the same when I'm logged in as root)
Terminal output
INDD-server-CC-2015-test-10:Adobe InDesign CC Server 2015 admin$ ./InDesignServer
================================================================================
. InDesign CC Server Version 11.0
. Copyright 1999-2015 Adobe Systems Incorporated and its licensors.
. All rights reserved. See the other legal notices in the ReadMe.
================================================================================
Thu Oct 22 08:26:30 2015 INFO [server] Initializing
Thu Oct 22 08:26:30 2015 INFO [server] Loading the application
Thu Oct 22 08:26:30 2015 INFO [server] Scanning for plug-ins
Thu Oct 22 08:26:30 2015 INFO [server] Registering 116 plug-ins
Thu Oct 22 08:26:32 2015 INFO [server] Completing Object Model
Thu Oct 22 08:26:32 2015 INFO [server] Saving Object Model
Thu Oct 22 08:26:32 2015 INFO [server] Initializing plug-ins
Thu Oct 22 08:26:32 2015 INFO [server] Calling Early Initializers
Thu Oct 22 08:26:33 2015 INFO [server] Starting up Service Registry
Thu Oct 22 08:26:34 2015 INFO [server] Executing startup services
Thu Oct 22 08:26:34 2015 INFO [server] Using configuration configuration_noport
Thu Oct 22 08:26:35 2015 INFO [server] Initializing Application
Thu Oct 22 08:26:35 2015 INFO [server] Completing Initialization
Thu Oct 22 08:26:35 2015 INFO [server] Calling Late Initializers
Thu Oct 22 08:26:37 2015 INFO [server] Image previews are off
Thu Oct 22 08:26:37 2015 INFO [server] Server Running
Thu Oct 22 08:26:37 2015 INFO [javascript] Executing File: /Applications/Adobe InDesign CC Server 2015/Scripts/startup scripts/ConnectInstancesToESTK.js
Thu Oct 22 08:26:37 2015 INFO [javascript] Executing File: /Applications/Adobe InDesign CC Server 2015/Scripts/converturltohyperlink/startup scripts/ConvertURLToHyperlinkMenuItemLoader.jsx
Thu Oct 22 08:26:37 2015 INFO [javascript] Executing File: /Applications/Adobe InDesign CC Server 2015/Scripts/converturltohyperlink/ConvertURLToHyperlinkMenuItem.jsxbin
Messages in system.log
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.5 instead of 10.10.5. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 0 CarbonCore 0x00007fff93d442b7 ___Gestalt_SystemVersion_block_invoke + 113
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 1 libdispatch.dylib 0x00007fff9ad42e73 _dispatch_client_callout + 8
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 2 libdispatch.dylib 0x00007fff9ad42d86 dispatch_once_f + 117
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 3 CarbonCore 0x00007fff93ccd456 _Gestalt_SystemVersion + 987
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 4 CarbonCore 0x00007fff93ccc6e3 Gestalt + 144
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 5 AdobeAGM 0x000000010cba3872 AGMTerminate + 1027540
Oct 22 08:55:27 INDD-server-CC-2015-test-10.local InDesignServer[1160]: 6 AdobeAGM 0x000000010cde1a3a AGMTerminate + 3379100
Can anyone help we with this?
Regards
Åke
Hi,
I am facing a new issue that never rose before with the package feature with inDesign Server. Suddenly nor the indd file, nor the fonts folder, nor the Links folder are created. All I get is the "instructions.txt" file. Weirdly enough I produce a pdf file which faithfully represent what my indd is expected to be. The contents are well placed (texts and pictures)…So at some point it's obvious the file exists but somehow something is corrupted when InDesign wants to package the file.
Actually my workaround is to mimick the package feature myself. However i would like to understand what's going wrong here.
Even weirder, in some cases, the package is just fine. So I am feeling there is some wront artefact is ome file but thos files got nively packaged in the past. I use to place fonts in the Applications fonts folder. But i tried to remove any fonts, restart server and it didn't fix it.
Any hints ?
Best regards,
Loic
Hi,
I am setting up my indesign servers and as of to date I only can support the Indesign CC version of the application because that is all my server will support. I did hear however that Adobe Indesign CC Server 2014 has been released, and if this is true where is this available at? I would like to update my servers to CC Server 2014 so my users can use the latest version of Adobe Indesign CC 2014. Thank you for your time.
How to know the license expiry date for indesign server??
I need to make sure I'm running the latest up to date version of InDesign Sever CC 2014, but I'm struggling to find any updates. Can anyone help please?
Current version 10.0.0.70. I cannot upgrade to CC 2015, just need the latest patch for CC 2014.
Hi There
Have anyone tried to use applescript with a CC 2014 (10) server ???? almost nothing works for me...
I can create a document and save it, but can't open the same document....
Just a simple script...
tell application "InDesignserver"
set MyDok to make new document
save MyDok to "Mac HD:file.indd"
end tell
then...
tell application "InDesignserver"
Open "Mac Hd:file.indd"
end tell
i get : The document "file.indd" could not be opened. InDesignserver cannot open files of this type
very strange because the file was created by the same server ???