[ 
https://jira.jboss.org/jira/browse/RF-7626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski resolved RF-7626.
--------------------------------

    Resolution: Won't Fix
      Assignee: Nick Belaevski


Please make sure that resource name is not mangled by Apache plugin. Most 
probably, starting slash '/' symbol was lost

> Ajax4jsf : ResourceNotFoundException after Apache web server plugin 
> installation
> --------------------------------------------------------------------------------
>
>                 Key: RF-7626
>                 URL: https://jira.jboss.org/jira/browse/RF-7626
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.0.1
>            Reporter: Nilakandan V
>            Assignee: Nick Belaevski
>
> Hi, 
> After installion of of the Apache Web server Plugin , i'm gettign the 
> following error while starting up the server. Apache Web server Plugin is 
> installed on the front end Apache Web server to communicate with the backend 
> WebLogic Cluster/Servers. We use Apache Web server in separate physical box 
> from WebLogic and the Apache server has Oracle Netpoint Webgate specific 
> libraries and modules for SSO enablement. For futher information regarding 
> the Apache Plugin please check this link: 
> http://e-docs.bea.com/wls/docs81/plugins/apache.html#101251. I request anyone 
> to provide me a solution for this issue since a production roll out is 
> pending on this. 
> 5:32:06,178 INFO MyfacesConfig:195 - Starting up Tomahawk on the 
> MyFaces-JSF-Implementation 
> 15:32:06,372 INFO SecurityFilter:72 - Entering SecurityFilter.doFilter() 
> 15:32:06,927 DEBUG ConfigurationServiceImpl:44 - Inside 
> getConfigurationItem() method for SYSTEM_ADMIN_EMAIL_ID 
> [GC [DefNew: 164736K->4099K(169856K), 0.0673580 secs] 
> 194297K->33661K(519424K), 0.0674618 secs] 
> 15:32:07,340 DEBUG ServiceLocatorImpl:161 - Method: loadServices() - Loading 
> the service beans 
> 15:32:07,345 DEBUG ServiceLocatorImpl:168 - Method: loadServices() - 
> Successfully loaded MetaAnalysis service beans 
> 15:32:07,347 DEBUG ServiceLocatorImpl:173 - Method: loadServices() - 
> Successfully loaded all the required endpoint service bean 
> 15:32:07,349 DEBUG ServiceLocatorImpl:177 - Method: loadServices() - 
> Successfully loaded all the required datamanagement service bean 
> 15:32:07,351 DEBUG ServiceLocatorImpl:181 - Method: loadServices() - 
> Successfully loaded all the required indication service bean 
> 15:32:07,354 DEBUG ServiceLocatorImpl:185 - Method: loadService() - 
> Successfully loaded all the required search service bean 
> 15:32:07,356 DEBUG ServiceLocatorImpl:189 - Method: loadService() - 
> Successfully loaded ILiteratureReferenceService service bean 
> 15:32:07,358 DEBUG ServiceLocatorImpl:193 - Method: loadService() - 
> Successfully loaded all the required report service bean 
> 15:32:07,360 DEBUG ServiceLocatorImpl:197 - Method: loadService() - 
> Successfully loaded security service bean 
> 15:32:07,362 DEBUG ServiceLocatorImpl:201 - Method: loadService() - 
> Successfully loaded comment service bean 
> 15:32:07,364 DEBUG ServiceLocatorImpl:205 - Method: loadService() - 
> Successfully loaded meta analysis data file service bean 
> 15:32:07,366 DEBUG ServiceLocatorImpl:209 - Method: loadService() - 
> Successfully loaded literature meta data file service bean 
> 15:32:07,368 DEBUG ServiceLocatorImpl:213 - Method: loadService() - 
> Successfully loaded metaanalysis view all service bean 
> 15:32:07,370 DEBUG ServiceLocatorImpl:217 - Method: loadService() - 
> Successfully loaded dictionary service bean 
> 15:32:07,372 DEBUG ServiceLocatorImpl:221 - Method: loadService() - 
> Successfully loaded configure service bean 
> 15:32:07,952 INFO SecurityFilter:72 - Entering SecurityFilter.doFilter() 
> 15:32:08,179 INFO SecurityFilter:72 - Entering SecurityFilter.doFilter() 
> 15:32:09,707 INFO SecurityFilter:72 - Entering SecurityFilter.doFilter() 
> 15:32:10,613 WARN HtmlGridRendererBase:243 - PanelGrid 
> searchManagerForm:subView_search:_idJsp55:_idJsp59 has not enough children. 
> Child count should be a multiple of the columns attribute. 
> [GC [DefNew: 168835K->2702K(169856K), 0.0599606 secs] 
> 198397K->33692K(519424K), 0.0600849 secs] 
> <Jul 22, 2009 3:32:12 PM EDT> <Error> <HTTP> <BEA-101017> 
> <[ServletContext(id=32235011,name=like,context-path=/like)] Root cause of 
> ServletException. 
> org.ajax4jsf.framework.resource.ResourceNotFoundException: Resource not 
> registered : org/richfaces/renderkit/html/scripts/browser_info.js 
> at 
> org.ajax4jsf.framework.resource.ResourceBuilderImpl.getResource(ResourceBuilderImpl.java:367)
>  
> at 
> org.ajax4jsf.framework.resource.ResourceBuilderImpl.getResourceForKey(ResourceBuilderImpl.java:322)
>  
> at 
> org.ajax4jsf.framework.resource.InternetResourceService.serviceResource(InternetResourceService.java:152)
>  
> at 
> org.ajax4jsf.framework.resource.InternetResourceService.serviceResource(InternetResourceService.java:141)
>  
> at 
> org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:261)
>  
> at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) 
> at 
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:190)
>  
> at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) 
> at 
> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
>  
> at 
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>  
> at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) 
> at 
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
>  
> at 
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
>  
> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) 
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) 
> > 
> . 
> . 
> . 
> ..... 
> <Jul 22, 2009 3:32:14 PM EDT> <Error> <HTTP> <BEA-101017> 
> <[ServletContext(id=32235011,name=like,context-path=/like)] Root cause of 
> ServletException. 
> org.ajax4jsf.framework.resource.ResourceNotFoundException: Resource not 
> registered : org/richfaces/renderkit/html/images/spacer.gif 
> at 
> org.ajax4jsf.framework.resource.ResourceBuilderImpl.getResource(ResourceBuilderImpl.java:367)
>  
> at 
> org.ajax4jsf.framework.resource.ResourceBuilderImpl.getResourceForKey(ResourceBuilderImpl.java:322)
>  
> at 
> org.ajax4jsf.framework.resource.InternetResourceService.serviceResource(InternetResourceService.java:152)
>  
> at 
> org.ajax4jsf.framework.resource.InternetResourceService.serviceResource(InternetResourceService.java:141)
>  
> at 
> org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:261)
>  
> at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) 
> at 
> org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:190)
>  
> at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27) 
> at 
> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
>  
> at 
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>  
> at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) 
> at 
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
>  
> at 
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
>  
> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) 
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) 
> > 
> . 
> . 
> . 
> . 
> Thanks in Advance. 
> Regards, 
> Nila 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to