From: Stefano N. <ste...@gm...> - 2007-12-05 07:31:57
|
Hi Martin, thanks for the catch! I fixed the patch and I found another issue in the funambol.sh....line 62 should be: export JAVA_OPTS="${JAVA_OPTS} -Xmx512M" Cheers ste Martin Emrich wrote: > Martin Emrich schrieb: > >> Hi! >> >> Stefano Nichele schrieb: >> >>> Hi Martin, >>> can you try this patch: >>> >>> https://wiki.objectweb.org/sync4j/Wiki.jsp?page=BundleIPv4Issue ? >>> >>> Let me know and thanks for you cooperation. >>> >> Great, thanks! Now all *-listeners start and keep running. Any hints >> what could be wrong with my network configuration? >> >> Now only the inbox-listener gives me some trouble, I'll start a new >> thread for that. >> > > I just found the problem there, ctp-, pim- and inbox-listener were still > configured to use hsql instead of postgresql. > > But I found a bug in the "BundleIPv4Issue"-fix: The line > > JAVA_OPTS=-Djava.net.preferIPv4Stack=true > > in tools/bin/funambol.sh should be > > export JAVA_OPTS=-Djava.net.preferIPv4Stack=true > > , otherwise it is only exported just before running the ds-server, but > the ctp-server starts before that, does not get it and still dies with > the IPv6-JGroups-error. > > Ciao > > Martin > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Sync4j-users mailing list > Syn...@li... > https://lists.sourceforge.net/lists/listinfo/sync4j-users > > -- Stefano Nichele Funambol Servers Tech Lead funambol :: mobile open source :: http://www.funambol.com |