[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

Re: [xwiki-users] Integration of my webapplication with xwiki.

2011-12-10 Thread mohit gupta
Thanks all for sharing the information. I started working on the xwiki project. I downloaded the war file xwiki-enterprise-web-3.2 and started working on that. I have got some questions/issues while working on this. These are:- 1) Is it possible to get the source code of xwiki java files so

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 mapping resource=xwiki.hbm.xml/ mapping resource=feeds.hbm.xml/ mapping resource=activitystream.hbm.xml/ but i dont find them in downloaded war file.If these files does not exist in downloaded

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 motgu...@gmail.com wrote: hi i downloaded xwiki war and extracted the same war to my tomcat directory under webapps folder.Now i am hitting the xwiki

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 motgu...@gmail.com: 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

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

[xwiki-users] Need Help rgarding customization of xwiki to suit my needs

2011-12-10 Thread mohit gupta
As i earlier said i have my project web application on one tomcat instance and xwiki application on another tomcat instance. So when i click help link on my project web application it should take me to xwiki webapplication and whatever class i mentioned against xwiki.authentication.authclass

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 motgu...@gmail.com wrote: Thanks

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

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

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

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