Hi
I have another more serious error on my wiki cluster today. Yesterday I had a DBCP error that was remedied by resetting the wiki user password in MYSQL.
I have 2 wiki servers wiki1 and wiki2 working as a cluster. I can get to and open wiki2 in my domain but today wiki1 just hangs, no error message at all. .Even from the localhost it still hangs. I have checked permissions, cleared browser cache, flushed DNS, rebooted machine. The wiki page still hangs trying to open, no error or timeout. I see the following error in catalina log file -
SEVERE: Catalina.start
LifecycleException: Protocol handler initialization failed: java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
This is my Netstat -a Output
Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\Documents and Settings\clinton-admin>netstat -a Active Connections Proto Local Address Foreign Address State TCP xwiki1:http xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:epmap xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:microsoft-ds xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:1042 xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:ms-wbt-server xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:7800 xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:7801 xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:8009 xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:http xwiki1.invisioninc.local:1098 ESTABLISHED TCP xwiki1:1098 xwiki1.invisioninc.local:http ESTABLISHED TCP xwiki1:5152 xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:5152 xwiki1.invisioninc.local:1099 CLOSE_WAIT TCP xwiki1:netbios-ssn xwiki1.invisioninc.local:0 LISTENING TCP xwiki1:1086 inv-file1.invisioninc.local:microsoft-ds ESTABLISHED
TCP xwiki1:1092 xwiki2.invisioninc.local:7800 ESTABLISHED
TCP xwiki1:1096 xwiki2.invisioninc.local:7800 ESTABLISHED C:\Documents and Settings\clinton-admin>
Any advise would be great, xwiki2 has all the same settings and is working with no issues or errors.
Thanks
Clinton
________________________________
This communication and attachment(s) are the confidential property of INVISION, Inc. If you are not the intended recipient, please notify the sender immediately and delete this message; any copying, dissemination or use of these contents by persons other than the intended addressee(s) is prohibited. Thank you.
Hi all
Well, I'm working in a company and use a wikis farm and several sub-wikis.
Currently we are using a 2.2.5 version of XWiki. We're using LDAP and Active
Directory as well to recognize our users.
The archi : Main Wiki (Wiki Administrator) with the normal starting groups
like XWikiAllGroup, XWikiAdminGroup and one more called ldap_group. All
users are in the ldap_group (new created or registered users as well).
The problem that I've is to add a global user from Wiki farm in a created
group in a local wiki.
My Example, I created a wiki as WebServiceSupport (WSS) and a local group as
SupportTeamGroup. I would like add some users from the global wiki in this
local group, but:
First, I can't have suggest when I try to type firsts letters from a global
login.
Second, I tried to add with type directly "xwiki:XWiki.<desired_loginname>,
so, apparently local wiki recognize real global user because it displays his
real username but twice "xwiki:xwiki:" before the XWiki.User (like in my
case "Pierre DELISLE-EXTERIEUR (xwiki:xwiki:XWiki.pdelisle)" and it doesn't
work when I'm log with this account (I don't have the rights given to the
local group)
So, my question is: Is there a way to add a global user in a local group?
Pierre
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-a-global-user-in-a-local-group-tp5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
I need to give my users the possibility to edit XWiki Pages using
XWord but doing some tests I get some errors.
I'm using XE 2.4.3 and Microsoft Office 2007.
When i create a new page and upload it, XWord works fine but when I
try to edit an existing page I get errors while saving the document.
Any idea about this problem?
I can't see errors on xwiki.log file...
Thanks!
Loris
Hello Fabio & friends,
i tried to use curl and the RESTful API to
1) create a page: ok
2) upload a file/image: ok
3) create some TAGS to the page: ????
1) and 2) is working, but 3 is not working. What is wrong in 3)?
What about unicode/Umlaut in page-name, tag-name and
upload-filename. I have some problems with öäü-German and
øæå-Norwegian.
I use Autohotkey and cURL in WindowsXP.
Thank you folks...
1)
curl.exe -v -S -u Admin:admin -X PUT -d @C:\1.xml -H
Content-Type:application/xml %Server
%/xwiki/rest/wikis/xwiki/spaces/Main/pages/%page%
1.xml:
---
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<page xmlns="http://www.xwiki.org">
<title>Hello world</title>
<content>This is a new page</content>
</page>
---
2)
curl.exe -v -S -u Admin:admin -T C:\%file% %Server
%/xwiki/rest/wikis/xwiki/spaces/Main/pages/%page%/attachments/%
file%
3)
curl.exe -v -S -u Admin:admin -X PUT -d @C:\2.xml -H
Content-Type:application/xml %Server
%/xwiki/rest/wikis/xwiki/spaces/Main/pages/%page%/tags
2.xml:
---
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tags xmlns="http://www.xwiki.org">
<tag>TestTag</tag>
</tags>
---
--
Volker Lapczynski vl(a)LegeInfo.net
Rosendalsveien 3-B +47 - 92 62 02 48
N-1166 Oslo www.legeinfo.net
- Norway - N59°51.573 E10°47.843
Hello,
I'm using XWiki for some time now and allways await the portlet
support (using a JBossPortal solution). I can see the support
provided in subversion sandbox and in the roadmap since 2.4.
Is there some progress to be expected for 2.5?
With best wishes
Werner Greßhoff
Please help
I am trying to move my wiki cluster and sql database to a new co location with diff Ip and I keep getting a Could not create a DBCP pool error when I try to open the wiki, I have made the changes to the hibernate config file to point to the new sql address, What am I missing, nothing else has changed. My machines were VM's so I took snapshots changed IP updated dns and brought them online, sound simple. If anyone can point out where I went wrong I would greatly appreciate it.
clinton
________________________________
This communication and attachment(s) are the confidential property of INVISION, Inc. If you are not the intended recipient, please notify the sender immediately and delete this message; any copying, dissemination or use of these contents by persons other than the intended addressee(s) is prohibited. Thank you.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.5 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes since XWiki Enterprise 2.5 Milestone 2:
* New macros for the Space List and Tag Cloud
* Display user avatars in annotations
* A few improvements to the Extension Manager
* A few improvements to the User Directory
* WYSIWYG and Rendering improvements
* A few security and performance improvements
For more information see the Release notes at
http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXWikiEnterprise25RC1
Thanks
-The XWiki dev team
Hi all,
Our XWiki instance has been upgraded to a 2.0. We are still using 1.0 syntax
and we can see some strange behaviour.
If you look at this page http://www.parisjug.org/xwiki/bin/view/Speaker/ all
the titles (the name of the speakers) look ok. But if you click to a
specific speaker (
http://www.parisjug.org/xwiki/bin/view/Speaker/MagninLaurent), you can see
that the title is [Laurent Magnin>Speaker.MagninLaurent] instead of just
Laurent Magnin. This doesn't happen to all the pages (ex.
http://www.parisjug.org/xwiki/bin/view/Speaker/MartignoleNicolas).
All these pages are in XWiki syntaxe 1.0 and all have the same syntax :
1 [Laurent Magnin>Speaker.MagninLaurent]
Do you know what that could be ?
Thanks,
Antonio