<div><font face="verdana, arial, helvetica, sans-serif"><div style="color:rgb(51,51,51)"><span style="font-family:arial;color:rgb(0,0,0)">Hi everyone!</span></div><div><span style="color:rgb(0,0,0)"><div style="font-family:arial">
<br></div><div style="font-family:arial">I'm trying to mount my own node of Kune in my computer (a Kubuntu), but it's being really difficult. </div><div style="font-family:arial">I've been able to solve most of that problems on my own but with Openfire I think I'm stuck with a dead end.</div>
<div style="font-family:arial"><br></div><div style="font-family:arial">I was following this manual (Apendix A):</div><div style="font-family:arial"><a href="http://ourproject.org/plugins/scmsvn/viewcvs.php/trunk/INSTALL?root=kune&view=markup" target="_blank">http://ourproject.org/plugins/scmsvn/viewcvs.php/trunk/INSTALL?root=kune&view=markup</a></div>
<div style="font-family:arial"><br></div><div style="font-family:arial"><br></div><div style="font-family:arial"><b>- Problem 1:</b> When it says: </div></span></div></font></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial"><pre style="font-family:courier,sans-serif;color:rgb(51,51,51)">Configure the 'Group chat service' (in Group Chat > Group Chat Settings tab) with "rooms" additionally or instead of "conference" (or change kune.chat.roomHost in <trunk>/src/main/resources/kune.properties)</pre>
</div></span></div></font></div></blockquote><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial"><div>
<font face="verdana, arial, helvetica, sans-serif">I have no idea what are this talking about. I found that in the menus, no problem, but I have no clue what I'm supposed to do there. I don't understand the instructions.</font></div>
</div><div style="font-family:arial"><font face="verdana, arial, helvetica, sans-serif"><br></font></div><div style="font-family:arial"><font face="verdana, arial, helvetica, sans-serif"><br>
</font></div><div style="font-family:arial"><font face="verdana, arial, helvetica, sans-serif"><b>- Problem 2:</b> </font><span style="font-family:verdana,arial,helvetica,sans-serif">After that, I notice that when I follow the next instruction:</span></div>
</span></div></font></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial">
<font color="#333333" face="verdana, arial, helvetica, sans-serif"><pre style="font-family:courier,sans-serif">Change in 'Server > Server Manager > System Properties':</pre></font></div>
</span></div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial"><font color="#333333" face="verdana, arial, helvetica, sans-serif"><pre style="font-family:courier,sans-serif">
provider.auth.className to org.jivesoftware.openfire.auth.JDBCAuthProvider instead of</pre></font></div></span></div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial">
<font color="#333333" face="verdana, arial, helvetica, sans-serif"><pre style="font-family:courier,sans-serif"> org.jivesoftware.openfire.auth.DefaultAuthProvider</pre></font></div></span></div>
</font></div><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial"><font color="#333333" face="verdana, arial, helvetica, sans-serif"><pre style="font-family:courier,sans-serif">
provider.user.className to org.jivesoftware.openfire.user.JDBCUserProvider instead of</pre></font></div></span></div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div><span style="color:rgb(0,0,0)"><div style="font-family:arial">
<font color="#333333" face="verdana, arial, helvetica, sans-serif"><pre style="font-family:courier,sans-serif"> org.jivesoftware.openfire.user.DefaultUserProvider </pre></font></div></span></div>
</font></div></blockquote><div><font face="verdana, arial, helvetica, sans-serif"><div><div>The loggin in that page (the Openfire configuration page) stops working. If I don't log out I still can use the menus, but once I reset the Openfire I'll won't be able to log in again. No idea why. May be the connection with the database doesn't like that change.</div>
</div><div style="color:rgb(51,51,51)"><br></div><div><br></div><div><b>- Problem 3: </b>Also another step:</div></font></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div><font face="verdana, arial, helvetica, sans-serif"><div style="color:rgb(51,51,51)"><pre style="font-family:courier,sans-serif">Add these lines to conf/openfire.xml and check that the user/passwd of the db is the same here and in kune.properties (the ones configured before):</pre>
</div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div style="color:rgb(51,51,51)">[HERE GOES A BUNCH OF XML CODE]</div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div style="color:rgb(51,51,51)">
<span style="font-family:courier,sans-serif;white-space:pre-wrap"><br></span></div></font></div><div><font face="verdana, arial, helvetica, sans-serif"><div style="color:rgb(51,51,51)">
<span style="font-family:courier,sans-serif;white-space:pre-wrap">Instead of:</span></div></font></div><div><div style="color:rgb(51,51,51);font-family:verdana,arial,helvetica,sans-serif"><pre style="font-family:courier,sans-serif">
<jdbcAuthProvider/></pre></div></div><div><div style="color:rgb(51,51,51);font-family:verdana,arial,helvetica,sans-serif"><pre style="font-family:courier,sans-serif"> <jdbcUserProvider/></pre></div></div><div>
<div style="color:rgb(51,51,51);font-family:verdana,arial,helvetica,sans-serif"><pre style="font-family:courier,sans-serif"> <admin/></pre></div></div></blockquote><div><div><pre><font face="courier, sans-serif">When I edit the document openfire.xml (see attach openfire.xml), I can't find that tags (<jdbcAuthProvider/> <jdbcUserProvider/> <admin/>).</font><span style="font-family:courier,sans-serif">
</span></pre><div style="font-family:verdana,arial,helvetica,sans-serif">I tried copying the code between </div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>
<font face="verdana, arial, helvetica, sans-serif" color="#999999"> </font><font face="verdana, arial, helvetica, sans-serif" color="#333333"><setup>true</setup> </font></div>
</blockquote><font face="verdana, arial, helvetica, sans-serif">and<br></font><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="verdana, arial, helvetica, sans-serif" color="#333333"></jive></font></div>
</blockquote><div style="font-family:verdana,arial,helvetica,sans-serif"><br></div><div><font face="verdana, arial, helvetica, sans-serif">But when I restart the Openfire server all of it have disappeared and now we have that tags that I was supposed to substitute with that code:</font></div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="verdana, arial, helvetica, sans-serif"><div> <font color="#333333"><jdbcAuthProvider></jdbcAuthProvider> </font></div>
</font></div><div><font face="verdana, arial, helvetica, sans-serif" color="#333333"><div> <jdbcUserProvider></jdbcUserProvider> </div></font></div><div><font face="verdana, arial, helvetica, sans-serif" color="#333333"><div>
<admin></admin> </div></font></div></blockquote><font face="verdana, arial, helvetica, sans-serif"><div><font face="verdana, arial, helvetica, sans-serif"><br>
</font></div>See openfire_v2.xml</font><div><font face="verdana, arial, helvetica, sans-serif"><br></font></div><div><font face="verdana, arial, helvetica, sans-serif">I have tried to substitute them again, but with the same result.</font></div>
<div><font face="verdana, arial, helvetica, sans-serif">I tried erasing the <connectionProvider> and <defaultProvider> but it just started the setup from the beginning when I went to the Openfire admin page.</font></div>
<div><font face="verdana, arial, helvetica, sans-serif"><br></font></div><div><font face="verdana, arial, helvetica, sans-serif"><br></font></div><div><font face="verdana, arial, helvetica, sans-serif"><br>
</font></div><div><font face="verdana, arial, helvetica, sans-serif">Well, I think that's all (for now). If anyone have any idea or suggestion about all of this, I'll be very grateful.</font></div>