Full Zend Server for the Mac - Technology Preview
- kentatzend
- Posts: 1778
- Joined: Thu Dec 11, 2008 1:08 pm
Full Zend Server for the Mac - Technology Preview
Hi all,
Zend is happy to announce a technology preview of full Zend Server functionality for the Mac. This is includes all the functionality that is available on the Linux and Windows so people now have access to Monitoring, Code tracing and other advanced functionality. While this is a fully functional copy of Zend Server it is intended for development purposes only and should not be used to run a production web server. If you are interested in this release download the DMG file and please read the Release notes attached.
If you have any feedback please provide it in this forum.
Thanks and we hope you enjoy this new release.
Zend is happy to announce a technology preview of full Zend Server functionality for the Mac. This is includes all the functionality that is available on the Linux and Windows so people now have access to Monitoring, Code tracing and other advanced functionality. While this is a fully functional copy of Zend Server it is intended for development purposes only and should not be used to run a production web server. If you are interested in this release download the DMG file and please read the Release notes attached.
If you have any feedback please provide it in this forum.
Thanks and we hope you enjoy this new release.
- Attachments
-
ZS-560-Mac-Beta-ReleaseNotes-20111019.txt
- Release Notes
- (2.52 KiB) Downloaded 914 times
Re: Full Zend Server for the Mac - Technology Preview
The download link does not appear to be working.
Re: Full Zend Server for the Mac - Technology Preview
Fixed. Thanks dstockto!
Zvika Dror
Zend Support Team
Zend Support Team
Re: Full Zend Server for the Mac - Technology Preview
Is this is a 64 bit install or still 32 bit like previous distress?
Re: Full Zend Server for the Mac - Technology Preview
is this install time limited?
-
- Posts: 5
- Joined: Tue Oct 25, 2011 11:02 pm
Re: Full Zend Server for the Mac - Technology Preview
After installing this i can NOT access the Administration Interface at:
http://localhost:10081/ZendServer or https://localhost:10082/ZendServer
can anybody help me ?
http://localhost:10081/ZendServer or https://localhost:10082/ZendServer
can anybody help me ?
- zend_eyalt
- Posts: 285
- Joined: Thu Jan 22, 2009 3:16 pm
Re: Full Zend Server for the Mac - Technology Preview
Hi tomreistad,
Did you perform a clean install or did you attempt to upgrade from CE?
In any case this problem might be caused from installing over a non clean environment - could you please try uninstalling, making sure no zend related processes are up, and then installing again?
thx,
Eyal
Did you perform a clean install or did you attempt to upgrade from CE?
In any case this problem might be caused from installing over a non clean environment - could you please try uninstalling, making sure no zend related processes are up, and then installing again?
thx,
Eyal
Re: Full Zend Server for the Mac - Technology Preview
So for development I still need purchase license to have zend code tracing?
- zend_eyalt
- Posts: 285
- Joined: Thu Jan 22, 2009 3:16 pm
Re: Full Zend Server for the Mac - Technology Preview
As README says:
- This package does not include a built-in license key. You can obtain a
license key at http://www.zend.com/en/products/server/license
Thus, you can obtain a 30 day trial license from the above address.
- This package does not include a built-in license key. You can obtain a
license key at http://www.zend.com/en/products/server/license
Thus, you can obtain a 30 day trial license from the above address.
Re: Full Zend Server for the Mac - Technology Preview
Haven't had any luck with it so far. I uninstalled my CE install using /usr/local/zend/bin/uninstall.sh and tried installing the full version. The apache server is up and running and I can get to the config page at localhost:10081. However, MySQL doesn't seem to be complete. The zendctl.sh won't start it. And if I try to manually start it I get:
Looks like it didn't create the tmp directory and data/mysql database is empty. Any ideas on how to resolve this?
Thanks,
Dan
Code: Select all
bash-3.2# /usr/local/zend/mysql/bin/mysql.server start
Starting MySQL
. ERROR! Manager of pid-file quit without updating file.
bash-3.2# cat /usr/local/zend/mysql/data/DDay.local.err
111026 13:03:00 mysqld_safe Starting mysqld daemon with databases from /usr/local/zend/mysql/data
111026 13:03:00 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
111026 13:03:00 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
111026 13:03:00 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/zend/mysql/data/ is case insensitive
111026 13:03:00 [Note] Plugin 'FEDERATED' is disabled.
/usr/local/zend/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist
111026 13:03:00 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
111026 13:03:00 InnoDB: Initializing buffer pool, size = 8.0M
111026 13:03:00 InnoDB: Completed initialization of buffer pool
InnoDB: Log scan progressed past the checkpoint lsn 0 37356
111026 13:03:00 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 44233
111026 13:03:00 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
111026 13:03:01 InnoDB: Started; log sequence number 0 44233
111026 13:03:01 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
111026 13:03:01 mysqld_safe mysqld from pid file /usr/local/zend/mysql/data/DDay.local.pid ended
bash-3.2# ls -l /usr/local/zend/mysql/data/
total 40984
-rw-rw---- 1 zend wheel 1929 Oct 26 13:03 DDay.local.err
-rw-r--r-- 1 zend wheel 905 Oct 18 11:10 config.ini
-rw-rw---- 1 zend wheel 5242880 Oct 26 13:03 ib_logfile0
-rw-rw---- 1 zend wheel 5242880 Oct 26 11:02 ib_logfile1
-rw-rw---- 1 zend wheel 10485760 Oct 26 11:02 ibdata1
-rw-r--r-- 1 zend wheel 2486 Oct 18 11:10 my.cnf
drwxr-x--- 2 zend wheel 68 Oct 18 11:10 mysql
drwxr-x--- 2 zend wheel 68 Oct 18 11:10 test
bash-3.2# ls -l /usr/local/zend/mysql/data/mysql
bash-3.2#
Thanks,
Dan