You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by "Cheng, Christopher" <Ch...@spansion.com> on 2006/08/24 00:12:10 UTC

Roller startup problem

I am trying to load up roller on my web browser, but it keeps saying
that http://localhost:8080/blog is not available (I renamed roller to
blog at the request of my supervisor). I followed the installation guide
very closely, but I am not sure what I did wrong. 

 

I installed it in the following directory: C:\apache\tomcat\webapps\blog

 

I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 5.0,
Java 1.5, Windows Server 2003, and IE 6.0.

 

Thanks for your help

 

Chris

 

 

I have attached my XML file and the log below (I apologize for the
length of the log file):

 

<Context path="/blog" docBase="/apache/tomcat/webapps/blog" debug="0">

<Resource name="jdbc/rollerdb" auth="Container"
type="javax.sql.DataSource"

driverClassName="com.mysql.jdbc.Driver"

url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=
true&

amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"

username="chris"

password="chris"

maxActive="20"

maxIdle="3"

removeAbandoned="true"

maxWait="3000" />

<!-- If you want e-mail features, un-comment the section below -->

<!--

<Resource name="mail/Session" auth="Container" type="javax.mail.Session"

mail.smtp.host="mailhost.example.com" />

-->

</Context>

 


RE: Roller startup problem

Posted by Er...@sanofipasteur.com.
The error is cleary written in your logs ;) your blog.xml file can't be parsed. Extra character or something like that. Check your connection url to database.

Eric
 

-----Message d'origine-----
De : thacrlsco32 [mailto:Christopher.Cheng@spansion.com] 
Envoyé : lundi 28 août 2006 23:16
À : roller-user@incubator.apache.org
Objet : Re: Roller startup problem


I renamed roller.xml to blog.xml and I also changed the port to listen on
3307 in the blog.xml file. But still no success.

Here is my catalina log file:

Aug 28, 2006 2:14:19 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:
C:\apache\tomcat\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl\bin\;C:\Program
Files\Windows Resource Kits\Tools\;C:\Program Files\Support Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
Aug 28, 2006 2:14:19 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080 Aug 28, 2006 2:14:19 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 797 ms Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15 Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 28, 2006 2:14:21 PM org.apache.tomcat.util.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 5 column 68: The reference to entity "useUnicode" must end with the ';' delimiter.
org.xml.sax.SAXParseException: The reference to entity "useUnicode" must end with the ';' delimiter.
	at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
	at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:565)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Aug 28, 2006 2:14:21 PM org.apache.catalina.startup.HostConfig
deployDescriptor
SEVERE: Error deploying configuration descriptor blog.xml
org.xml.sax.SAXParseException: The reference to entity "useUnicode" must end with the ';' delimiter.
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
	at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:565)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Aug 28, 2006 2:14:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Aug 28, 2006 2:14:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/blog] startup failed due to previous errors Aug 28, 2006 2:14:24 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080 Aug 28, 2006 2:14:24 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009 Aug 28, 2006 2:14:24 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/16  config=null Aug 28, 2006 2:14:25 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource Aug 28, 2006 2:14:25 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5515 ms



Anil Gangolli wrote:
> 
> 
> "
> Make sure to name the context file blog.xml as well.
> 
> If this doesn't work we may also need to see the localhost log written 
> by Tomcat or captured console output during your startup.
> 
> --a.
> "
> 
> ----- Original Message ----- 
>   From: Cheng, Christopher 
>   To: roller-user@incubator.apache.org 
>   Sent: Wednesday, August 23, 2006 3:12 PM
>   Subject: Roller startup problem
> 
> 
>   I am trying to load up roller on my web browser, but it keeps saying 
> that http://localhost:8080/blog is not available (I renamed roller to 
> blog at the request of my supervisor). I followed the installation 
> guide very closely, but I am not sure what I did wrong.
> 
>    
> 
>   I installed it in the following directory: 
> C:\apache\tomcat\webapps\blog
> 
>    
> 
>   I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 
> 5.0, Java 1.5, Windows Server 2003, and IE 6.0.
> 
>    
> 
>   Thanks for your help
> 
>    
> 
>   Chris
> 
>    
> 
>    
> 
>   I have attached my XML file and the log below (I apologize for the 
> length of the log file):
> 
>    
> 
>   <Context path="/blog" docBase="/apache/tomcat/webapps/blog" 
> debug="0">
> 
>   <Resource name="jdbc/rollerdb" auth="Container"
> type="javax.sql.DataSource"
> 
>   driverClassName="com.mysql.jdbc.Driver"
> 
>  
> url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicod
> e=true&
> 
>   amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"
> 
>   username="chris"
> 
>   password="chris"
> 
>   maxActive="20"
> 
>   maxIdle="3"
> 
>   removeAbandoned="true"
> 
>   maxWait="3000" />
> 
>   <!-- If you want e-mail features, un-comment the section below -->
> 
>   <!--
> 
>   <Resource name="mail/Session" auth="Container" type="javax.mail.Session"
> 
>   mail.smtp.host="mailhost.example.com" />
> 
>   -->
> 
>   </Context>
> 
>    
> 
> 

