Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5438 | minor | always | 05-08-13 05:43 | 05-08-13 05:43 | |
|
|||||
Reporter: | qumo | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.35 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
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 |
||||
Steps To Reproduce: | |||||
Additional Information: |
OS: Centos 6.4 x86_64 Server: Glassfish 3.1.2 java: Sun jdk-6u45-linux-x64-rpm |
||||
Relationships | |||||
Attached Files: | zbx_export_hosts.xml [^] (686 bytes) 05-08-13 05:43 |
There are no notes attached to this issue. |