I recently transitioned not only from MediaWiki to XWiki, but an older
computer running Windows Vista (Ultimate x64) to my present PC, operating on
Windows 7 (Ultimate x64). The reasons for the change and system specs
should, I believe, be irrelevant in this case for the following reasons:
* I was able to install XWiki for All Users without a hitch
* XWiki runs perfectly while logged into the Administrator (aka, the hidden
"Super Administrator") account
Therein, however, is the problem: XWiki runs only in the Administrator
account. The MS-DOS Prompt reads as such while in the Admin-account...
------------------------------------------------------------------------------------------
2009-10-27 14:41:20.279: :INFO: Logging to STDERR via
org.mortbay.log.StdErrLog
2009-10-27 14:41:20.419: :INFO: jetty-6.1.21
2009-10-27 14:41:20.450: :INFO: Deploy C:\Program Files (x86)\XWiki
Enterprise\jetty\contexts\root.xml ->
org.mortbay.jetty.webapp.WebAppContext@7546c1d4(/,C:\Program Files
(x86)\XWiki Enterprise\jetty/../webapps/root)
2009-10-27 14:41:20.466: :INFO: Deploy C:\Program Files (x86)\XWiki
Enterprise\jetty\contexts\xwiki.xml ->
org.mortbay.jetty.webapp.WebAppContext@785f8172</xwiki,C:\Program Files
(x86)\XWiki Enterprise\jetty/../webapps/xwiki)
2009-10-27 14:41:23.196: :INFO: Opened C:\Program Files (x86)\XWiki
Enterprise\jetty\logs\2009_10_27.request.log
2009-10-27 14:41:23.211: :INFO: Started SelectChannelConnector@0.0.0.0:8080
2009-10-27 14:41:23.084 [http://lochalhost:8080/xwiki/bin/view/Main/WebHome]
INFO .AbstractXWikiMigrationManager - No storage migration required since
current version is [15429]
------------------------------------------------------------------------------------------
...yet, when I switch to my personal account (the only other one on the
system, having been that which was created during the OS-installation and
thus, also listed in the Administrator user-group), it reads...
------------------------------------------------------------------------------------------
2009-10-27 14:41:38.512: :INFO: Logging to STDERR via
org.morbay.log.StdErrLog
2009-10-27 14:51:38.673: :INFO: jetty-6.1.21
2009-10-27 14:51:38.718: :INFO: Deploy C:\Program Files (x86)\XWiki
Enterprise\jetty\contexts\root.xml ->
org.mortbay.jetty.webapp.WebAppContext@5492bbba(/,C:\Program Files
(x86)\XWiki Enterprise\jetty/../webapps/root)
2009-10-27 14:51:38.725: :INFO: Deploy C:\Program Files (x86)\XWiki
Enterprise\jetty\contexts\xwiki.xml ->
org.mortbay.jetty.webapp.WebAppContext@6d62dbb6(/xwiki,C:\Program Files
(x86)\XWiki Enterprise\jetty/../webapps/xwiki)
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: xwiki.log (Access is denied)
at java.io.FileOutputStream.openAppend(Native Method)
at.java.io.FileOutputStream.<init>(Unkown Source)
at.java.io.FileOutputStream.<init>(Unkown Source)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
at
org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
at
org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
at
org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
at
org.apache.log4j.config.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
at
org.apache.log4j.config.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
at
org.apache.log4j.config.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
at
org.apache.log4j.config.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
at
org.apache.log4j.config.PropertyConfigurator.doConfigure(PropertyConfigurator.java:441)
at
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
at org.apache.log4j.LogManager.<clinit>(LogManager.java:122)
at org.apache.log4j.Logger.getLogger(Logger.java:104)
at
org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4Logger.java:289)
at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:109)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1116)
at
org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:914)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:604)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:336)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:310)
at org.apache.commons.logging.impl.LogFactory.getLog(LogFactory.java:685)
at
org.xwiki.component.logging.CommonsLoggingLogger.<init>(CommonsLoggingLogger.java:38)
at
org.xwiki.component.embed.EmbedableComponentManager.initialize(EmbedableComponentManager.java:67)
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:52)
at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
at
org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at
org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mortbay.start.Main.invokeMain(Main.java:194)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.start.Main.start(Main.java:441)
at org.mortbay.start.Main.main(Main.java:119)
2009-10-27 14:51:41.849: :WARN: failed
org.mortbay.jetty.NCSARequestLog@75c45731: java.io.FileNotFoundException:
C:\Program Files (x86)\XWiki Enterprise\jetty\logs\2009_10_27.request.log
(Access is denied)
2009-10-27 14:51:41.850: :WARN: failed RequestLogHandler@2d388e5e:
java.io.FileNotFoundException: C:\Program Files (x86)\XWiki
Enterprise\jetty\logs\2009_10_27.request.log (Access is denied)
2009-10-27 14:51:41.854: :WARN: failed HandlerCollection@5c0ad483:
java.io.FileNotFoundException: C:\Program Files (x86)\XWiki
Enterprise\jetty\logs\2009_10_27.request.log (Access is denied)
2009-10-27 14:51:41.854: :WARN: Error starting handlers
java.io.FileNotFoundException: C:\Program Files (x86)\XWiki
Enterprise\jetty\logs\2009_10_27.request.log (Access is denied)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at
org.mortbay.util.RolloverFileOutputStream.setFile(RolloverFileOutputStream.java:243)
at
org.mortbay.util.RolloverFileOutputStream.<init>(RolloverFileOutputStream.java:164)
at org.mortbay.jetty.NCSARequestLog.doStart(NCSARequestLog.java:428)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.RequestLogHandler.doStart(RequestLogHandler.java:117)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at
org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mortbay.start.Main.invokeMain(Main.java:194)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.start.Main.start(Main.java:441)
at org.mortbay.start.Main.main(Main.java:119)
2009-10-27 14:41:41.897: :INFO: Started SelectChannelConnector@0.0.0.0:8080
------------------------------------------------------------------------------------------
...whereas attempting to run the start_wiki.bat file via the "Run as
Administrator" right-click option leads to...
------------------------------------------------------------------------------------------
Unable to access jarfile jetty/start.jar
------------------------------------------------------------------------------------------
...directing my browser (Firefox 3.5.3) to the appropriate page leads to:
ACTUAL WEBPAGE (http://lochalhost:8080/xwiki/bin/view/Main/WebHome) DISPLAY:
HTTP ERROR: 404
Problem accessing /xwiki/bin/view/Main/WebHome. Reason:
NOT_FOUND
Powered by Jetty://
To the best of my knowledge, this is clearly an issue of account
permissions, however, given that my knowledge of Java is (at best) cursory,
I am appealing to anyone who can lend a hand. I'm quite willing to supply
any other information that is dubbed necessary.
NOTE: The same results are obtained whether UAC is on or off. The same also
applies after having switched the program ownership permission to my
personal account.
--
View this message in context: http://n2.nabble.com/Windows-7-Account-Renders-XWiki-Inoperable-tp3903667p3…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
Background: We're trying to build a searchable user directory of XWiki users
where people can be searched by specialty. The deal here is that each user
who contributes to the wiki is good at something and we wanted other users
to be able to find contributors by their specialty in case they need some
help.
XWiki Feature: We are using the livetable user directory example provided on
the xwiki.org website & it works great. However, users are adding their
specialty through the tags on their own profile pages. This too is
searchable using the livetable macro option to enable a tagcloud.
Concern/Issue: Our user base is currently a few hundred and is expected to
grow rapidly soon. Each user has some tags to add to his profile which leads
to a lot of tags in the tagcloud right above the livetable. Also, the page
loading has become very slow since the entire tag cloud is loading along
with the livetable.
Possible Solution: Could it be possible to use the ajax suggest to type in
these "specialty" tags rather than display an entire tag cloud on the
livetable page. The single tag textbox would provide the search criteria to
the livetable document filtering process. Alternatively, could someone
please help me with the search query for pulling up pages with
XWiki.XWikiUsers objects by using values of XWiki.Tags objects on the same
document. I've looked up queries for hql searches & unable to find one which
crosses multiple classes . Most queries are searches based on objects of one
class only. (Can we have 2 BaseObjects, let's say obj1 & obj2 to represent
the two different object types embedded in the same document).
Any help would be greatly appreciated.
Regards,
Dilipkumar Jadhav
Hello all,
We've been trying to setup wiki access rights in a manner that only
registered users can access pages. As a result, we blocked any unregistered
user from either viewing or editing pages without a login. This was due to
the fact that we were trying to setup a feedback mechanism where it was
important to know who gives the feedback. However, due to these access right
changes, the Colibri skin themes applied from the presentation control panel
no longer work. The default Colibri theme (with the gray background) is what
comes up. I am assuming this is due to the fact that the themes too are
pages in the wiki (with the Colibri skin & ColorTheme space being
introduced) & blocking everyone out from viewing/editing pages will apply
the same access rights to the ColorTheme space.
The strange part is when a user does login, still the skin remains the
default one and doesn't change to the theme set in the presentation panel.
Could anyone please recommend a workaround to this. Thank you for your time
& consideration.
Regards,
Dilipkumar Jadhav
Hi,
I am using xwiki fro my organization.
In some cases the date format is appearing wrong, like the month filed is displaying "36".
How can it be possible and what should i do to correct this.
Regards
Jasvent
Eperium Business Soln. Pvt. Ltd.
eperium. e-commerceunlimited
Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew
Hi!
XWiki SAS is interestred to gather testimonials about XWiki Enterprise
and propose an original way to get them. Tell us why you love this
solution, why you find it interesting, innovating... in less than 140
characters on Twitter (by sending a tweet to @xwiki
<http://www.twitter.com/xwiki>). All the tweets will be listed on
http://xwiki.com and http://www.xwiki.org
"You can also help the project by creating a page on
http://www.xwiki.org/xwiki/bin/view/References/ that explains how you
use XWiki."
Many Thanks, in advance, for your participation.
Emilie Ogez
--
Marketing & Communication Manager
Mob. : +33( 0)623414368
Email : Emilie.Ogez(a)xwiki.com
http://www.xwiki.comhttp://www.twitter.com/eogez
Hi,
Like to change 'Welcome to your Wiki' on WebHome to something else.
Sorry, just can't see how to do it. Editing the page doesn't bring up
anything obvious. Poked around in header.vm and other templates. Not
seeing it.
Do I have to wade into building or modifying the skin for this sort of a
change?
Thanks,
Mark
HCSC Company Disclaimer
The information contained in this communication is confidential, private,
proprietary, or otherwise privileged and is intended only for the use of
the addressee. Unauthorized use, disclosure, distribution or copying is
strictly prohibited and may be unlawful. If you have received this
communication in error, please notify the sender immediately at (312)
653-6000 in Illinois; (800)835-8699 in New Mexico; (918)560-3500 in
Oklahoma; or (972)766-6900 in Texas.
Hi -
I am using XEM 1.7.1/XE 2.0 milestone 1
I am managing my users and groups in one main wiki, and they have access
to one or more virtual wikis. However, the user image/avatar does not
appear in the virtual wikis if uploaded in the main wiki. Instead of
the default avatar image or the image that was uploaded to the main
wiki, all that is displayed is: "xwiki:XWiki.klakas"
Is there any way to have the user images work across virtual wikis?
Kelly
Kelly Lakas
Project Manager
next wave logistics inc.
28377 davis parkway, suite 607a
warrenville, il 60555
________________________
[office] 847.798.8897
[mobile] 312.307.2079
[web] www.nwlinc.com <http://www.nwlinc.com>
Hello,
I've started work on the Contribution draft:
http://dev.xwiki.org/xwiki/bin/view/Drafts/XEContribute
Any help/feedback would be very appreciated. Especially as my English
skills are not good enough to produce high quality texts.
@Vincent: I have seen your improvements, thanks :) First I sent this e-mail on Sunday, but unfortunately from a wrong e-mail... :(
Thanks,
Roman
Hello!
I'm experimenting with xeclipse to perform global xwiki content
refactoring.
Idea is following: get local xwiki copy in files on disk, then perform
find/replace using regular expressions on files
and upload back to xwiki.
(It could be possible using simple import/export though it is more error
prone and it cant be done at once due to maximum importing file limit.)
Though I couldn't do that. It seems after refreshing local content is
overwritten from xwiki, if file changes are not performed in editor.
Can anybody explain how it could/should be done?
Thanks,
Valdis
Hello.
I'm using XWiki Enterprise 2.0.
Today I'm trying to get the Watchlist notification work.
I've set these settings:
host: smtp.gmail.com
port: 465
user: vostrets(a)gmail.com
password: ***
javaMail props: mail.smtp.starttls.enable=true
Am I right?
Now I go to the Sandbox and watch the "Training Zone" page.
Then I go to my Watchlist management and set e-mail notification frequency
to "1" (i have no idea what does this mean, there are only these values:
"0", "1", "2", "3", "4", "Scheduler.WatchListDailyNotifier",
"Scheduler.WatchListHourlyNotifier", "Scheduler.WatchListWeeklyNotifier").
Then I log in as another user and play with the Sandbox.
And then wait for the notification e-mail.
But nothing is being sent to me...
No errors on "mail" or "smtp" in the log either..
Am I doing something wrong?
Or should I try it some other way?
--
View this message in context: http://n2.nabble.com/How-to-check-that-SMTP-mailing-is-working-correctly-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.