[kune-commits] r1795 - in trunk: . src/main/resources

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Mar 26 05:19:30 CEST 2012


Author: vjrj_
Date: 2012-03-26 05:19:29 +0200 (Mon, 26 Mar 2012)
New Revision: 1795

Removed:
   trunk/FAQ
Modified:
   trunk/TROUBLESHOOT
   trunk/src/main/resources/kune-production.properties
Log:
debian package (work in progress)

Deleted: trunk/FAQ
===================================================================
--- trunk/FAQ	2012-03-26 03:18:42 UTC (rev 1794)
+++ trunk/FAQ	2012-03-26 03:19:29 UTC (rev 1795)
@@ -1,11 +0,0 @@
-Q: I get the error: Caused by: org.ourproject.kune.chat.server.managers.ChatException: remote-server-not-found(404)
-trying to create a room.
-
-A: Check that the openfire server name is the same in the kune.properties file, and you can resolv the names :
-  $ host yourhostname
-and
-  $ host rooms.yourhostname
-
-Q: ERROR - Incorrect string value: '\xEF\xBF\xBD\xEF\xBF\xBD...' for column 'native_name' at row 1
-
-A: Verify that your system supports UTF8 (in debian systems check /etc/locale.gen and locale-gen)

Modified: trunk/TROUBLESHOOT
===================================================================
--- trunk/TROUBLESHOOT	2012-03-26 03:18:42 UTC (rev 1794)
+++ trunk/TROUBLESHOOT	2012-03-26 03:19:29 UTC (rev 1795)
@@ -126,6 +126,19 @@
 Check, for instance, the first points of:
 http://www.beyondlinux.com/2011/06/25/speed-up-your-eclipse-as-a-super-fast-ide/
 
+** Error: ChatException: remote-server-not-found(404) trying to create a room.
+
+ error: Caused by: org.ourproject.kune.chat.server.managers.ChatException: remote-server-not-found(404) trying to create a room.
+
+Check that the openfire server name is the same in the kune.properties file, and you can resolv the names :
+  $ host yourhostname
+and
+  $ host rooms.yourhostname
+
+** Error: Incorrect string value: '\xEF\xBF\xBD\xEF\xBF\xBD...' for column 'native_name' at row 1
+
+Verify that your system supports UTF8 (in debian systems check /etc/locale.gen and locale-gen)
+
 ** Emite troubleshooting
 
 See:

Modified: trunk/src/main/resources/kune-production.properties
===================================================================
--- trunk/src/main/resources/kune-production.properties	2012-03-26 03:18:42 UTC (rev 1794)
+++ trunk/src/main/resources/kune-production.properties	2012-03-26 03:19:29 UTC (rev 1795)
@@ -43,19 +43,18 @@
 
 # check that the db, user and passwd exists and has the correct rights (see INSTALL)
 # This only used in production/develoment & test_db environment (not with h2 db):
-kune.db.url = jdbc:mysql://localhost/kune_prod?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8
-kune.db.user = kune
-kune.db.password = db4kune
+kune.db.url = jdbc:mysql://localhost/_DBC_DBNAME_?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8
+kune.db.user = _DBC_DBUSER_
+kune.db.password = _DBC_DBPASS_
 
 # if we should ignore openfire connection in serverside (useful just for testing/development)
 kune.openfire.ignore = true
 
 # openfire db info:
 kune.openfire.db.url = jdbc:mysql://localhost/kune_openfire?createDatabaseIfNotExist=false&useUnicode=true&characterEncoding=UTF-8
-kune.openfire.db.user = kune
-kune.openfire.db.password = db4kune
+kune.openfire.db.user = _DBC_DBUSER_
+kune.openfire.db.password = _DBC_DBPASS_
 
-
 ### Licenses
 
 kune.default.license = by-sa-v3.0




More information about the kune-commits mailing list