Hy All,
I use Palo web client. I tried to connect a ssas server after modifying
the parameters in the palo.properties file.
The connection parameters are as follow :
server3.dispname=MS AS 2005
server3.url=localhost
server3.service=olap/msmdpump.dll
server3.login=PaloWeb
server3.password=admin
server3.provider=xmla
A virtual dir is created mapped in IIS for the msmdpump.dll file.
I get tis message at connection
Application may behave incorrectly.
Call fail on server.
Reason: The call failed on the server; see server log for details
The localhost log file on TomaCat server contains the following
(the user 'PaloWeb' we use is created on the sql server we tried also creating this user as windows user. In the connection parameters we also tried with and without the user password but still have the same error)
10 mars 2008 09:59:34 org.apache.catalina.core.ApplicationContext log
GRAVE: Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.tensegrity.palowebviewer.modules.paloclient.client.XFolder com.tensegrity.palowebviewer.modules.engine.client.IEngineService.loadFavoriteViews()' threw an unexpected exception: com.tensegrity.palojava.PaloException: Could not login to xmla server 'localhost' as user 'PaloWeb'!!
at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:361)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:547)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Unknown Source)
Caused by: com.tensegrity.palojava.PaloException: Could not login to xmla server 'localhost' as user 'PaloWeb'!!
at com.tensegrity.palo.xmla.XMLAConnection.getServerInfo(XMLAConnection.java:532)
at com.tensegrity.palo.xmla.XMLAServer.getInfo(XMLAServer.java:27)
at org.palo.api.impl.ConnectionImpl.<init>(ConnectionImpl.java:75)
at org.palo.api.impl.ConnectionFactoryImpl.newConnection(ConnectionFactoryImpl.java:111)
at com.tensegrity.palowebviewer.server.PaloConnectionFactory.createConnection(PaloConnectionFactory.java:30)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.openConnection(ServerConnectionPool.java:51)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.tryGetConnection(ServerConnectionPool.java:73)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.getConnection(ServerConnectionPool.java:62)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.<init>(ServerConnectionPool.java:38)
at com.tensegrity.palowebviewer.server.GlobalConnectionPool.getConnection(GlobalConnectionPool.java:70)
at com.tensegrity.palowebviewer.server.GlobalConnectionPool.getConnection(GlobalConnectionPool.java:59)
at com.tensegrity.palowebviewer.modules.engine.server.EngineLogic.loadFavoriteViews(EngineLogic.java:294)
at com.tensegrity.palowebviewer.modules.engine.server.EngineService.loadFavoriteViews(EngineService.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:528)
... 16 more
Thanks for any Help
I use Palo web client. I tried to connect a ssas server after modifying
the parameters in the palo.properties file.
The connection parameters are as follow :
server3.dispname=MS AS 2005
server3.url=localhost
server3.service=olap/msmdpump.dll
server3.login=PaloWeb
server3.password=admin
server3.provider=xmla
A virtual dir is created mapped in IIS for the msmdpump.dll file.
I get tis message at connection
Application may behave incorrectly.
Call fail on server.
Reason: The call failed on the server; see server log for details
The localhost log file on TomaCat server contains the following
(the user 'PaloWeb' we use is created on the sql server we tried also creating this user as windows user. In the connection parameters we also tried with and without the user password but still have the same error)
10 mars 2008 09:59:34 org.apache.catalina.core.ApplicationContext log
GRAVE: Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.tensegrity.palowebviewer.modules.paloclient.client.XFolder com.tensegrity.palowebviewer.modules.engine.client.IEngineService.loadFavoriteViews()' threw an unexpected exception: com.tensegrity.palojava.PaloException: Could not login to xmla server 'localhost' as user 'PaloWeb'!!
at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:361)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:547)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:265)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:187)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Unknown Source)
Caused by: com.tensegrity.palojava.PaloException: Could not login to xmla server 'localhost' as user 'PaloWeb'!!
at com.tensegrity.palo.xmla.XMLAConnection.getServerInfo(XMLAConnection.java:532)
at com.tensegrity.palo.xmla.XMLAServer.getInfo(XMLAServer.java:27)
at org.palo.api.impl.ConnectionImpl.<init>(ConnectionImpl.java:75)
at org.palo.api.impl.ConnectionFactoryImpl.newConnection(ConnectionFactoryImpl.java:111)
at com.tensegrity.palowebviewer.server.PaloConnectionFactory.createConnection(PaloConnectionFactory.java:30)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.openConnection(ServerConnectionPool.java:51)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.tryGetConnection(ServerConnectionPool.java:73)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.getConnection(ServerConnectionPool.java:62)
at com.tensegrity.palowebviewer.server.ServerConnectionPool.<init>(ServerConnectionPool.java:38)
at com.tensegrity.palowebviewer.server.GlobalConnectionPool.getConnection(GlobalConnectionPool.java:70)
at com.tensegrity.palowebviewer.server.GlobalConnectionPool.getConnection(GlobalConnectionPool.java:59)
at com.tensegrity.palowebviewer.modules.engine.server.EngineLogic.loadFavoriteViews(EngineLogic.java:294)
at com.tensegrity.palowebviewer.modules.engine.server.EngineService.loadFavoriteViews(EngineService.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:528)
... 16 more
Thanks for any Help