Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-11 Thread Vincent Massol
On Dec 11, 2011, at 8:09 AM, mohit gupta wrote: > Hi vincet , i did not remove those mapping lines, these are intact. what > iam saying is i am saying is there is a entry of table i.e xwikistrings > defined in xwiki.hbm.xml and table did not get created somehow., though > all other tables ment

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
Hi vincet , i did not remove those mapping lines, these are intact. what iam saying is i am saying is there is a entry of table i.e xwikistrings defined in xwiki.hbm.xml and table did not get created somehow., though all other tables mentioned in hbm file got created successfully in my database.

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread Vincent Massol
Also I have never tried MQ SQL Server with XWiki. I don't even know if it works. Some community members have succeeded in using it in the past though. I gather you've followed the instructions at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMSSQL ? Thanks -Vincent On Dec 11,

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread Vincent Massol
On Dec 11, 2011, at 7:51 AM, mohit gupta wrote: > Thanks vincet for replying.i am microsoft sql server. Yes i got the that > issue. Below is the new findings > > on exploring further i found that table i.e xwikistrings defined in > xwiki.hbm.xml did not get created somehow., though all other t

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
Thanks vincet for replying.i am microsoft sql server. Yes i got the that issue. Below is the new findings on exploring further i found that table i.e xwikistrings defined in xwiki.hbm.xml did not get created somehow., though all other tables got created in my databse. Is it a know bug or i am mi

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread Vincent Massol
On Dec 10, 2011, at 7:44 PM, mohit gupta wrote: > i reason i can think of it is in hibernate.cfg.xml i can see entry of three > hbm files i.e > > > You absolutely need those declarations. Nothing will work if you don't have them. what DB are you using? Thanks -Vincent > but i don

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
on exploring further i found that table i.e *xwikistrings* defined in xwiki.hbm.xml did not get created somehow., though all other tables got created in my databse. *Is it a know bug or i am missing something here? * On Sun, Dec 11, 2011 at 10:28 AM, mohit gupta wrote: > Thanks Maxime. I got the

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
Thanks Maxime. I got the issue. I looked it in to detailed log under tomcat directory and found driver is missing. Resolved the issue but got new error and looked in to detailel logs too.Here is the stack trace. Looking for quick help. This xwikistrings is getting reffered from inside xwiki acion c

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread Maxime Sinclair
Generally, this kind of error comes from a syntax error in the xml file. Hope this helps. Maxime 2011/12/10 mohit gupta : > even if i commen out these 3 entries iam getting same error. not sure how > to get rid of this. > > On Sat, Dec 10, 2011 at 11:43 PM, mohit gupta wrote: > >>  hi i  download

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
even if i commen out these 3 entries iam getting same error. not sure how to get rid of this. On Sat, Dec 10, 2011 at 11:43 PM, mohit gupta wrote: > hi i downloaded xwiki war and extracted the same war to my tomcat > directory under webapps folder.Now i am hitting the xwiki url and was > expe

Re: [xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
i reason i can think of it is in hibernate.cfg.xml i can see entry of three hbm files i.e but i dont find them in downloaded war file.If these files does not exist in downloaded war file then why these entries are provided here.Should i remove these entirely or download them from ot

[xwiki-users] Error i am getting while trying to get xwiki up on my tomcat server

2011-12-10 Thread mohit gupta
hi i downloaded xwiki war and extracted the same war to my tomcat directory under webapps folder.Now i am hitting the xwiki url and was expecting welcome page or login page but got below exception message. Though i have not modified xwiki.cfg and hibernate.cfg.xml . Not getting what i am missi