Thanks for that, I got that working
I went to the MindMap page and attached a new MindMap and ran into this error.
This is the mimdmap-1.02.xar I have loaded, I did that to replace the
mindmap-1.0.xar I had previously loaded.
XWIKI ENTERPRISE 2.6.33065
load: class freemind.main.FreeMindApplet.class not found.
java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://servername.com.au/xwiki/bin/view/Sandbox/freemind/main/FreeMindApplet/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 9 more
Exception: java.lang.ClassNotFoundException:
freemind.main.FreeMindApplet.class
I assume I haven't done something to the Wiki
What did I miss?
Cheers
Peter
Quoting Raluca Stavro <rmorosan(a)gmail.com>:
> Hello,
>
> On Thu, Feb 17, 2011 at 2:12 PM, Peter McLarty <
> peter.mclarty(a)pacificdbms.com.au> wrote:
>
>> Hi All
>>
>> I open the mindmap.tools page after installing and there is a warning to
>> add MindMap.Translations in the translations page.
>> I am confused as to which page this is, how do I access this page to add
>> this entry?
>> Xwiki is 2.6..33065
>>
>
> Go to Wiki Administration -> Programming and add 'MindMap.Translations' to
> 'Internationalization Document Bundles' property value.
> This is an example of value:
>
> Space1.TranslationPage1,Space1.TranslationPage2,Space2.TranslationPage3,MindMap.Translations
>
> You might have an empty value if the wiki has no other document used for
> internationalization.
> In this case, just set the value to: MindMap.Translations .
>
> Raluca.
>
>
>>
>>
>> Cheers
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hello,
What is the best way to create a configurable macro ?
For example, a macro uses an external resource (like the address of a
server). The administrator of the wiki must configure this resource
during the installation of the macro (just after the import). Of
course, he can update the source code of the macro but it is not very
user friendly.
Do you have any suggestions ? Thank for your help.
Maxime Sinclair
Hi,
we've updatet XWiki 1.7 XE to 2.7.33656 and are using the Wiki Manager to
have a Wiki Farm.
There is a strange behaviour we have not realized immediately related to
search requests.
It seams that the name of the virtual wiki is causing the problem. Its name
is "it" and is used as solution base for IT problems.
We can reproduce the problem by:
- create a new virtual wiki with name "it" (without quotation marks).
- import xwiki-enterprise-wiki-2.7.xar
- search with lucene (no results):
.../view/Main/LuceneSearch?text=sandbox&space=
- search with old engine (see pages):
.../view/Main/WebSearch?text=sandbox&space=
We tried to change the analyzer in xwiki.cfg:
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.de.GermanAnalyzer
-> no success
Our virtual wikis are mapped via virtual path (xwiki.cfg:
xwiki.virtual.usepath=1).
It would be nice to keep the virtual wiki name. Is there a workaround to
handle this problem?
Regards,
Rudolf
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-search-Problem-with-Wiki-Farm-Memb…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All
I open the mindmap.tools page after installing and there is a warning to add MindMap.Translations in the translations page.
I am confused as to which page this is, how do I access this page to add this entry?
Xwiki is 2.6..33065
Cheers
Peter
I'm involved with a small community of developers and minecraft
players. I think it would be good to have a space to collaborate or
talk about different projects in both our personal developer world and
our minecraft world.
I'm looking to be able to host screenshots, and send automated emails
on wiki updates..
I did setup and try the xwiki application on my own pc, works like a
champ, but my ISP prevents me from hosting any kind of server.
preferred hostname:
mcdev.myxwiki.orgmywiki.org username:
efess
Thanks
-Joe
Howdy,
I just setup XWiki Enterprise with the needed jars and xar apps to make it XEM:
xwiki-enterprise-wiki-3.0-milestone-2.xar
xwiki-application-application-manager-1.18.xar
xwiki-application-wiki-manager-1.24.xar
xwiki-enterprise-manager-application-xem-3.0-20110216.170830-143.xar
I installed the jars to enable the new filesystem storage and configured it to be used by adding the following to xwiki.cfg:
#-# The attachment storage.
xwiki.store.attachment.hint=file
#-# The attachment versioning storage. Use 'void' to disable attachment versioning.
xwiki.store.attachment.versioning.hint=file
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
I created a new page and added some attachments. I see the attachments in the "work" directory and in the document index for the wiki.
When I then delete the page, the attachments no longer show up in the document index for the wiki, but they are left behind on disk.
This behavior does not seem right.
I did not find a similar report in JIRA. I know the Filesystem Storage is brand new and is in 3.0M2 for testing and evaluation. Hopefully this feedback is useful in your testing process.
Any help or guidance provided will be greatly appreciated.
Thanks,
Jeff.
Howdy,
I just setup XWiki Enterprise with the needed jars and xar apps to make it XEM:
xwiki-enterprise-wiki-3.0-milestone-2.xar
xwiki-application-application-manager-1.18.xar
xwiki-application-wiki-manager-1.24.xar
xwiki-enterprise-manager-application-xem-3.0-20110216.170830-143.xar
I installed the jars to enable the new filesystem storage and configured it to be used by adding the following to xwiki.cfg:
#-# The attachment storage.
xwiki.store.attachment.hint=file
#-# The attachment versioning storage. Use 'void' to disable attachment versioning.
xwiki.store.attachment.versioning.hint=file
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
When I add attachments I see them in the filesystem and attached to the appropriate page.
I do not see a way to delete attachments. I have seen that XWIKI-5980 exists, but it does not seem to be the problem I'm experiencing.
I do not even see any links or menu picks allowing me to delete an attachment.
Any help will be greatly appreciated.
Thanks,
Jeff.
Hello,
I would like to start a wiki for the local boy scout troop of which I am in
charge.
My user name: MattHarding
The server name:Troop992
I have already downloaded xwiki enterprise and played around with it a
little. I have a software development background and can administer my wiki
to whatever level you desire with some guidance occasionally.
Thanks,
Matt