Has anyone else encountered an HTTP Code: 500 error while editing an Interface containing only a gridRowLayout?
I have seen this occur several times across multiple different applications. All applications were local installs.
The interface object becomes no longer accessible from the application in /design. The only solution I've found is deleting the object and remaking it.
Discussion posts and replies are publicly visible
Hello!
In addition, you can shutdown and restart the processes using the following commands on CMD:
start:
<APPIAN_HOME>\services\bin\start.bat -p password -s all
<APPIAN_HOME>\data-server\bin\start.bat
<APPIAN_HOME>\search-server\bin\start.bat
<APPIAN_HOME>\bin\jboss\jboss-eap-6.4\bin\standalone.bat
shutdown:
<APPIAN_HOME>\bin\jboss\jboss-eap-6.4\bin\shutdown.bat
<APPIAN_HOME>\search-server\bin\stop.bat
<APPIAN_HOME>\data-server\bin\stop.bat
<APPIAN_HOME>\services\bin\stop.bat -p password -s all
Verify the following link: Starting_and_Stopping_Appian
Regards.