Hi folks
My env: Oracle Application Server 10.1.2.3.0
Oracle Database 11g, used ojdbc6.jar and also other jar files from the
oracle 11g client otherwise I got the following error:
java.lang.NoSuchMethodError:
oracle.i18n.text.converter.CharacterConverterOGS.getInstance

On the application server I set the binaries for jdk6 instead of java 1.4
which is default for OAS.

I deployed the war file on Oracle AS, then the tables are created on the
database under the xwiki user as expected.

But when I connect to the new wiki I get the following errors on the
application server, also the wiki page is displayed without css.

2009-05-14 10:56:31,773
[https://hostname:1159/xwiki/bin/skin/skins/albatross/style.css]
[AJPRequestHandler-ApplicationServerThread-10]
  WARN  web.XWikiAction                 - Uncaught exception: Error number 0
in 11: Uncaught exception
Wrapped Exception:
javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/String;)V
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception:
javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/String;)V
    at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:241)
    at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
    at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
    at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
    at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
    at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
    at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
    at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
    at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
    at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
    at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
    at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
    at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:619)

and so on..

I hope you can help me...

Regards Marc 
-- 
View this message in context: 
http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p2889034.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to