SGD 4.41 Unresponsive admin interface.

I've recently carried out a clean install of 4.41 on a clean install of Fedora 8, and got it serving up applications from a Win2k3 app server using the fix detailed in http://forums.sun.com/thread.jspa?forumID=815&threadID=5330948.
What I am finding is that within half an hour or so of (re) starting SGD the administration website becomes unresponsive. Specifically I can log in, but then the status of the SGD server as 'not responding'. Note: it is still serving apps to a user logged in to their web desktop at this point. If I then try to navigate to a settings tab the interface hangs and eventually a I receive a timeout exception:
com.tarantella.tta.webservices.TTAException
FaultCode: Server.Exception
FaultString: java.lang.Exception: Caught exception from SOAP method: admin->runcommand()
FaultDetails: [java.lang.Exception: javax.naming.ServiceUnavailableException: Timed out waiting for a connection.
     at com.sco.tta.server.soapcommands.Admin.runCommand(Admin.java:275)
     at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.sco.tta.server.server.soap.SOAPControlledElement.invoke(SOAPControlledElement.java:124)
     at com.sco.tta.server.server.soap.SOAPController.invoke(SOAPController.java:204)
     at com.sco.tta.server.server.soap.SOAPCalcTask.processEnvelope(SOAPCalcTask.java:213)
     at com.sco.tta.server.server.CalcTask.runTask(CalcTask.java:125)
     at com.sco.tta.server.server.Task.run(Task.java:122)
     at com.sco.cid.common.WorkerPool$Worker.run(WorkerPool.java:524)
     at java.lang.Thread.run(Thread.java:619)
Caused by: javax.naming.ServiceUnavailableException: Timed out waiting for a connection.
     at com.sco.jndi.provider.asadpeer.ConnectionTable.getConnectionFor(AsadContext.java:1065)
     at com.sco.jndi.provider.asadpeer.AsadContext.updateConnection(AsadContext.java:830)
     at com.sco.jndi.provider.asadpeer.AsadContext.verifyProperties(AsadContext.java:220)
     at com.sco.jndi.provider.asadpeer.AbstractAsadContext.<init>(AbstractAsadContext.java:150)
     at com.sco.jndi.provider.asadpeer.AsadContext.<init>(AsadContext.java:128)
     at com.sco.jndi.provider.asadpeer.AsadContextFactory.getObjectInstance(AsadContextFactory.java:34)
     at com.sco.jndi.toolkit.provider.BaseContextFactory.getInitialContext(BaseContextFactory.java:71)
     at com.sco.jndi.url.URLContext.context(URLContext.java:65)
     at com.sco.jndi.url.URLContext.lookup(URLContext.java:99)
     at javax.naming.InitialContext.lookup(InitialContext.java:392)
     at com.sco.tta.admin.common.actions.ArrayBaseCommand$2.execute(ArrayBaseCommand.java:397)
     at com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:570)
     at com.sco.tta.admin.common.actions.ArrayBaseCommand.getRootContext(ArrayBaseCommand.java:401)
     at com.sco.tta.admin.common.actions.ArrayBaseCommand.getServiceContext(ArrayBaseCommand.java:456)
     at com.sco.tta.admin.common.actions.ArrayBaseCommand.getGlobalContext(ArrayBaseCommand.java:516)
     at com.sco.tta.admin.common.actions.ConfigListCommand.execute(ConfigListCommand.java:71)
     at com.sco.tta.admin.common.CCToolkit.runAuthenticatedJNDIOp(CCToolkit.java:570)
     at com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:273)
     at com.sco.tta.admin.common.actions.BaseActionMap.doAction(BaseActionMap.java:240)
     at com.sco.tta.server.soapcommands.Admin.runCommand(Admin.java:268)
     ... 10 more
./tarantella status (after about 5-10 seconds pause) gives:
Array members (1):
- sgd1.domain.xx.yy (primary): Accepting standard connections.
- Webtop sessions (1):
    - Standard connections: 1
- Emulator sessions (1):
    - X Protocol Engine: 1
