Hi,
I just installed Zend Server CE on an IBM iSeries. The first time I started the administration panel, I encountered several errors.
I wanted to try out some of the Demo applications. I started "Zend 5250 Emulator" and the login panel showed up. After signing in it responded:
Internal Server Error
Der Server hat einen internen Fehler oder ein Konfigurationsproblem festgestellt und konnte die Anforderung nicht ausführen.
Wenden Sie sich bitte an den zuständigen Server-Administrator [keine Adresse angegeben], und informieren Sie diesen über den Zeitpunkt des Fehlers und über alle von Ihnen ausgeführten Aktionen, die möglicherweise zum Auftreten des Fehlers geführt haben könnten.
Weitere Informationen über diesen Fehler sind möglicherweise im Serverfehlerprotokoll enthalten.
in english:
Internal Server Error
The server encountered an error or a configuration problem and could not execute the request.
Please contact your relevant Server-Administrater[no adress declared], and inform him about the time, when the error ocurred and the actions you did, which might cause the error.... Further information about the error could be in the servererrorprotocol.
Errorlog:
db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/ZendSvr/share/ToolkitApi/Db2supp.php on line 77
[10-Jan-2012 13:01:51] PHP Warning: db2_exec() [<a href='function.db2-exec'>function.db2-exec</a>]: Statement Execute Failed in /www/zendsvr/htdocs/Zend_Navigator_Demo/UserProfilesPage.php on line 41
[10-Jan-2012 13:01:51] PHP Warning: Invalid argument supplied for foreach() in /www/zendsvr/htdocs/Zend_Navigator_Demo/TableForUserProfiles.php on line 44
[10-Jan-2012 13:01:51] PHP Warning: db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/ZendSvr/share/ToolkitApi/Db2supp.php on line 77
[10-Jan-2012 13:01:53] PHP Warning: db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/ZendSvr/share/ToolkitApi/Db2supp.php on line 77
[10-Jan-2012 13:01:57] PHP Warning: db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/ZendSvr/share/ToolkitApi/Db2supp.php on line 77
[10-Jan-2012 13:01:57] PHP Warning: db2_exec() [<a href='function.db2-exec'>function.db2-exec</a>]: Statement Execute Failed in /www/zendsvr/htdocs/Zend_Navigator_Demo/CommonSQLfunctions.php on line 14
[10-Jan-2012 13:01:57] PHP Fatal error: Uncaught exception 'Exception' with message 'USERFILE der Art *FILE in ZENDSVR nicht gefunden. SQLCODE=-204' in /www/zendsvr/htdocs/Zend_Navigator_Demo/CommonSQLfunctions.php:58
Stack trace:
#0 /www/zendsvr/htdocs/Zend_Navigator_Demo/FilterForSpool.php(35): SQLQuery(Object(ToolkitService), 'SELECT UPUPRF F...')
#1 /www/zendsvr/htdocs/Zend_Navigator_Demo/FilterForSpool.php(24): FilterForSpool->ReadFile('WAWER')
#2 /www/zendsvr/htdocs/Zend_Navigator_Demo/spooledFiles.php(18): FilterForSpool->getUserFilters('WAWER')
#3 {main}
thrown in /www/zendsvr/htdocs/Zend_Navigator_Demo/CommonSQLfunctions.php on line 58
[10-Jan-2012 14:01:33] PHP Warning: db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/zendsvr/share/ToolkitAPI/Db2supp.php on line 77
[10-Jan-2012 14:01:33] PHP Fatal error: Call to undefined method ToolkitService::getLastDBError() in /usr/local/zendsvr/5250/API/Zend/5250/I5Wrapper.php on line 223
[10-Jan-2012 14:01:52] PHP Warning: db2_prepare() [<a href='function.db2-prepare'>function.db2-prepare</a>]: Statement Prepare Failed in /usr/local/zendsvr/share/ToolkitAPI/Db2supp.php on line 77
[10-Jan-2012 14:01:52] PHP Fatal error: Call to undefined method ToolkitService::getLastDBError() in /usr/local/zendsvr/5250/API/Zend/5250/I5Wrapper.php on line 223
[10-Jan-2012 14:12:19] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /www/zendsvr/htdocs/Samples/MYSQL_access/mysql_access_example.php on line 9
[10-Jan-2012 14:14:53] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /www/zendsvr/htdocs/Samples/MYSQL_access/mysql_access_example.php on line 9
Does anyone has an idea?
best regards
Andreas