--
View this message in context: http://www.nabble.com/Roller-startup-problem-tf2155979s12275.html#a6028468
Sent from the Roller - User forum at Nabble.com.

-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage exclusif du destinataire (des destinataires) et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est non-autorisee et peut etre illegale. Tout message electronique est susceptible d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur decline toute responsabilite au titre de ce message s'il a ete modifie ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le detruire immediatement et d'avertir l'expediteur de l'erreur de distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of the addressee(s) and may contain confidential information including trade secrets which are privileged, confidential, exempt from disclosure under applicable law and/or subject to copyright. If you are not an intended recipient, any use, disclosure, distribution, reproduction, review or copying (either whole or partial) is unauthorized and may be unlawful. E-mails are susceptible to alteration and their integrity cannot be guaranteed.Sanofi Pasteur shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Thank you."
**********************************************************************


Re: Roller startup problem

Posted by thacrlsco32 <Ch...@spansion.com>.
I renamed roller.xml to blog.xml and I also changed the port to listen on
3307 in the blog.xml file. But still no success.

Here is my catalina log file:

Aug 28, 2006 2:14:19 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
C:\apache\tomcat\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl\bin\;C:\Program
Files\Windows Resource Kits\Tools\;C:\Program Files\Support
Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
Aug 28, 2006 2:14:19 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 28, 2006 2:14:19 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 797 ms
Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
Aug 28, 2006 2:14:19 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 28, 2006 2:14:21 PM org.apache.tomcat.util.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 5 column 68: The reference to entity
"useUnicode" must end with the ';' delimiter.
org.xml.sax.SAXParseException: The reference to entity "useUnicode" must end
with the ';' delimiter.
	at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
Source)
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
	at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:565)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Aug 28, 2006 2:14:21 PM org.apache.catalina.startup.HostConfig
deployDescriptor
SEVERE: Error deploying configuration descriptor blog.xml
org.xml.sax.SAXParseException: The reference to entity "useUnicode" must end
with the ';' delimiter.
	at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
	at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1545)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:565)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Aug 28, 2006 2:14:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Aug 28, 2006 2:14:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/blog] startup failed due to previous errors
Aug 28, 2006 2:14:24 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 28, 2006 2:14:24 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 28, 2006 2:14:24 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/16  config=null
Aug 28, 2006 2:14:25 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Aug 28, 2006 2:14:25 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5515 ms



Anil Gangolli wrote:
> 
> 
> "
> Make sure to name the context file blog.xml as well.
> 
> If this doesn't work we may also need to see the localhost log written by
> Tomcat or captured console output during your startup.
> 
> --a.
> "
> 
> ----- Original Message ----- 
>   From: Cheng, Christopher 
>   To: roller-user@incubator.apache.org 
>   Sent: Wednesday, August 23, 2006 3:12 PM
>   Subject: Roller startup problem
> 
> 
>   I am trying to load up roller on my web browser, but it keeps saying
> that http://localhost:8080/blog is not available (I renamed roller to blog
> at the request of my supervisor). I followed the installation guide very
> closely, but I am not sure what I did wrong. 
> 
>    
> 
>   I installed it in the following directory: C:\apache\tomcat\webapps\blog
> 
>    
> 
>   I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 5.0,
> Java 1.5, Windows Server 2003, and IE 6.0.
> 
>    
> 
>   Thanks for your help
> 
>    
> 
>   Chris
> 
>    
> 
>    
> 
>   I have attached my XML file and the log below (I apologize for the
> length of the log file):
> 
>    
> 
>   <Context path="/blog" docBase="/apache/tomcat/webapps/blog" debug="0">
> 
>   <Resource name="jdbc/rollerdb" auth="Container"
> type="javax.sql.DataSource"
> 
>   driverClassName="com.mysql.jdbc.Driver"
> 
>  
> url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=true&
> 
>   amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"
> 
>   username="chris"
> 
>   password="chris"
> 
>   maxActive="20"
> 
>   maxIdle="3"
> 
>   removeAbandoned="true"
> 
>   maxWait="3000" />
> 
>   <!-- If you want e-mail features, un-comment the section below -->
> 
>   <!--
> 
>   <Resource name="mail/Session" auth="Container" type="javax.mail.Session"
> 
>   mail.smtp.host="mailhost.example.com" />
> 
>   -->
> 
>   </Context>
> 
>    
> 
> 

