Advertisement
Guest User

Untitled

a guest
May 20th, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 KB | None | 0 0
  1. An Error Occurred:
  2.  
  3. Undefined component type net.bootsfaces.component.navBar.NavBar
  4.  
  5. viewId=/index.xhtml
  6. location=/usr/share/apache-tomee-webprofile-7.0.2/webapps/Bunch/index.xhtml
  7. phaseId=RENDER_RESPONSE(6)
  8.  
  9. Caused by:
  10. javax.faces.FacesException - Undefined component type net.bootsfaces.component.navBar.NavBar
  11. at org.apache.myfaces.application.ApplicationImpl.createComponent(ApplicationImpl.java:1437)
  12. - Stack Trace
  13.  
  14. javax.faces.FacesException: Undefined component type net.bootsfaces.component.navBar.NavBar
  15. at org.apache.myfaces.application.ApplicationImpl.createComponent(ApplicationImpl.java:1437)
  16. at org.apache.myfaces.application.ApplicationImpl.createComponent(ApplicationImpl.java:1405)
  17. at org.apache.myfaces.view.facelets.tag.jsf.ComponentTagHandlerDelegate.createComponent(ComponentTagHandlerDelegate.java:605)
  18. at org.apache.myfaces.view.facelets.tag.jsf.ComponentTagHandlerDelegate.apply(ComponentTagHandlerDelegate.java:285)
  19. at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:50)
  20. at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:46)
  21. at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:55)
  22. at org.apache.myfaces.view.facelets.tag.jsf.ComponentTagHandlerDelegate.apply(ComponentTagHandlerDelegate.java:374)
  23. at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:50)
  24. at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:46)
  25. at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:55)
  26. at org.apache.myfaces.view.facelets.tag.jsf.ComponentTagHandlerDelegate.apply(ComponentTagHandlerDelegate.java:374)
  27. at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:50)
  28. at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:46)
  29. at org.apache.myfaces.view.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:59)
  30. at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:46)
  31. at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:46)
  32. at org.apache.myfaces.view.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:48)
  33. at org.apache.myfaces.view.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:521)
  34. at org.apache.myfaces.view.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:575)
  35. at org.apache.myfaces.view.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:553)
  36. at org.apache.myfaces.view.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:240)
  37. at org.apache.myfaces.view.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:151)
  38. at org.apache.myfaces.view.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:59)
  39. at org.apache.myfaces.view.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:48)
  40. at org.apache.myfaces.view.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:189)
  41. at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.buildView(FaceletViewDeclarationLanguage.java:477)
  42. at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:78)
  43. at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:267)
  44. at javax.faces.webapp.FacesServlet.service(FacesServlet.java:200)
  45. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
  46. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  47. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  48. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  49. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  50. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  51. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
  52. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  53. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  54. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  55. at org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97)
  56. at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620)
  57. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  58. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
  59. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:784)
  60. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  61. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802)
  62. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1410)
  63. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  64. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  65. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  66. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  67. at java.lang.Thread.run(Thread.java:745)
  68. - Component Tree
  69.  
  70. <UIViewRoot class="class javax.faces.component.UIViewRoot" clientId="j_id__v_0" id="j_id__v_0" inView="true" locale="en_US" renderKitId="HTML_BASIC" rendered="true" transient="false" viewId="/index.xhtml"> - State size:576 bytes
  71. head
  72. <ComponentResourceContainer class="class org.apache.myfaces.component.ComponentResourceContainer" clientId="javax_faces_location_head" id="javax_faces_location_head" inView="true" rendered="true" transient="false"> - State size:157 bytes
  73. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id_8" id="j_id_8" inView="true" rendered="true" transient="false" location="/template.xhtml at line 13 and column 63"/> - State size:1204 bytes
  74. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_0" id="j_id__rd_0" inView="true" rendered="true" transient="false"/> - State size:686 bytes
  75. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_1" id="j_id__rd_1" inView="true" rendered="true" transient="false"/> - State size:686 bytes
  76. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_2" id="j_id__rd_2" inView="true" rendered="true" transient="false"/> - State size:702 bytes
  77. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_3" id="j_id__rd_3" inView="true" rendered="true" transient="false"/> - State size:680 bytes
  78. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_4" id="j_id__rd_4" inView="true" rendered="true" transient="false"/> - State size:692 bytes
  79. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_5" id="j_id__rd_5" inView="true" rendered="true" transient="false"/> - State size:686 bytes
  80. </ComponentResourceContainer>
  81. <?xml version='1.0' encoding='UTF-8' ?> - State size:0 bytes
  82. - State size:0 bytes
  83. <html xmlns="http://www.w3.org/1999/xhtml"> - State size:0 bytes
  84. <HtmlHead class="class javax.faces.component.html.HtmlHead" clientId="j_id_4" id="j_id_4" inView="true" rendered="true" transient="false" location="/template.xhtml at line 11 and column 13"> - State size:728 bytes
  85. <title> - State size:0 bytes
  86. <HtmlOutputText class="class javax.faces.component.html.HtmlOutputText" clientId="j_id_6" escape="true" id="j_id_6" inView="true" rendered="true" transient="false" value="Bunch" location="/index.xhtml at line 10 and column 41"/> - State size:803 bytes
  87. </title> - State size:0 bytes
  88. <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id_9" id="j_id_9" inView="true" rendered="true" transient="false" location="/template.xhtml at line 14 and column 57"/> - State size:1198 bytes
  89. </HtmlHead>
  90. </UIViewRoot>
  91. - Scoped Variables
  92.  
  93. Request Parameters
  94. Name Value
  95. None
  96. Request Attributes
  97. Name Value
  98. None
  99. View Attributes
  100. Name Value
  101. None
  102. Session Attributes
  103. Name Value
  104. None
  105. Flash Attributes
  106. Name Value
  107. None
  108. Application Attributes
  109. Name Value
  110. None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement