Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005438 [Quercus] minor always 05-08-13 05:43 05-08-13 05:43
Reporter qumo View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 4.0.35
Summary 0005438: Implement libxml additional constants and functions
Description 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
Additional Information OS: Centos 6.4 x86_64
Server: Glassfish 3.1.2
java: Sun jdk-6u45-linux-x64-rpm
Attached Files  zbx_export_hosts.xml [^] (686 bytes) 05-08-13 05:43

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
05-08-13 05:43 qumo New Issue
05-08-13 05:43 qumo File Added: zbx_export_hosts.xml
12-04-13 08:03 qumo Issue Monitored: qumo


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker