Re: [xwiki-users] Help with hibernate problem

2009-11-17 Thread Linda Charlotta Ursin
It seems to be because they had the feiltype *.log. I've changed this to *.txt 
Please try again:

http://heksebua.com/support/


Linda 

-Opprinnelig melding-
Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
Sergiu Dumitriu
Sendt: 16. november 2009 20:07
Til: XWiki Users
Emne: Re: [xwiki-users] Help with hibernate problem

On 11/16/2009 11:51 AM, Linda Charlotta Ursin wrote:
 Try now


Now I get Forbidden.


 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 11:40
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 11:25 AM, Linda Charlotta Ursin wrote:
 You can find the files here:

 http://heksebua.com/support/catalina.2009-11-13.log
 http://heksebua.com/support/localhost.2009-11-13.log
 http://heksebua.com/support/xwiki.log
 http://heksebua.com/support/hibernate.cfg.xml
 http://heksebua.com/support/syslog_java.txt

 I get a Not Found error for all these files.

 (The last file is the output from the command cat /var/log/syslog | grep 
 java)

 I should mention that the machine is running with the wrong date and time.

 xwikitest:/var/log# date
 Fri Nov 13 17:21:51 CET 2009

 Real date and time: Fri Nov 16 11:21:51 CET 2009

 mvh

 Linda Ursin
 Brukersenteret

 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 10:03
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration

 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)

 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)

 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)

 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152

[xwiki-users] Help with hibernate problem

2009-11-16 Thread Linda Charlotta Ursin
Hi

I get the errors below on my newly installed xwiki. I've followed the 
instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch (whith 
the exception of point 11, which I was trying to do now)

I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration and 
I'm unable to find the problem. Could you please help me solve this?

 


HTTP Status 500 - 




type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

javax.servlet.ServletException: 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: invalid configuration

org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)

com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

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: invalid configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)

com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5 logs.




Apache Tomcat/5.5


 

mvh


Linda Ursin
Brukersenteret
_

 

Brukersenter ved HiST er brukerens første kontaktpunkt ved IKT-relaterte 
spørsmål og problemer. Vi har betjent telefon mellom 08:00 og 15:00. 
Tlf: (73 5)5 99 00
E-post: brukersen...@hist.no mailto:brukersen...@hist.no  
Du finner oss også på Ansattportalen og Studentportalen. Vennligst sjekk våre 
sider der (spesielt veiviserne) før du melder et problem til oss.

 

NB! Da vi kommuniserer med deg vedrørende en sak, trenger vi tilbakemelding fra 
deg også når det fungerer slik at vi kan avslutte saken.

 

Vi ber om at du, så langt som mulig, benytter den adressen du er blitt tildelt 
her ved HiST når du kontakter oss pr. e-post. Da vet vi hvem du er med en gang 
og slipper å finne deg frem, pluss at vi vet at du faktisk jobber/studerer ved 
HiST.

 

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Help with hibernate problem

2009-11-16 Thread Sergiu Dumitriu
On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration
  
 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
  
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
  
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
  com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
  
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
  
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
  
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
  com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
  com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
  com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
  com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
  
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
  
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
  com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
  
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
  
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
  
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 note The full stack trace of the root cause is available in the Apache 
 Tomcat/5.5 logs.

Could you get the full stack trace from the tomcat logs?

Could you post the hibernate config?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Help with hibernate problem

2009-11-16 Thread Linda Charlotta Ursin
You can find the files here:

http://heksebua.com/support/catalina.2009-11-13.log
http://heksebua.com/support/localhost.2009-11-13.log
http://heksebua.com/support/xwiki.log
http://heksebua.com/support/hibernate.cfg.xml
http://heksebua.com/support/syslog_java.txt

(The last file is the output from the command cat /var/log/syslog | grep java)

I should mention that the machine is running with the wrong date and time. 

xwikitest:/var/log# date
Fri Nov 13 17:21:51 CET 2009

Real date and time: Fri Nov 16 11:21:51 CET 2009

mvh
 
Linda Ursin
Brukersenteret

-Opprinnelig melding-
Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
Sergiu Dumitriu
Sendt: 16. november 2009 10:03
Til: XWiki Users
Emne: Re: [xwiki-users] Help with hibernate problem

On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration
  
 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
  
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
  
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
  com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
  
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
  
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
  
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
  com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
  com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
  com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
  com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
  
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
  
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
  com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
  
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
  
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
  
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 note The full stack trace of the root cause is available in the Apache 
 Tomcat/5.5 logs.

Could you get the full stack trace from the tomcat logs?

