On Fri, Mar 4, 2011 at 5:15 AM, Olivier <[email protected]> wrote: > I tried upgrading roller RC2 to RC4, which runs on Glassfish 3.1 and a MySQL > database on Debian Squeeze. > I followed the instruction in the installation manual pdf. Deployment fails > because it cannot make connection to the database, see server.log messages > below. > Any Ideas?
I cannot tell when or where the error below is occurring, but I would guess that your datasource is not setup properly. Can you use the Test Connection in the Glassfish console to verify that the connection is OK? - Dave > [#|2011-03-04T11:00:48.249+0100|INFO|glassfish3.1|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=9891;_ThreadName=Thread-1;|[EL > Warning]: 2011-03-04 11:00:48.248--UnitOfWork(1451275)--Except > ion [EclipseLink-4002] (Eclipse Persistence Services - > 2.2.0.v20110202-r8913): org.eclipse.persistence.exceptions.DatabaseException > Internal Exception: java.sql.SQLException: No database selected > Error Code: 1046 > Call: SELECT name, value FROM roller_properties > Query: ReadAllQuery(name="RuntimeConfigProperty.getAll" > referenceClass=RuntimeConfigProperty sql="SELECT name, value FROM > roller_properties") > |#] > > [#|2011-03-04T11:00:48.255+0100|SEVERE|glassfish3.1|org.apache.catalina.core.StandardContext|_ThreadID=44;_ThreadName=Thread-1;|PWC1306: > Startup of context /roller-5.0.0-RC4-javaee failed due to previous errors|#] > > [#|2011-03-04T11:00:48.260+0100|SEVERE|glassfish3.1|org.apache.catalina.core.StandardContext|_ThreadID=44;_ThreadName=Thread-1;|PWC1305: > Exception during cleanup after start failed > org.apache.catalina.LifecycleException: PWC2769: Manager has not yet been > started > at > org.apache.catalina.session.StandardManager.stop(StandardManager.java:872) > ... > > On 27/02/2011 18:54, Dave wrote: >> >> I'm in the process of uploading RC4 today. >> >> - Dave >> >> >> On Sun, Feb 27, 2011 at 11:14 AM, David Ghedini<[email protected]> >> wrote: >>> >>> I've started building a blog with v5 RC3 ( >>> http://rollerweblogger.org/roller/entry/apache_roller_5_0_rc3). >>> >>> I noticed that Dave Johnson's blog uses RC4 - >>> http://rollerweblogger.org/roller/. >>> >>> Will RC4 be made available for download? >>> >>> -- >>> Kind regards, >>> >>> David >>> >