-- 
View this message in context: http://www.nabble.com/Roller-startup-problem-tf2155979s12275.html#a6028468
Sent from the Roller - User forum at Nabble.com.


Re: Roller startup problem

Posted by Anil Gangolli <an...@busybuddha.org>.
Make sure to name the context file blog.xml as well.

If this doesn't work we may also need to see the localhost log written by Tomcat or captured console output during your startup.

--a.


----- Original Message ----- 
  From: Cheng, Christopher 
  To: roller-user@incubator.apache.org 
  Sent: Wednesday, August 23, 2006 3:12 PM
  Subject: Roller startup problem


  I am trying to load up roller on my web browser, but it keeps saying that http://localhost:8080/blog is not available (I renamed roller to blog at the request of my supervisor). I followed the installation guide very closely, but I am not sure what I did wrong. 

   

  I installed it in the following directory: C:\apache\tomcat\webapps\blog

   

  I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 5.0, Java 1.5, Windows Server 2003, and IE 6.0.

   

  Thanks for your help

   

  Chris

   

   

  I have attached my XML file and the log below (I apologize for the length of the log file):

   

  <Context path="/blog" docBase="/apache/tomcat/webapps/blog" debug="0">

  <Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource"

  driverClassName="com.mysql.jdbc.Driver"

  url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=true&

  amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"

  username="chris"

  password="chris"

  maxActive="20"

  maxIdle="3"

  removeAbandoned="true"

  maxWait="3000" />

  <!-- If you want e-mail features, un-comment the section below -->

  <!--

  <Resource name="mail/Session" auth="Container" type="javax.mail.Session"

  mail.smtp.host="mailhost.example.com" />

  -->

  </Context>

   

RE: Roller startup problem

Posted by Er...@sanofipasteur.com.
the url of your database connection is false.
i've never seen a mysql server listening on 8080 port... It's 3306 or 3307.
url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=true&

amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"

 
 
Eric

________________________________

De : Cheng, Christopher [mailto:Christopher.Cheng@spansion.com] 
Envoyé : jeudi 24 août 2006 00:12
À : roller-user@incubator.apache.org
Objet : Roller startup problem



I am trying to load up roller on my web browser, but it keeps saying that http://localhost:8080/blog is not available (I renamed roller to blog at the request of my supervisor). I followed the installation guide very closely, but I am not sure what I did wrong. 

 

I installed it in the following directory: C:\apache\tomcat\webapps\blog

 

I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 5.0, Java 1.5, Windows Server 2003, and IE 6.0.

 

Thanks for your help

 

Chris

 

 

I have attached my XML file and the log below (I apologize for the length of the log file):

 

<Context path="/blog" docBase="/apache/tomcat/webapps/blog" debug="0">

<Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource"

driverClassName="com.mysql.jdbc.Driver"

url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=true&

amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"

username="chris"

password="chris"

maxActive="20"

maxIdle="3"

removeAbandoned="true"

maxWait="3000" />

<!-- If you want e-mail features, un-comment the section below -->

<!--

<Resource name="mail/Session" auth="Container" type="javax.mail.Session"

mail.smtp.host="mailhost.example.com" />

-->

</Context>

 


-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage exclusif du destinataire (des destinataires) et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est non-autorisee et peut etre illegale. Tout message electronique est susceptible d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur decline toute responsabilite au titre de ce message s'il a ete modifie ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le detruire immediatement et d'avertir l'expediteur de l'erreur de distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of the addressee(s) and may contain confidential information including trade secrets which are privileged, confidential, exempt from disclosure under applicable law and/or subject to copyright. If you are not an intended recipient, any use, disclosure, distribution, reproduction, review or copying (either whole or partial) is unauthorized and may be unlawful. E-mails are susceptible to alteration and their integrity cannot be guaranteed.Sanofi Pasteur shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Thank you."
**********************************************************************