<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing the Funambol bundled server under Ubuntu Server (AMD64) + MySQL + LigHTTPd</title>
	<atom:link href="http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/</link>
	<description>Auf dem Weg...</description>
	<lastBuildDate>Wed, 27 Jul 2011 10:23:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: abhi</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-178</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 27 Jul 2011 10:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-178</guid>
		<description>now i still have the same error but when i open the browser and open http://localhost:8181/funambol/  . I see two links Web Demo Client and Terms and Condition ...when I click on Web Demo Client i get a login page when I login with the user name and password that I created in  mysql it does not work ....can you help me out how do i change or which file its looking for the user name and password .</description>
		<content:encoded><![CDATA[<p>now i still have the same error but when i open the browser and open <a href="http://localhost:8181/funambol/" rel="nofollow">http://localhost:8181/funambol/</a>  . I see two links Web Demo Client and Terms and Condition &#8230;when I click on Web Demo Client i get a login page when I login with the user name and password that I created in  mysql it does not work &#8230;.can you help me out how do i change or which file its looking for the user name and password .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-177</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 27 Jul 2011 09:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-177</guid>
		<description>Hi John,

I&#039;ve the Mysql up and running and as per the requirements i&#039;ve also created the DB by the name funambol ....

this is my ds-server/install.properties file :

dbms=mysql


#jdbc.classpath=/opt/Funambol/tools/java-1.4.2-gcj-1.4.2.0/jre/lib/ext/mysql-connector-java-5.1.7-bin.jar
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.url=jdbc:mysql://localhost/funambol
#jdbc.user=root
#jdbc.password=evolgence



and the mysql is :



mysql&gt; show databases;
+--------------------+
&#124; Database           &#124;
+--------------------+
&#124; information_schema &#124; 
&#124; funambol           &#124; 
&#124; mysql              &#124; 
&#124; test               &#124; 
+--------------------+
4 rows in set (0.03 sec)

mysql&gt;</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I&#8217;ve the Mysql up and running and as per the requirements i&#8217;ve also created the DB by the name funambol &#8230;.</p>
<p>this is my ds-server/install.properties file :</p>
<p>dbms=mysql</p>
<p>#jdbc.classpath=/opt/Funambol/tools/java-1.4.2-gcj-1.4.2.0/jre/lib/ext/mysql-connector-java-5.1.7-bin.jar<br />
#jdbc.driver=com.mysql.jdbc.Driver<br />
#jdbc.url=jdbc:mysql://localhost/funambol<br />
#jdbc.user=root<br />
#jdbc.password=evolgence</p>
<p>and the mysql is :</p>
<p>mysql&gt; show databases;<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />
| Database           |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />
| information_schema |<br />
| funambol           |<br />
| mysql              |<br />
| test               |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />
4 rows in set (0.03 sec)</p>
<p>mysql&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-176</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-176</guid>
		<description>I got the previous error cleared by editing /opt/Funambol/config/com/funambol/server/db/db.xml by changing it to :

  &lt;!-- The connection URL --&gt;
    
     url
     jdbc:mysql://localhost/funambol
    

    &lt;!-- The fully qualified Java class name of the JDBC driver to be used. --&gt;
    
     driverClassName
     com.mysql.jdbc.Driver
    

    &lt;!-- The connection username --&gt;
    
     root
     xxxxxxx

but after that changes i get this error :

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:438: The following error occurred while executing this line:
/opt/Funambol/ds-server/install/install.xml:464: java.sql.SQLException: Unexpected token: BINARY in statement [  create table fnbl_user ( username   varchar(255) binary]





&quot;The Mysql connection is working fine &quot;</description>
		<content:encoded><![CDATA[<p>I got the previous error cleared by editing /opt/Funambol/config/com/funambol/server/db/db.xml by changing it to :</p>
<p>  <!-- The connection URL --></p>
<p>     url<br />
     jdbc:mysql://localhost/funambol</p>
<p>    <!-- The fully qualified Java class name of the JDBC driver to be used. --></p>
<p>     driverClassName<br />
     com.mysql.jdbc.Driver</p>
<p>    <!-- The connection username --></p>
<p>     root<br />
     xxxxxxx</p>
<p>but after that changes i get this error :</p>
<p>BUILD FAILED<br />
/opt/Funambol/ds-server/install/install.xml:172: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:353: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:380: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:438: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:464: java.sql.SQLException: Unexpected token: BINARY in statement [  create table fnbl_user ( username   varchar(255) binary]</p>
<p>&#8220;The Mysql connection is working fine &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-173</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Tue, 26 Jul 2011 10:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-173</guid>
		<description>Hi abhi, it looks like you don&#039;t have MySQL running? The guide above assumes such prerequisites are already in place and working!</description>
		<content:encoded><![CDATA[<p>Hi abhi, it looks like you don&#8217;t have MySQL running? The guide above assumes such prerequisites are already in place and working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-172</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Tue, 26 Jul 2011 09:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-172</guid>
		<description>Hi 
I tried all the steps , i&#039;m using centos . I got till the bin/install step but when i run the script i get the error as :

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: java.sql.SQLException: socket creation error</description>
		<content:encoded><![CDATA[<p>Hi<br />
I tried all the steps , i&#8217;m using centos . I got till the bin/install step but when i run the script i get the error as :</p>
<p>BUILD FAILED<br />
/opt/Funambol/ds-server/install/install.xml:172: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:353: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:380: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:437: The following error occurred while executing this line:<br />
/opt/Funambol/ds-server/install/install.xml:452: java.sql.SQLException: socket creation error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-8</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Sun, 20 Sep 2009 21:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-8</guid>
		<description>Hey GS, unfortunately I pieced the knowledge to get Funambol running together myself (from Google and IRC), so I wouldn&#039;t say I&#039;m even remotely knowledable about it. After a quick look at those pesky XML configuration files I&#039;d say it&#039;s probably not as easy as it should be to change the default path.
However, since you&#039;re asking for *ideas* -- what about using mod_rewrite to just, you know, rewrite your subdomain&#039;s root to blahblah:blah/funambol.ds? That should be the easiest thing to do...
Good luck!</description>
		<content:encoded><![CDATA[<p>Hey GS, unfortunately I pieced the knowledge to get Funambol running together myself (from Google and IRC), so I wouldn&#8217;t say I&#8217;m even remotely knowledable about it. After a quick look at those pesky XML configuration files I&#8217;d say it&#8217;s probably not as easy as it should be to change the default path.<br />
However, since you&#8217;re asking for *ideas* &#8212; what about using mod_rewrite to just, you know, rewrite your subdomain&#8217;s root to blahblah:blah/funambol.ds? That should be the easiest thing to do&#8230;<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GS</title>
		<link>http://blogs.tor-b.de/schattenschreiber/2009/05/20/installing-the-funambol-bundled-server-under-ubuntu-server-amd64-mysql-lighttpd/#comment-7</link>
		<dc:creator>GS</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://schattenschreiber.org/diary/?p=101#comment-7</guid>
		<description>Hey,

I haven&#039;t been getting much help in the funambol forums about this, and you seem like you know a thing or two.  Could you help me out?

When I used myfunambol portal, the server address was http://my.funambol.com/sync. I prefer to have something similar to this than to have http://xxx.xxx.xxx.x​xx:port/funambol/ds.​ How can I change the URI to something less complicated for my users? Ideally I would like to have it as only my domain name but judging by myfunambol it will need to have http://mydomain/something.

I&#039;ve changed tomcat to listen on port 80, so I&#039;m rid of the port, but I want to have http://sub.domain.com, and thats it, without the /funambol/ds.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I haven&#8217;t been getting much help in the funambol forums about this, and you seem like you know a thing or two.  Could you help me out?</p>
<p>When I used myfunambol portal, the server address was <a href="http://my.funambol.com/sync" rel="nofollow">http://my.funambol.com/sync</a>. I prefer to have something similar to this than to have <a href="http://xxx.xxx.xxx.x​xx:port/funambol/ds.​" rel="nofollow">http://xxx.xxx.xxx.x​xx:port/funambol/ds.​</a> How can I change the URI to something less complicated for my users? Ideally I would like to have it as only my domain name but judging by myfunambol it will need to have <a href="http://mydomain/something" rel="nofollow">http://mydomain/something</a>.</p>
<p>I&#8217;ve changed tomcat to listen on port 80, so I&#8217;m rid of the port, but I want to have <a href="http://sub.domain.com" rel="nofollow">http://sub.domain.com</a>, and thats it, without the /funambol/ds.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

