You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by aordin <ao...@disid.com> on 2007/03/19 21:18:00 UTC

servlet jsp threw exception

Hi to all!

I'm trying to run one portal with j2 2.1, and all it seems run ok but 
when i try to login, don't work, it return to first default page without 
login.
I use postgres DB.
My catalina.out log don't show any error, but jetspeed.log show this:

2007-03-19 21:13:50,406 [http-8080-Processor24] ERROR 
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/disid.org].[jsp] 
- Servlet.service() for servlet jsp threw exception
java.lang.StackOverflowError
    at sun.nio.cs.UTF_8$Decoder.decodeArrayLoop(UTF_8.java:212)
    at sun.nio.cs.UTF_8$Decoder.decodeLoop(UTF_8.java:358)
    at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:544)
    at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:140)
    at java.lang.StringCoding.decode(StringCoding.java:173)
    at java.lang.String.<init>(String.java:444)
    at java.lang.String.<init>(String.java:516)
    at java.io.UnixFileSystem.list(Native Method)
    at java.io.File.list(File.java:973)
    at 
org.apache.naming.resources.FileDirContext.list(FileDirContext.java:893)
    at 
org.apache.naming.resources.FileDirContext.listBindings(FileDirContext.java:337)
    at 
org.apache.naming.resources.ProxyDirContext.listBindings(ProxyDirContext.java:515)
    at 
org.apache.catalina.core.ApplicationContext.listCollectionPaths(ApplicationContext.java:945)
    at 
org.apache.catalina.core.ApplicationContext.getResourcePathsInternal(ApplicationContext.java:583)
    at 
org.apache.catalina.core.ApplicationContext.getResourcePaths(ApplicationContext.java:566)
    at 
org.apache.catalina.core.ApplicationContextFacade.getResourcePaths(ApplicationContextFacade.java:156)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:424)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:430)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:430)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:430)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:430)
    at 
org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:430)


Some body can help me?

Thanks in advance!!

-- Adolfo --


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: servlet jsp threw exception

Posted by aordin <ao...@disid.com>.
Solved!!!

The problem is one portlet deployed into WEB-INF/apps/ (not 
jetspeed-layouts, this it's right) when i remove this other portlet,  
portal allow login to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: servlet jsp threw exception

Posted by aordin <ao...@disid.com>.
And this is my velocity.log:

2007-03-20 08:50:25,614 [http-8080-Processor25] ERROR velocity - VM 
#includeNestedLinksWithIconNavigation: error : too few arguments to 
macro. Wanted 2 got 0

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org