Hi, I am trying to install Appian 7.3 on my local machine but I am ge

Hi,

I am trying to install Appian 7.3 on my local machine but I am getting following error:

16:17:34,526 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 10) JBAS014613: Operation ("add") failed - address: ([
("subsystem" => "deployment-scanner"),
("scanner" => "appian")
]) - failure description: "JBAS014802: Cannot resolve expression 'expression \\"${appian.home.ear}\\"' -- java.lang.IllegalStateException: Failed to resolve expression: ${appian.home.ear}"
16:17:34,530 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot operations"
16:17:34,530 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015016: Initial deployment scan failed: java.lang.IllegalArgumentException
          at org.jboss.dmr.ModelValue.asPropertyList(ModelValue.java:100) [jboss-dmr-1.1.6.Final-redhat-1.jar:1.1.6.F...

OriginalPostID-98256

OriginalPostID-98256

  Discussion posts and replies are publicly visible

Parents
  • check {jboss home dir} \\bin\\standalone.conf.bat file. a variable APPIAN_HOME_EAR should be defined. This variable value is passed into Java code as ${appian.home.ear}. This variable should point to the Appian Home directory plus \\ear (on my machine
    rem This references the Appian ear in URL form, used as a deploy directory
    set "APPIAN_HOME_EAR=C:/vsakruti/appianv72/ear" where C:/vsakruti/appianv72 is the appian home directory.
Reply
  • check {jboss home dir} \\bin\\standalone.conf.bat file. a variable APPIAN_HOME_EAR should be defined. This variable value is passed into Java code as ${appian.home.ear}. This variable should point to the Appian Home directory plus \\ear (on my machine
    rem This references the Appian ear in URL form, used as a deploy directory
    set "APPIAN_HOME_EAR=C:/vsakruti/appianv72/ear" where C:/vsakruti/appianv72 is the appian home directory.
Children
No Data