I'm not sure why this is happening unfortunately.  In both of those 
stack traces, the line of code looks like:

           String uri = request.getRequestURL().toString();

So either request is null or the request.getRequestURL() method is 
returning null?  I'm not sure why either of those would happen.  

Jeff  

> 
> --- In [email protected], "johan.wasserman" 
> <johan.wasserman@> wrote:
> >
> > I have tried and tried, fried my brain, and I am desperate.
> > 
> > I firstly wrote a simple portlet and tried to present a flex page 
> on 
> > JBoss portal, unsuccessfull because of the -
> > java.lang.NullPointerException
> > at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKe 
> > (CacheKeyUtils.java:68)
> > 
> > OR
> > generateSwfCacheKey(CacheKeyUtils.java:54) if I try to show the 
> mxml 
> > file directly, without going through the taglib.
> > 
> > - error.
> > 
> > Then, with effort, learned how another portal server works, I 
> > inastalled and configured Jetspeed 2, and after trying just about 
> > every trick in the book, had to give up and realised the same -
> > java.lang.NullPointerException
> >     at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKey
> > (CacheKeyUtils.java:68)
> > 
> > - error haunting me.
> > 
> > I have a simple, yet urgent requirement, I need to make Flex 
> > applications available as portlets, on (prefferably) an Appache 
> > opensource portal server.
> > 
> > PLEASE will SOMEONE help me?!
> > 
> > I'll send my JBoss and / or Jetspeed 2 installation, zipped, so 
you 
> > can have the full config and everything I have done, I'll send 
the 
> > MySQL databases for these portal servers, ANYTHING, just say what 
> you 
> > need.
> > 
> > The only common denominator is that both these portal servers are 
> > based on Apache Tomcat....
> > 
> > PLEASE PLEASE ASSIST.
> >
>


Reply via email to