Hi everyone,
We now have a new version of the xwiki.org web site up and running on http://xwiki.org
Let us know if you find any issue.
I'd like to thank the following persons who helped:
- Laurent Lunati for the skin
- Thomas Mortagne for helping me with the migration
- Guillaume Lerouge also for helping with the migration
- Raffaello for the admin part
I really like the new site, hope you'll like it too :)
-Vincent, on behalf of the xwiki dev team
Hi folks,
I've been going through an upgrade process to get 1.2rc1 testing
underway; but I can't seem to get the xwiki database correctly updated.
So far I've run down the usual avenues:
* Added the connector for mysql.
* Setup the hibernate.cfg.xml as defined.
* Granted permissions to the xwiki database to the mysql xwiki
user.
The previous version being run was 1.1.2
This is not a problem if I create a new database (create empty db and
let xwiki generate tables/etc); only when I expect the database to be
upgraded.
I'm almost certain to be missing some crucial step, but can't for the
life of me think of what?
Error Log from tomcat log file
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------
17:18:08,896 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome]
[http-8080-1] WARN util.JDBCExceptionReporter - SQL Error: 1146,
SQLState: 42S02
17:18:08,896 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome]
[http-8080-1] ERROR util.JDBCExceptionReporter - Table
'xwiki.xwikidbversion' doesn't exist
17:18:08,912 [] [http-8080-1] WARN action.RequestProcessor -
Unhandled Exception thrown: class com.xpn.xwiki.XWikiException
17:25:54,208 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome]
[http-8080-1] WARN util.JDBCExceptionReporter - SQL Error: 1,
SQLState: HY000
17:25:54,208 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome]
[http-8080-1] ERROR util.JDBCExceptionReporter - Can't create/write
to file '#sql_fc0_0.MYD' (Errcode: 17)
17:25:54,208 [http://ieg08ap02:8080/xwiki/bin/view/Main/WebHome]
[http-8080-1] ERROR store.XWikiHibernateBaseStore - Failed creating
schema update script
org.hibernate.exception.GenericJDBCException: could not get table
metadata: feeds_aggregatorgroup
at
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQ
LStateConverter.java:91)
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java
:79)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.
java:43)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.
java:29)
at
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMet
adata.java:100)
at
org.hibernate.cfg.Configuration.generateSchemaUpdateScript(Configuration
.java:838)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.getSchemaUpdateScript(XWikiH
ibernateBaseStore.java:361)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateB
aseStore.java:249)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateB
aseStore.java:225)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernat
eBaseStore.java:470)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseSt
ore.java:914)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBa
seStore.java:947)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.g
etDBVersion(XWikiHibernateMigrationManager.java:60)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrati
onsForDatabase(AbstractXWikiMigrationManager.java:140)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrati
ons(AbstractXWikiMigrationManager.java:102)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:708)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:659)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:241)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:426)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94)
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
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
63)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84
4)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:584)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: Can't create/write to file
'#sql_fc0_0.MYD' (Errcode: 17)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3249)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3178)
at com.mysql.jdbc.Statement.executeQuery(Statement.java:1203)
at
com.mysql.jdbc.DatabaseMetaData$2.forEach(DatabaseMetaData.java:2382)
at
com.mysql.jdbc.DatabaseMetaData$IterateBlock.doForAll(DatabaseMetaData.j
ava:76)
at
com.mysql.jdbc.DatabaseMetaData.getColumns(DatabaseMetaData.java:2256)
On Dec 11, 2007, at 1:08 PM, Zdenek Machac wrote:
> Halo,
>
> is the new (an beautifull) skin created only for xwiki.org or will
> be in
> standard instalation of XWiki Enterprise.
It'll be available for everyone in the near future. we need to make it
generic, save it in SVN and package it but then this is done it'll be
made available to all as the main skin by default.
> Structure of site is for me
> good but newbies can be puzzled.
How could it be improved do you think?
Thanks
-Vincent
> Vincent Massol napsal(a):
>> Hi everyone,
>>
>> We now have a new version of the xwiki.org web site up and running
>> on http://xwiki.org
>>
>> Let us know if you find any issue.
>>
>> I'd like to thank the following persons who helped:
>>
>> - Laurent Lunati for the skin
>> - Thomas Mortagne for helping me with the migration
>> - Guillaume Lerouge also for helping with the migration
>> - Raffaello for the admin part
>>
>> I really like the new site, hope you'll like it too :)
>>
>> -Vincent, on behalf of the xwiki dev team
>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
Hi all,
I tried to install xwiki with Jetty/MySQL on a fedora core 8 server.
I had some issues:
* log4j*.jar must be put on the jetty lib and not on the xwiki lib
* I had to remove xerces*.jar
Now, I have this fault (plus others, but I hope this is the key exception):
java.sql.BatchUpdateException: Data truncation: Out of range value adjusted
for column 'XWD_MINOREDIT' at row 1
Any idea why?
thnaks in advance,
Sylvain
Hi,
I would like to see a flash animation on a full screen page. Meaning that
when I click on a particular link, menus, header and footer disapear so I
can see the animation in a bigger scale. Do you know how to do that ?
Antonio
Hi,
I've made an animation with Wink, transformed it into flash (swf file) and
now I want to add it to my page. I've followed the instructions on
http://www.xwiki.org/xwiki/bin/view/FAQ/HowDoIAddAnimatedGifSshockwaveAndFl…
but it does not work.
What I do is that I attach my swf file (myanimation.swf) to my page and then
add :
#set($width = "500")
#set($height= "500")
#set($flashurl = $doc.getAttachmentURL("myanimation.swf", "download"))
#includeForm("xwiki:XWiki.Flash")
I'm using XWiki 1.0 and nothing appears on my page. When I look at the HTML
code produced, nothing in there. Does any body have any idea ?
Thanks,
Antonio
Hi Vitantonio,
i've tried search the archive, but i didn't find something that could explain it to a novice (especially due to i don't know velocity )
Could you please help me?
Thank you!!!
----- Messaggio originale -----
Da: Vitantonio Messa <vitantonio.messa(a)coss.fi>
A: XWiki Users <users(a)xwiki.org>
Inviato: Lunedì 10 dicembre 2007, 11:38:08
Oggetto: Re: [xwiki-users] [SPAM] Group identification
mattia_temp-newsgroup(a)yahoo.it wrote:
> Hi everybody,
>
> I'd like to create in the right pane a link visible only to a certain
> group of people (i.e. Group1) similarly to what happen for the admin
> center link.
>
> How can i do it?
Hi Mattia,
you can use some velocity to show the link only to users in a known
group.
I remember that this was already asked in the past, check on the
mailing
list archive and you will find your solution ;)
Vito
--
Vitantonio Messa
+358 46 889 48 49 - vitantonio.messa(a)coss.fi
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi everybody,
I'd like to create in the right pane a link visible only to a certain group of people (i.e. Group1) similarly to what happen for the admin center link.
How can i do it?
Thank you in advice for your help
Have a good day
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html