domingo, 30 de diciembre de 2012

Linux: Referent a Zend Studio ...

Zend Server

A l'instal·lar Zend Studio em manca tenir el servidor. Per fer-ho l'empresa de Zend Studio ofereix 2 paquets: Un de pagament i un gratuit (evidentment amb menys característiques que el de pagament). Per instalar-ho a Debian amb PHP 5.3:

root@debian:/home/buga# apt-get install zend-server-ce-php-5.3

Per cert el repositori a afegir a sources.list es:


deb http://repos.zend.com/zend-server/deb server non-free

I per afegir la GPG Public Key:

root@debian:/home/buga# curl http://repos.zend.com/zend.key | apt-key add -

----------------------------------------------------------------------------------------------------------------------------------

Fallades a l'arrancar Zend Studio

Si a l'arrancar Zend Studio ens trobem el següent missatge d'error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5ae6d4fc21, pid=16755, tid=140029838595840
#
# JRE version: OpenJDK Runtime Environment (7.0_51-b31) (build 1.7.0_51-b31)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x71c21]  soup_session_feature_detach+0x11
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/buga/programas/ZendStudio/hs_err_pid16755.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

La solució (després de preguntar a Sant Google unes MOLTES vegades) fou editar l'arxiu ZendStudio.ini i afegir-hi la següent línia:

-Dorg.eclipse.swt.browser.DefaultType=mozilla


No hay comentarios: