[Mondrian] Java 1.6 & JPivot XMLA Problem

Sherman Wood swood at jaspersoft.com
Mon Jan 5 15:14:07 EST 2009


JDK 1.6 provides implementations of XSLT and SOAP. The SOAP classes may be
causing you a problem for XML/A in JPivot. The XSLT change effected
JPivot's generation of HTML in some cases.

 

Here is how I forced Tomcat to use Axis for SOAP and the Xalan libraries
in JPivot, not the Sun/Java implementations.

 

 

rem for JDK 1.6 - force the use of Axis for SOAP not the internal JDK web
services implementation

set JAVA_OPTS=%JAVA_OPTS%
-Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl
-Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnection
FactoryImpl
-Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryImpl

 

rem for JDK 1.6 - use xalan, not JDK 1.6 internal Xalan implementation

set JAVA_OPTS=%JAVA_OPTS%
-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.Transf
ormerFactoryImpl

 

 

Sherman

 

  _____  

From: mondrian-bounces at pentaho.org [mailto:mondrian-bounces at pentaho.org]
On Behalf Of Feris Thia
Sent: Monday, January 05, 2009 7:40 PM
To: Mondrian developer mailing list; jhyde at pentaho.com
Subject: Re: [Mondrian] Java 1.6 & JPivot XMLA Problem

 

 

On Mon, Jan 5, 2009 at 3:37 PM, Julian Hyde <jhyde at pentaho.com> wrote:

 

 

For this I'm using Mondrian preconfigure war archive and deployed under
apache-tomcat-6.0.16.

 

To note, the XMLA provider working fine. Only the JPivot part that comes
with error. After downgraded to JDK 1.5.17 all working fine. I posted the
complete error from the "JPivot pivot table by XMLA" sample here :

 

http://pentaho-en.phi-integration.com/troubleshoot/jpivot-pivot-table-by-x
mla--jdk-1-6--tomcat-6-0-16-and-windows-xp

Can you please log a bug against JPivot.

 

Julian


Hi Julian,

 

Will do that. Thanks for the quick response.

-- 
Thanks & Best Regards,

Feris Thia
Business Intelligence Consultant
PT. Putera Handal Indotama
Phone  : +6221-30119353
Fax      : +6221-5513483
Mobile : +628176-474-525
http://www.phi-integration.com
http://pentaho.phi-integration.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20090105/5fcae3eb/attachment.html 


More information about the Mondrian mailing list