Ok I am upgrading from Appian 6.7.1 to 7.2 on a Windows 2008 R2 and SQL Server 2

Ok I am upgrading from Appian 6.7.1 to 7.2 on a Windows 2008 R2 and SQL Server 2008.

Using JBoss 6.1 and nearly done with my migration guide (just ready to fire Appian up and then work on Email Templates).
So I start the Appian engines, they are all okay.
Next I tried to start JBoss, getting a logging errors.

Attached is the boot.log file from JBoss 6.1. It appears logging is using a 7.1.1 jar which seems incorrect to me, but I don't know how to fix it.

Here is the error when trying to run the standalone.bat file
Unable to set property pattern on class org.jboss.logmanager.formatters.PatternF
ormatter: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java....

boot.log

OriginalPostID-110535

OriginalPostID-110535

  Discussion posts and replies are publicly visible

Parents
  • Ok I am not sure where some of my comments are going. But I will repeat.

    I took out the 1.0 and replaced the example with what you stated. I still get the original logging error though. My xml now is well formed (finally)

    <subsystem xmlns="urn:jboss:domain:datasources:1.1">
    - <datasources>
    - <drivers>
    - <driver module="com.microsoft.sqlserver.jdbc" name="com.microsoft.sqlserver.jdbc">
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
    </driver>
    </drivers>
    </datasources>
    </subsystem>

    standalone.xml

Reply
  • Ok I am not sure where some of my comments are going. But I will repeat.

    I took out the 1.0 and replaced the example with what you stated. I still get the original logging error though. My xml now is well formed (finally)

    <subsystem xmlns="urn:jboss:domain:datasources:1.1">
    - <datasources>
    - <drivers>
    - <driver module="com.microsoft.sqlserver.jdbc" name="com.microsoft.sqlserver.jdbc">
    <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
    </driver>
    </drivers>
    </datasources>
    </subsystem>

    standalone.xml

Children
No Data