Error prompt with load.bat / load.sh

Hi Everyone,

 

I have changed the path of Appian's default directories:

https://community.appian.com/discussions/f/administration/12893/file-server-on-windows

 

and now I want to run the <APPIAN_HOME>\_admin\_scripts\load.bat to reset the paths, but it shows "The system cannot find the path specified":

 

do yo know which path was it talking about?

  Discussion posts and replies are publicly visible

Parents Reply
  • Dear  and  ,

    Thank you so much for your advice.

    I did not change any of the content of load.bat/load.sh, it remained as 

    @echo off
    setlocal
    set JAVA_CMD=java
    if defined JAVA_HOME (
      set JAVA_CMD="%JAVA_HOME%\bin\java"
    )
    
    pushd ..\..\ear\suite.ear\web.war
    %JAVA_CMD% -classpath %~dp0classpath.jar -Dlog4j.defaultInitOverride=true com.appiancorp.common.initialize.InitializeServer WEB-INF\conf\dataload\config.xml
    popd
    

     

    and I have executed the engines and ensured that they are up before running the script, but it still shows the error lines.

    Was it normal to have those lines?
    Should there be any specific lines that I could read from, or is there any way that I could verify that the load.bat / load.sh is run successfully?

Children