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
Hi everybody!!
I'd like to have some info about hw requirements. Taking as a point that i can install it in various configuration, can anybody please share some configuration and the related scalability?
Thank you
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi all,
I've been following the XE JIRA calendar, this users list, and devs and
notifications ones but I am not sure I am understanding the situation.
As far as I can see by following devs and notifications there are some
issues that are preventing the release of XE 1.2 RC2. Is this
interpretation correct?
Somehow I've missed 1.2 RC1 and I would like to understand how the
release process works.
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
Hi!
When I am offline and do open the user profile page of my user, it takes
quite some time till the page opens, because of the rss entry on the page
timing out.
The error message is as follows:
"rss: Error processing
http://www.xwiki.com/xwiki/bin/view/Main/BlogRss?xpage=rdf: Connection timed
out: connect".
What template do I have to edit, in order to remove the rss entry.
Thank you!
Markus
Hi,
We got a new load of spam related hammering on xwiki.com. It is more and
more horrible and creates more and more unuseful load on xwiki.com. Spam
robots have included creation of XWiki accounts and use of these
accounts to publish spam data in the wiki pages.
I've had to deactivate statistics since each spam-related request that
cannot be catched by mod_security creates load on the database for these
statistics.
The only way to get statistics back will be to use Javascripts which
triggers a statistics storage request in the database (which would be
ignored by spam robots and search engines), or to wait until we can read
Google Analytics or another external statistics engine and redisplay it
on xwiki.com.
In the future we will propose a tutorial to activate Google Analytics on
your wikis. If you know how to do it you should include this on your
wiki pages to get statistics for your wiki.
I'm getting more and more worried about these spam robots and would
welcome any help and ideas on how to handle this to make xwiki.com a
viable platform for hosted public wikis.
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello!
I am considering starting development on a Wiki-Platform integrated in a
RBAC-framework like PERMIS (http://sec.cs.kent.ac.uk/permis/). This would
permit to implement a cooperative document creation/distribution with a need
to know / need to share concept on part of or whole pages.
XWiki seems to be a good candidate for that.
Is there any interest by somebody else on this?
Cheers,
- Rick
Hi all,
I tried to put a big file in my wiki (200Mo). Because of the size, I
truncated it in 8 pieces. When I uploaded the fourth one, the wiki kinda
crashed. So I stopped it and restarted it but I always get error 500. So I
put more memory in the JVM (I was using 1300M and I put 1800M). And now it
works.
But I'm a bit scared with this memory consumption because I have something
like 100Mo of file attachment and the server is quite full :/
Is it because I'm using HSQLDB? If yes, is it possible to migrate to
something else? What's the best choice?
Hi Vincent,
Thank you for the quick response :)
I've the same problem with the albatross skin:
i.e. if I create a red coloured box in a table, during the editing session it looks right. when i save&view the page, it shift back to the default style
It is normal? (do you make tables with different colour cells and other merged?)
Thank you!!
----- Messaggio originale -----
Da: Vincent Massol <vincent(a)massol.net>
A: XWiki Users <users(a)xwiki.org>
Inviato: Giovedì 6 dicembre 2007, 19:08:08
Oggetto: Re: [xwiki-users] Tables - WYSIWYG editor problems
Hi,
I'm not sure but It probably means that the finch skins doesn't have the correct css for the tables.
The finch skin isn't well maintained by the xwiki dev team right now. It's maintained by the community whenever patches are sent. The fully maintained skin is currently the Albatross one.
-Vincent
On Dec 6, 2007, at 7:00 PM, mattia_temp-newsgroup(a)yahoo.it wrote:
Hi everybody,
I've just have another problem with those tables...(after i had figured out how to change the style to finch's one) I create one table and then start to edit, during the editing session, everything looks allright (cell merged, background, allignement, etc.) but when I save the page, the table looks different:
no colours, no merged cell, no alignement.
What did i do wrong? (please don't tell me it is not possible to use all the WYSIWYG features regarding tables...
Thank you!!!
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi everybody,
I've just have another problem with those tables...(after i had figured out how to change the style to finch's one) I create one table and then start to edit, during the editing session, everything looks allright (cell merged, background, allignement, etc.) but when I save the page, the table looks different:
no colours, no merged cell, no alignement.
What did i do wrong? (please don't tell me it is not possible to use all the WYSIWYG features regarding tables...
Thank you!!!
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
I log in as administrator and follow the process described in
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingthelogoforthe….
* Find the /xwiki/bin/view/XWiki/DefaultSkin page.
* Attach an image file that is exactly 200 pix wide, and 70 pix high
(else the logo will look bad) to that page. For example: call the file
"mylogo200x70.gif".
* Click to edit this skin, and in the "objects" editor you will find an
object XWiki.XWikiSkins.
* Alter the XWiki.XWikiSkins object so that the "logo" property says:
mylogo200x70.gif (or what ever you chose to call the file name above)
My new logo shows up beautifully. Then I log out. The old logo comes right
back. I log in with a user account. The old logo is still there.
It is kind of charming that I can customize the logo that the administrator
sees, but really, I would like everyone to see my logo. What am I missing?
Thanks,
Cay
--
View this message in context: http://www.nabble.com/Changing-the-logo-only-affects-the-admin-account-tf49…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki Watch development team is pleased to announce the release of
XWiki Watch 1.0 Milestone 2.
You can grab it here :
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiWatch
Reminder : XWiki Watch is a collaborative RSS/Atom feed reader that allows
teams to read, tag, comment and flag articles in a AJAX/GWT interface
integrated inside the wiki. Features include also filtering, text
analysis, press reviews generation, English and French user interfaces,
and more! Note that Watch is delivered as a full Watch+Wiki or as a XAR
package installable in a standard XWiki 1.1 or 1.2
This release include both bug fixes and new features, among which you can
find :
- A Wiki integration : now every data collected/created (feeds, fetched
feed articles, tags, keywords and groups) through the AJAX/GWT UI is
accessible via classical XWiki pages
- UI improvements/bugfixes : Editing and deleting feeds is easier,
filtering both keywords + groups has been fixed, the feed tree does not
collapse unexpectedly anymore
- A m2 build matching the XWiki development process : now developers can
build XWiki Watch with a single line command
- Other bug fixes and improvements
You can read the full release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch10M2
And the installation guide :
http://www.xwiki.org/xwiki/bin/view/Code/Watch
Have fun!
The XWiki Watch development team
Alex Stamp wrote:
> I run Vista Home Premium and followed download and istall instructions
> for XWiki Enterprise standard. When starting XWiki the command bpx reads
> Access Denied for the first 2 rows and then goes on to list a whole lot
> of Java events or whatever and then – nothing. XWiki does not start (at
> least that I can see...) Please Help
>
>
>
> Alex
>
You do open a browser and open http://localhost:8080/xwiki/ , right?
Sergiu
Hi all,
I'm using XWiki for few days and there's a lot of things that's not working
like said in the documentation :
http://<server>/xwiki/bin/view/Main/EventCalendar<http://%3cserver%3e/xwiki/bin/view/Main/EventCalendar>is
a blank page
http://<server>/xwiki/bin/view/Stats/<http://%3cserver%3e/xwiki/bin/view/Stats/>also
there's no "object" in the
http://<server>/<http://%3cserver%3e/xwiki/bin/view/Main/EventCalendar>
xwiki/bin/view/XWiki/DefaultSkin.
I've just installed the
xwiki-enterprise-installer-generic-1.2-rc-1.jar<https://forge.objectweb.org/project/download.php?group_id=170&file_id=9617>file
on my server and that's all. What's the problem? Did I do something
wrong?
Best Regards,
Sylvain
I've had the same problem... I've solved replacing the original logo in albatross skin with the modified one (without modifying anything else). Than clear the browser cache and voitla.... the new logo is on!!
----- Messaggio originale -----
Da: cayhorstmann <cay(a)horstmann.com>
A: users(a)xwiki.org
Inviato: Giovedì 6 dicembre 2007, 5:00:32
Oggetto: [xwiki-users] Changing the logo only affects the admin account
I log in as administrator and follow the process described in
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingthelogoforthe….
* Find the /xwiki/bin/view/XWiki/DefaultSkin page.
* Attach an image file that is exactly 200 pix wide, and 70 pix
high
(else the logo will look bad) to that page. For example: call the file
"mylogo200x70.gif".
* Click to edit this skin, and in the "objects" editor you will
find an
object XWiki.XWikiSkins.
* Alter the XWiki.XWikiSkins object so that the "logo" property
says:
mylogo200x70.gif (or what ever you chose to call the file name above)
My new logo shows up beautifully. Then I log out. The old logo comes
right
back. I log in with a user account. The old logo is still there.
It is kind of charming that I can customize the logo that the
administrator
sees, but really, I would like everyone to see my logo. What am I
missing?
Thanks,
Cay
--
View this message in context:
http://www.nabble.com/Changing-the-logo-only-affects-the-admin-account-tf49…
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
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
I run Vista Home Premium and followed download and istall instructions for
XWiki Enterprise standard. When starting XWiki the command bpx reads Access
Denied for the first 2 rows and then goes on to list a whole lot of Java
events or whatever and then - nothing. XWiki does not start (at least that I
can see...) Please Help
Alex