JAXB LinkageError
Style Intelligence 10.2 requires JAXB 2.1, but early copies of Java SE 1.6 bundled JAXB 2.0 which causes the following type of error during server startup:
SEVERE: WSSERVLET11: failed to parse runtime descriptor:
java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI
(from jar:file:/C:/Style%20Intelligence/server/webapps/sree/WEB-INF/lib/etools.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API.
Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader.
(See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
To resolve this, reinstall Java 1.6 update 4 or later.