That's probably due to a problem when migrating your media files from the old "uploads dir" to the new "mediafile storage dir" system. That's covered in Section 10 of the install guide: Upgrading Roller. Make sure you set these setting in your Roller config.
# The directory in which Roller will upload files mediafiles.storage.dir=${user.home}/roller_data/mediafiles # The directory in which Roller will upload files uploads.dir=${user.home}/roller_data/uploads Set those and restart Roller and it will do the migration for you. When the migration is complete you should find a file named 'migration-status.properties' in your old uploads directory. Hope that helps... Thanks, Dave On Mon, Oct 4, 2010 at 8:18 AM, Olivier <wijng...@gmail.com> wrote: > Hi all, > > I have Roller running on Glassfish 3.0.1. I tried upgrading Roller 5 rc1 to > rc2. That almost went fine, i.e., all references to media are empty. That > means all images in my blog are gone. There were no errors or warnings in > the log files when starting up. > Any ideas, anyone? > > Rgrds, Olivier >