I am getting the following error and cant seem to resolve. This is a new install. Here are my Java Versions, except I did not recompile anything. Just deployed the Enterprise WAR.
JAVA version 1.6.0_20 (Open JDK IcedTea6 1.9.8)
JAVAC - 1.5.0_15
-----------ERROR------------------------------------------
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Bad version number in .class file
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:428)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:497)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.
Chris,
Hello xwiki community !
Since a long time, I work on a MailArchive application, and try to find time
to post it to the community ...
It's used in my team and is satisfying, but as I'm working on it currently I
think it's time to unveil what to expect from it, and have your feedbacks
before I (eventually) post a first version ...
What's implemented so far :
- "eats" mails from specified mail server / account / folder
- creates Mails and Topics pages and objects in wiki. Algorithm for topics
tries to be "hijack-proof" ;)
- Custom Livetable and timeline view for archive, table/threads/forum views
for topics
- persists main parts of mails (html content, main headers, attachments,
attached mails, images, detects encrypted mails), with a clean display
- configurable mailing-lists (independant of mail server) upon pattern
matching, with auto-tagging of created pages
- statistics page (top posters, ...)
What I would like to implement before first release :
- reply button and sheet
- configurable auto-typing of mails (for example,
Mail/Newsletter/Annoucement ...) (it already exists but it's hard-coded ...)
- test it with other server than exchange (ie gmail at least)
- configurable ldap integration : auto-creation of mail users from ldap (by
matching emails). Already implemented but not inside the app itself. It's a
very cool feature for enterprise level mailing-lists. Real users are also
automatically assigned as mails/topics authors/creators in wiki pages, as
well as mail dates.
- remove everything that's hard-coded and dependent of our usage - put more
simply, make it generic.
What I expect to add in next releases :
- multi-mail-server configuration
- improve admin pages
- ratings
- for now it dumps mails from a folder, meaning it does not act as a mail
server by itself. This means that some common features are not available
(validation of mails ...). For now it's more a simple dumped "clone" of a
mailing-list, but it does not interact with users / mails.
Some open questions / remarks:
- considering last point, I don't know how mailing-lists and mailing-lists
archives do work (ie xwiki-users and robot, nabble ...), so I don't really
know how I could implement such features inside xwiki, or even if it would
be something useful for users ... For now the whole application is a XAR and
I don't want to bring too much complexity to it. Anyway I'd like to keep
both functionality.
- for "reply" feature, I assume to use the global mail server configuration
parameters of the wiki, and the email from connected xwiki user profile
("from"). To simplify I would ask user for his password when he clicks on
"send" (and the form is valid), because depending on mail server configured,
you might need to be authentified to send a mail. There could be an option
to use or not the xwiki login for credentials. I don't know what 'd be the
better for this ... Maybe I should add specific configuration for outgoing
mail server in mail archive app ? Of course with a "real" mailing-list (with
a robot), you don't have this kind of problem as I believe it acts as a mail
server itself (kind of proxy).
Feel free to comment, manifest your enthusiasm (or your un-interest :) ) ...
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Your-feedbacks-on-a-possible-MailArchive-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, congratulations on the 3.3 release!
I'm having a go with setting up xwiki on a debian based server. The
/stable releases source list appears to be empty. Should I be using
/releases instead, or will the 3.3 release be pushed to /stable shortly?
regards
Matt
Hello,
Since XWiki is positioned as a collaboration tool, where collaboration is
primarily on the documents, sooner or later there will emerge a need to
provide functionality similar to what Google Docs has: simultaneous editing
of documents, supporting text documents, spreadsheets (with ability to
generate charts, calculating subtotals), presentations, embedding
spreadsheet tables and charts into documents etc. - at least several times I
found myself in a need to do manual table-based calculations and to
simultaneously work on the document.
One more possible improvement is support rich brainstorming sessions like
in e.g. http://incubator.apache.org/projects/wave.html (integration?)
So I was wondering, are there any plans for those directions?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Recently I've tried installing Polls Application (
http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application ) via
Extension Manager and received error listed in the file attached:
http://xwiki.475771.n2.nabble.com/file/n7130006/InstallPollsExtensionError.…
InstallPollsExtensionError.txt .
The odd thing is the success message in the end of the file (I have added
info and error macro markup to show how it looked like on the screen).
Polls Application pages got created and I was able to create polls. With
bugs but they worked.
Questions:
* Is the error during installation of the application important one or
should be ignored?
* I had to manually configure the l18n bundle after the installation -
should I log an enhancement for EM to auto-configure it during installation?
* Should I log any bugs I observe in Polls Application (and where to)?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Polls-Application-installation-with-Exten…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have been trying to apply styles to PDF (and hopefully also ODT) export
according to instructions in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomiz…
but...
(1) adding CSS (either as pdf.css or via PDFClass & PDFTemplate method) that
contains simple test (h1, h2, h3 {color: red;}) does not work (tested on XE
3.3 release)
(2) at the same time, changing xhtmlxsl (either by adding to PDFTemplate or
WEB-INF/classes) works nicely
Q1: Should it work with CSS?
The abovementioned instruction expects this method to work also with RTF
export - and as the ODT export is based on PDF export I hoped to be able to
style also ODT... but even when change is working in PDF headings remain
black in RTF and ODT export... as these XSL transforms seemt to be related
to FOP used for PDF generation.
Q2: How to style ODT export? Also with pdf.css (that doesn't currently
work), somehow modifying default template used by OpenOffice or somehow with
OpenOffice.xsl?
--
View this message in context: http://xwiki.475771.n2.nabble.com/styling-PDF-and-ODT-export-tp7116069p7116…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We use Large XAR Import
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import)
to migrate from one database to another.
With options: "Import all" and "Overwrite with version"
This works all fine, but I noticed that on every imported page, there is
a new history entry "Imported from XAR" and also the last modification
date of the imported page is set to the import date.
Is there a way to suppress these history entry and the last modification
date? So that the imported page (including history) looks exactly as it
did on the other system, where it was exported?
Thanks.
Reto
Thanks Sergiu too for valuable inputs.
* Wanted to know about one more configuration. On the page just after
login, i get to see to all modifications i.e which page got created and
modified recently. Is there a way i can hide these details from a specific
group.*
---------- Forwarded message ----------
From: mohit gupta <motgupta(a)gmail.com>
Date: Wed, Dec 28, 2011 at 10:52 AM
Subject: Re: [xwiki-users] Fwd: Configure the XWIKI Logo
To: Sergiu Dumitriu <sergiu(a)xwiki.com>
Thanks a lot Guillaume for telling me this kind of configuration.It
worked. I wish this kind of stuff is documented in user guide. It would be
a great help for end users.
On Wed, Dec 28, 2011 at 3:56 AM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
> On 12/27/2011 12:03 PM, mohit gupta wrote:
>
>> Thanks Guillaume for giving this valuable information . But i am facing a
>> issue while changing image this way. Here is what idid
>>
>> I am trying to change the logo for DefaultColorTheme page
>>
>> 1) i attached an image named as myimage.png with DefaultColorTheme page
>> which is showing in attachment tab
>> 2) Then on DefaultColorTheme page i clicked edit button and select the
>> header
>> 3)After selection of header , a paint icon come and i click on that. Small
>> window open up below the existing header where i gave the name of image as
>> myimage in logo text box but as soon as i do tab out old image went away
>> but new image does not get shown. Instead a cross icon is displayed. I
>> tried giving the same name in banner text box too but same results.
>>
>
> Did you use "myimage" or "myimage.png"? The extension should be there as
> well.
>
>
> On Tue, Dec 27, 2011 at 4:52 PM, Guillaume Lerouge<guillaume(a)xwiki.com>**
>> wrote:
>>
>> Hi Mohit,
>>>
>>> the logo can be changed from the color theme page:
>>>
>>> 1. Attach the file you want to use as logo to the color theme page
>>> 2. Edit the color theme
>>> 3. Enter the name of your file in the "logo" field when editing the
>>> header in the color theme
>>>
>>> I agree that it's not very intuitive, but it's doable.
>>> Guillaume
>>>
>>> On Tue, Dec 27, 2011 at 11:56 AM, mohit gupta<motgupta(a)gmail.com>
>>> wrote:
>>>
>>> Hi Guillaume ,
>>>>
>>>> i want to change default xwiki logo that we see just below the wiki link
>>>>
>>> on
>>>
>>>> top left corner of xwiki website not the color . I already tried
>>>>
>>> changing
>>>
>>>> color theme it just changes the color theme. PFA the logo for reference
>>>> which i want to change.
>>>>
>>>> On Tue, Dec 27, 2011 at 3:46 PM, Guillaume Lerouge<guillaume(a)xwiki.com
>>>>
>>>>> wrote:
>>>>>
>>>>
>>>> Hi Mohit,
>>>>>
>>>>> you don't need to modify the logo from the filesystem. You can do this
>>>>> through the Color Theme.
>>>>>
>>>>> Guillaume
>>>>>
>>>>> On Tue, Dec 27, 2011 at 10:51 AM, mohit gupta<motgupta(a)gmail.com>
>>>>>
>>>> wrote:
>>>>
>>>>>
>>>>> Though it worked after changing logo.png to myprojectlogo.png in
>>>>>>
>>>>> global.vm
>>>>>
>>>>>> file .But i expect there should be some way from xwiki admin UI
>>>>>>
>>>>> too. I
>>>>
>>>>> tried some stuff changing in defaultskin after going inside look and
>>>>>>
>>>>> feel
>>>>>
>>>>>> section but that did not help
>>>>>>
>>>>>> ---------- Forwarded message ----------
>>>>>> From: mohit gupta<motgupta(a)gmail.com>
>>>>>> Date: Tue, Dec 27, 2011 at 3:05 PM
>>>>>> Subject: Configure the XWIKI Logo
>>>>>> To: XWiki Users<users(a)xwiki.org>
>>>>>>
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I want to change the default xwiki logo with my custom logo say
>>>>>> MyProjectLogo.png. Is this configurable somewhere?
>>>>>>
>>>>>> What i tried :-inside my tomcat directory i.e
>>>>>>
>>>>> tomcat\myxwiki\skins\colibri
>>>>>
>>>>>> , i replaced default log.png with my custom logo(with same name). But
>>>>>>
>>>>> it
>>>>
>>>>> still picks old logo.
>>>>>>
>>>>>
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
>
Hi, All
Recently I had to deploy XWiki under Centos. As a brand new task for me it required tonns of documentation to dig in.
Finally I managed to set up: Centos + MySQL + Tomcat 7 + nginx.
Everything is fine besides some Tomcat's behaviour.
- localhost:8080 or localhost:8080/ shows ROOT application
- localhost:8080/xwiki shows XWiki application as desired. Fine.
- if nginx redirects required requests from 80 port to localhost:8080/xwiki we obtain wrong links, because /xwiki automatically is added to requested string. Works fine only first request to e.g. "mydomain.com".
So, next step is to set XWiki application as DAFAULT application in Tomcat, so localhost:8080 will call XWiki by default.
Googling gave me several complicated solutions with redirect and two almost clear solutions with Tomcat configuration:
- Deploy XWiki in $CATALINA_HOME/webapps/ROOT
After this nginx can easily proxy all requests like "mydomain.com" on 80 port to localhost:8080
- Deploy XWiki in $CATALINA_HOME/webapps/xwiki
Then add Following string in Host section in $CATALINA_HOME/conf/server.xml :
<Context path="" docBase="${catalina.home}/webapps/xwiki"/>
I tried second way, it works fine, nginx redirects all "mydomain.com" requests to localhost:8080 correctly, BUT all URLs from required, e.g,
localhost:8080/xwiki/bin/view/Main
become
localhost:8080/bin/view/Main
So, we miss /xwiki in URL.
As for me, "xwikiless" URLs solution looks fine, BUT as far as I remember, somebody from developers' team pointed out in mailing lists some time ago, that /xwiki in URL could be necessary in some cases. (??)
The questions are:
1. Is it crucial for XWiki and/or some XWiki applications to eat shorten URL on Tomcat's level?
Will it affect, for example, on virtual wiki mapping for URLs based addresses like http://myfarm.net/xwiki/wiki/wikiname/?
2. Should we change anything in XWiki configuration files to force it working with such URLs?
OR, the best way to put ${catalina.home}/webapps/ROOT/Web-inf/web.xml with redirect information as it is done e.g. in standalone XWiki for Windows?
From other side, I also found an opinions on forums, that redirect method is not the best solution for search engines robots. So, I got lost a bit :-)
Kindly ask you to clarify this tricky subject in order to avoid unnecessary errors in the future.
On finding right, community approved solution(s), I will amend documentation accordingly.
Thanks in advance,
Dmitry Bakbardin