2013-08-07 98 views
0

當我嘗試啓動露天的管理,console.jsp,頁面不動,它提供了一個空白頁,沒有錯誤無法打開露天管理,consle.jsp

下面是JSP,

<h:panelGrid id="admin-panel" columns="1" cellpadding="6" cellspacing="6" border="0" width="100%"> 

<a:actionLink value="#{msg.manage_users}" image="/images/icons/users.gif" action="dialog:manageUsers" styleClass="title" rendered="#{NavigationBean.allowUserGroupAdmin}" /> 

<a:actionLink value="#{msg.manage_groups}" image="/images/icons/group.gif" padding="2" action="dialog:manageGroups" styleClass="title" rendered="#{NavigationBean.allowUserGroupAdmin}" /> 

<a:actionLink value="#{msg.category_management}" image="/images/icons/categories.gif" padding="2" action="dialog:manageCategories" actionListener="#{CategoriesDialog.resetCategoryNavigation}" styleClass="title" /> 

<a:actionLink value="#{msg.import}" image="/images/icons/import.gif" padding="2" action="dialog:import" actionListener="#{BrowseBean.setupSpaceAction}" styleClass="title"> 
<f:param name="id" value="#{NavigationBean.currentNodeId}" /> 
</a:actionLink> 

<a:actionLink value="#{msg.export}" image="/images/icons/export.gif" padding="2" action="dialog:export" actionListener="#{BrowseBean.setupSpaceAction}" styleClass="title"> 
<f:param name="id" value="#{NavigationBean.currentNodeId}" /> 
</a:actionLink> 

<a:actionLink value="#{msg.system_info}" image="/images/icons/info_icon.gif" padding="2" action="dialog:showSystemInfo" styleClass="title" /> 

<a:actionLink value="#{msg.node_browser}" image="/images/icons/node_browser.gif" padding="2" action="dialog:showNodeBrowser" styleClass="title" /> 
</h:panelGrid> 

但在日誌中,我可以看到,

Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 
Aug 7, 2013 2:33:41 PM org.apache.catalina.core.ApplicationContext log 
INFO: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/admin-console.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Grid) 

看起來有些渲染沒有發生正常。我嘗試在頁面中添加一些日誌,但徒勞無益。你能幫忙嗎?

回答

1

您是否試圖通過直接點擊JSP導航到Alfresco Explorer中的管理控制檯?很確定這不起作用。相反,單擊管理控制檯圖標,這是對的,看起來像一個小DJ控制檯屏幕上方左側的第一個圖標,見下圖:

Click this for the admin console

請注意,露天瀏覽器客戶端相當古老,如果可能的話,你應該使用Alfresco Share來代替。它還包括一個管理控制檯。

+0

傑夫,你附上了截圖嗎?我無法看到它。 –

+0

我的壞,我可以從Windows機器上看到它,但不是從Mac :( –