Hi,
Following the instructions given at http://www.malisphoto.com/tips/tomcatonosx.html
, I was able to get my Tomcat container started
as daemon. I already put the Xwiki WAR file in the 'webapps'
directory. Pointing the browser to http://localhost:8080/xwiki only gave
me a blank page. Nothing on it. However manually starting Tomcat
brings me back the correct behavior (the well known Xwiki starting
page).
In the daemon mode, the others contexts (like 'manager', 'examples')
work. Only the Xwiki one did not. What am I doing wrong? Does
anyone already have some experience with a Xwiki in a daemon started
Tomcat container? Attached, you will find the 'jsvc' processes
started and 'catalina.out'. Tell me if you need more information.
Many thanks for you help,
christian
Hi,
I migrated the binaries from 1.5 to 1.8.2 (I'm on linux redhad / tomcat 5.5
/ mysql 5).
When importing default xar, most of the pages fail to be imported. Logs show
these kind of messages :
"ERROR packaging.Package - Failed to save document
Stats.WebHome"
In some cases, it fails on delete of existing pages.
As I had many errors I removed the activity stream plugin temporarily. As it
was too resource consuming, I also removed lucene to avoid full indexing at
startup. Errors on import were the same with or without these plugins.
I really don't know what I missed ... If anyone has a clue, thanks.
Best regards,
Jeremie
--
View this message in context: http://n2.nabble.com/XWiki-1.8.2-%3A-migration-from-1.5%2C-import-default-.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
First: could you validate my understanding.
When a document url is requested XWIKI will get the document from the
database and start applying velocity-templates.
It will look, according to skin-setting, down a "template path" and if
a programmer did not put a "modified" template on the path it will end
in the templates directory (xwiki/templates)
A programmer can put a template on the path by putting a rightly-named
*.vm file in a directory in skins directory
(xwiki/skins/toucan or xwiki/skins/#####) (where ##### is the name of
the skin)
A programmer can also put a template as a object in a xwiki-page of
class XWiki.XWikiSkins
You create a TextArea with the same name as the original template,
without the vm extension
The mother(s) of all templates are view.vm, edit.vm, preview.vm and
save.vm?
xwiki will always only apply the first found template of a certain
name, meaning if you put some script in header object in the xwiki
page of your skin it will ignore the header.vm files on the file system?
This would imply that you best first copy the orginal script into the
text-area field and then make your changes?
Would this practise not lead to missing out on features of newer xwiki
versions, assuming that the template-scripts are also improved? Or is
the programmer forced to, with each upgrade, examine his/her scripts
against the scripts in the templates directory?
What is best practise here?
Second;
If you put also graphical elements, CSS scripts in the
XWiki.XWikiSkins page of your skin
how does xwiki know if it is a velocity-script, a css or a graphical
element?
Gerritjan
Hi guys,
is raw database hacking the only way to remove such pages?
e.g. when looking at the orphaned pages tab in AllDocs, I find documents,
generated through faulty code evaluation, such as .../SpaceName/<em class= ,
so to say, somehow the page was created with somje html stuff in its name.
I've got lots of other examples. But when clicking on delete, XWiki tells
me, that the page does not even exist yet. So, what can I do to delete it
without hacking in the database itself.
thanx for any suggestions
Sebastian
Hi
I'm getting this error (see below) while trying to rollback to an older
document version.
I have made some class property changes (additions) recently, could this
prevent a correct rollback?
If so is there a solution?
Error number 3201 in 3: Exception while saving document
Patterns.GuessMyX
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringProperty#
Thanks
Ajdin
--------------------------------------------------------
NOTICE
This message and any files transmitted with it is intended for the addressee only and may contain information that is confidential or privileged. Unauthorised use is strictly prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, except for the purpose of delivery to the addressee.
Any views or opinions expressed within this e-mail are those of the author and do not necessarily represent those of Coventry University.
Hi,
We've just upgraded our wiki from 1.4.0 to 1.8.4 and are unable to
activate any of the syntaxes - the syntax selector is not available in
edit mode.
Steps we've taken:
- imported the default xar file
- updated the plugins list
- updated the configuration files -
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigur…
We have no customisation to the panels/skins etc.
Where should I look to find out how to activate the new syntaxes?
Thanks,
Robert
Hello,
I'm trying to configure virtual wikis following the documentation provided
at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Virtualization.
I managed to configure manually some virtual wikis but then I'm no more able
to administrate users,groups and rights using the administration/preferences
interface (works well in NO virtual mode). The page freezes on "loading"
and no users/groups or rights are diplayed.
I've got javascripts errors in the firefox's console and the following css
and javascript resources are not available when I run xwiki in virtual mode:
/prismewiki/bin/skin/resources/js/xwiki/usersandgroups/usersandgroups.css
/prismewiki/bin/skin/resources/js/xwiki/table/livetable.css
/prismewiki/bin/skin/resources/js/xwiki/lightbox/lightbox.css
/prismewiki/bin/skin/resources/js/xwiki/xwiki.js
/prismewiki/bin/skin/resources/js/xwiki/lightbox/lightbox.js
/prismewiki/bin/skin/resources/js/xwiki/usersandgroups/usersandgroups.js
/prismewiki/bin/skin/resources/js/xwiki/table/livetable.js
I got 302 http status for those urls and I can't access those urls.
Besides I expected those resource to be something like:
/prismewiki/xwiki/myvirtualwiki/bin/skin/resources/js/xwiki/usersandgroups/usersandgroups.css
but even with that "virtual" url I still cannot access the resource.
Thank you in advance for your help.
Regards,
Laurent
Hi.
We have a repository of articles (our Old CMS) we would like to import
into xwiki automatically.
These Articles are in a propietary XML format, one XML file per article.
What would be the best approach?
We have ability to restructure/transform xml into another xml by means
of xslt.
Which approaches could we research?
Gerritjan
joyfan wrote:
>
>
>
>
> When upgraded my Xwiki to version1.8.1,I got the problem too.
> The error message like this:
> [Statistics storing daemon] ERROR objects.BaseCollection - Failed
> to get class [internal] from wiki [xwiki]
>
>
>
I am using the 1.8.2 version, i am also getting this error in the log, any
solutions is this a problem?
--
View this message in context: http://n2.nabble.com/ERROR--BaseCollection--Failed-to-get-class--internal--…
Sent from the XWiki- Users mailing list archive at Nabble.com.