As you can see it's not exactly heavily loaded (I've just started testing SGD with a view to deploying).  I should note that the SGD server is running on a VM with 512MB RAM which  about 76MB is being used all told, including OS.  The CPU usage is also low.
I have just tried to list the filters I have in place but the command is just hanging at the command line, from past experience I'll now need to restart SGD to get any more sense from it.
./tarantella restart sgd gives:
Failed to stop Secure Global Desktop services. Try again, or use tarantella stop --kill
Having killed and restarted the admin interface is again accessible - for now.
The log filters set are (gleaned from various forum postings):
server/login/*:login.log
server/login/*:login.jsl
server/ldap/*:ldap.log
server/ldap/*:ldap.jsl
server/server/*:server.log
server/server/*:server.jsl
server/config/*:config.log
server/config/*:config.jsl
server/csh/*:csh.log
server/csh/*:csh.jsl
server/diskds/*:diskds.log
server/diskds/*:diskds.jsl
server/launch/*:launch.log
server/launch/*:launch.jsl
audit/session/*auditinfo:session.log
audit/session/*auditinfo:session.jsl
*/*/*error:jserver_error.log
*/*/*error:jserver_error.jsl
*/*/fatalerror:.../_beans/com.sco.tta.server.log.ConsoleSink
*/*/warningerror:.../_beans/com.sco.tta.server.log.ConsoleSink
When the server is being unresponsive all that seems to be logged, in server.log, is:
2008/11/10 15:24:05.424 (pid 16752)     server/server/info      #1226330645424
Failed to initialise connection from 10.42.65.15 because of exception:
java.io.EOFException
        at com.sco.tta.common.connection.raw.RawConnect.read(RawConnect.java:127)
        at com.sco.tta.server.server.ConnectFactory.workoutProtocol(ConnectFactory.java:224)
        at com.sco.tta.server.server.ConnectFactory.getConnection(ConnectFactory.java:176)
        at com.sco.tta.server.server.ReaderTask.initializeTask(ReaderTask.java:521)
        at com.sco.tta.server.server.ReaderTask.runTask(ReaderTask.java:347)
        at com.sco.tta.server.server.Task.run(Task.java:122)
        at com.sco.cid.common.WorkerPool$Worker.run(WorkerPool.java:524)
        at java.lang.Thread.run(Thread.java:619).
So, I'm wondering whether anyone else is experiencing these problems, and whether anyone can give me any pointers to further troubleshooting, fo example if there are any other areas I could be logging.
Many thanks
Phil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

More information:
I was experimenting to see what parts of the admin interface I could actually get to once the problem started. I found that at first I could access the applications and application servers page, but then when I tried again I go the following exception, just in case it throws any more light. I'm afraid I'm not a Java programmer so I'm not sure what is relevant if anything here.
java.lang.NullPointerException
0 com.sun.tta.confmgr.controller.navigation.BrowseBean.getReloadContent(Unknown Source)
1 com.sun.tta.confmgr.controller.navigation.BrowseBean.getReloadContent(Unknown Source)
2 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
3 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
4 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
5 java.lang.reflect.Method.invoke(Method.java:597)
6 com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:79)
... continued in the following exception's stack at element # 1
javax.faces.el.EvaluationException: Error getting property 'reloadContent' from bean of type com.sun.tta.confmgr.controller.navigation.BrowseBean: java.lang.NullPointerException
0 com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:89)
1 com.sun.web.ui.faces.UIComponentPropertyResolver.getValue(UIComponentPropertyResolver.java:84)
2 com.sun.web.ui.faces.DataProviderPropertyResolver.getValue(DataProviderPropertyResolver.java:150)
3 com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:167)
4 com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:151)
5 com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:243)
6 com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:140)
... continued in the following exception's stack at element # 1
javax.faces.el.EvaluationException: javax.faces.el.EvaluationException: Error getting property 'reloadContent' from bean of type com.sun.tta.confmgr.controller.navigation.BrowseBean: java.lang.NullPointerException
0 com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:170)
1 com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:123)
2 javax.faces.component.UIOutput.getValue(UIOutput.java:147)
3 com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:82)
4 com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:201)
5 com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:179)
6 javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:720)
7 javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:625)
8 javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:548)
9 com.sun.faces.taglib.html_basic.OutputTextTag.doEndTag(OutputTextTag.java:173)
10 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_h_outputText_0(BrowseHierarchy_jsp.java:308)
11 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_f_verbatim_0(BrowseHierarchy_jsp.java:283)
12 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_ui_script_0(BrowseHierarchy_jsp.java:258)
13 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_ui_body_0(BrowseHierarchy_jsp.java:236)
14 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_ui_html_0(BrowseHierarchy_jsp.java:161)
15 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_ui_page_0(BrowseHierarchy_jsp.java:140)
16 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspx_meth_f_view_0(BrowseHierarchy_jsp.java:115)
17 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspService(BrowseHierarchy_jsp.java:85)
... continued in the following exception's stack at element # 3
javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.faces.el.EvaluationException: Error getting property 'reloadContent' from bean of type com.sun.tta.confmgr.controller.navigation.BrowseBean: java.lang.NullPointerException
0 org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:821)
1 org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
2 org.apache.jsp.jsp.navigation.BrowseHierarchy_jsp._jspService(BrowseHierarchy_jsp.java:92)
3 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
4 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
5 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
6 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
7 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
8 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
9 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
10 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
11 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
12 org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
13 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
14 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
15 com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)
16 com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:132)
17 com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
18 com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)
19 com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
20 javax.faces.webapp.FacesServlet.service(FacesServlet.java:194)
21 com.sun.tta.confmgr.faces.CustomFacesServlet.service(Unknown Source)
22 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
23 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
24 com.sun.tta.confmgr.SessionFilter.doFilter(Unknown Source)
25 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
26 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
27 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
28 org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
29 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
30 org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
31 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
32 org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
33 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
34 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
35 org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
36 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
37 org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
38 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
39 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
40 org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
41 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
42 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
43 org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
44 org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
45 org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
46 org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
47 org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
48 org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
49 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
50 java.lang.Thread.run(Thread.java:619)

Similar Messages

  • Password Violation error while creating users from Admin interface

    Guys,
    The Sun Identity Manager system throws policy violation error while creating users from Sun Identity Manager Admin interface.
    Current System:
    1. I have configured TAM Pass-Thru authentication for End User Login Application.
    2. I have an admin user 'testsjimadmin1' who has admin capabilities. testsjimadmin1 user has default SJIM password policy.
    3. I have custom password policies configured for different orgainizatoions
    Problem:
    1. The Sun Identity Manager throws a password policy violation error when 'testsjimadmin1' tries to create an user with valid or invalid password from Sun Identity Manager Admin interface.
    2. If TAM Pass-thru authentication is removed for 'End User Login Application' and Sun Identity Manager default authentication is configured for 'End User Login Application' then testsjimadmin1 was able to create user successfully without any errors.
    Please let me know if any configurations are required to be made on Sun Identity Manager for TAM Pass-Thru authentication so that admin users can create users successfully from admin interface.
    Appreciate your help!!!
    Thanks
    Vijay

    Guys,
    The Sun Identity Manager system throws policy violation error while creating users from Sun Identity Manager Admin interface.
    Current System:
    1. I have configured TAM Pass-Thru authentication for End User Login Application.
    2. I have an admin user 'testsjimadmin1' who has admin capabilities. testsjimadmin1 user has default SJIM password policy.
    3. I have custom password policies configured for different orgainizatoions
    Problem:
    1. The Sun Identity Manager throws a password policy violation error when 'testsjimadmin1' tries to create an user with valid or invalid password from Sun Identity Manager Admin interface.
    2. If TAM Pass-thru authentication is removed for 'End User Login Application' and Sun Identity Manager default authentication is configured for 'End User Login Application' then testsjimadmin1 was able to create user successfully without any errors.
    Please let me know if any configurations are required to be made on Sun Identity Manager for TAM Pass-Thru authentication so that admin users can create users successfully from admin interface.
    Appreciate your help!!!
    Thanks
    Vijay

  • Can't connect to router's admin interface (WRT54G v3.1)

    Hi.
    I have problem with my Linksys WRT54G v3.1 router. I can't connect to its admin interface and broadband Internet connection doesn't work.
    The power LED is flashing. When I restart the router or unplug and plug it again, nothing happens. The power LED just continue to flash and I can't connect to the router. I even tried to put new firmware but program that I downloaded from linksys.com can't connect to the router.
    When I enter http://192.168.1.1 into Firefox or Explorer, I get "Connecting to http://192.168.1.1..." and nothing else happens.
    I hope that someone can help me because it's pretty annoying that my home network doesn't work...
    Thank in advance, Sasha.Message Edited by k31k0 on 12-26-200603:27 AM
    Message Edited by k31k0 on 12-26-200603:28 AM

    Sounds like your router is bricked, flashing power LED is not good.  Contact the RMA department and explain whats going on.  Your router has the Linux operating system.  When you talk to them make sure you mention this and you want the same router as a replacement which is the WRT54GL.  If you dont specify that you want the same they will send you a version 6.  Then you are looking at more headaches.
    In the RMA form you have to add "ONLY" to the version box on the RMA form. That's because most customers prefer the latest if they have it, and they try to accommodate as much as possible. Rarely is there a need for a specific version.
    Message Edited by wehowardjr on 12-26-200607:00 AM

  • SG 300 web admin interface does not display properly

    Went to log into the web admin interface on my SG-300 today and I get this in both IE and Firefox:
    I'm not able to login by typing user/password and just pressing enter. I've tried power-cycling the switch, and this didn't help, however, since the power cycle, the font-panel system LED has been blinking green. I seem to recall, though I can't locate the reference now, that this means the switch is running with factory settings, but that cannot be right because:
    1. I had previously saved a new configuration on the switch, which it should be using now.
    2. It is answering on the configured non-factory IP address -- just not rendering the web admin interface successfully.
    I've had this unit for approximately a month. This is not the first issue I have had with this unit (see:
    https://supportforums.cisco.com/message/3486734) and I'm experiencing some strange LAN speed issues since I installed it. Do I need to RMA this thing?

    Hi Lamont
    There was a issue and work around for a issue with IE in the release notes, it may be relevant to you.
    http://www.cisco.com/en/US/docs/switches/lan/csbms/sf30x_sg30x/release_notes/Sx200-Sx300_R1.1.1.8.pdf
    Problem: Some WEB GUI pages require full version compatibility of JRE, Browser and JRE-Browser applets. For XML compatibility reasons, MSXML DLL Version 6 is required for IE browser users.
    Solution: For download and installation please refer the following link: www.microsoft.com/downloads/details.aspx?FamilyID=993C0BCF-3BCF-4009-
    BE21-27E85E1857B1&displaylang=en
    This may or may not be relevant to you.  I would like to think that you are using 1.1.1.8 ?
    If you really are experiencing some weird problems , why not get the product verified by the Good folk at the Small Business Support Center.
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    Regards Dave

  • Customize the APEX admin interface

    Is it possible to to customize the APEX admin interface, might sound silly but what i am specifically looking at is replacing the Oracle Application Express Logo on top left corner with a custom logo.
    Would anyone know how easy or difficult that is in case its possible.
    Thank you,
    Vamshi

    user12301900 wrote:
    Is it possible to to customize the APEX admin interface, might sound silly but what i am specifically looking at is replacing the Oracle Application Express Logo on top left corner with a custom logo. Why would you want to do that? It's not something that would provide any benefit to users.
    Browser extensions like Firefox+Stylish are useful when it is beneficial to customise the builder UI&mdash;such as changing font sizes and text contrast. For browsers that don't have such extensions, local user style sheets can be created.
    (Please update your forum profile with a real handle instead of "user12301900".)

  • How to add Sub Tabs to Admin Interface under Account Tab.

    Guys,
    Is there way to add sub tabs to Accounts Tab in admin interface.
    Regards,
    Vinod

    It can be done -
    The necessary java code to achieve this needs to be put in the file: includes/bodyStart.jsp above the line that creates the navigation bar:
    <% String navBar = p.getMainNavigation();
    For example, let's say we want to add a new tab that gives us a shortcut to the debug/session pages, and a sub-tab below it that lists all configuration objects in the repository. Here's the code for it:
    // Add a tab..
    com.waveset.ui.PageNavigation DEBUG_PAGE = new com.waveset.ui.PageNavigation("Debug", "debug/session.jsp", 0);
    DEBUG_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.SYSTEM, com.waveset.object.Right.VIEW, true) });
    p.addPage(DEBUG_PAGE);
    // Add a sub-tab..
    String urlDebugListConfiguration = "debug/List_Objects.jsp?List_Objects_Type=Configuration";
    if (! DEBUG_PAGE.containsSubPage(urlDebugListConfiguration) ) {
    com.waveset.ui.PageNavigation DEBUG_LIST_CONF_PAGE = new com.waveset.ui.PageNavigation("List Configuration", urlDebugListConfiguration, 0);
    DEBUG_LIST_CONF_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.CONFIGURATION, com.waveset.object.Right.VIEW, true)});
    DEBUG_PAGE.addSubPage(DEBUG_LIST_CONF_PAGE);
    As seen above, appropriate rights can be coded to limit the visibility of these tabs to administrators with certain capabilities. For a complete list of rights, refer to the IDM documentation and the java-docs for com.waveset.object.Type and com.waveset.object.Right.

  • Oracle 9iAS admin interface layout

    To all:
    I know I can created a portal the way I wanted but is it possible to change the layout of Oracle portal admin interface as well. For example, to use different color on the banner or use of our customized icons.
    Thanks

    If the 'Edit' link appears on the page you wish to change, then you have the appropriate permissions. The main admin page is within the 'Portal Design-Time Pages' page group.
    Another way to find the main admin page is:
    1. Click the 'Navigator' link.
    2. Select the 'Page Groups' tab.
    3. Find the 'Portal Design-Time Pages' row.
    4. Click 'Edit Root Page'.
    If you do not have the correct privileges, then you will not see the 'Edit Root Page' link.
    Good luck!
    Jim Basler

  • WCS11G - Start Menu Items for Admin interface?

    I'm looking into WCS 11G since I need to migrate a 7.5.5 site.
    As it looks now, code or structure won't be modified to better support features such as supporting the contributor interface better so a lot of our users will expect to use the admin interface.
    I am however having an issue enabling simple start menu items for content. I.e. a simple Start Menu Item for a Page, simply will not show up. It shows up just fine in the contributor interface however.
    I've been going through all the documentation, but I cannot see any references to there being any limits on what kind of assets can be presented in the admin interface.
    Is this a bug I'm experiencing? Or simply an approach taken to force users over to the contributor interface?
    Thanks
    /Lars

    By default the Admin UI will not show certain asset types, this is intentional and controlled by the property advancedUI.enableAssetForms in futuretense_xcel.ini. If you set this to true and restart then the Page assets and others will show up. Here's an extract from the Property Files Reference Guide:
    advancedUI.enableAssetForms
    Used to enable and disable the WebCenter Sites
    Admin interface for content contributors. Access
    to the following assets is affected:
    • All flex assets and their parent assets
    • All basic assets
    • Engage assets, such as recommendations,
    segments and promotions
    • Query, Collection, and Page assets
    By default, this property is set to false, which
    disables the WebCenter Sites Admin interface for
    content contributors. The assets listed above
    cannot be created, edited, searched for, or deleted,
    except from the WebCenter Sites Contributor
    interface, where they are supported by default.
    Note: In the Contributor interface, asset types and
    assets intended for developers are either available
    only for inspection or they are inaccessible. They
    must be accessed from the WebCenter Sites
    Admin interface. For a comparison of features in
    the Contributor and Admin interfaces, see the
    WebCenter Sites User’s Guide.
    Default value: false
    Phil

  • Attributes in admin interface different than in Debug page

    Hello everyone,
    I'm facing an issue on how to update attributes on the admin interface to reflect the same on the debug page. On the admin interface, when I lookup a user's attributes under the Attributes tab, I see their old attributes eg. user status-T,jobcode- xxxx, user type - contractor. But when I lookup the same user in the Debug page, I see the new values reflected eg. user status-A(active), user type- EMP. This is happening for selected users only where they have changed from a contractor to an employee.
    Can anyone suggest how to update the values to ensure both are the same? Has anyone done this?
    Your help is much appreciated. Thank you.

    Hello everyone,
    I'm facing an issue on how to update attributes on the admin interface to reflect the same on the debug page. On the admin interface, when I lookup a user's attributes under the Attributes tab, I see their old attributes eg. user status-T,jobcode- xxxx, user type - contractor. But when I lookup the same user in the Debug page, I see the new values reflected eg. user status-A(active), user type- EMP. This is happening for selected users only where they have changed from a contractor to an employee.
    Can anyone suggest how to update the values to ensure both are the same? Has anyone done this?
    Your help is much appreciated. Thank you.

  • How to Unlock Workspace from Admin Interface

    I used the admin interface to lock a workspace. Now I want to unlock the workspace, but cannot find an UNLOCK command in the Manage Workspaces menu.
    How to do this? Should I unlock the users one by one and make the applications available?
    Francisco

    Hi Francisco,
    Yes, that is the only way to "unlock" the workspace. Unlock users and change the application status. If you just set the application status as "Available" then Developer's Toolbar will not be visible while running the application. Set the status to "Available with Edit links" to see the Developer's toolbar while running the application.
    Cheers,
    Ashish Agarwal
    http://www.dbcon.com

  • Re Decommissioning of v2 of admin interface

    We still make use of the v2 admin interface regularly when working with clients.The v3 interface has no way to change the password recovery email address, which is something that we have to do for clients on a semi-regular basis.
    How will we accomplish this once v2 is decommissioned on 5 February?

    Hey Megan, How are things?
    Moving this to a better location, this section is just for system announcements.
    For your question, BC has already been told of this and a few other things. Part of what they are doing is including some of these missing aspects and other things so they can shut that down.
    This has been on the cards for a very long time so anyone else who has clients also using this admin yet and not already shown them how to use the new UI really have to get cracking addressing that.

  • Branding admin interface in IDM V7.1

    Hi,
    I am trying to customize the admin and user interfaces. I have successfully completed the customization of the user interface, but the admin interface is presenting some challenges. I am controlling the customization thru the customStyle.css to add for example the corporate logo in the header. But it does not appear on the admin interface but appears on the user's interface. Does anybody have any information as to how the login.jsp is controlled for admin and user interfaces? Is the same login.jsp being used? I also need to get rid of the underlying bar in the admin interface in the header? i would appreciate your input ver much, and thanks in advance.
    Thanks,
    MeeraK

    Anyone? I would very much appreciate it if you can give me any information.
    Thanks,
    meerak

  • EA6500 admin interface

    I am having a lot of issues with the admin interface of this EA6500 router. While in general most of the routers features seem to work correctly the admin interface often refuses to go any further than the spinning loading logo. The only fix for this is to Reset the router to factory settings by depressing the red button and reloading my backed up config file. This is happening far to frequently maybe every two days.
    I sometimes notice the problem when i try and access my USB Storage via local or internet, it will refuse my username and password I then check to see if i can access the admin page and all i get is the spining loading logo., hard reset, reload config and all is well. This is more than likely a hardware or firmware problem, although i have my doubts with the whole cloudconnect system. I refuse to talk with tech support anymore, why should i waste my time troubleshooting a product that is not working due to no fault of mine or my network setup. I am starting to feel as if i have been ripped off for a product that was not tested properly before its release, not even mentioning how expensive the router is. 

    Lots of other forum members are having the same issue with their router (including me). It's a bug.

  • Creating new Tab in Admin Interface;  JSP

    I am now in the process of creating a new Tab to add to my Admin Interface. In this Tab, I want to create a simple User Form.
    This requires that I create a new JSP page.
    Being an illiterate in JSP, I took a crash course in how to create Forms in JSP.
    The tutorials are good. The problem is : how to "include" IDM itself in the new JSP page.
    Meaning : how to "*submit*" the form to IDM, once it has been filled in, so that it is processed by IDM workflow.
    How do I configure the "*Submit*" button ?

    you can make a jsp which include a user form. In this user form you can start a workflow. check the jsp of the other tabs and you'll see how it's done.
    buttons: remove the default buttons and make it by yourself. Then you can start a workflow by pressing the button. OR make a field like
    <Field name='viewOptions.Process'>
    <Expansion>
    <s>YourWorkflow</s>
    </Expansion>
    </Field>
    Edited by: john_everett_nl on May 26, 2010 1:52 PM

  • Mailbox Move Not Complete - Unable to make admin interface connection to server.

    Hello,
    I have added a second exchange 2007 server and have moved over 20 mailboxes to the new server. I seem to have a problem that the mailbox move has not been completed properly. I'm getting errors in the event log that the search indexer cannot connect to the
    admin interface. I'm also unable to login as any one of the users who I've moved to the new server.
    Here's one of the errors I'm getting:
    Exchange Search Indexer has temporarily disabled indexing of the Mailbox Database Third Storage Group\Mailbox Database 03 (GUID = d4f3ee4d-68b0-4d21-8a76-ee96bf298f34) due to an error (Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError:
    Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context:
        Lid: 10648   dwParam: 0x6D9      Msg: EEInfo: Generating component: 2
        Lid: 14744   dwParam: 0x6D9      Msg: EEInfo: Status: 1753
        Lid: 9624    dwParam: 0x6D9      Msg: EEInfo: Detection location: 501
        Lid: 13720   dwParam: 0x6D9      Msg: EEInfo: Flags: 0
        Lid: 11672   dwParam: 0x6D9      Msg: EEInfo: NumberOfParameters: 4
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp
        Lid: 8856    dwParam: 0x6D9      Msg: EEInfo: prm[1]: Unicode string: EP-SW-EX04
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[2]: Long val: -1988875570
        Lid: 12952   dwParam: 0x6D9      Msg: EEInfo: prm[3]: Long val: 382312662
        Lid: 24060   StoreEc: 0x80040115
        Lid: 23746 
        Lid: 31938   StoreEc: 0x80040115
        Lid: 19650 
        Lid: 27842   StoreEc: 0x80040115
        Lid: 20866 
        Lid: 29058   StoreEc: 0x80040115
       at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, Int32 ec, DiagnosticContext diagCtx)
       at Microsoft.Mapi.ExRpcAdmin.Create(String server, String user, String domain, String password)
       at Microsoft.Exchange.Search.NotificationWatcher.NotificationWatcherThread()).

    Hello,
    I have been fighting today with the migration off my old SBS2003 server to a brand new SBS2008 server. I have been preparing this migration for a couple off weeks
    now (watching videos, reading migration manual from Microsoft, searching TechNet, etc.)
    After some troubles with installing the server in Migration mode if finally came to the part to move my old (legacy) mailboxes to the new SBS2008 server. At this point the drama started  @#$@$#&^%%#$@
    I followed the manual off Microsoft which descripted how to move these mailboxes.
    Exchange displayed a error message :
    MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    When I googled this error message I realized that many people encountered the same problem but no one had the right answer to this question. I have searched hours and hours to find a solution. It started to drive me crazy and to make it even more worse i discovered
    that even though i completed the first step in the migration proces (update the schema to allow a SBS2008 DC to join the domain) my replication with the other DC controllers came with a schema mismatch error???? WTF is going on !!!!!!!!
    Finally a brilliant college off me came with the answer that solved all my problems: To GET RID OFF THIS ERROR MESSAGE INSTALL: Messaging API and Collabration Data Objects 1.2.1  on the Exchange server.
    After moving about 60 mailboxes my blood pressure dropped and became stable again.
    I Have on finall question WHY Microsoft?  Was this to much trouble to put this in het migration manual off 81 pages?
    from-a-very-disappointed-microsoft-user
    PLS: send me a reply if this solved you're problem moving the mailboxes to the new server. !

Maybe you are looking for