MYSQL strange installing problem @ profile settings

well here is a problem:

  1. I installed JRE 1.6

  2. I installed Wildfire in /opt dir (vers. 3.1.1)

  3. I created MYSQL database as on install documentation

  4. I give FULL permissions to sql user for JIVE db

  5. I run .sql file from database directory to make tables in JIVE database

  6. I started setup, and on PROFILE SETTINGS STAGE i used DEFAULT OPTION

  7. After clicking on CONTINUE this is a message

HTTP ERROR: 500

Internal Server Error

RequestURI=/setup/setup-profile-settings.jsp

Powered by Jetty://

  1. here is a error message

*2007.01.02 13:40:54 org.jivesoftware.util.JiveGlobals.loadSetupProperties(JiveGlobals.java:774)

java.io.IOException: Error on line 35 of document : The content of elements must consist of well-formed character data or markup. Nested exce

ption: The content of elements must consist of well-formed character data or markup.

at org.jivesoftware.util.XMLProperties.buildDoc(XMLProperties.java:469)

at org.jivesoftware.util.XMLProperties.(XMLProperties.java:61)

at org.jivesoftware.util.JiveGlobals.loadSetupProperties(JiveGlobals.java:771)

at org.jivesoftware.util.JiveGlobals.deleteXMLProperty(JiveGlobals.java:490)

at org.jivesoftware.wildfire.admin.setup.setup_002dprofile_002dsettings_jsp._jspSe rvice(setup_002dprofile_002dsettings_jsp.java:75)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:830)

at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:65)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:41)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:69)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:98)

at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplica tionHandler.java:821)

at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler. java:471)

at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)

at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)

at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.ja va:633)

at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)

at org.mortbay.http.HttpServer.service(HttpServer.java:909)

at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)

at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)

at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)

at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)

at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)

at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)*

**

server is an 9.1 SLACKWARE

mysql is Ver 12.22 Distrib 4.0.23a

please help… thanks…

Message was edited by: xtraya

That’'s a strange error – something must be wrong with the XML properties file. Can you check out conf/wildfire.xml, specifically line 35? My guess is that you have some characters in the document that is making it impossible to parse.

Regards,

Matt

problem was i one dot (.) at line 35. i dont know how dot came at line 35 but that was whole problem

thanks very much