Can you help me with this error? I am trying to upgrade appian from 7.7 to 16.1.

Can you help me with this error? I am trying to upgrade appian from 7.7 to 16.1. I have updated to java 1.8, and jboss 6.4 as required. I made the needed changes on the configuration files and used the new repo method of setting up the configurations. But when i run jboss, i get this error. And what is very interesting is that it shows in the error message jboss 6.3! where is it still reading jboss as 6.3?

[root@testegate bin]# ./standalone.sh
=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /uat/appian/bin/jboss-eap-6.4

JAVA: java

JAVA_OPTS: -XX:+UseCompressedOops -verbose:gc -Xloggc:"/uat/appian/bin/jboss-eap-6.4/standalone/log/gc.log" -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -Xms2048m -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dsun.rmi.dgc.client.gcInterval...

OriginalPostID-199517

OriginalPostID-199517

  Discussion posts and replies are publicly visible

Parents
  • Former Member
    0 Former Member
    I'm wondering if standalone.sh is set to look in a different directory or something, and is picking up an older standalone.xml file or something. The error is complaining about this line:

    Unexpected element '{urn:jboss:domain:1.7}server'

    So, in some standalone.xml file somewhere it's looking to deploy, and the line starts with that open curly brace '{' in the 3rd line followed by the rest of the details output in the message:

    {urn:jboss:domain:1.7}server

    That's what it appears to be from what I can tell from the snippets you provided.
Reply
  • Former Member
    0 Former Member
    I'm wondering if standalone.sh is set to look in a different directory or something, and is picking up an older standalone.xml file or something. The error is complaining about this line:

    Unexpected element '{urn:jboss:domain:1.7}server'

    So, in some standalone.xml file somewhere it's looking to deploy, and the line starts with that open curly brace '{' in the 3rd line followed by the rest of the details output in the message:

    {urn:jboss:domain:1.7}server

    That's what it appears to be from what I can tell from the snippets you provided.
Children
No Data