Re: [veryquickwiki-users] Error while deploying VQWiki in weblogic 9.2
Status: Abandoned
Brought to you by:
mteodori
|
From: Marcello T. <mte...@us...> - 2009-11-27 00:44:07
|
Hi Parthi, I don't know much about that version of WLS and I can't test it myself with little effort, so all I can tell you is to try a restart and see if something changes. For the source code, it's been removed from the war/jar to make it skinnier, but you can do a checkout from the subversion tag: https://veryquickwiki.svn.sourceforge.net/svnroot/veryquickwiki/tags/vqwiki-2.8.1/ or see it online here: http://veryquickwiki.svn.sourceforge.net/viewvc/veryquickwiki/tags/vqwiki-2.8.1/ and download from here: http://veryquickwiki.svn.sourceforge.net/viewvc/veryquickwiki/tags/vqwiki-2.8.1.tar.gz?view=tar --m PS please limit the stacktrace of any exception you send to only the least information needed, it was clear it was a loop Il giorno 05/apr/2009, alle ore 08.14, Parthiban S ha scritto: > I deployed the vqwiki war file in the weblogic server (WLS 9.2). I get an exception while i try to access the application > . > Can you please help me with this? > > Also i dont find the src files for the vqwiki project anywhere. Can someone help me get the links to download the source code? > > Thanks in advance > Regards > Parthi > > > Error 500--Internal Server Error > > java.lang.StackOverflowError > at java.util.regex.Pattern$BitClass.match(Pattern.java:2869) > at java.util.regex.Pattern$Curly.match(Pattern.java:4190) > at java.util.regex.Pattern$GroupHead.match(Pattern.java:4570) > at java.util.regex.Pattern$Single.match(Pattern.java:3314) > at java.util.regex.Pattern$Start.match(Pattern.java:3019) > at java.util.regex.Matcher.search(Matcher.java:1092) > at java.util.regex.Matcher.find(Matcher.java:528) > at vqwiki.servlets.FrontControllerFilter.doFilter(FrontControllerFilter.java:77) > at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) > at vqwiki.servlets.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:74) > at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) > at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:501) > at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245) > > |