Hi,
I'm currently getting right issues with my xwiki 5.1 installation. I have
several workspaces with both local and global users:
- Global users are authenticated by LDAP (defined in main wiki) and have
access to some workspaces and the main wiki.
- Local users are also authenticated by LDAP (defined in local
workspace) and cannot access any wiki other than the one they are defined.
The problem is that global users can navigate throught all wikis without
problems but local users are getting disconnected every 2 minutes. Looking
at catalina.out I have found these errors when clicking at any random
document:
*org.restlet.engine.log.LogFilter afterHandle443 GET
/xwiki/rest/wikis/workspace1/xxxxxx/xxxx/webhome - 401
424 0 10 *
It looks like my local users doesn't have right permission to access the
"/xwiki/rests/wikis/workspaceX" URL (maybe because they doesn't exists in
main wiki) and ends getting the 401 http error that makes the xwiki login
page to appear.
Looking for similar issues, I have found this Jira ticket with a similar
problem but it should be already been fixed for xwiki 4.1.2:
http://jira.xwiki.org/browse/XWIKI-7946
Anyone facing this issue? Should I migrate all my local users to global
users?
Thanks for your help!
Regards,
Jaume
Is it possible in XWiki 2.x syntax to set span style?
E.g.:
Normal (%style="color: red;"%) red normal
makes following normal also red. Only solution I could get working was
embedded html code, e.g.:
normal {{html clean="false"}}<span style="color:
red;">{{/html}}red{{html clean="false"}}</span>{{/html}} normal
Are there any better approaches?
Thanks!
Valdis
I am on XWiki 5.2.
I would like to create multiple wikis so I'm trying to figure out the best
way to structure them and manage them.
I am going to leave Home as basic wiki that will be a starting point for
all users and it will allow them to navigate to the other wikis.
I want to create a wiki per department at work. I would be the main person
managing them all.
I want to customize the wiki template but I don't see anywhere to do that.
I want to make sure that all new wikis will have the same branding, some
core macros, and extensions..
I am also confused about how to manage extensions across the different
wikis? Do I need to go into each one and install the same extensions or is
there a central place to do that?
We've been using the wiki in a single department so far but now that we are
going to create multiple wikis I'd like to move the existing content to a
new wiki (so that Home is very pure and used only for navigating to other
wikis). I figured I could export the current content and import to the new
wiki but when I did this the applications were not installed so there's
missing macros and APIs.
We have configured Xwiki Enterprise 5.2.1 but in this LDAP group mapping is
not working.User is adding to XWikiAllGroup only.
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=XWikiAdminsGroup,ou=
wiki.geo.com,ou=Application
Access,ou=Structural,ou=geo,ou=Organizations,ou=Groups,dc=prime,dc=ds,dc=geo,dc=com|\
XWiki.XWikiWorkspaceUsersGroup=cn=XWikiWorkspaceUsersGroup,ou=wiki.geo.com,ou=Application
Access,ou=Structural,ou=geo,ou=Organizations,ou=Groups,dc=prime,dc=ds,dc=geo,dc=com
This setup was working fine in our earlier XWiki Enterprise Manager 5.1.
Some of the error log we are getting are as follows:
2013-11-26 13:18:36,408 [
http://192.168.1.101:8080/xwiki/bin/view/Main/?srid=wIv7dXoT] WARN
o.x.v.i.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.api.DeprecatedContext.getUser] in xwiki:Panels.Applications@6
,123
Also we tried to install extension LDAP Admin Application 5.2.1 but getting
an error as
Cannot invoke method getObject() on null object
class java.lang.NullPointerException: Cannot invoke method getObject() on
null object
at
org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:45)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at
org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:32)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at com.xpn.xwiki.doc.XWikiDocument$getObject.call(Unknown Source)
at AttachEventListener.onEvent(script1385462605858989708808.groovy:47)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:299)
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:264)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXARToWiki(DefaultPackager.java:194)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXARToWiki(DefaultPackager.java:135)
at
org.xwiki.extension.xar.internal.handler.packager.DefaultPackager.importXAR(DefaultPackager.java:126)
at
org.xwiki.extension.xar.internal.handler.XarExtensionHandler.installInternal(XarExtensionHandler.java:313)
at
org.xwiki.extension.xar.internal.handler.XarExtensionHandler.install(XarExtensionHandler.java:278)
at
org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:85)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:181)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:138)
at
org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:92)
at
org.xwiki.extension.job.internal.InstallJob.runInternal(InstallJob.java:144)
at org.xwiki.job.internal.AbstractJob.run(AbstractJob.java:138)
at
org.xwiki.job.internal.DefaultJobManager.runJob(DefaultJobManager.java:134)
at
org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:113)
at java.lang.Thread.run(Thread.java:701)
and after installing while accessing LDAP from Application there is no
fields to enter. Please see the attached image.
Currenly in our production we are running XWiki Enterprise Manager 5.1
(Installed using WAR) with out any issue and everything is working fine. As
XEM will not avaliavble further we are trying Xwiki Enterprise 5.2.1 in our
test environment. But we are facing the above issues. We installed Xwiki
Enterprise 5.2.1 using apt-get install xwiki-enterprise-tomcat7-mysql.
Also in our test environment we tried to upgrade XWiki Enterprise Manager
5.1 to Xwiki Enterprise 5.2.1 using war file but it was not working.
Can anyone please help us.
I am deploying a new blog and authored a bunch of entries to get the
content going. I wanted to 're-order' these - essentially, I wanted to
ensure that when people view them, certain ones are (right now) at the
top. To do this I need to revise the date/time that the blog entry was
"published". I can't seem to change this information - can someone
point me in the right direction here?
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca <mailto:pinkerp@lao.on.ca>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org <http://www.aclco.org>
Hi guys,
I am proud to announce WebViewers are now available for XWiki.
As part of the Resilience research project, I and others have been working on a
compatible solution for interfacing the variety of Javascript file viewers and
editors with the many available web application frameworks. The first few
WebViewers are available now on http://webviewers.org/ and as self-contained
archive files, are installable on any system supporting the API.
More interestingly, the first few WebViewers to be ported are now available as
XWiki Extensions on http://extensions.xwiki.org/xwiki/bin/view/ExtensionCode/ExtensionSearch?sp…
and while they are largely prototypes, one which is useful right now is the
PDF WebViewer based on Mozilla's pdf.js.
http://extensions.xwiki.org/xwiki/bin/view/Extension/pdf+webviewer
This is of course installable with the Extension Manager and supports XWiki
versions 5.1 or newer.
With this you will be able to both view in a preview window and embed in a wiki
page, the content of a PDF attachment. Viewing of the attachment is done by
clicking on the magnifying glass shown next to the PDF attachment and embedding
a PDF attachment in the page is done using the {{embed}} macro (part of the
XWiki WebViewers extension).
You can see the embedded viewers and example uses of the {{embed}} macro here:
http://webviewers.org/xwiki/bin/view/Viewers/Demo
And you can see the magnifying glass icons next to the attachments here:
http://webviewers.org/xwiki/bin/view/Viewers/Demo#Attachments
If anyone has any questions or comments about WebViewers or the XWiki Extensions,
I'd love to hear them.
Thanks,
Caleb
Hi, All
There is a problem in XWiki which makes work with attachments very painful when filestorage is on: no way to manage them. Actually no "recycle bin" available for them in this case.
There is an issue in jira: XWiki.DeletedAttachments shows nothing when filesystem attachments are enabled .
What are plans in fixing it?
Kind regards,
Dmitry
Thanks, Marius!
Четверг, 21 ноября 2013, 14:14 +02:00 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
>On Thu, Nov 21, 2013 at 1:32 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru > wrote:
>> Thanks a lot, Marius!
>>
>> 1. I made a new source almost like in Blog search results section.
>> 2. On clicking Save. It says, that it is saved.
>> 3. I leave the Search suggest page
>> 4. I come back to the Search suggest page and my new source is not in the
>> list - it is disappeared mysteriously.
>>
>
>> What could be wrong?
>
>http://jira.xwiki.org/browse/XWIKI-9651 sorry for this..
I'd be happy with 5.3 upgrade
A bit more documentation will make me happy twice :)
For example, if I add new source, where and how should I store translations keys?
>
>>
>> Another experiment:
>> In Query section I filled following in Blog's source
>>
>
>> objcontent:__INPUT__* AND type:OBJECT AND class:XWiki.XWikiComments
>
>I tried with
>
>type:OBJECT AND class:XWiki.XWikiComments AND objcontent:(__INPUT__*)
>
>which is basically the same, and it worked. Don't forget that you have
>to activate the source. The Blog source is not activated by default.
>See the "Activated" checkbox. It didn't work either until Search Suggest wasn't turned off, then on. After page reload it starts searching. Is it expected behaviour?
>
>
>Hope this helps,
>Marius
>
>>
>> It doesn't search in comments after this.
>>
>> Any suggestions how to make it searching?
>>
>> Thanks in advance.
>>
>>
>> Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea
>> < mariusdumitru.florea(a)xwiki.com >:
>>
>> Comments are stored in objects of type XWiki.XWikiComments so checkout
>> the "Blog posts" search suggest source.
>>
>> Hope this helps,
>> Marius
>>
>> On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru >
>> wrote:
>>> Thank you, Marius!
>>>
>>> I'll try to guess how to do this.
>>>
>>>
>>> Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea
>>> < mariusdumitru.florea(a)xwiki.com >:
>>>>On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru >
>>>> wrote:
>>>>> Thanks Vincent. Thanks, Thomas!
>>>>>
>>>>> It was my fault not to be clear enough:
>>>>> 1. I comment a page.
>>>>> 2. Search via Search page - works fine.
>>>>> 3. Search via Search Suggest shows "No results"
>>>>>
>>>>
>>>>> All settings of Search suggest are default. Is it done by purpose to
>>>>> skip comments in search suggest?
>>>>
>>>>The search suggest is a bit different than the default search. I'm
>>>>sure you noticed that the search suggest results are grouped in
>>>>"categories" such as "Document Names", "Document Content", "Attachment
>>>>Content" etc. If you go to the Search Suggest administration section
>>>>you'll see that these "categories" are actually sources that provide
>>>>results. So the search suggest performs a targeted search (for
>>>>specific data like document name) unlike the default search which
>>>>searches (almost) everywhere (if no filters are applied).
>>>>
>>>>You could add a "Comments" search suggest source.
>>>>
>>>>Hope this helps,
>>>>Marius
>>>>
>>>>>
>>>>>
>>>>> Пятница, 8 ноября 2013, 9:01 +01:00 от Thomas Mortagne <
>>>>> thomas.mortagne(a)xwiki.com >:
>>>>>>On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol < vincent(a)massol.net >
>>>>>> wrote:
>>>>>>> On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin <
>>>>>>> haru_mamburu(a)mail.ru >wrote:
>>>>>>>
>>>>>>>> Hi, All!
>>>>>>>>
>>>>>>>> Does anyone know how to tweak XWiki to make comments searchable:
>>>>>>>> 1. In wiki
>>>>>>>> 2. In all sub-wikis and workspaces?
>>>>>>>> 3. In some sub-wikis and workspaces?
>>>>>>>>
>>>>>>>
>>>>>>> Comments are XObjects and as such are searchable. You're probably
>>>>>>> searching
>>>>>>> only in document content (a pain to understand in the current SOLR UI)
>>>>>>
>>>>>>XObjects are part of documents entry type in SOLR so no that's not the
>>>>>>issue. Only attachments are not.
>>>>>>
>>>>>>>
>>>>>>> Thanks
>>>>>>> -Vincent
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Kind regards,
>>>>>>>>
>>>>>>>> Dmitry
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>--
>>>>>>Thomas Mortagne
>>>>>
>>>>>
>>>>> Kind regards,
>>>>>
>>>>> Dmitry
>>>>> _______________________________________________
>>>>> users mailing list
>>>>> users(a)xwiki.org
>>>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>>
>>> Kind regards,
>>>
>>> Dmitry
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>>
>> Kind regards,
>>
>> Dmitry
Kind regards,
Dmitry
I want to customize the pdffooter.vm so the export will say:
"Page X of Y" at the bottom of each page
X = the current pagenumer
Y = the pagecount
$msg.Page of
What do I need to replace ??? with?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Customize-pdffooter-vm-to-include-Page-X-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
LibreOffice now integrates with Content Management Systems and online
document storage via the CMIS standard. This allows you to access directly
documents stored on ECM systems, be they Open Source like Alfresco, Nuxeo or
proprietary, like Microsoft SharePoint.
Is XWiki supporting CMIS standart? If it is not - I think, that developers
should "put attention" on this subject, because this question looks like
"noticeably" for different kind of users.
--
Best regards
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Is-XWiki-supporting-CMIS-standart-tp75880…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I installed the XWiki TableEdit extension, but I don't see the
"pencil" next to any tables.
Is there something else I need to do to "activate" it ?
I'm running xwiki 5.2 on tomcat7 on Ubuntu 12.04
Cheers
Thanks a lot, Marius!
1. I made a new source almost like in Blog search results section.
2. On clicking Save. It says, that it is saved.
3. I leave the Search suggest page
4. I come back to the Search suggest page and my new source is not in the list - it is disappeared mysteriously.
What could be wrong?
Another experiment:
In Query section I filled following in Blog's source
objcontent:__INPUT__* AND type:OBJECT AND class:XWiki.XWikiComments
It doesn't search in comments after this.
Any suggestions how to make it searching?
Thanks in advance.
Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
>Comments are stored in objects of type XWiki.XWikiComments so checkout
>the "Blog posts" search suggest source.
>
>Hope this helps,
>Marius
>
>On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru > wrote:
>> Thank you, Marius!
>>
>> I'll try to guess how to do this.
>>
>>
>> Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea < mariusdumitru.florea(a)xwiki.com >:
>>>On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru > wrote:
>>>> Thanks Vincent. Thanks, Thomas!
>>>>
>>>> It was my fault not to be clear enough:
>>>> 1. I comment a page.
>>>> 2. Search via Search page - works fine.
>>>> 3. Search via Search Suggest shows "No results"
>>>>
>>>
>>>> All settings of Search suggest are default. Is it done by purpose to skip comments in search suggest?
>>>
>>>The search suggest is a bit different than the default search. I'm
>>>sure you noticed that the search suggest results are grouped in
>>>"categories" such as "Document Names", "Document Content", "Attachment
>>>Content" etc. If you go to the Search Suggest administration section
>>>you'll see that these "categories" are actually sources that provide
>>>results. So the search suggest performs a targeted search (for
>>>specific data like document name) unlike the default search which
>>>searches (almost) everywhere (if no filters are applied).
>>>
>>>You could add a "Comments" search suggest source.
>>>
>>>Hope this helps,
>>>Marius
>>>
>>>>
>>>>
>>>> Пятница, 8 ноября 2013, 9:01 +01:00 от Thomas Mortagne < thomas.mortagne(a)xwiki.com >:
>>>>>On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol < vincent(a)massol.net > wrote:
>>>>>> On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin < haru_mamburu(a)mail.ru >wrote:
>>>>>>
>>>>>>> Hi, All!
>>>>>>>
>>>>>>> Does anyone know how to tweak XWiki to make comments searchable:
>>>>>>> 1. In wiki
>>>>>>> 2. In all sub-wikis and workspaces?
>>>>>>> 3. In some sub-wikis and workspaces?
>>>>>>>
>>>>>>
>>>>>> Comments are XObjects and as such are searchable. You're probably searching
>>>>>> only in document content (a pain to understand in the current SOLR UI)
>>>>>
>>>>>XObjects are part of documents entry type in SOLR so no that's not the
>>>>>issue. Only attachments are not.
>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> -Vincent
>>>>>>
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Kind regards,
>>>>>>>
>>>>>>> Dmitry
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>>--
>>>>>Thomas Mortagne
>>>>
>>>>
>>>> Kind regards,
>>>>
>>>> Dmitry
>>>> _______________________________________________
>>>> users mailing list
>>>> users(a)xwiki.org
>>>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>> Kind regards,
>>
>> Dmitry
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
Kind regards,
Dmitry
----------------------------------------------------------------------
Kind regards,
Dmitry
A user asked me if we could use the AppWithinMinutes (AWM) to create an error
log for a machine. When an error occures at that machine, the user would add
the date, error code, and some other stuff.
So I said, yes, we can use the AWM for that...but then I realized that a
user needs to enter a new page name if he wants to add a new entry to that
application.
For an errorlog application I would like to have an "autoincrement" that
automaticly generates a new (non-existing) pagename.
Is this possible with AWM?
--
View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-Autoincrement-tp7588057.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 5.3 Milestone 2.
This release comes with a new syntax quide, an improved faceted search
and the ability to import content from Confluence wiki. Also, the wiki
creation wizard has now support for creating wiki templates and for
choosing the user scope (local, global or both). This release also
includes a lot of bug fixes (33) and a few improvements (19) so you
should definitely check it out.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53M2
Thanks
-The XWiki dev team
We are testing IE 11 and it appears that the WYSIWYG will not load (Source loads fine and WYSIWYG loads fine in Chrome.) Has an issue been filed for this?
Keith Davis (214) 906-5183
This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.
www.pridedallas.com
On Wed, Nov 20, 2013 at 12:00 PM, Rob van Dort <rob.van.dort(a)gmail.com> wrote:
> Hi Marius,
>
> I tried it all over, after I cleaned up Postgres tables and Tomcat exploded
> and work directories.
>
> I can reach the XWiki login page now, but this freezes and locks up when I
> enter the Admin credentials...
> Tomcat goes to 90% CPU usage...
I don't know what could be wrong. It never happened to me and the logs
you provided are very limited. They basically don't provide any
information expect for the fact that something bad happened.
>
> Log from Tomcat stderr:
> Nov 20, 2013 10:37:44 AM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive D:\SERVERS\tomcat7\webapps\xwiki.war
> Nov 20, 2013 10:38:31 AM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["http-bio-8080"]
> Nov 20, 2013 10:38:31 AM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["ajp-bio-8009"]
> Nov 20, 2013 10:38:31 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 50132 ms
> Exception in thread "XWiki Solr index thread" Exception in thread
> "http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin" Exception in
> thread "Job Manager daemon thread" Exception in thread "Lucene Index
> Updater" Exception in thread "AWT-Windows" Exception in thread
> "http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin" Exception in
> thread "http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin" Exception in
> thread "AsyncHttpClient-Callback" Exception in thread
> "http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin"
>
>
>
>
>
> 2013/11/20 Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
>>
>> In your first mail you suggested that this is a fresh install (not an
>> upgrade) so that pop-up is expected, see the 3rd image on
>>
>> http://platform.xwiki.org/xwiki/bin/view/Features/DistributionWizard#HUserI…
>> . The install process should continue after you log in. If there is no
>> progress for a long period of time you can always try to reload the
>> page (the UI may freeze due to a JavaScript error for instance). The
>> state is not lost because the installation process runs on the server
>> in the background and the UI simply displays its progress.
>>
>> Hope this helps,
>> Marius
>>
>> On Wed, Nov 20, 2013 at 10:26 AM, Rob van Dort <rob.van.dort(a)gmail.com>
>> wrote:
>> > Addition: during the installation process on the Windows XP machine I
>> > get a
>> > pop-up:
>> >
>> > Unauthorized request. Your session has expired or you lost rights while
>> > installing or uninstalling an extension. You need to re-login in order
>> > to
>> > continue. Do you wish to proceed?
>> >
>> > Choose Yes and the process continues to the screendump I sent you
>> > before.
>> >
>> >
>> >
>> > 2013/11/20 Rob van Dort <rob.van.dort(a)gmail.com>
>> >>
>> >> Hi Marius,
>> >>
>> >> I send you this email directly so I can add an attachment.
>> >>
>> >> Yes, I see the initial screen, I choose to install the user interface,
>> >> I
>> >> see component being installed and then the process stops at "Importing
>> >> document [DefaultSkin] in language []..."
>> >>
>> >> Last error in TOmcat stderr log: Exception in thread
>> >>
>> >> "http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=MA0fCBaE&xredir…"
>> >> Exception in thread "Job Manager daemon thread" Exception in thread
>> >> "Lucene
>> >> Index Updater"
>> >>
>> >> Tomcat stdout log:
>> >> 2013-11-20 09:03:14,109 [localhost-startStop-1] WARN
>> >> o.x.e.i.ServletEnvironment - No permanent directory configured.
>> >> Using
>> >> temporary directory [D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki].
>> >> 2013-11-20 09:03:14,171 [localhost-startStop-1] ERROR
>> >> .x.j.i.DefaultJobStatusStorage - Invalid job status file
>> >>
>> >> [D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\jobs\status\extension\action\org.xwiki.enterprise%3Axwiki-enterprise-ui-mainwiki\wiki%3Axwiki\status.xml]
>> >> 2013-11-20 09:03:21,281 [localhost-startStop-1] INFO
>> >> o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
>> >> 2013-11-20 09:03:21,296 [localhost-startStop-1] INFO
>> >> o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
>> >> D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr
>> >> 2013-11-20 09:03:23,109 [localhost-startStop-1] WARN o.a.s.c.SolrCore
>> >> - New index directory detected: old=null
>> >> new=D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr\.\data\index/
>> >> 2013-11-20 09:03:24,781 [localhost-startStop-1] INFO
>> >> o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
>> >> 2013-11-20 09:06:19,531 [http://localhost:8080/xwiki/bin/view/Main/]
>> >> INFO
>> >> .HibernateDataMigrationManager - Checking Hibernate mapping and
>> >> updating
>> >> schema if needed for wiki [xwiki]
>> >> 2013-11-20 09:06:20,578 [http://localhost:8080/xwiki/bin/view/Main/]
>> >> INFO
>> >> .HibernateDataMigrationManager - Storage schema updates and data
>> >> migrations
>> >> are enabled
>> >> 2013-11-20 09:06:20,593 [http://localhost:8080/xwiki/bin/view/Main/]
>> >> INFO
>> >> .HibernateDataMigrationManager - No data migration to apply for
>> >> database
>> >> [xwiki] currently in version [43000]
>> >> 2013-11-20 09:06:20,593 [http://localhost:8080/xwiki/bin/view/Main/]
>> >> INFO
>> >> .HibernateDataMigrationManager - Checking Hibernate mapping and
>> >> updating
>> >> schema if needed for wiki [xwiki]
>> >> 2013-11-20 09:06:34,171
>> >>
>> >> [http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?xredirect=%…]
>> >> WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
>> >> [com.xpn.xwiki.api.XWiki.countDocuments] in
>> >> xwiki:XWiki.Distribution@132,31
>> >>
>> >> All I described above is on Windows XP, up-to-date version.
>> >>
>> >> Original problems were on Windows Server 64 bit (cloud hosted), there
>> >> even
>> >> no installation screen appears.
>> >>
>> >>
>> >> I see similar user complaints at
>> >>
>> >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationStandalone
>> >>
>> >> Thanks for your help!
>> >>
>> >> Rob.
>> >
>> >
>
>
In your first mail you suggested that this is a fresh install (not an
upgrade) so that pop-up is expected, see the 3rd image on
http://platform.xwiki.org/xwiki/bin/view/Features/DistributionWizard#HUserI…
. The install process should continue after you log in. If there is no
progress for a long period of time you can always try to reload the
page (the UI may freeze due to a JavaScript error for instance). The
state is not lost because the installation process runs on the server
in the background and the UI simply displays its progress.
Hope this helps,
Marius
On Wed, Nov 20, 2013 at 10:26 AM, Rob van Dort <rob.van.dort(a)gmail.com> wrote:
> Addition: during the installation process on the Windows XP machine I get a
> pop-up:
>
> Unauthorized request. Your session has expired or you lost rights while
> installing or uninstalling an extension. You need to re-login in order to
> continue. Do you wish to proceed?
>
> Choose Yes and the process continues to the screendump I sent you before.
>
>
>
> 2013/11/20 Rob van Dort <rob.van.dort(a)gmail.com>
>>
>> Hi Marius,
>>
>> I send you this email directly so I can add an attachment.
>>
>> Yes, I see the initial screen, I choose to install the user interface, I
>> see component being installed and then the process stops at "Importing
>> document [DefaultSkin] in language []..."
>>
>> Last error in TOmcat stderr log: Exception in thread
>> "http://localhost:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=MA0fCBaE&xredir…"
>> Exception in thread "Job Manager daemon thread" Exception in thread "Lucene
>> Index Updater"
>>
>> Tomcat stdout log:
>> 2013-11-20 09:03:14,109 [localhost-startStop-1] WARN
>> o.x.e.i.ServletEnvironment - No permanent directory configured. Using
>> temporary directory [D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki].
>> 2013-11-20 09:03:14,171 [localhost-startStop-1] ERROR
>> .x.j.i.DefaultJobStatusStorage - Invalid job status file
>> [D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\jobs\status\extension\action\org.xwiki.enterprise%3Axwiki-enterprise-ui-mainwiki\wiki%3Axwiki\status.xml]
>> 2013-11-20 09:03:21,281 [localhost-startStop-1] INFO
>> o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
>> 2013-11-20 09:03:21,296 [localhost-startStop-1] INFO
>> o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
>> D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr
>> 2013-11-20 09:03:23,109 [localhost-startStop-1] WARN o.a.s.c.SolrCore
>> - New index directory detected: old=null
>> new=D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr\.\data\index/
>> 2013-11-20 09:03:24,781 [localhost-startStop-1] INFO
>> o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
>> 2013-11-20 09:06:19,531 [http://localhost:8080/xwiki/bin/view/Main/] INFO
>> .HibernateDataMigrationManager - Checking Hibernate mapping and updating
>> schema if needed for wiki [xwiki]
>> 2013-11-20 09:06:20,578 [http://localhost:8080/xwiki/bin/view/Main/] INFO
>> .HibernateDataMigrationManager - Storage schema updates and data migrations
>> are enabled
>> 2013-11-20 09:06:20,593 [http://localhost:8080/xwiki/bin/view/Main/] INFO
>> .HibernateDataMigrationManager - No data migration to apply for database
>> [xwiki] currently in version [43000]
>> 2013-11-20 09:06:20,593 [http://localhost:8080/xwiki/bin/view/Main/] INFO
>> .HibernateDataMigrationManager - Checking Hibernate mapping and updating
>> schema if needed for wiki [xwiki]
>> 2013-11-20 09:06:34,171
>> [http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?xredirect=%…]
>> WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
>> [com.xpn.xwiki.api.XWiki.countDocuments] in xwiki:XWiki.Distribution@132,31
>>
>> All I described above is on Windows XP, up-to-date version.
>>
>> Original problems were on Windows Server 64 bit (cloud hosted), there even
>> no installation screen appears.
>>
>>
>> I see similar user complaints at
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationStandalone
>>
>> Thanks for your help!
>>
>> Rob.
>
>
I advised my project to use XWiki but the last version is letting me down...
Please help.
Exception in thread "Job Manager daemon thread" Exception in thread "
http://localhost:8080/xwiki/bin/skin/skins/colibri/colibri.css?colorTheme=C…"
Exception in thread "Lucene Index Updater" Exception in thread "Core
extension repository updater" SLF4J: Failed toString() invocation on an
object of type
[org.xwiki.search.solr.internal.DefaultSolrIndexer$IndexQueueEntry]
Exception in thread "XWiki Solr index thread"
Hello all!
My name is Andreea Popescu, I'm an intern at XWiki SAS since the begging of
November. I want to help with improving existing apps and implementing new
ones, testing them and writing documentation.
Thank you!
Hi,
I managed installing the empty XWiki.
When loading the initial XWiki Enterprise UI the screen & the appserver
lock up.
In the logs I see the following, see below.
Clue: multiple errors like
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #wikiHomePageLink
called at /templates/distribution.vm
Any help very much appreciated!
Rob.
====================================================
2013-11-19 11:24:11,125 [localhost-startStop-1] WARN
o.x.e.i.ServletEnvironment - No permanent directory configured. Using
temporary directory [D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki].
2013-11-19 11:24:13,375 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2013-11-19 11:24:13,375 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr
2013-11-19 11:24:16,078 [localhost-startStop-1] WARN o.a.s.c.SolrCore
- New index directory detected: old=null
new=D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr\.\data\index/
2013-11-19 11:24:16,078 [localhost-startStop-1] WARN o.a.s.c.SolrCore
- [xwiki] Solr index directory
'D:\SERVERS\tomcat7\work\Catalina\localhost\xwiki\solr\.\data\index'
doesn't exist. Creating new index...
2013-11-19 11:24:18,265 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
2013-11-19 11:24:35,765 [http://localhost:8080/xwiki/bin/view/Main/] INFO
.HibernateDataMigrationManager - Checking Hibernate mapping and updating
schema if needed for wiki [xwiki]
2013-11-19 11:24:38,187 [http://localhost:8080/xwiki/bin/view/Main/] INFO
.HibernateDataMigrationManager - Storage schema updates and data
migrations are enabled
2013-11-19 11:24:38,218 [http://localhost:8080/xwiki/bin/view/Main/] INFO
.HibernateDataMigrationManager - No data migration to apply for database
[xwiki] currently in version [43000]
2013-11-19 11:24:38,218 [http://localhost:8080/xwiki/bin/view/Main/] INFO
.HibernateDataMigrationManager - Checking Hibernate mapping and updating
schema if needed for wiki [xwiki]
2013-11-19 11:27:34,078 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?xredirect=%…]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.countDocuments] in xwiki:XWiki.Distribution@132,31
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #wikiHomePageLink
called at /templates/distribution.vm[line 608, column 33]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #printLogMessage
called at /templates/distribution.vm[line 203, column 9]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro
#displayJobProgressBar called at /templates/distribution.vm[line 183,
column 5]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro
#displayProgressBar called at /templates/distribution.vm[line 746, column
7]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #displayExtension
called at /templates/distribution.vm[line 795, column 7]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro
#handleExtensionAction called at /templates/distribution.vm[line 766,
column 5]
2013-11-19 11:27:51,453 [
http://localhost:8080/xwiki/bin/distribution/XWiki/Distribution?extensionSe…]
ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro
#handleExtensionRequest called at /templates/distribution.vm[line 157,
column 7]
Dear Community,
I am looking for an extension which asks me fore some details for example
Name, Number and Email. Then this extension should create an page for me
with a predefined layout in an predefined space. I need this for a customer
list in which all the information about the customer should be stored.
I am using "XWiki Enterprise 5.2"
Are there any extensions for my idea?
Yours sincerely,
Lukas (tonyloveshisprivacy)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-automatic-creating-of-Pages-tp75878…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I just upgraded to XWiki version 5.2.1 and created an empty subwiki. I would like to load the UI xar, but the link that is offered in the administration mode (http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-ui-al…) does not work.
Of course I do have the xwiki-enterprise-ui-mainwiki-all-5.2.1.xar, but am in doubt if this should be used for subwiki's as well.
Can anyone tell me if it is okay to use the mainwiki XAR for subwiki's or provide me with a link to the UI XAR for subwiki's?
Thanks!
Henk
---
Henk F. Schouten, ICT-architect, Dienst Informatie Technologie
kamer SL 2.39, telefoon (31) 70 4457611, email H.F.Schouten(a)hhs.nl<mailto:H.F.Schouten@hhs.nl>
De Haagse Hogeschool, Johanna Westerdijkplein 75, 2521 EN Den Haag