I'm experiencing strange issue with the Split deployment of Web part of SAP BO 4.0. I used the following pdf meterial 'Improving the User Experience in SAP BI Platform 4.0 with Apache and WDeploy' written by James Rapp.
My Environment consists of:
Default Tomcat
Apache 2.2- the latest release, downloaded from vendor's web
SAP BO 4 with Fp3
what I did:
1. modified Tomcat's xml file by adding <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" enableLookups="false" connectionTimeout="20000"/>
2. Downloaded approprirate mod_jk file from web, uploaded to Apache modules folder
3. Created workers file & modifid the default httpd config file as it's written in PDF guide
4. Executed wdeploy.bat tomcat6 –Das_mode=split –Dws_type=apache deployall
Result: everything is fine - all web interfaces are up and running, except WebIntelligence from BI protal, here I'm getting the following error
when I start WebIntelligence.
load: class com.sap.webi.ui.jrp.WebIAppletStartup not found.
java.lang.ClassNotFoundException: com.sap.webi.ui.jrp.WebIAppletStartup
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The default installation with Tomcat is fine, WebIntelligence interface is also running as expected, but when I modified it by adding Apache then this
error message occurs. Maybe someone can help me out, what can be cause of the error message.
I did some search in SAP Notes are, but did not find any reasonable explanation. For me it seems that the split deployment if ok, just Java is failing for some unknown reason....
Thanks in advance