Hi,

I am trying to deploy my flex application in the form of an ear file to
WebLogic 8.1 server through the console. While deployment, I get the
following error. Strangely when the application is put in applications
folder on the server in an exploded format, the application runs fine.
The error that I get on deployment is:

####<Aug 22, 2005 4:49:26 PM EDT> <Error> <HTTP> <PAREKH_S-DPPS> <cgServer>
<ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <>
<BEA-101165> <Could not load user defined filter in web.xml:
flex.bootstrap.BootstrapFilter.
javax.servlet.ServletException: flex.server.j2ee.DetectionFilter
at
flex.bootstrap.BootstrapFilter.init(Ljavax.servlet.FilterConfig(BootstrapFil
ter.java:53)
at
weblogic.servlet.internal.WebAppServletContext$FilterInitAction.run()Ljava.l
ang.Object;(WebAppServletContext.java:6745)

Also, the weblogic server is not able to preload the flex servlets. I gte
the following error for all flex servlets defined in web.xml
####<Aug 22, 2005 5:07:09 PM EDT> <Error> <HTTP> <PAREKH_S-DPPS> <cgServer>
<ExecuteThread: '1' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <>
<BEA-101216> <Servlet: "AMFGatewayServlet" failed to preload on startup in
Web application: "ppi".javax.servlet.ServletException: Unable to load
configuration. Reason: nullat
weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Serv
let;(ServletStubImpl.java:919)

My web.xml for filter and filter-mapping looks like this:

<filter>
<filter-name>FlexDetectionFilter</filter-name>
<filter-class>flex.bootstrap.BootstrapFilter</filter-class>
<init-param>
<param-name>filter.class</param-name>
<param-value>flex.server.j2ee.DetectionFilter</param-value>
</init-param>
</filter>

<filter>
<filter-name>FlexCacheFilter</filter-name>
<filter-class>flex.bootstrap.BootstrapFilter</filter-class>
<init-param>
<param-name>filter.class</param-name>
<param-value>flex.server.j2ee.cache.CacheFilter</param-value>
</init-param>
</filter>

<filter-mapping>
<filter-name>FlexDetectionFilter</filter-name>
<servlet-name>FlexMxmlServlet</servlet-name>
</filter-mapping>

<filter-mapping>
<filter-name>FlexCacheFilter</filter-name>
<servlet-name>FlexMxmlServlet</servlet-name>
</filter-mapping>

<filter-mapping>
<filter-name>FlexCacheFilter</filter-name>
<servlet-name>FlexSwfServlet</servlet-name>
</filter-mapping>

Can anyone please tell me what I am missing here? Why is it not able to load
the filter and why are the servelts not being preloaded?
Thanks,
Shweta 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hb2it3o/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124830306/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/";>In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to