Could you post the hibernate config?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo

Re: [xwiki-users] Help with hibernate problem

2009-11-16 Thread Sergiu Dumitriu
On 11/16/2009 11:25 AM, Linda Charlotta Ursin wrote:
 You can find the files here:

 http://heksebua.com/support/catalina.2009-11-13.log
 http://heksebua.com/support/localhost.2009-11-13.log
 http://heksebua.com/support/xwiki.log
 http://heksebua.com/support/hibernate.cfg.xml
 http://heksebua.com/support/syslog_java.txt

I get a Not Found error for all these files.

 (The last file is the output from the command cat /var/log/syslog | grep java)

 I should mention that the machine is running with the wrong date and time.

 xwikitest:/var/log# date
 Fri Nov 13 17:21:51 CET 2009

 Real date and time: Fri Nov 16 11:21:51 CET 2009

 mvh

 Linda Ursin
 Brukersenteret

 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 10:03
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration
   
 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
   
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
   
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
   
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
   
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
   
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
   com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
   com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
   com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
   com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
   
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
   
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
   
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
   
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
   
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 note The full stack trace of the root cause is available in the Apache 
 Tomcat/5.5 logs.

 Could you get the full stack trace from the tomcat logs?

 Could you post the hibernate config?



-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http

Re: [xwiki-users] Help with hibernate problem

2009-11-16 Thread Linda Charlotta Ursin
Try now

mvh
 
Linda Ursin
Brukersenteret

-Opprinnelig melding-
Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
Sergiu Dumitriu
Sendt: 16. november 2009 11:40
Til: XWiki Users
Emne: Re: [xwiki-users] Help with hibernate problem

On 11/16/2009 11:25 AM, Linda Charlotta Ursin wrote:
 You can find the files here:

 http://heksebua.com/support/catalina.2009-11-13.log
 http://heksebua.com/support/localhost.2009-11-13.log
 http://heksebua.com/support/xwiki.log
 http://heksebua.com/support/hibernate.cfg.xml
 http://heksebua.com/support/syslog_java.txt

I get a Not Found error for all these files.

 (The last file is the output from the command cat /var/log/syslog | grep java)

 I should mention that the machine is running with the wrong date and time.

 xwikitest:/var/log# date
 Fri Nov 13 17:21:51 CET 2009

 Real date and time: Fri Nov 16 11:21:51 CET 2009

 mvh

 Linda Ursin
 Brukersenteret

 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 10:03
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration
   
 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
   
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
   
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
   
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
   
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
   
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
   com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
   com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
   com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
   com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
   
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
   
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
   
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
   
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
   
 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
   
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
   
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 note The full stack trace of the root cause is available in the Apache

Re: [xwiki-users] Help with hibernate problem

2009-11-16 Thread Sergiu Dumitriu
On 11/16/2009 11:51 AM, Linda Charlotta Ursin wrote:
 Try now


Now I get Forbidden.


 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 11:40
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 11:25 AM, Linda Charlotta Ursin wrote:
 You can find the files here:

 http://heksebua.com/support/catalina.2009-11-13.log
 http://heksebua.com/support/localhost.2009-11-13.log
 http://heksebua.com/support/xwiki.log
 http://heksebua.com/support/hibernate.cfg.xml
 http://heksebua.com/support/syslog_java.txt

 I get a Not Found error for all these files.

 (The last file is the output from the command cat /var/log/syslog | grep 
 java)

 I should mention that the machine is running with the wrong date and time.

 xwikitest:/var/log# date
 Fri Nov 13 17:21:51 CET 2009

 Real date and time: Fri Nov 16 11:21:51 CET 2009

 mvh

 Linda Ursin
 Brukersenteret

 -Opprinnelig melding-
 Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne av 
 Sergiu Dumitriu
 Sendt: 16. november 2009 10:03
 Til: XWiki Users
 Emne: Re: [xwiki-users] Help with hibernate problem

 On 11/16/2009 09:22 AM, Linda Charlotta Ursin wrote:
 Hi

 I get the errors below on my newly installed xwiki. I've followed the 
 instructions in http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch 
 (whith the exception of point 11, which I was trying to do now)

 I've checked and re-checked my hibernate.cfg.xml and my MySQL-configuration 
 and I'm unable to find the problem. Could you please help me solve this?




 HTTP Status 500 -

 


 type Exception report

 message

 description The server encountered an internal error () that prevented it 
 from fulfilling this request.

 exception

 javax.servlet.ServletException: 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: invalid configuration

 org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)

 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)

 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)

 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: invalid configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)

 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)

 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)

 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)

 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112