06-30-2010 09:58 AM
<!– A "Connector" represents an endpoint by which requests are received
and responses are returned. Documentation at :
Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
Java AJP Connector: /docs/config/ajp.html
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL HTTP/1.1 Connector on port 8080
–>
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!– Define a SSL HTTP/1.1 Connector on port 8443
This connector uses the JSSE configuration, when using APR, the
connector should be using the OpenSSL style configuration
described in the APR documentation –>
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="path_to_file"
keystorePass="password for cert" />
14:37:07,491 ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 05280008 Wrapped Exception (with status template): 05280036 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.js': 05280035 Invalid Global Id 'jbpm1684'
Error message (alfresco.log):
14:37:07,491 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 05280008 Wrapped Exception (with status template): 05280036 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.js': 05280035 Invalid Global Id 'jbpm1684'
06-30-2010 02:42 PM
06-30-2010 02:44 PM
07-09-2010 05:06 PM
07-20-2010 10:15 AM
07-29-2010 01:16 PM
08-17-2010 10:44 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.