Hi,
I am new to XWiki and am currently trying to set up a local test
system. I downloaded the latest war and mysql -dump, did all the
configuration and even the troubleshootinghints (copying jars to
tomcat/common) but I still get this error:
I guess the key is "could get JDBC batch update" ...
Its mysql 4.1.15 as it comes with ubuntu dapper an tomcat 5.5.16 on
JRE5 (1.5.06)
Anyone with an idea?
tia
Jan
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3221 in 3: Exception while saving
class XWiki.XWikiPreferences
Wrapped Exception: Error number 3222 in 3: Exception while saving
class XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3221 in 3: Exception while saving
class XWiki.XWikiPreferences
Wrapped Exception: Error number 3222 in 3: Exception while saving
class XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:142)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
I just recently made an XWiki and need to change the
colors to the articles the users make. I need the
background to be black and the text white. How can I
change this?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
I have created several wiki pages logged in as the Admin - It appears that
the pages created as admin are not editible by normal users.
Is there a way to change these pages so that they are editible by a specific
group or user?
I have trired to correct this by creating Page aAccess Rights to the
specific page with edit rights, but yet it still does not allow them to edit
these pages.
Am I missing something or what?
Eric W. Dunn
Programmer Analyst III - Remedy/Collaboration
McLeod USA, Inc. - Network Engineering
8665 New Trails Dr.
The Woodlands, TX 77381
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee®
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Your right, I not clear enough.
I want to set a field in a form to read only by default: a javascript
will made it writable later if required.
Proposed solution made a full read only form.
Esbach, Brandon wrote on 28/06/2006 15:01:
> Hi,
>
> Not sure what it is you're wanting to do - if I assume correctly that
> you just want to show a field's value as readonly then the following
> will do this for you:
>
> $doc.display("userName", "view", $object))
> The "view" can be set to "edit" to allow editing.
> $doc is the active document object (automatically generated when you
> view the document); and $object is the object where the field is
> referenced, for example in a class.
>
> Ok, not a good example, but I hope this helps..
> ------------------------------------------------------------------------
> *From:* Arnaud BOURREE [mailto:arnaud.bourree@gemalto.com]
> *Sent:* 28 June 2006 13:30
> *To:* xwiki-users(a)objectweb.org
> *Subject:* [xwiki-users] How to made readonly text input
>
> Hello,
>
> I reuse code from Polls (proposal for a voting system) to made a text
> input:
>> println(doc.displayEdit(cclass.get(field.getName()),
>> "${doc.getFullName()}_", survey))
> After I try to made it read only:
>> field.setStringValue("readonly","readonly")
> But it doesn't work: output html doesn't contain /readonly/ attribute.
>
> Who can help me?
>
> Regards,
>
> Arnaud Bourrée
--
*Arnaud BOURREE <mailto:arnaud.bourree@gemalto.com>*
*Senior Technical Architect*
*Gemalto Service CISMEA*
Tel: +33 44236 5442
Fax: +33 44236 4499
Avenue du Jujubier, Z.I Athelia IV
13702 La Ciotat Cedex, FRANCE
arnaud.bourree(a)gemalto.com <mailto:arnaud.bourree@gemalto.com>
www.gemalto.com
Hello,
I reuse code from Polls (proposal for a voting system) to made a text input:
> println(doc.displayEdit(cclass.get(field.getName()),
> "${doc.getFullName()}_", survey))
After I try to made it read only:
> field.setStringValue("readonly","readonly")
But it doesn't work: output html doesn't contain /readonly/ attribute.
Who can help me?
Regards,
Arnaud Bourrée
This is one of those long-time gotchas about wikis: that migrating from
one to another is potentially painful. However, this isn't really about
that.
What I'd really like to do is get a lot of content out of the MS Word
docs that we still end up having to attach, in order to facilitate
collaborative development on them. Even if we have to reconvert them to
suit other people's requirements, I think it would be well worth the
trouble to work on them in XWiki syntax.
Of course, Word can save as HTML, and HTML will work on an XWiki page,
but without the ease of editing offered by wiki syntax, the benefits
would be greatly reduced.
Has anyone thought (or done) anything about condensing reasonably
well-structured HTML into equivalent XWiki syntax?
Brian M. Thomas - Senior Technical Architect
AT&T Services, Inc.
One SBC Center, Room 24D3
St. Louis, MO 63101
314 235 3141
When copying a document using $xwiki.copyDocument(), I find that all the
attached objects are copied along with the document, and I am able to
view them appropriately. However, they are not available to other
users, and when I call $xwiki.flushCache(), only the document content
remains; the objects are no longer attached.
A further detail, whether relevant or not, is that the document being
copied is a user profile document (defined as a document named
XWiki.<username>, where <username> is the login name of the user, and
containing an XWiki.XWikiUsers object).
Yet another detail, puzzling though it may be, is that of the objects in
the original, one of them is the one defined in the xwiki-db-0.9.2.sql
database download as an object of XWiki class XWiki.XWikiRights with ID
165499024, with a field named "levelsye". It's one of two
XWiki.XWikiRights objects attached to a user profile document by
createUser; the other one explicitly gives edit permission to the user
himself. No other XWiki.XWikiRights objects contain this field, nor
does the current definition of the XWiki.XWikiRights class contain it;
instead they contain a field called "levels".
So, the questions are, in order of (logarithmically) decreasing
importance:
1. How can I make this work?
2. Does a user profile document have some special status that makes it
inappropriate to make a copy?
3. Is the "levelsye" field in an object simply a bug, or is there some
arcane reason for its existence?
Brian M. Thomas - Senior Technical Architect
AT&T Services, Inc.
One SBC Center, Room 24D3
St. Louis, MO 63101
314 235 3141
Matt,
Thanks for the information.
Cheers, John
-----Original Message-----
From: Matthew Conway [mailto:conway@tripadvisor.com]
Sent: Tuesday, 27 June 2006 2:18 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] XWiki cache sharing supported?
I added some cache clustering code to xwiki:
http://mail-archive.objectweb.org/xwiki-dev/2006-05/msg00018.html
You may need to tweak it a bit as mentioned in the above message.
Matt
On Jun 25, 2006, at 10:39 PM, Turner, John wrote:
> G'day All,
>
> Is there anyway to share the XWiki cache?
G'day All,
Is there anyway to share the XWiki cache?
Environment:
* XWiki version 0.9.840
* Database Oracle 9.2
* Application Server = Sun Java System Application Server 7
I have this scenario: one database DB-0, two application servers, AS-1
and AS-2. Two instances of XWiki: X-1 running on AS-1 connecting to
DB-0, and X-2 running on AS-2 connecting to DB-0.
Page updates made via X-1 do not immediately appear when viewed via X-2.
This is presumably because X-1 and X-2 maintain their own caches.
Is there anyway for X-1 and X-2 to share the same cache, or synchronise
the caches when a change is made? I notice that there are some vague
references to clusters in XWikiCacheStore.java but I don't see any
mechanism for triggering a refresh of other caches after a local cache
update.
I've tried turning caching off as a work around but that causes an
unacceptable performance hit.
Thanks, John
---
John Turner
Network Inventory Systems Development (Dialog IT)
Email: John.Turner.2(a)team.telstra.com
Ph: (07) 3887 4010
This time without the damn signature (which the list server seems to like
messing up)
Does anyone have a tutorial on how to take data out of a (not-xwiki)
database and show it in a table, or better yet - a graph?
-Adrian
Hi, Ludovic,
I am trying to convince the central New Jersey (in USA) area to set up the Einstein's Alley Web site (regional economic group) based on XWiki. It will bring lots of usage and exposure to XWiki. Could you move einsteinsalley.xwiki.com to a separate server also. Thanks.
Regards,
Wei-hsing
-------------- Original message ----------------------
From: Ludovic Dubost <ludovic(a)xwiki.com>
>
> While we work on this issue, for those who have an interesting and open
> wiki (not private), please let me know here.
> We can move these wikis to separate servers.
>
> Ludovic
>
> wangwh(a)att.net a écrit :
> > Hi, Ludovic,
> >
> > Bravo! The performance issue is THE worry I have before getting more important
> tasks (and groups) on XWiki.
> >
> > Wei-hsing
> >
> > -------------- Original message ----------------------
> > From: Ludovic Dubost <ludovic(a)xwiki.com>
> >
> >> Hi,
> >>
> >> We are still getting some spam attack. I'm looking to plan the upgrade
> >> to xwiki.com very soon (the new version has big performance improvements).
> >> This would also allow to start testing the cluster mode
> >>
> >> Ludovic
> >>
> >> Brian Knorr a écrit :
> >>
> >>> Are all the xwiki.com <http://xwiki.com> sites down?
> >>> ------------------------------------------------------------------------
> >>>
> >>>
> >>> --
> >>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> >>>
> >> mailing list.
> >>
> >>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> >>> For general help: mailto:sympa@objectweb.org?subject=help
> >>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >>>
> >>>
> >> --
> >> Ludovic Dubost
> >> XPertNet: http://www.xpertnet.fr/
> >> Blog: http://www.ludovic.org/blog/
> >> XWiki: http://www.xwiki.com
> >> Skype: ldubost AIM: nvludo Yahoo: ludovic
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > Sujet:
> > Re: [xwiki-users] all the xwiki.com sites seem to be down?
> > Expéditeur:
> > Ludovic Dubost <ludovic(a)xwiki.com>
> > Date:
> > Thu, 1 Jun 2006 11:10:27 +0000
> > Destinataire:
> > xwiki-users(a)objectweb.org
> >
> > Destinataire:
> > xwiki-users(a)objectweb.org
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> > ------------------------------------------------------------------------
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
>
>
> --
> Ludovic Dubost
> XPertNet: http://www.xpertnet.fr/
> Blog: http://www.ludovic.org/blog/
> XWiki: http://www.xwiki.com
> Skype: ldubost AIM: nvludo Yahoo: ludovic
>
>
>
Actually I saw that code. The simplest fix I could figure was this...
In the page http://.../xwiki/bin/edit/XWiki/WebRssCode,
I replaced this line
<dc:date>$currentdoc.date</dc:date>
with
<dc:date>$xwiki.formatDate($currentdoc.date, "yyyy-MM-dd'T'HH:mm:ss")</dc:date>
The fix however omits the timezone.
There is java code at http://www.dpawson.co.uk/relaxng/schema/datetime.html
which handles the timezone as well.
The SimpleDateFormat pattern "yyyy-MM-dd'T'HH:mm:ss.SSSZ" is close as it gives
2005-06-29T17:20:46.171-0800
This however does not work because of the missing colon. It needs to
be 2005-06-29T17:20:46.171-08:00
The simplest way seems to be to use commons-lang utilities
DateFormatUtils.ISO_DATETIME_TIME_ZONE_FORMAT.format(new Date())
Since commons-lang is already part of the distribution is there a easy
way to add this code? I just don't know how to incorporate it in here
at this point due to unfamiliarity with velocity, groovy etc.
Thanks very much.
regards
Sudhir
On 6/29/05, Ludovic Dubost <ludovic(a)xwiki.com> wrote:
>
> Yes.. You need to customize the code in BlogRssCode
>
> http://www.xwiki.com/xwiki/bin/view/XWiki/BlogRssCode?xpage=code
>
> You can get this code and put it in your wiki and modify it.
> The line <dc:date>$currentdoc.display("date", "view", $currentobj)</dc:date>
> Should be changed to some conversion.. I'm not sure which one though
> If you send us some java code that does the conversion and right
> formatting we can adapt it for the scripting
>
> Ludovic
>
> Sudhir Rao a écrit :
>
> >Is there any easy way to change the timestamp format in the rss feed
> >which gets generated without modifying xwiki source code?
> >
> >The field
> ><dc:date>Tue Jun 28 16:31:33 PDT 2005</dc:date>
> >should have been formatted as per the dateTime spec at
> >http://www.w3.org/TR/xmlschema-2/#dateTime
> >
> >The current behavior seems to throw off the date/time sorting in RSS
> >readers as they just ignore the value.
> >
> >A SimpleDateFormat conversion has been given here..
> >
> >http://lists.xml.org/archives/xml-dev/200311/msg00153.html
> >which uses the format
> >"yyyy-MM-dd'T'HH:mm:ss,SSS'Z'"
> >
> >Any thoughts?
> >
> >-Sudhir
> >
> >
> >
> >------------------------------------------------------------------------
> >
> >
> >--
> >You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
> >To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> >For general help: mailto:sympa@objectweb.org?subject=help
> >ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
>
>
> --
> Ludovic Dubost
> XPertNet: http://www.xpertnet.fr/
> Blog: http://www.ludovic.org/blog/
> XWiki: http://www.xwiki.com
> Skype: ldubost AIM: nvludo Yahoo: ludovic
>
>
G'day Guillaume,
I found my earlier post with some code that should help you get started with Oracle - check out: http://mail-archive.objectweb.org/xwiki-users/2006-03/msg00001.html. I also suggest that you browse the archive around the time of the referenced message because Srinivasa Pulugurtha also posted some relevant information.
Cheers, John
________________________________
From: Guillaume François [mailto:guillaume.francois55@gmail.com]
Sent: Thursday, 22 June 2006 1:38 AM
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Xwiki and Oracle
What I did :
1. change the content of the original "WEB-INF/hibernate.cfg.xml" with
<property name="connection.url">jdbc:oracle:thin:@[serveradd]:[sport]:[dbname] </property>
<property name="connection.username">[user]</property>
<property name="connection.password"> [password]</property>
<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="dialect"> org.hibernate.dialect.OracleDialect</property>
2. change the content of the original "WEB-INF/web.xml" with
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
3. append/change the content of the original "WEB-INF/xwiki.cfg" with
xwiki.encoding=UTF-8
xwiki.store.hibernate.updateschema=1
4. I drop all the tables
5. I start the server and go to "http://localhost:8080/xwiki/bin/view/Main/WebHome"
This lead following errors :
From navigator :
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Error number 3221 in 3: Exception while saving class XWiki.XWikiPreferences
Wrapped Exception: Error number 3222 in 3: Exception while saving class XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:423)
org.apache.struts.action.RequestProcessor.process (RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service (HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFilter.java:81)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Error number 3221 in 3: Exception while saving class XWiki.XWikiPreferences
Wrapped Exception: Error number 3222 in 3: Exception while saving class XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:142)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java :117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
org.apache.struts.action.ActionServlet.process (ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java :810)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
From server log
17:29:48,614 INFO [ConnectionProviderFactory] Initializing connection provider: com.xpn.xwiki.store.DBCPConnectionProvider
17:29:49,754 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:29:49,754 INFO [DBCPConnectionProvider] active: 1 (max: 50) idle: 0(max: 5)
17:29:49,754 INFO [SettingsFactory] RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
17:29:49,770 INFO [SettingsFactory] JDBC driver: Oracle JDBC driver, version: 10.2.0.1.0
17:29:49,770 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:29:49,832 INFO [Dialect] Using dialect: org.hibernate.dialect.OracleDialect
17:29:49,848 INFO [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
17:29:49,848 INFO [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
17:29:49,848 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
17:29:49,848 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
17:29:49,848 INFO [SettingsFactory] JDBC batch size: 15
17:29:49,848 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
17:29:49,848 INFO [SettingsFactory] Scrollable result sets: enabled
17:29:49,848 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
17:29:49,848 INFO [SettingsFactory] Connection release mode: null
17:29:49,848 INFO [SettingsFactory] Default batch fetch size: 1
17:29:49,848 INFO [SettingsFactory] Generate SQL with comments: disabled
17:29:49,848 INFO [SettingsFactory] Order SQL updates by primary key: disabled
17:29:49,848 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
17:29:49,864 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
17:29:49,864 INFO [SettingsFactory] Query language substitutions: {}
17:29:49,864 INFO [SettingsFactory] Second-level cache: enabled
17:29:49,864 INFO [SettingsFactory] Query cache: disabled
17:29:49,864 INFO [SettingsFactory] Cache provider: org.hibernate.cache.EhCacheProvider
17:29:49,879 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
17:29:49,879 INFO [SettingsFactory] Structured second-level cache entries: enabled
17:29:49,895 INFO [SettingsFactory] Statistics: disabled
17:29:49,895 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
17:29:49,895 INFO [SettingsFactory] Default entity-mode: pojo
17:29:49,989 INFO [SessionFactoryImpl] building session factory
17:29:50,004 WARN [Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/R:/java/tools/jboss/4_0_3-eici/server/light/deploy/xwiki.war/WEB-INF/lib/ehcache- 1.1.jar!/ehcache-failsafe.xml
17:29:56,536 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
17:29:56,536 INFO [SessionFactoryImpl] Checking 0 named queries
17:29:56,536 ERROR [XWikiHibernateStore] Schema update for wiki xwiki
17:29:56,536 INFO [Dialect] Using dialect: org.hibernate.dialect.OracleDialect
17:29:56,614 INFO [DBCPConnectionProvider] active: 1 (max: 50) idle: 0(max: 5)
17:29:56,864 INFO [Configuration] processing extends queue
17:29:56,864 INFO [Configuration] processing collection mappings
17:29:56,864 INFO [Configuration] processing association property references
17:29:56,864 INFO [Configuration] processing foreign key constraints
17:29:57,176 INFO [DatabaseMetadata] table not found: xwikiattachment
17:29:57,301 INFO [DatabaseMetadata] table not found: xwikiattachment_archive
17:29:57,364 INFO [DatabaseMetadata] table not found: xwikiattachment_content
17:29:57,442 INFO [DatabaseMetadata] table not found: xwikibooleanclasses
17:29:57,504 INFO [DatabaseMetadata] table not found: xwikiclasses
17:29:57,582 INFO [DatabaseMetadata] table not found: xwikiclassesprop
17:29:57,661 INFO [DatabaseMetadata] table not found: xwikidateclasses
17:29:57,723 INFO [DatabaseMetadata] table not found: xwikidates
17:29:57,801 INFO [DatabaseMetadata] table not found: xwikidblistclasses
17:29:57,864 INFO [DatabaseMetadata] table not found: xwikidoc
17:29:57,911 INFO [DatabaseMetadata] table not found: xwikidoubles
17:29:57,973 INFO [DatabaseMetadata] table not found: xwikifloats
17:29:58,051 INFO [DatabaseMetadata] table not found: xwikiintegers
17:29:58,114 INFO [DatabaseMetadata] table not found: xwikilargestrings
17:29:58,192 INFO [DatabaseMetadata] table not found: xwikilistitems
17:29:58,254 INFO [DatabaseMetadata] table not found: xwikilists
17:29:58,317 INFO [DatabaseMetadata] table not found: xwikilock
17:29:58,395 INFO [DatabaseMetadata] table not found: xwikilongs
17:29:58,473 INFO [DatabaseMetadata] table not found: xwikinumberclasses
17:29:58,536 INFO [DatabaseMetadata] table not found: xwikiobjects
17:29:58,598 INFO [DatabaseMetadata] table not found: xwikiproperties
17:29:58,692 INFO [DatabaseMetadata] table not found: xwikislistclasses
17:29:58,739 INFO [DatabaseMetadata] table not found: xwikistatsdoc
17:29:58,832 INFO [DatabaseMetadata] table not found: xwikistatsreferer
17:29:58,895 INFO [DatabaseMetadata] table not found: xwikistatsvisit
17:29:58,973 INFO [DatabaseMetadata] table not found: xwikistringclasses
17:29:59,036 INFO [DatabaseMetadata] table not found: xwikistrings
17:29:59,114 INFO [DatabaseMetadata] table not found: xwikiattachment
17:29:59,192 INFO [DatabaseMetadata] table not found: xwikiattachment_archive
17:29:59,270 INFO [DatabaseMetadata] table not found: xwikiattachment_content
17:29:59,364 INFO [DatabaseMetadata] table not found: xwikibooleanclasses
17:29:59,426 INFO [DatabaseMetadata] table not found: xwikiclasses
17:29:59,504 INFO [DatabaseMetadata] table not found: xwikiclassesprop
17:29:59,567 INFO [DatabaseMetadata] table not found: xwikidateclasses
17:29:59,629 INFO [DatabaseMetadata] table not found: xwikidates
17:29:59,692 INFO [DatabaseMetadata] table not found: xwikidblistclasses
17:29:59,754 INFO [DatabaseMetadata] table not found: xwikidoc
17:29:59,817 INFO [DatabaseMetadata] table not found: xwikidoubles
17:29:59,879 INFO [DatabaseMetadata] table not found: xwikifloats
17:29:59,957 INFO [DatabaseMetadata] table not found: xwikiintegers
17:30:00,020 INFO [DatabaseMetadata] table not found: xwikilargestrings
17:30:00,098 INFO [DatabaseMetadata] table not found: xwikilistitems
17:30:00,161 INFO [DatabaseMetadata] table not found: xwikilists
17:30:00,239 INFO [DatabaseMetadata] table not found: xwikilock
17:30:00,301 INFO [DatabaseMetadata] table not found: xwikilongs
17:30:00,379 INFO [DatabaseMetadata] table not found: xwikinumberclasses
17:30:00,442 INFO [DatabaseMetadata] table not found: xwikiobjects
17:30:00,504 INFO [DatabaseMetadata] table not found: xwikiproperties
17:30:00,567 INFO [DatabaseMetadata] table not found: xwikislistclasses
17:30:00,645 INFO [DatabaseMetadata] table not found: xwikistatsdoc
17:30:00,707 INFO [DatabaseMetadata] table not found: xwikistatsreferer
17:30:00,786 INFO [DatabaseMetadata] table not found: xwikistatsvisit
17:30:00,848 INFO [DatabaseMetadata] table not found: xwikistringclasses
17:30:00,911 INFO [DatabaseMetadata] table not found: xwikistrings
17:30:01,879 ERROR [XWikiHibernateStore] Failed updating schema: ORA-01754: a table may contain only one column of type LONG
17:30:01,879 ERROR [XWikiHibernateStore] Failed updating schema: ORA-00942: table or view does not exist
17:30:01,879 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:30:01,879 INFO [DBCPConnectionProvider] active: 1 (max: 50) idle: 0(max: 5)
17:30:01,926 WARN [JDBCExceptionReporter] SQL Error: 942, SQLState: 42000
17:30:01,926 ERROR [JDBCExceptionReporter] ORA-00942: table or view does not exist
17:30:01,926 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.exception.SQLGrammarException: could not load an entity: [com.xpn.xwiki.doc.XWikiDocument#104408758]
at org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:70)
at org.hibernate.exception.JDBCExceptionHelper.convert (JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.loadEntity(Loader.java:1326)
at org.hibernate.loader.entity.EntityLoader.load(EntityLoader.java:116)
at org.hibernate.loader.entity.EntityLoader.load (EntityLoader.java:101)
at org.hibernate.persister.entity.BasicEntityPersister.load(BasicEntityPersister.java:2461)
at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java :350)
at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:331)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:113)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad (DefaultLoadEventListener.java:167)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:79)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:588)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc (XWikiHibernateStore.java:575)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:123)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:565)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java :599)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1019)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1014)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:422)
at com.xpn.xwiki.XWiki.initXWiki (XWiki.java:397)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:343)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:134)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
at com.xpn.xwiki.web.ViewEditAction.execute (ViewEditAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java :213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java :744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError (T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java :216)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe (T4CPreparedStatement.java:839)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java :3285)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3329)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:118)
at org.hibernate.loader.Loader.getResultSet (Loader.java:1239)
at org.hibernate.loader.Loader.doQuery(Loader.java:374)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210)
at org.hibernate.loader.Loader.loadEntity (Loader.java:1312)
... 49 more
17:30:01,942 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:30:02,395 INFO [DBCPConnectionProvider] active: 1 (max: 50) idle: 0(max: 5)
17:30:02,411 WARN [JDBCExceptionReporter] SQL Error: 942, SQLState: 42000
17:30:02,411 ERROR [JDBCExceptionReporter] ORA-00942: table or view does not exist
17:30:02,411 INFO [DefaultLoadEventListener] Error performing load command
org.hibernate.exception.SQLGrammarException: could not load an entity: [ com.xpn.xwiki.doc.XWikiDocument#104408758]
at org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:70)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.loadEntity(Loader.java:1326)
at org.hibernate.loader.entity.EntityLoader.load(EntityLoader.java:116)
at org.hibernate.loader.entity.EntityLoader.load(EntityLoader.java:101)
at org.hibernate.persister.entity.BasicEntityPersister.load(BasicEntityPersister.java:2461)
at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:350)
at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:331)
at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:113)
at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad (DefaultLoadEventListener.java:167)
at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:79)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:588)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc (XWikiHibernateStore.java:575)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:123)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:565)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java :599)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:1361)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:405)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:343)
at com.xpn.xwiki.XWiki.getMainXWiki (XWiki.java:134)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform( RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doGet (ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java :127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection (Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8 (T4CPreparedStatement.java:216)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:839)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal (OraclePreparedStatement.java:3285)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3329)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java :92)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:118)
at org.hibernate.loader.Loader.getResultSet (Loader.java:1239)
at org.hibernate.loader.Loader.doQuery(Loader.java:374)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210)
at org.hibernate.loader.Loader.loadEntity (Loader.java:1312)
... 47 more
17:30:02,411 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:30:02,411 INFO [DBCPConnectionProvider] active: 1 (max: 50) idle: 0(max: 5)
17:30:02,957 WARN [JDBCExceptionReporter] SQL Error: 942, SQLState: 42000
17:30:02,957 ERROR [JDBCExceptionReporter] ORA-00942: table or view does not exist
17:30:02,973 INFO [DBCPConnectionProvider] active: 0 (max: 50) idle: 1(max: 5)
17:30:02,973 INFO [STDOUT] com.xpn.xwiki.XWikiException : Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: could not execute query
17:30:02,973 INFO [STDOUT] at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java :540)
17:30:02,973 INFO [STDOUT] at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:557)
17:30:02,973 INFO [STDOUT] at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java :77)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:556)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:1418)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.initXWiki (XWiki.java:405)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.<init>(XWiki.java:343)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:134)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
17:30:03,036 INFO [STDOUT] at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
17:30:03,036 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.processActionPerform (RequestProcessor.java:421)
17:30:03,036 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
17:30:03,051 INFO [STDOUT] at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1164)
17:30:03,051 INFO [STDOUT] at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
17:30:03,051 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java :697)
17:30:03,051 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :252)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:30:03,051 INFO [STDOUT] at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter (SetCharacterEncodingFilter.java:127)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
17:30:03,051 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
17:30:03,051 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke (CustomPrincipalValve.java:39)
17:30:03,051 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
17:30:03,051 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValve.java:59)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
17:30:03,051 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
17:30:03,051 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
17:30:03,051 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection (Http11Protocol.java:744)
17:30:03,051 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
17:30:03,051 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run (MasterSlaveWorkerThread.java:112)
17:30:03,051 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
17:30:03,051 INFO [STDOUT]
Wrapped Exception:
17:30:03,051 INFO [STDOUT] java.sql.SQLException : ORA-00942: table or view does not exist
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4CTTIoer.processError (T4CTTIoer.java:331)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:839)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
17:30:03,051 INFO [STDOUT] at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3329)
17:30:03,051 INFO [STDOUT] at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java :92)
17:30:03,051 INFO [STDOUT] at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
17:30:03,051 INFO [STDOUT] at org.hibernate.jdbc.AbstractBatcher.getResultSet (AbstractBatcher.java:118)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.Loader.getResultSet(Loader.java:1239)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.Loader.doQuery(Loader.java:374)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.Loader.doList(Loader.java:1562)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.Loader.list (Loader.java:1545)
17:30:03,051 INFO [STDOUT] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:375)
17:30:03,067 INFO [STDOUT] at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java :271)
17:30:03,067 INFO [STDOUT] at org.hibernate.impl.SessionImpl.list(SessionImpl.java:840)
17:30:03,067 INFO [STDOUT] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)
17:30:03,067 INFO [STDOUT] at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:603)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:500)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:557)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:77)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:556)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:1418)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:405)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.<init>(XWiki.java:343)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:134)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.XWiki.getXWiki (XWiki.java:202)
17:30:03,067 INFO [STDOUT] at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
17:30:03,067 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.processActionPerform (RequestProcessor.java:421)
17:30:03,082 INFO [STDOUT] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
17:30:03,082 INFO [STDOUT] at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1164)
17:30:03,082 INFO [STDOUT] at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
17:30:03,082 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java :697)
17:30:03,082 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
17:30:03,082 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :252)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:30:03,239 INFO [STDOUT] at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter (SetCharacterEncodingFilter.java:127)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
17:30:03,239 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
17:30:03,239 INFO [STDOUT] at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke (CustomPrincipalValve.java:39)
17:30:03,239 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
17:30:03,239 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValve.java:59)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
17:30:03,239 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
17:30:03,239 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
17:30:03,239 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection (Http11Protocol.java:744)
17:30:03,239 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
17:30:03,239 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run (MasterSlaveWorkerThread.java:112)
17:30:03,254 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
17:30:03,270 WARN [RequestProcessor] Unhandled Exception thrown: class com.xpn.xwiki.XWikiException
17:30:03,270 ERROR [[action]] Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: could not execute query
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:142)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
at com.xpn.xwiki.web.ViewEditAction.execute (ViewEditAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java :213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java :744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: could not execute query
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:540)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:557)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc (XWikiCacheStore.java:77)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:556)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:1418)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:405)
at com.xpn.xwiki.XWiki .<init>(XWiki.java:343)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:134)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java :213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java :744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
Wrapped Exception:
java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8 (T4CPreparedStatement.java:216)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:839)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal (OraclePreparedStatement.java:3285)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3329)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java :92)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:118)
at org.hibernate.loader.Loader.getResultSet (Loader.java:1239)
at org.hibernate.loader.Loader.doQuery(Loader.java:374)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210)
at org.hibernate.loader.Loader.doList( Loader.java:1562)
at org.hibernate.loader.Loader.list(Loader.java:1545)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:375)
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java :271)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:840)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:74)
at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:603)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:500)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:557)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc (XWikiCacheStore.java:77)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:556)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:1418)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:405)
at com.xpn.xwiki.XWiki .<init>(XWiki.java:343)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:134)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:202)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1164)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java :213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (SecurityAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java :744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
And end I got new tables in my DB :
XWIKIATTACHMENT
XWIKIATTACHMENT_ARCHIVE
XWIKIATTACHMENT_CONTENT
XWIKIBOOLEANCLASSES
XWIKICLASSES
XWIKICLASSESPROP
XWIKIDATECLASSES
XWIKIDATES
XWIKIDBLISTCLASSES
I also tried method from John Turner (http://www.objectweb.org/wws/arc/xwiki-users/2006-03/msg00012.html <http://www.objectweb.org/wws/arc/xwiki-users/2006-03/msg00012.html> ) but as soon i change the content of "WEB-INF/hibernate.cfg.xml", i got a error with CGLIB.
Thank for help or files from actually working config.
2006/6/21, Srinivasa Pulugurtha < pulugurtha(a)gmail.com>:
What are exceptions/errors you are noticing when you use Oracle?
I have XWiki working on Oracle, with some good help on this list. But you want to go this way, expect to invest some time.
Please look for an email from John Turner on this email list and it has some relevent information and attachments.
You also have to copy the seed database from MySQL to Oracle. I ran a MySQL database with the data and then copied this to Oracle using a java program.
Also, you want to use atleast Oracle 10g drivers. I had some issues with even that and finally ended up using DataDirect Oracle drivers, which were available in our enterprise. I wished that I had used them from the beginning of the task.
cheers,
Srini
On 6/21/06, Guillaume François < guillaume.francois55(a)gmail.com <mailto:guillaume.francois55@gmail.com> > wrote:
Hye, i'm trying to get working Xwiki with oracle. This works good with MySQL, but when I switch to Oracle this doesn't work. I can connect to xwiki.
Someone could help me ?
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org <mailto:xwiki-users@objectweb.org> mailing list.
To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
For general help: mailto: sympa(a)objectweb.org <mailto:sympa@objectweb.org> ?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws <http://www.objectweb.org/wws>
--
You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
For general help: mailto: sympa(a)objectweb.org <mailto:sympa@objectweb.org> ?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws <http://www.objectweb.org/wws>
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d(+) s++:- a-- C++$ ULC(+)>+++$ !P--- L+>$ !E---? W+++$ !N* !o-- K--? w(+) !O---? !M- !V--? PS+? !PE Y+ PGP++>+++ !t-- !5 !X- R(+)>++* tv-? b(-) DI !D- G(+)>+ e+++ h--() r->$ y?*
------END GEEK CODE BLOCK------
Guillaume,
There are a number of steps you need to take:
1. create your own database object create script.
2. create a hibernate mapping for your oracle DB (there are some differences in the Oracle and MySQL data types).
3. create a hibernate configuration file.
4. you may need to create some custom types to handle Oracle BLOBs or CLOBs depending on the Oracle version and JDBC drivers being used.
I posted some messages giving more detail earlier this year - I suggest you visit the archive and review those messages.
Regards, John Turner
_____
From: Guillaume François [mailto:guillaume.francois55@gmail.com]
Sent: Wednesday, 21 June 2006 9:30 PM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Xwiki and Oracle
Hye, i'm trying to get working Xwiki with oracle. This works good with MySQL, but when I switch to Oracle this doesn't work. I can connect to xwiki.
Someone could help me ?
Hi All,
At the moment I'm using the HTML <head> / <meta> tags to redirect a page to
another page. The initial redirect page is need to do some processing which
then determines which page to redirect to. The bad news is that the page
loads in the browser then loads the final page which looks a bit ugly.
Is there a way to internally redirect on the server side to load and display
another page without using the browser redirect?
Thanks
Duke
One of my favorite RSS display programs is picky, and displays (Invalid Date) on the items' date entries. Investigation into this revealed that it insists on the correct format of the dc:date element in the item's header.
This is specified by ISO 8601, which in turn refers to the W3C standards, which indicate that the separator between the date and time fields, which for most sane people is a space, must be an upper-case 'T'.
I dutifully changed XWiki.WebRssCode and XWiki.BlogRssCode, et voilà: no more error, just nice date/time fields.
Life is good - until my sysadmin starts complaining about megabytes per minute of logfile accumulation, resulting from 20 60+-line exception stack traces per RSS request. I look at the logs and what do I see? Each one is a complaint from java.text.SimpleDateFormat.compile:
java.lang.IllegalArgumentException: Illegal pattern character 'T'
I have sought in vain for how to get this 'T' into the default pattern character array. It looks like it could be one of the things I can set in the Locale, but I have so far failed to figure out where the defaults are located or what key they have.
Any clues?
Brian M. Thomas - Senior Technical Architect
AT&T Services, Inc.
One SBC Center, Room 24D3
St. Louis, MO 63101
314 235 3141
Hye, i'm trying to get working Xwiki with oracle. This works good with
MySQL, but when I switch to Oracle this doesn't work. I can connect to
xwiki.
Someone could help me ?
As an administrator of an xwiki, I often find myself debugging permissions
problems. When this is done over a wide area (say, the person being in the
UK, and I'm on the west coast of the US), it is very problematic.
It would be really nice to see what permissions a particular user had on a
page, or to "become" the user in question and see it for myself.
Is such a function available, and if so - how can I use it?
-Adrian
Hi all,
The precise role of "programming rights" is not clear to me. I realise
it is used to prevent Groovy scripting (which can do all kinds of
mischief like System.exit() :) ), but it also blocks a number of API
functions. I can't quite see a pattern to the functions it blocks.
This is a problem for me, because I have sometimes suggested a
Velocity code snippet to a user but they could not execute it due to
lack of rights. There has always been a workaround, but as an admin, I
can't tell if I'm using functions which require the rights or not.
Also, I'm currently having a hard time with a plugin, of which the
main functionality executes fine when triggered from Velocity from a
doc saved with programming rights, but falls over in all kinds of ways
when I try to call it from a save notification implementation (in
which the context's rights depend on the user saving the doc, I
think).
Regards,
Robin.
Salut tout le monde je voudrais proposer au lycée ou je travaille d'utiliser
xwiki au lieu de SPIP mais j'ai du mal à monter une maquette de test
pourriez vous m'aidez svp.
Voila ma config et mes logs.
******************
xwiki.cfg:
******************
#xwiki.store.class=com.xpn.xwiki.store.XWikiRCSFileStore
#xwiki.store.rcs.path=c:/dev/java/xwiki/src/web/rcs
xwiki.store.class=com.xpn.xwiki.store.XWikiHibernateStore
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
xwiki.store.hibernate.updateschema=1
xwiki.store.cache=1
xwiki.store.cache.capacity=100
xwiki.plugins=com.xpn.xwiki.plugin.calendar.CalendarPlugin,
com.xpn.xwiki.plugin.feed.FeedPlugin,com.xpn.xwiki.plugin.ldap.LDAPPlugin,com.xpn.xwiki.plugin.google.GooglePlugin,com.xpn.xwiki.plugin.alexa.AlexaPlugin,com.xpn.xwiki.plugin.ipresolver.IPResolverPlugin,com.xpn.xwiki.plugin.terraserver.TerraServerPlugin,com.xpn.xwiki.plugin.google.AdWordsPlugin,com.xpn.xwiki.plugin.flickr.FlickrPlugin,com.xpn.xwiki.plugin.mail.MailPlugin
xwiki.perl.active=0
xwiki.perl.javaserverport=7890
#For perl to work under IDEA you need to use this
#commented lines. The lines commited in CVS is for ant
#xwiki.perl.perlpath=c:\\Perl\\bin\\perl.exe
#xwiki.perl.pluginspath=/WEB-INF/perl
xwiki.perl.perlpath=perl
xwiki.perl.pluginspath=/WEB-INF/perl
xwiki.perl.classespath=../classes
# This parameter allows XWiki to operate in Hosting mode
# allowing to create multiple wikis having their own database
# and responding to different URLs
xwiki.virtual=0
# This parameter will activate the exo integration
xwiki.exo=0
xwiki.authentication=form
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=xwiki.com,wiki.fr
xwiki.authentication.useip=false
# Stats configuration allows to globally activate/deactivate stats module
# it is also possible to choose a different stats service to record
# statistics separately from XWiki
xwiki.stats=1
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
xwiki.encoding=ISO-8859-1
*************************
hibernate.cfg.xml
*************************
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<property name="connection.url">jdbc:mysql://localhost/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">50</property>
<property name="statement_cache.size">50</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<!-- Mapping files -->
<mapping resource="xwiki.hbm.xml"/>
</session-factory>
</hibernate-configuration>
******************
xwiki.xml
******************
<!--
Context configuration file for the XWiki Web App
-->
<Context path="/xwiki" docBase="/var/lib/tomcat5/webapps/xwiki"
debug="0" reloadable="false" crossContext="true" privileged="false">
</Context>
********************
catalina.out
********************
Created MBeanServer with ID: [UID: 305576,1150419025417,-32768]:localhost:1
15-jun-06 8:50:28 org.apache.coyote.http11.Http11Protocol init()
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
15-jun-06 8:50:28 org.apache.catalina.startup.Catalina load()
INFO: Initialization processed in 2664 ms
15-jun-06 8:50:29 org.apache.catalina.core.StandardService start()
INFO: D
Thanks to Ludovic, with change of servers, my XWikis are performing much better and more stable in the last few days! It is easier to attract more users.
Wei-hsing