Standard Web Central installations contain the default version of the Basic Rule Compiler, which works for Java 5 application servers.
Application servers based on Java 6, such as WebLogic 10.3 or WebSphere 7.0, require the Java 6 - compatible version of the Basic Rule Compiler.
To deploy the Java 6 version of the Basic Rule Compiler:
lib\archibus-basic-rule-compiler.jar
file to the WEB-INF\lib folder
.WEB-INF\config\context\core\core-infrastructure.xml file
:by changing this line:
<bean class="com.archibus.jobmanager.BasicRuleCompiler">
to this line:
<bean class="com.archibus.jobmanager.BasicRuleCompilerJava6">