Hello,
I have a question and hopes, someone can help me.
I have installed XWiki, everything running fine.
Then I've configured a virtual wiki on a subdomain - works also fine, but the virtual wiki has no search function and none of the panels, which I have in the main wiki. How can I add the panels to virual wiki?
I have read the forums und the faqs, but found no related answer.
thx 4 help, king regards,
Michael Coldewey
--
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/61691…
Well, the whole backslash thing made me switch to another wiki. XWiki was pretty and had some cool functions. But I needed it to be easy to use and in the environment that I was designing it for backslashes are used a lot.
I would hope that this might be resolved some day. Or at the very least put somewhere up front so that time is not simply wasted.
Thanks for the help.
Sincerely,
James Roettger
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Marco Weiß
Sent: July 22, 2008 2:49 PM
To: XWiki Users
Subject: Re: [xwiki-users] History throws exceptions
Am 21.07.2008 um 16:36 schrieb Artem Melentyev:
> Marco Weiß wrote:
>> ...
>> Ok i exported a wiki with 50,8 MB as xar, i had to increase the
>> max_upload in xwiki and max_allowed_packet size in mysql.
>> But if i'll upload the file i get the followin error. http://pastebin.centos.org/9998
>
> You need to increase XWA_CONTENT field. See
> http://jira.xwiki.org/jira/browse/XWIKI-2339
I hope i had understood it right, i used following to mysql commands
on my database to increas it.
ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT
LONGBLOB NOT NULL;
ALTER TABLE xwikiattachment_archive CHANGE XWA_ARCHIVE XWA_ARCHIVE
LONGBLOB NOT NULL;
But it won't work i get now this message http://pastebin.centos.org/10120
Good the second failure brought me to increas the max_packet_size of
my mysql database to 512M
Yeha now i can upload the file. By clicking on the xar file two
messages apears in the log file see http://pastebin.centos.org/10121
OK after importing i get thousands of lucene index update erroro like
this http://pastebin.centos.org/10122
And xwiki wrotes that two documents have errors while importing these.
But i don't think i have to worry about it, i think a new import from
a fresh xar downloaded from the xwiki page will overwrites this on the
other will be deleted.
import_listoferrorsfiles
* Main.howto_opi
* Photos.NewAlbum
But it's not over now, the history is gone away, no page has one.
The Navigation panel, don't looks right the effect when clicking on a
space is off.
The panel wizard shows ugly white in white to 80%
On the beginning it had looked good but in the end i have to say this
way won't work for me.
Do you have still have a idea?
>
>
> You can also remove some pages inside xar (it is just zip package) and
> update package.xml to make it smaller.
>
>>> ...
>>>> Ok i changed this and tried again.
>>>> My logfile tells me --> http://pastebin.centos.org/9558
>>>>
>>>> And the xwiki page looks so --> http://pastebin.centos.org/9560
>>> Exception says that archive is broken, but it is strange that all
>>> documents are affected.
>>>
>>> Is saving of document working? (Try to add comment, edit/save
>>> document)
>>
>> That works fine, the wiki is productive, that means till today 30
>> user
>> in my company works with this xwiki
>>>
>>> You can look at xwikircs db table.
>>> (sql example: select * from xwikircs where
>>> doc.XWR_DOCID=<somedocid>)
>>
>> from where can i get a DOCID?
>
> you have it in http://pastebin.centos.org/9499:
>> com.xpn.xwiki.XWikiException: Error number 3103 in 3: Exception while
>> reading version [69.1] for document id [1 425 385 510]
> so 1425385510 is docid.
here i get these as answer
mysql> select * from xwikircs where doc.XWR_DOCID=1425385510;
ERROR 1054 (42S22): Unknown column 'doc.XWR_DOCID' in 'where clause'
>
>
> also it available from velocity: $doc.getId()
ok thx thats nice
>
>
> --
> Artem Melentyev
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Kessler GmbH - Netzwerke und mehr
Marco Weiss
Gewerbegebiet 6
82399 Raisting
Tel.: 08807 / 94 67 7 - 13
Fax: 08807 / 94 67 7 - 99
Mail: marco.weiss(at)kesslernetworks.de
Web: www.kesslernetworks.de
Sitz der Gesellschaft: Raisting
Geschaeftsfuehrer: Florian Kessler
HRB 163710
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
This email and/or any files or attachments transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this e-mail and/or any files or attachments transmitted with it is strictly forbidden. If you have received this email in error, please delete the e-mail and/or any files or attachments, and also notify the system manager (PostMaster(a)mercuryinsurance.com) of the error. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email and/or any files or attachments transmitted with it.
Hi all,
we use XEM for a little xwiki Farm, now we have problems with our
History. If i look at a previews version of an document i get the
error show here
--> http://pastebin.centos.org/9499
I thougt update to 1.4 will fix this. But nothing happend.
Now i'm backu to the old version.
On my CentOS 5.1 x86_64 box the following is installed
Kernel
2.6.18-8.1.15.el5xen
Java
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)
xwiki-enterprise-hsqldb-1.2 "1.2.6932" with jetty (the XEM
funktionality was added on a later date)
Pluins for XEM
xwiki-plugin-application-manager-1.0-rc-1.jar
xwiki-plugin-wiki-manager-1.0-rc-1.jar
Database is mysql
Ver 14.12 Distrib 5.0.22, for redhat-linux-gnu (x86_64) using readline
5.0
mysql-connector-java-3.1.7-bin.jar
Here is my xwiki.cfg
http://pastebin.centos.org/9507
I think the database shema was not update, i was reading about a bug,
but i don't find a soulution that works for me.
Hope someone can help.
Best regards
Marco Weiß
Kessler GmbH - Netzwerke und mehr
Marco Weiss
Gewerbegebiet 6
82399 Raisting
Tel.: 08807 / 94 67 7 - 13
Fax: 08807 / 94 67 7 - 99
Mail: marco.weiss(at)kesslernetworks.de
Web: www.kesslernetworks.de
Sitz der Gesellschaft: Raisting
Geschaeftsfuehrer: Florian Kessler
HRB 163710
Hi Antonio
To increase the Heap memory did u just add an environment variable
CATALINE_HOME or did u edit the catalina.bat file in the tomcat bin folder
Please let me know because i am getting the same error but when trying to
attach a file.
2008-07-21 13:57:25,890
[http://localhost:8080/xwiki/bin/upload/My+Space/WebHome
] [http8080-Processor25] ERROR lucene.IndexUpdater - invalid
paramet
ers given to add: My Space.WebHome, null,
{util=com.xpn.xwiki.util.Util@19ca340,
vcontext=org.apache.velocity.VelocityContext@a1c3ae, links=[Main.WebHome,
Main.
AllDocs, Main.Dashboard, Blog.WebHome, Main.EventCalendar, Photos.WebHome,
Sandb
ox.WebHome, Main.Tags, XWiki.WebHome],
grouplist={xwiki:XWiki.Admin=[xwiki:XWiki
.XWikiAdminGroup, xwiki:XWiki.XWikiAllGroup],
xwiki:xwiki:XWiki.Admin=[xwiki:XWi
ki.XWikiAdminGroup, xwiki:XWiki.XWikiAllGroup]},
fileuploadplugin=com.xpn.xwiki.
plugin.fileupload.FileUploadPlugin@35d9f6,
com.xpn.xwiki.plugin.skinx.CssSkinExt
ensionPlugin=[], msg=com.xpn.xwiki.web.XWikiMessageTool@178a69c, tdoc=My
Space.W
ebHome, message=javaheapspace,
org.xwiki.component.manager.ComponentManager=org.
xwiki.plexus.manager.PlexusComponentManager@65f515, ajax=false,
mainxwiki=xwiki,
skin=XWiki.DefaultSkin, fileuploadlist=[name=null,
StoreLocation=C:\TOMCAT_HOME
\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000008.tmp,
siz
e=64bytes, isFormField=true, FieldName=xredirect, name=null,
StoreLocation=C:\TO
MCAT_HOME\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000009
.tmp, size=15bytes, isFormField=true, FieldName=filename, name=C:\Documents
and
Settings\vashwath\Desktop\Prasad\Sheera Photo.JPG,
StoreLocation=C:\TOMCAT_HOME\
jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000010.tmp,
size
=2821051bytes, isFormField=false, FieldName=filepath, name=null,
StoreLocation=C
:\TOMCAT_HOME\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_0000
0011.tmp, size=16bytes, isFormField=true, FieldName=attachment], locale=en,
base
skin=toucan, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin=[], doc=My
Space.W
ebHome}
Thanks,
Vinutha
Hi Antonio,
To increase the Heap memory did u just add an environment variable
CATALINE_HOME or did u edit the catalina.bat file in the tomcat bin folder
Please let me know because i am getting the same error but when trying to
attach a file.
2008-07-21 13:57:25,890
[http://localhost:8080/xwiki/bin/upload/My+Space/WebHome
] [http8080-Processor25] ERROR lucene.IndexUpdater - invalid
paramet
ers given to add: My Space.WebHome, null,
{util=com.xpn.xwiki.util.Util@19ca340,
vcontext=org.apache.velocity.VelocityContext@a1c3ae, links=[Main.WebHome,
Main.
AllDocs, Main.Dashboard, Blog.WebHome, Main.EventCalendar, Photos.WebHome,
Sandb
ox.WebHome, Main.Tags, XWiki.WebHome],
grouplist={xwiki:XWiki.Admin=[xwiki:XWiki
.XWikiAdminGroup, xwiki:XWiki.XWikiAllGroup],
xwiki:xwiki:XWiki.Admin=[xwiki:XWi
ki.XWikiAdminGroup, xwiki:XWiki.XWikiAllGroup]},
fileuploadplugin=com.xpn.xwiki.
plugin.fileupload.FileUploadPlugin@35d9f6,
com.xpn.xwiki.plugin.skinx.CssSkinExt
ensionPlugin=[], msg=com.xpn.xwiki.web.XWikiMessageTool@178a69c, tdoc=My
Space.W
ebHome, message=javaheapspace,
org.xwiki.component.manager.ComponentManager=org.
xwiki.plexus.manager.PlexusComponentManager@65f515, ajax=false,
mainxwiki=xwiki,
skin=XWiki.DefaultSkin, fileuploadlist=[name=null,
StoreLocation=C:\TOMCAT_HOME
\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000008.tmp,
siz
e=64bytes, isFormField=true, FieldName=xredirect, name=null,
StoreLocation=C:\TO
MCAT_HOME\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000009
.tmp, size=15bytes, isFormField=true, FieldName=filename, name=C:\Documents
and
Settings\vashwath\Desktop\Prasad\Sheera Photo.JPG,
StoreLocation=C:\TOMCAT_HOME\
jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_00000010.tmp,
size
=2821051bytes, isFormField=false, FieldName=filepath, name=null,
StoreLocation=C
:\TOMCAT_HOME\jakarta-tomcat-5.0.19\temp\upload__69e6a6f7_11b46abc595__8000_0000
0011.tmp, size=16bytes, isFormField=true, FieldName=attachment], locale=en,
base
skin=toucan, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin=[], doc=My
Space.W
ebHome}
Thanks,
Vinutha
Ok, I've found the problem. Nothing to do with XWiki or MySQL, the heap of
Tomcat was too low. I've increased the -Xmx and it works fine.
Antonio
--
View this message in context: http://n2.nabble.com/Re%3A-Import-of-XAR%3A-Java-Heap-Space-Out-Of-Memory-E…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Try to configure it using AD's WwwHomepage field as the username or
another such field. I used an LDAP admin program to create everyones
username in the WwwHomepage field without any spaces "." Or other special
characters and used that as my username.
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
viceImpl
#-# 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=Local.Ip.Address.here
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=*account with ldap browsing privledges
using
CN*,OU=Path,DC=TO,DC=THE,DC=Domain/OU,DC=HEREusingstandardldapformating
xwiki.authentication.ldap.bind_pass=*previously mentioned cn's password*
#-# Force to check password after LDAP connection #-# 0: disable #-# 1:
enable xwiki.authentication.ldap.validate_password=0
#-# base DN for searches
xwiki.authentication.ldap.base_DN=
DC=TO,DC=THE,DC=Domain,DC=HEREusingstandardldapformating
#-# Specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn) xwiki.authentication.ldap.UID_attr=wWWHomePage
#-# 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=last_name=sn,first_name=givenName,f
ullname=wWWHomePage,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] #-# if ldap authentication fails
for any reason, try XWiki DB authentication with the same credentials
xwiki.authentication.ldap.trylocal=1
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Eric Johnson
Sent: Thursday, July 17, 2008 2:52 PM
To: 'XWiki Users'
Subject: Re: [xwiki-users] authentication LDAP doesn't support "." in login
names
Have you tried using \. instead of just .? This could be an issue with java
trying to find a method or variable rather than treating the . as a literal
character.
Eric
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
João Paulo Lima
Sent: Thursday, July 17, 2008 2:46 PM
To: users(a)xwiki.org
Subject: [xwiki-users] authentication LDAP doesn't support "." in login
names
Guy,
Can anybody help me??? I did integration witch Active Directory. However,
xwiki doesn't support character "." in login names. By the way, i found out
that there is a version 1.5M2 that solve this problem... Does anybody know
where i can download it??? or what must i do to solve this problem?????
Thanks a lot!!!!!
--
João Paulo de Lima
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I am hosting this wiki for a corporation that utilizes Windows machines.
I can not seem to get backslashes to work. I have been searching google
and it appears you have to either type in some goofy code like \ or
do three /// in a row to get one backslash. Is this fixable? I need
this to be user friendly and this is a show stopper.
A plugin maybe, or an add on?
Help please
James
This email and/or any files or attachments transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this e-mail and/or any files or attachments transmitted with it is strictly forbidden. If you have received this email in error, please delete the e-mail and/or any files or attachments, and also notify the system manager (PostMaster(a)mercuryinsurance.com) of the error. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email and/or any files or attachments transmitted with it.
Guy,
Can anybody help me??? I did integration witch Active Directory. However,
xwiki doesn't support character "." in login names. By the way, i found out
that there is a version 1.5M2 that solve this problem... Does anybody know
where i can download it??? or what must i do to solve this problem?????
Thanks a lot!!!!!
--
João Paulo de Lima
Try to configure it using AD's WwwHomepage field as the username or another
such field. For some reason I had to do that on my install to get ldap/ad
to work, I used an LDAP admin program to create everyones username in the
WwwHomepage field and used that as my username.
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
viceImpl
#-# 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=Local.Ip.Address.here
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=*account with ldap browsing privledges
using
CN*,OU=Path,DC=TO,DC=THE,DC=Domain/OU,DC=HEREusingstandardldapformating
xwiki.authentication.ldap.bind_pass=*previously mentioned cn's password*
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
#-# base DN for searches
xwiki.authentication.ldap.base_DN=
DC=TO,DC=THE,DC=Domain,DC=HEREusingstandardldapformating
#-# Specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=wWWHomePage
#-# 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=last_name=sn,first_name=givenName,f
ullname=wWWHomePage,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]
#-# if ldap authentication fails for any reason, try XWiki DB authentication
with the same credentials
xwiki.authentication.ldap.trylocal=1
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Zoltan Gyula Beck
Sent: Thursday, July 17, 2008 12:56 AM
To: XWiki Users
Subject: Re: [xwiki-users] Active Directory 2.
Hi Eric!
So I did some changes of config:
1. xwiki.authentication.ldap.bind_DN=COMPANY\\{0}
2.
xwiki.authentication.ldap.bind_DN=COMPANY\\{0},ou=COMPANY,dc=company,dc=intr
anet
Both time if I try to connect with the sAMAccontName value then I got an
error that "Wrong user name", but if I try with cn then I got "Wrong
password" error message :(
Best Regards,
bzg
2008/7/16 Eric Johnson <emj10(a)vt.edu>:
> Try checking to see if you need to be using a subdomain on your binddn.
>
> My company uses a subdomain for logging in:
>
> Example, for windows login, we enter our username and password and
> where to login (either to the network or to the local machine). IF
> THIS IS THE CASE, then an admin username and admin password will most
likely NOT be required.
>
> If you are logging into a subdomain, try changing the bind_DN=***\\{0}
> and bind_pass={1}, where *** is the subdomain you log into. As far as
> I know the double \'s are needed.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users