Even wat informatie over het systeem:
OS: Debian Squeeze (Linux debian 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux)
Funambol: 10.0.0.2
mysql: mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i486) using readline 6.1
Wat ik probeer te doen is Funambol te installeren in combinatie met MySQL i.p.v. de standaard Hypersonic database.
Hiervoor volg ik de guide op http://www.c0urier.net/20...l-and-debian-lennysqueeze
net als in de tutorial gaat het fout bij het installeren van Funambol:
De oplossing van de guide, sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart werkt niet:
De bug zou namelijk in een brakke implementatie van IPv6 in Java zetten, dus heb ik geprobeerd IPv6 handmatig te disablen:
Maar dit mag ook niet baten, dezelfde error blijft opduiken en ik weet even niet meer hoe het verder moet.
OS: Debian Squeeze (Linux debian 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux)
Funambol: 10.0.0.2
mysql: mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i486) using readline 6.1
Wat ik probeer te doen is Funambol te installeren in combinatie met MySQL i.p.v. de standaard Hypersonic database.
Hiervoor volg ik de guide op http://www.c0urier.net/20...l-and-debian-lennysqueeze
net als in de tutorial gaat het fout bij het installeren van Funambol:
code:
1
2
3
4
5
6
7
8
| BUILD FAILED /opt/Funambol/ds-server/install/install.xml:172: The following error occurred while executing this line: /opt/Funambol/ds-server/install/install.xml:353: The following error occurred while executing this line: /opt/Funambol/ds-server/install/install.xml:380: The following error occurred while executing this line: /opt/Funambol/ds-server/install/install.xml:437: The following error occurred while executing this line: /opt/Funambol/ds-server/install/install.xml:452: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. |
De oplossing van de guide, sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart werkt niet:
code:
1
| sed: can't read /etc/sysctl.d/bindv6only.conf: No such file or directory |
De bug zou namelijk in een brakke implementatie van IPv6 in Java zetten, dus heb ik geprobeerd IPv6 handmatig te disablen:
code:
1
| echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf |
Maar dit mag ook niet baten, dezelfde error blijft opduiken en ik weet even niet meer hoe het verder moet.