After upgrading to 25.2. 8080 port is not up and running

Certified Associate Developer

After upgrading to Appian 25.1, the logs indicate that all services are up and running I dont see any error. However, HTTP calls to port 8080 are not working. 

We’re seeing the following warnings in the logs: 

  1. “Ignoring JAVA_HOME; using ES_JAVA_HOME instead”
  2. “Unable to load the config file: /home/.aws/.config — Access Denied Exception”

All 15 requested services are running [analytics00, analytics01, analytics02, channels, content, download-stats, execution00, execution01, execution02, forums, groups, notifications, notifications-email, portal, process-design]

0 [main] INFO com.appian.data.server.Watchdog - Data Server is starting using the [ALL_COMPONENTS_MODE] startup mode.
18 [main] INFO com.appian.data.TopologyFactory - Loading topology /usr/local/appian/data-server/conf/appian-topology.xml


**************************************************************************************

Regenerating the server certificate.
warning: ignoring JAVA_HOME=/usr/local/appian/java; using ES_JAVA_HOME
This tool assists you in the generation of X.509 certificates and certificate
signing requests for use with SSL/TLS in the Elastic stack.

The 'cert' mode generates X.509 certificate and private keys.
* By default, this generates a single certificate and key for us


**************************************************************************************

[2025-05-13T21:09:15,773][INFO ][org.elasticsearch.node.Node] [localhost] Default Locale [en_US]
[2025-05-13T21:09:17,337][WARN ][com.amazonaws.auth.profile.internal.BasicProfileConfigFileLoader] [localhost] Unable to load config file null
java.security.AccessControlException: access denied ("java.io.FilePermission" "/export/home/.aws/config" "read")
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:485) ~[?:?]
at java.security.AccessController.checkPermission(AccessController.java:1068) ~[?:?]
at java.lang.SecurityManager.checkPermission(SecurityManager.java:416) ~[?:?]
at java.lang.SecurityManager.checkRead(SecurityManager.java:756) ~[?:?]
at java.io.File.exists(File.java:829) ~[?:?]
at com.amazonaws.profile.path.config.SharedConfigDefaultLocationProvider.getLocation(Shared

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hi  ,

    Please ensure the JAVA PATH you setup is pointing only to JAVA_HOME (remove the ES_JAVA_HOME before start of server and then add).

    If you are using On-premise and not relying on AWS, you can safely ignore this error - Unable to load the config file: /home/.aws/.config — Access Denied Exception”.

    If you want to know whether ports are working fine, have a look on this:

    Open your Appian Instance on a browser.

    Enter command in CMD : netstat -aon | findstr :8080

    You can compare the PID in Resource monitor. Still have queries then raise a Support Case, to know better!

Reply
  • 0
    Certified Associate Developer

    Hi  ,

    Please ensure the JAVA PATH you setup is pointing only to JAVA_HOME (remove the ES_JAVA_HOME before start of server and then add).

    If you are using On-premise and not relying on AWS, you can safely ignore this error - Unable to load the config file: /home/.aws/.config — Access Denied Exception”.

    If you want to know whether ports are working fine, have a look on this:

    Open your Appian Instance on a browser.

    Enter command in CMD : netstat -aon | findstr :8080

    You can compare the PID in Resource monitor. Still have queries then raise a Support Case, to know better!

Children
No Data