Hi all,
I'm getting an "Applet Initialization Error" when loading the applet version of Webi. The full error message is below.
My local client is on Windows 8.1 with IE 11. My server is 4.1 SP4. The PAM says that this should work.
The HTML version of Webi works fine and the server is working OK. I have tried it on Windows 2008 Server R2 with IE11 and the applet version works fine.
I have tried the following versions of the 32-bit JRE and they all have the same problem: 1.7u45, 1.7u72, 1.8u25.
I have tried IE 11 with Compatibility mode on and off. I have ensured I have "Enhanced Protected Mode" disabled.
I have also tried with Chrome and Firefox, both with the same results.
I have tried disabling my Windows firewall and my anti-virus - no luck.
I've run out of ideas for what else to try. Any ideas what could be going wrong here?
Thanks and Regards,
Jonathan
com.businessobjects.sdk.core.server.CommunicationException$InvalidServerResponseException: (Error: RWI 00200)
at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:152)
at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:109)
at com.businessobjects.rebean.wi.impl.engine.ReportEngineContext.initUserServer(ReportEngineContext.java:450)
at com.businessobjects.rebean.wi.impl.services.ConfigurationServiceImpl.getUserSecuredCommands(ConfigurationServiceImpl.java:196)
at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImpl.postLoginProcess(UserSessionCommonImpl.java:141)
at com.sap.webi.client.toolkit.internal.usersession.UserSessionCommonImpl.logonWithSerializedSession(UserSessionCommonImpl.java:64)
at com.sap.webi.client.toolkit.internal.usersession.UserSessionJRPImpl.logonWithSerializedSession(UserSessionJRPImpl.java:12)
at com.sap.webi.client.toolkit.SessionContext.logonWithSerializedSession(SessionContext.java:103)
at com.sap.webi.ui.context.managers.SessionsManager.loginAndGetSessionContext(SessionsManager.java:377)
at com.sap.webi.ui.context.managers.SessionsManager.logOnRepository(SessionsManager.java:228)
at com.sap.webi.ui.jrp.WebIAppletMain.start(WebIAppletMain.java:238)
at com.sap.webi.ui.jrp.WebIAppletStartup$2.doInBackground(WebIAppletStartup.java:167)
at com.sap.webi.ui.jrp.WebIAppletStartup$2.doInBackground(WebIAppletStartup.java:162)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException
at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:152)
at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:109)
at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:183)
at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)
at com.businessobjects.rebean.wi.impl.engine.ReportEngineContext.initUserServer(ReportEngineContext.java:413)
... 16 more
Caused by: java.lang.NullPointerException
at java.io.ByteArrayInputStream.<init>(Unknown Source)
at com.businessobjects.sdk.core.server.internal.marshaling.java.SerializableMarshaler.unmarshal(SerializableMarshaler.java:76)
at com.businessobjects.sdk.core.server.internal.http.HTTPServerImpl.doProcess(HTTPServerImpl.java:248)
at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:171)
... 18 more