[opencms-dev] FILE_CONTENT not found

Darin Kuntze dkuntze at thinksacco.com
Thu Apr 15 18:20:02 CEST 2004


Content looks good. This all started when I started indexing PDF docs with
the lucene module.

-----Original Message-----
From: opencms-dev-admin at opencms.org [mailto:opencms-dev-admin at opencms.org]
On Behalf Of M Butcher
Sent: Thursday, April 15, 2004 10:18 AM
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] FILE_CONTENT not found


Does the file have content? Sounds like the CmsFile.getContents() is 
getting an error.

You can use this SQL to check the contents in the database:

select a.RESOURCE_NAME, b.FILE_CONTENT
   from CMS_RESOURCES as a, CMS_FILES as b
   where a.FILE_ID = b.FILE_ID and
     a.RESOURCE_NAME = '/default/vfs/index.jsp';

Matt



Darin Kuntze wrote:
> I'm getting this error in my opencms.log:
> [15.04.2004 02:03:20] <opencms_critical> IndexManager: CMS Error
> processing file index.jsp: com.opencms.core.CmsException: 4 Sql 
> exception. Detailed error: [com.opencms.file.mySql.CmsDbAccess] Column 
> 'FILE_CONTENT' not found..
>  
> Something is causing the site to hang... I'm guessing this has 
> something
> to do with it.
>  
> <http://www.thinksacco.com/> 	Darin Kuntze
> /Senior Technologist/
> *The Sacco Group*
> 402.392.2222 x120
> 
>  

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev






More information about the opencms-dev mailing list