Re: [xwiki-users] XWiki Instalation

2010-06-07 Thread xManish


Maria Carolina Ramirez wrote:
 
 I supposed that all of this errors are happening because I have to
 install the *.xar files
 
  And then I got this error and that's all. I can't see nothing else.
 
 16:48:03,158 INFO  [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
 XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikidocum0_.XWD_NAME
 as XWD3_0_0_, xwikidocum0_.XWD_TITLE as XWD4_0_0_,
 xwikidocum0_.XWD_LANGUAGE as XWD5_0_0_,
 xwikidocum0_.XWD_DEFAULT_LANGUAGE as XWD6_0_0_,
 xwikidocum0_.XWD_TRANSLATION as XWD7_0_0_, xwikidocum0_.XWD_DATE as
 XWD8_0_0_, xwikidocum0_.XWD_CONTENT_UPDATE_DATE as XWD9_0_0_,
 xwikidocum0_.XWD_CREATION_DATE as XWD10_0_0_, xwikidocum0_.XWD_AUTHOR as
 XWD11_0_0_, xwik
 
 idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
 XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikidocum0_.XWD_CONTENT
 as XWD15_0_0_, xwikidocum0_.XWD_VERSION as XWD16_0_0_,
 xwikidocum0_.XWD_CUSTOM_CLASS as XWD17_0_0_, xwikidocum0_.XWD_PARENT as
 XWD18_0_0_, xwikidocum0_.XWD_CLASS_XML as XWD19_0_0_,
 xwikidocum0_.XWD_ELEMENTS as XWD20_0_0_,
 xwikidocum0_.XWD_DEFAULT_TEMPLATE as XWD21_0_0_,
 xwikidocum0_.XWD_VALIDATION_SCRIPT as XWD22_0_0_,
 xwikidocum0_.XWD_COMMENT as XWD23_0
 
 _0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
 xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
 XWD26_0_0_ from xwikidoc xwikidocum0_ where xwikidocum0_.XWD_ID=?
 

Hi,
I know this is the older post. But do you remember how you solved this
issue? I am facing the similiar issue now.

Thanks,
Manish
-- 
View this message in context: 
http://xwiki.475771.n2.nabble.com/XWiki-Instalation-tp3736409p5150823.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki Instalation

2009-09-29 Thread Maria Carolina Ramirez
Hi,

 

I'm trying to install xwiki following all the steps included in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL.

 

I'm working with jboss and MySQL. 

 

* First I download xwiki-enterprise-web-1.9.3.war then,

 

* I installed MySQL 5.1 in this step I created the Data base

 

-mysql -u root -e create database xwiki

 

- mysql -u root -e grant all privileges on xwiki.* to
xw...@127.0.0.1 identified by 'xwiki'

 

-  I included the MySQL JDBC Driver JAR in the WEB-INF/lib
folder

 

-  I changed hibernate.xml  with mysql properties

 

* I installed jboss-4.0.5.GA 

 

-  I tried to use a datasource but doesn't work for me, so I am
working without it.

 

As you see, I followed all the steps described in xwiki site, but I have
many errors and I haven't done nothing different



16:47:20,204 INFO  [DefaultLoadEventListener] Error performing load
command

org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#104408758]

 

16:47:20,375 WARN  [XWiki] Exception while getting wiki preference
[macros_languages]

java.lang.NullPointerException

 

16:47:20,469 WARN  [XWiki] Exception while getting wiki preference
[macros_velocity]

java.lang.NullPointerException

 

16:47:20,547 WARN  [XWiki] Exception while getting wiki preference
[macros_groovy]

java.lang.NullPointerException

 

16:47:42,032 WARN  [XWiki] Exception while getting wiki preference
[macros_mapping]

java.lang.NullPointerException

 

16:47:43,313 INFO  [DefaultLoadEventListener] Error performing load
command

org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.objects.classes.BaseClass#-629142642]

 

16:47:56,048 INFO  [DefaultLoadEventListener] Error performing load
command

org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiDocument#-1905796263]

 

16:47:56,439 WARN  [XWiki] Exception while getting wiki preference
[backlinks]

java.lang.NullPointerException

 

I supposed that all of this errors are happening because I have to
install the *.xar files

 

And then I got this error and that's all. I can't see nothing else.

 

16:48:03,158 INFO  [STDOUT] Hibernate: select xwikidocum0_.XWD_ID as
XWD1_0_0_, xwikidocum0_.XWD_FULLNAME as XWD2_0_0_, xwikidocum0_.XWD_NAME
as XWD3_0_0_, xwikidocum0_.XWD_TITLE as XWD4_0_0_,
xwikidocum0_.XWD_LANGUAGE as XWD5_0_0_,
xwikidocum0_.XWD_DEFAULT_LANGUAGE as XWD6_0_0_,
xwikidocum0_.XWD_TRANSLATION as XWD7_0_0_, xwikidocum0_.XWD_DATE as
XWD8_0_0_, xwikidocum0_.XWD_CONTENT_UPDATE_DATE as XWD9_0_0_,
xwikidocum0_.XWD_CREATION_DATE as XWD10_0_0_, xwikidocum0_.XWD_AUTHOR as
XWD11_0_0_, xwik

idocum0_.XWD_CONTENT_AUTHOR as XWD12_0_0_, xwikidocum0_.XWD_CREATOR as
XWD13_0_0_, xwikidocum0_.XWD_WEB as XWD14_0_0_, xwikidocum0_.XWD_CONTENT
as XWD15_0_0_, xwikidocum0_.XWD_VERSION as XWD16_0_0_,
xwikidocum0_.XWD_CUSTOM_CLASS as XWD17_0_0_, xwikidocum0_.XWD_PARENT as
XWD18_0_0_, xwikidocum0_.XWD_CLASS_XML as XWD19_0_0_,
xwikidocum0_.XWD_ELEMENTS as XWD20_0_0_,
xwikidocum0_.XWD_DEFAULT_TEMPLATE as XWD21_0_0_,
xwikidocum0_.XWD_VALIDATION_SCRIPT as XWD22_0_0_,
xwikidocum0_.XWD_COMMENT as XWD23_0

_0_, xwikidocum0_.XWD_MINOREDIT as XWD24_0_0_,
xwikidocum0_.XWD_SYNTAX_ID as XWD25_0_0_, xwikidocum0_.XWD_HIDDEN as
XWD26_0_0_ from xwikidoc xwikidocum0_ where xwikidocum0_.XWD_ID=?

16:48:03,173 ERROR [[action]] Servlet.service() for servlet action threw
exception

java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lan
g/String;)Ljava/lang/Stri

at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.globalSearchDocuments(Wat
chListPlugin.java:596)

at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.sanitizeWatchlists(WatchL
istPlugin.java:629)

at
com.xpn.xwiki.plugin.watchlist.WatchListPlugin.init(WatchListPlugin.java
:122)

at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.ja
va:155)

at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.jav
a:92)

at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.ja
va:120)

at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1022)

at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:742)

at com.xpn.xwiki.XWiki.init(XWiki.java:670)

at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:317)

at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:388)

at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)

at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)

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

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

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

at