Hi
I am trying to integrate with XEclipse with My standalone Eclipse version
3.1.
I unzipped XEclipse 1.1 to the plugins directory of Eclipse and was able to
see the XWiki entry in File>new >Other.. however when i try to click on New
Connection under XWiki in eclipse new wizard nothing happens.
I tried the same with Eclipse Europa but in it i get an error saying Plug-in
org.xwiki.eclipse was unable to load class
org.xwiki.eclipse.wizards.NewConnectionWizard.
This makes sense as i read in some of the forum posts that Eclipse 3.2 level
is supported.
However i still can't understand as to why i can't create a XWiki connection
with Eclipse 3.1
Thanks and Regards
Rajat bhatnagar
http://guideofgreatness.googlepages.com
--
View this message in context: http://www.nabble.com/Unable-to-Create-a-XWiki-Connection-using-XEclipse-pl…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm trying to figure out the XWiki source code...
Can someone "in the know" document on xwiki.org the flow of control through
XWiki from starting up the java server (Jetty, Tomcat, etc) and XWiki, to
the user logging in, to view a document, navigating to another page, to
editing and saving a page (HSQL, MySQL, etc), to logging out, to using a
plugin, to running some embedded code on a page, and finally to shutting
down XWiki? Some diagrams would be useful as well. Even if it were just a
brief description it would reallyhelp. It would be useful to know where to
start to try and understand the code. Some background on the technologies
used by XWiki would be useful as well.
Thanks.
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
now I have registered on myxwiki. My username is matalb.
The proposed server name is: evkirche-rueppurr.myxwiki.org.
Thank you in advance
Matthias Albert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFITBnK99dNHzj143ARAhruAJ9vcm5tB8X42Jg0ov+MMaf69tOxQgCeOyn+
/nQvf3Ekao9x//+yJ45ZmZs=
=4m6G
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
could you, please, create a new wiki named "evkirche-rueppurr"?
If the '-' character is a problem, "evrueppurr" is 2nd choice.
I would like to demonstrate a new interactive homepage using xwiki to
the local church committee, before going to a domain and servlet hosting
provider.
How can I get administration rights?
Thank you in advance!
Matthias Albert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIS5t499dNHzj143ARAqGzAJsEpxiuAvP6pO6oP0DZs1lnyaiVhQCcDFku
Md/6xdJWMpJ552CEhcmDVyw=
=ui3l
-----END PGP SIGNATURE-----
I have got two more questions concerning virtual wikis.
1. Is it possible to add more than one domain for a virtual wiki?
z.B. www.domain.com, domain.com, xwiki.domain.com ???
2. I found that users of the controller wiki are able to log into the
virtual wiki.
Is this default behavior, a coincidence or just a bug?
Thanks
Helmut
--
View this message in context: http://www.nabble.com/Virtual-Wikis-II-tp17710103p17710103.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I put some code in space.vm to retrieve my data:
#set($mydb=$xwiki.sql.getDatabase("myDB"))
#foreach($row in $mydb.executeQuery("select name from mytable"))
$row.getString(0)
#end
When I open Home page or any page but Log in and Register page, it's all ok.
I don't know there's difference between these 2 page and others?
Any tell me how to fix this problem? Thank you.
--
Ngô Thị Hồng Nga
Hello,
First of all thank you for that great piece of software; I'm going to
deploy it in my company because I could demo a project management
application that I wrote in a couple hours (starting without much
knowledge of xwiki). That's going to make everyone life's easier.
So, I started to build a prototype based on this tutorial (I believe
this is Velocity)
http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial
Now, I'm trying to get a good workflow to go beyond the trivial app.
I'm hoping for source code management, be productive while coding, and
an easy way to deploy the app on a different wiki (i.e. build it on my
machine then deploy on production). Later, I may want to keep a dev
version in parallel of the prod version so I can play around without
making executives mad at me for breaking stuff... And deploy the
changes to the prod when it's ready.
So, here we go:
* SCM: I noticed that, being a wiki, there's basically a SCM included.
Even if versions are page based instead of project based, that's
probably enough.
* Text editor: is there a way to use my preferred text editor (that
happens to be VI) rather than my web browser? I remember seeing
Eclipse used in a demo in SF, is it possible with other editors as
well?
* Import/export: I could only find export of the whole wiki. I guess
there's a way to export a selection of pages (or a whole space?) but I
couldn't find it. What about classes? Are classes just a special kind
of page that can be exported along with the rest?
* I think I read somewhere that properties can't be deleted from
classes. Is it still true? If yes, is there a way to get rid of a
property (for example by deleting the class then recreate it) without
loosing all instances?
In general, is it unrealistic to try to get that kind of process with
an app that is just made of custom classes and a set of Velocity
scripts?
Thank you!
--
Erwan
Hello,
1) What's the status of change from Apache Commons Net Mail to JavaMail?
It seems MailSenderPlugin.java is more or less ready but XWiki.java
still uses the old code?
2) Are there any plans to allow for SMTP Authentication?
3) Is there a way to enforce some kind of turing test on register?
Greetings, Lilianne E. Blaze
hello :)
how to place parameters in a request session/session ? a similar thing to what i want is in java: getSession etc
thank you
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hi again,
I have found that my xwiki.cfg is no more read when tomcat and xwiki sevlet
is started.
"Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the
Servlet Context."
I have found no where a similar problem in the list.
Here is below what's at the end of my web.xml file in the same WEB-INF
directory.
<env-entry>
<env-entry-name>XWikiConfig</env-entry-name>
<env-entry-value>/WEB-INF/xwiki.cfg</env-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
</web-app>
What's wrong in my configuration ?
Thanks again !
Fabien
Hi,
It would be probably better to find another method to fix your problem than
changing the DB directly.However, if you can't, I had to change a few
informations directly in the database myself so I know how it works.
So this is how to get to / change users information directly from the
database:
- The users are objects. You will find them in the xwikiobjects table with
the xwo_classname field 'XWiki.XWikiUsers'.
- Every objects has properties. They are listed in the xwikiproperties
table, with the same xwp_id value as the xwo_id of the xwikiobject.
- The xwp_name field tells you what stores that property. The xwp_classtype
tells what type it is.
- According to this type you will have to check the corresponding table. The
xwX_id and xwX_name remain the same as the xwikiproperties fields xwp_id and
xwp_name.
- Finally, the xwX_value field is what you want to get to. And probably what
you might want to change.
And of course, don't delete the table entries, you might corrupt the
database.
Hope it helped
Date: Wed, 4 Jun 2008 10:26:36 +020
> Subject: [xwiki-users] Users can't log anymore
> Message-ID:
> <944337480806040126g420b621naafa2c62641a5ba2(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Since a few day, my users are not able to log anymore into the xwiki
> platform, I suspect that my tests with LDAP may have some thing to do with
> it.
>
> Thanks to my luck, I am still able to log in with the admin right, and I
> tried to reset all users passwords so that they can login again.
>
> But this seems not working at all throught the Xwiki administration page,
> why ?
>
> I am currently trying to erase the password directly into the data base but
> the data model for user is not very trivial.
>
> I have found that users are managed as XWikiDoc and I still need to find
> how
> the String contenaining the password is linked to which user, I had also a
> look to the xwiki datamodel page but it is tagged as obsolete !
>
> Could anyone helps me ?
>
> Thanks in advance,
>
> Fabien
>
>
Is there a way to move a page into a different space? I have been searching the documentation and can't find a way to do it.
Also, is there a way to import/export all of the documents in a space? I have a space with a lot of documents and it's a pain in the import page to either check all of the documents and turn off the one's I don't want or vice versa.
Thanks,
Len
________________________________
Important:
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you
are not the intended recipient, you hereby are notified that any viewing,
copying, disclosure or distribution of this information may be subject to
legal restriction or sanction. Please notify the sender, by electronic
mail or telephone, of any unintended recipients and delete the original
message without making any copies.
Hi,
Authentication worked before 1.3.2. Works now for existing users but not for
New Users. New Users are not created when they log in the first time.
Log file:
---
2008-06-03 17:24:46,344 [http://server/bin/view/Main/WebHome] [http-80-1]
ERROR LDAP.LDAPAuthServiceImpl - LDAP Bind failed with Exception
Invalid Credentials
2008-06-03 17:24:47,125 [http://server/bin/view/Main/WebHome] [http-80-1]
ERROR LDAP.LDAPAuthServiceImpl - LDAP Bind failed with Exception
Invalid Credentials
---
Configuration:
---
# new LDAP authentication service
#
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=server
xwiki.authentication.ldap.port=389
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
xwiki.authentication.ldap.bind_DN=CN=user,OU=ServicesAccounts,DC=company,DC=holding,DC=ch
xwiki.authentication.ldap.bind_pass=password
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
#-# only members of the following group will be verified in the LDAP
# otherwise only users that are found after searching starting from the
base_DN
#
xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US
#-# base DN for searches
xwiki.authentication.ldap.base_DN=DC=company,DC=holding,DC=ch
#-# specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=sAMAccountName
#-# retrieve the following fields from LDAP and store them in the XWiki user
object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object for
faster access
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki otherwise
this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
#
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=AdminRole,ou=groups,o=MegaNova,c=US|\
#
XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed from
LDAP (default=3600*6)
# xwiki.authentication.ldap.groupcache_expiration=21800
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first
created
#-# - always: synchronize on every login
xwiki.authentication.ldap.mode_group_sync=create
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB authentication
with the same credentials
xwiki.authentication.ldap.trylocal=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0: normal
#-# 1: SSL
# xwiki.authentication.ldap.ssl=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
# xwiki.authentication.ldap.ssl.keystore=
----
Connection in LDAP-Browser works with the settings used in the configuration
above.
Thanks for your help
Helmut
--
View this message in context: http://www.nabble.com/LDAP-Authentication-%28Active-Directory-tp17626760p17…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Since a few day, my users are not able to log anymore into the xwiki
platform, I suspect that my tests with LDAP may have some thing to do with
it.
Thanks to my luck, I am still able to log in with the admin right, and I
tried to reset all users passwords so that they can login again.
But this seems not working at all throught the Xwiki administration page,
why ?
I am currently trying to erase the password directly into the data base but
the data model for user is not very trivial.
I have found that users are managed as XWikiDoc and I still need to find how
the String contenaining the password is linked to which user, I had also a
look to the xwiki datamodel page but it is tagged as obsolete !
Could anyone helps me ?
Thanks in advance,
Fabien
hello. is it possible to set content into a page , with code that comes from different templates? for example: treeheader, treepanelleft, treepanelright
$mydoc.setContent('#template("treeheader.vm")')
$mydoc.setContent('#template("treepanelleft.vm")')
this does not work. it takes only my last template.
i know i can just put the all templates in one template and then include that template. but i don;t want to do that and i want to include all the templates one by one.
do you know a way to do this? thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hello XWiki users
I am creating a new Java User Group in Nantes (France) and would like to use
a wiki to create the JUG Web Site.
The name that I would like to have is the following: nantesjug
Thanks in advance.
Regards
Tugdual Gralll
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.5 version.
Main changes:
* LDAP support improvements
** Add possibility to map one LDAP group with more that one XWiki group
** Add the ability to configure LDAP groups classes and members fields names
** LDAP authenticator re-save user page even there is no modification
** "userPassword" LDAP field should be configurable
** Makes the SSL provider implementation used to support LDAP
communication over SSL configurable
** LDAP authentication print error message with empty "group_mapping" property
* Better PDF export support
* Have "from" (second to last version) and "to" (last version) fields
checked by default in the the document history
* Ability to change just one (or several) object properties
* Automatic logging of deprecated method calls in Velocity
* Better language negotiation
* Don't display the login link on the login page
Note that the general goals of XE 1.5 are :
* More bug fixes
* Better performance
* More automated tests
* Overhaul of the Administration
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise15M1
Thanks,
The XWiki dev team
Hi!
In version 1.1.2 I was able to continue list using "\" (doubleslash)
on the next
line, like:
1. lalalala\
#picture_macro()
1. rrererer\
#picture_macro()
So the picture or some text would be in the list item.
It was very nice when posting a big text with paragraphs, so you can
actually see those paragraphs in a wiki code.
But now (version 1.3) it doesn't work, and I'm forced to modify all
the pages and use instead this syntax:
1. lalala\#picture_macro()
1. ererer\#picture_macro()
Also, wiki code becomes "unreadable" when posting a big text.
Ar cieņu, Mihails
Thanks Gullaume - I'll try that next time.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Guillaume Lerouge
Sent: 02 June 2008 09:48
To: XWiki Users
Subject: Re: [xwiki-users] Panel Wizard layout issue
Hi Richard,
Yes the panel layout wizard is a little temperamental (frustrating) - if
> you're patient you can usually get the panel display that you want, but if
> you can find out how to code it directly then I'd be interested!
You can set your panel display from the global & space preferences pages.
Then under the skin tab, look at the panel options : you can decide to
display left & right panels and add the panels you want to be displayed
using the following convention :
Panels.PanelName,Panels.PanelName2, and so on.
Guillaume
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Marc,
Yes the panel layout wizard is a little temperamental (frustrating) - if
you're patient you can usually get the panel display that you want, but if
you can find out how to code it directly then I'd be interested!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Lijour, Marc (EDU)
Sent: 30 May 2008 20:44
To: XWiki Users
Subject: [xwiki-users] Panel Wizard layout issue
Hi
Am I the only one having trouble with the Panel Wizards?
I am using newest XE 1.4.9828
I created some Panels and I want to display them. With current skin I
only have a right column.
Panel Wizard
(http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels
=1&forceRightPanels=1&language=en)
Shows in "Information" a 3-column layout where I can't drag and drop
anything (it goes back to its original position).
In "Navigation" (where my panels should be), there is only one column,
the frame is truncated and the panels are one over the other. When I
drag and drop them, they disappear. The layout stays unchanged. What
could be the problem?
Can I solve this with some code (bypassing the wizard)?
Can I define a layout per space?
Thank you
Marc
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
for example take a look at XWiki.Treeview page (http://.../XWiki/Treeview?xpage=code [http://.../XWiki/Treeview?xpage=code]).
There is seen how to handle "hiddenSpaces" or "hiddenPages" in a loop over documents.
Maybe choose an other API function instead of $xwiki.getSpaceDocsName or extract unwanted spaces before using this function like:
#set($hiddenSpaces = ["XWiki","Main"])
#if (!$hiddenSpaces.contains($doc.web))
#foreach($page in $xwiki.getSpaceDocsName($doc))
## ...your code here...
#end
#end
>Hello
>I know that this code retrieves all the documents: $xwiki.getSpaceDocsName($doc)
>my question is this: is it possible to specify which documents can be left unwritten in the list?
>for instance if i have these spaces: Website1, Website2, XWiki, Main etc and i don't wanna show "XWiki, Main", how can i approach this in velocity code?
>Thanks
EINE FÜR ALLE: die kostenlose WEB.DE-Plattform für Freunde und Deine
Homepage mit eigenem Namen. Jetzt starten! *http://unddu.de/?kid=kid@mf2* [http://unddu.de/?kid=kid@mf2]
Couldn't find an answer to the last comment in the "Creating a virtual XWiki
environment" page in the documentation, so i post it here again:
"The examples above show adding multipe virtual servers under one domain
name (*.yourdomain.com); instead can we utilize virtual domains using
different domain names (i.e., www.yourdomain.com and www.mydomain.com)?"
Thanks
Helmut
--
View this message in context: http://www.nabble.com/Virtual-wikis-tp17567531p17567531.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I use tomcat and mysql to install xwiki. I choose war file to deploy. But
after I finish the configure and visit the link(http://localhost:8080/xwiki/
).
The error occur. I think maybe because I do not import the database
schema. But I can't find it in the war file.
Below is trace.
please help me, thank you very much.
using driver: com.mysql.jdbc.Driver at URL:
jdbc:mysql://localhost:3306/xwiki
connection properties: {user=xwiki, password=****}
RDBMS: MySQL, version: 5.0.18
JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 (
Revision: ${svn.Revision} )
Using dialect: org.hibernate.dialect.MySQLDialect
Using default transaction strategy (direct JDBC transactions)
No TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended)
Automatic flush during beforeCompletion(): disabled
Automatic session close at end of transaction: disabled
JDBC batch size: 15
JDBC batch updates for versioned data: disabled
Scrollable result sets: enabled
JDBC3 getGeneratedKeys(): enabled
Connection release mode: auto
Maximum outer join fetch depth: 2
Default batch fetch size: 1
Generate SQL with comments: disabled
Order SQL updates by primary key: disabled
Order SQL inserts for batching: disabled
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
Using ASTQueryTranslatorFactory
Query language substitutions: {}
JPA-QL strict compliance: disabled
Second-level cache: enabled
Query cache: disabled
Cache provider: org.hibernate.cache.NoCacheProvider
Optimize cache for minimal puts: disabled
Structured second-level cache entries: disabled
Statistics: disabled
Deleted entity synthetic identifier rollback: disabled
Default entity-mode: pojo
Named query checking : enabled
building session factory
Not binding factory to JNDI, no JNDI name configured
Updating schema update for wiki [xwiki]...
Using dialect: org.hibernate.dialect.MySQLDialect
Failed updating schema while executing query [update xwikidoc set
xwd_translation=0 where xwd_translation is null]
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'xwiki.xwikidoc'
doesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1026)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2536)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1564)
at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1485)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:451)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:310)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:258)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:520)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:995)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1038)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:63)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.<init>(AbstractXWikiMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.<init>(XWikiHibernateMigrationManager.java:50)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:855)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:794)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:731)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:318)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:514)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
Schema update for wiki [xwiki] done
Current storage version = [0]
List of migrations that will be executed:
R4340XWIKI883 - See http://jira.xwiki.org/jira/browse/XWIKI-883
R4359XWIKI1459 - See http://jira.xwiki.org/jira/browse/XWIKI-1459
R7345XWIKI2079 - See http://jira.xwiki.org/jira/browse/XWIKI-2079
Running migration [R4340XWIKI883] with version [4340]
Failed to migrate main database...
com.xpn.xwiki.XWikiException: Error number 3005 in 3: Migration failed
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: BaseObject is not mapped [select s from BaseObject o,
StringProperty s where o.className like 'XWiki.XWiki%Rights' and o.id=s.idand (
s.name='users' or s.name='groups')]
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrationsForDatabase(AbstractXWikiMigrationManager.java:198)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrations(AbstractXWikiMigrationManager.java:140)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:798)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:731)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:318)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:514)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: BaseObject is not mapped [select s from BaseObject o,
StringProperty s where o.className like 'XWiki.XWiki%Rights' and o.id=s.idand (
s.name='users' or s.name='groups')]
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1005)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseStore.java:1055)
at
com.xpn.xwiki.store.migration.hibernate.R4340XWIKI883Migrator.migrate(R4340XWIKI883Migrator.java:71)
at
com.xpn.xwiki.store.migration.hibernate.AbstractXWikiHibernateMigrator.migrate(AbstractXWikiHibernateMigrator.java:39)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrations(AbstractXWikiMigrationManager.java:288)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrationsForDatabase(AbstractXWikiMigrationManager.java:196)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrations(AbstractXWikiMigrationManager.java:140)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:798)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:731)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:318)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:514)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.hql.ast.QuerySyntaxException: BaseObject is not mapped [select
s from BaseObject o, StringProperty s where o.className like
'XWiki.XWiki%Rights' and o.id=s.id and (s.name='users' or s.name='groups')]
at
org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:158)
at
org.hibernate.hql.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:87)
at
org.hibernate.hql.ast.tree.FromClause.addFromElement(FromClause.java:70)
at
org.hibernate.hql.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:255)
at
org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3056)
at
org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:2945)
at
org.hibernate.hql.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:688)
Hi
Am I the only one having trouble with the Panel Wizards?
I am using newest XE 1.4.9828
I created some Panels and I want to display them. With current skin I
only have a right column.
Panel Wizard
(http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels
=1&forceRightPanels=1&language=en)
Shows in "Information" a 3-column layout where I can't drag and drop
anything (it goes back to its original position).
In "Navigation" (where my panels should be), there is only one column,
the frame is truncated and the panels are one over the other. When I
drag and drop them, they disappear. The layout stays unchanged. What
could be the problem?
Can I solve this with some code (bypassing the wizard)?
Can I define a layout per space?
Thank you
Marc