[xwiki-users] How to solve a HTTP Status 500 error?

Sergiu Dumitriu sergiu at xwiki.com
Thu Feb 21 04:36:26 CET 2008


Gijs wrote:
> What do I need to check when I get below error page when going to
> http://localhost:8080/xwiki? My setup is XWiki with GlassFish and
> Microsoft SQL Server.
> Thanks in advance!
> 
> 
> HTTP Status 500 -
> --------------------------------------------------------------------------------
> type Exception report
> 
> message
> 
> descriptionThe server encountered an internal error () that prevented
> it from fulfilling this request.
> 
> exception
> 
> javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
> number 3 in 0: Could not initialize main XWiki context
> Wrapped Exception: Error number 3001 in 3: Cannot load class
> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
> from param xwiki.store.migration.manager.class
> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
> Wrapped Exception: resource: xwiki.mssql.hbm.xml not found
> root cause
> 
> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
> initialize main XWiki context
> Wrapped Exception: Error number 3001 in 3: Cannot load class
> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
> from param xwiki.store.migration.manager.class
> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
> Wrapped Exception: resource: xwiki.mssql.hbm.xml not found
> note The full stack traces of the exception and its root causes are
> available in the Sun Java System Application Server 9.1_01 logs.
> --------------------------------------------------------------------------------
> Sun Java System Application Server 9.1_01


You don't have a file called xwiki.mssql.hbm.xml, although you 
registered it in hibernate.cfg.xml

You either try to use the default xwiki.hbm.xml, or 
xwiki.oracle.hbm.xml, or try the mapping file from 
http://www.nabble.com/SQL-files-to13670575.html#a13670909

The file from that mail might be a bit deprecated, so it might need to 
be compared with the default xwiki.hbm.xml and updated as needed.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/


More information about the users mailing list