Re: [xwiki-users] HOW TO SET IMPORTED SKIN

2012-08-23 Thread Jerome Velociter

Hi Peter,

The Lyrebird skin is a filesystem skin. As of now, you need filesystem 
access to install it. The XAR is ony there to provide a configuration 
interface.


Jerome

On 08/23/2012 01:25 AM, Peter wrote:

Hi XWiki-Community!

First I have no access to the server side of my XWiki-Installation, but I
want to change the skin.
I imported a skin via XAR-File.
http://extensions.xwiki.org/xwiki/bin/view/Extension/Lyrebird+Skin

Then I have a new space with three pages.
And what now?
What do I need to change in Administration/Presentation?

Do I need to add a new Page and add a Skin-Object to it?

I do not know how to proceed.

Thanx for all help
Peter



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/HOW-TO-SET-IMPORTED-SKIN-tp7581004.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



--
Peace,
—Jerome

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Meeting Manager Participant Problem

2012-08-23 Thread Stocki
Hi, 

when using Meeting Manager Macro I can not add Participants. Whatever you
insert in the Participant field No Result will be displayed.
When checking MeetingParticipantSuggest I get following error : 

/This page contains the following errors:

error on line 329 at column 6: XML declaration allowed only at the start of
the document
Below is a rendering of the page up to the first error./

Anybody who encountered similar Problems?

BR Paul



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Meeting-Manager-Participant-Problem-tp7581007.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Form content size problem

2012-08-23 Thread Higginson Ian (WIRRAL PCT)
Hi,

I'm having trouble getting the Jetty database to allow me to put content in 
that's bigger than 20kb. I've modified the start_xwiki.bat file (pasted below) 
but it still comes up saying I have the same content size limitation. Have I 
done anything wrong in the file below? I'm using jetty-7.4.5.v20110725

Many thanks!
Ian.

@echo off
REM -
REM See the NOTICE file distributed with this work for additional
REM information regarding copyright ownership.
REM
REM This is free software; you can redistribute it and/or modify it
REM under the terms of the GNU Lesser General Public License as
REM published by the Free Software Foundation; either version 2.1 of
REM the License, or (at your option) any later version.
REM
REM This software is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
REM Lesser General Public License for more details.
REM
REM You should have received a copy of the GNU Lesser General Public
REM License along with this software; if not, write to the Free
REM Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
REM 02110-1301 USA, or see the FSF site: http://www.fsf.org.
REM -

set JETTY_HOME=jetty
set JETTY_PORT=8080
set XWIKI_OPTS=-Xmx512m -XX:MaxPermSize=128m

REM Ensure the logs directory exists as otherwise Jetty reports an error
if not exist %JETTY_HOME%\logs mkdir %JETTY_HOME%\logs

REM Ensure the work directory exists so that Jetty uses it for its temporary 
files.
if not exist %JETTY_HOME%\work mkdir %JETTY_HOME%\work

REM Ensure the data directory exists so that XWiki can use it for storing 
permanent data.
if not exist data mkdir data

REM Specify port on which HTTP requests will be handled
set XWIKI_OPTS=%XWIKI_OPTS% -Djetty.port=%JETTY_PORT%

REM Specify Jetty's home directory
set XWIKI_OPTS=%XWIKI_OPTS% -Djetty.home=%JETTY_HOME%

REM Specify port and key to stop a running Jetty instance
set XWIKI_OPTS=%XWIKI_OPTS% -DSTOP.KEY=xwiki -DSTOP.PORT=8079

REM Specify the encoding to use
set XWIKI_OPTS=%XWIKI_OPTS% -Dfile.encoding=UTF8

REM In order to avoid getting a java.lang.IllegalStateException: Form too 
large error
REM when editing large page in XWiki we need to tell Jetty to allow for large 
content
REM since by default it only allows for 20K. We do this by passing the
REM org.mortbay.http.HttpRequest.maxFormContentSize property.
REM Note that setting this value too high can leave your server vulnerable to 
denial of
REM service attacks.
set XWIKI_OPTS=%XWIKI_OPTS% 
-Dorg.mortbay.jetty.Request.maxFormContentSize=400

java %XWIKI_OPTS% %2 %3 %4 %5 %6 %7 %8 %9 -jar %JETTY_HOME%/start.jar



This message may contain confidential information. If you are not the intended 
recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take 
any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.

Thank you for your co-operation.

NHSmail is the secure email and directory service available for all NHS staff 
in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information 
with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be 
accessed anywhere


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] failed restarts

2012-08-23 Thread Paul Libbrecht

Le 16 août 2012 à 23:44, Vincent Massol a écrit :
 I have never seen nor heard anything like in XE so IMO this must be coming 
 from the way curriki uses the XWiki platform.
 
 To debug is easy. Simply start curriki in debug mode (see 
 start_xwiki_debug.sh), open your IDE and connect to the running JVM. Then you 
 can trace execution step by step.
 
 Not sure if it helps much but I cannot think of anything specific.


Well,

here's one I had twice in a row and which happens often:

[#|2012-08-23T14:51:05.815-0700|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=24;_ThreadName=Core
 extension repository 
updater;_RequestID=3d417c95-bef3-46da-8edf-09dbeb300332;|java.lang.ArrayIndexOutOfBoundsException:
 -56499100
at java.util.regex.Pattern$BitClass.isSatisfiedBy(Pattern.java:2927)
at java.util.regex.Pattern$8.isSatisfiedBy(Pattern.java:4783)
at java.util.regex.Pattern$CharProperty.match(Pattern.java:3345)
at java.util.regex.Pattern$Curly.match(Pattern.java:3737)
at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168)
at java.util.regex.Matcher.match(Matcher.java:1127)
at java.util.regex.Matcher.matches(Matcher.java:502)at 
org.xwiki.extension.repository.aether.internal.AetherUtils.createArtifact(AetherUtils.java:38)
at 
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:298)
at 
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:163)
at 
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:155)
at 
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:150)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:269)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:105)
at java.lang.Thread.run(Thread.java:619)


That's completely obtuse to me and is not curriki-related (Curriki was made 
before the extension respository).
The numbers vary, the previous one had:
 java.lang.ArrayIndexOutOfBoundsException: -56496035


Paul
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users