I'm aware that this is potentially achievable using asset custom fields and reference asset custom fields, however I have a unique circumstance that extends beyond this.
Context:
I have an asset model that has four object types:
I have exposed all these object types through custom fields like so:
Using ScriptRunner, I want to define a field behaviour whereby options for customfield D (which is object type D) only displays objects D1, D2 and D3 if B1 in customfield B has been selected. Otherwise, I only want D1 and D2 to be selectable. Any assistance with the groovy aspect of this would be much appreciated. I've been able to interact with assets previously using the ObjectFacade, however setting the field options is proving to be slightly more challenging.
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxHttpHeaderSize="8192" SSLEnabled="true"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslEnabledProtocol="TLSV1.2" useBodyEncodingForURI="true"
keyAlias="jira" keystoreFile="/data/jira/install/atlassian-jira-software-7.2.8-standalone/certs/jira.jks" keystorePass="<Passowrd>" keystoreType="JKS"/>
This is my connector and the Jira version which we are using is 7.2.8
Firewall is Good
Something is blocking port 8443
or maybe force IP V4:
-Djava.net.preferIPv4Stack=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I am having the same issue.
29-Sep-2019 22:33:09.877 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-8443]]
Was it solved. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Please, check your connectors configs in server.xml .
Also, check firewall etc.
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.