Mantis - Quercus
Viewing Issue Advanced Details
5438 minor always 05-08-13 05:43 05-08-13 05:43
qumo  
 
normal  
new 4.0.35  
open  
none    
none  
0005438: Implement libxml additional constants and functions
I'm trying to run Zabbix PHP frontend in glassfish.
During installation, zabbix frontend check:
1)libxml module version
2)xmlwriter
3)xmlreader

Tests are respectively (in PHP):
1)constant('LIBXML_DOTTED_VERSION');
2)extension_loaded('xmlwriter');
3)extension_loaded('xmlreader');

Results are respectively:
1)null (need current version)
2)FALSE (need TRUE)
3)FALSE (need TRUE)

I bridged tests to finalise the installation. xmlWriter is working (throught Zabbix frontend) but xmlReader not.
Here is the error message from zabbix frontend when I try to read the xml file (enclosed):
com.caucho.quercus.lib.xml.XmlReader.XML: com.caucho.quercus.lib.xml.XmlReader
OS: Centos 6.4 x86_64
Server: Glassfish 3.1.2
java: Sun jdk-6u45-linux-x64-rpm
 zbx_export_hosts.xml [^] (686 bytes) 05-08-13 05:43

There are no notes attached to this issue.