Create Communication Component BS interfaces not loading

Hello,
I have created a communication component and assigned a business system in my new PI 7.1 system and unlike the other components I've create this Business System does not load with all the inbound and outbound interfaces.  When I open the Business System I see that both the inbound and outbound tab show 0 interfaces.
Other Business Systems have loaded with the interfaces.  What might cause the interfaces for a business system not to load?
Thanks,
Matt

Steps to recreate:
1.  I create the design in IR using SWC SAP_SRM_SERVER_5.0 and COPICS_FTP_1.0.
2.  I create a Receiver Determination in ID selecting Interface = DeliveryNotification_Out and Sender = SRM_SERVER_5.0.
3.  I add COPICS_FTP_1.0 as the Configured Receiver.
4.  I open the Configuration Overview and expand the arrow for the service COPICS_FTP_1.0.
5.  Now the interface appears as DeliveryNotification_Out but I need to create the Receiver Agreement with COPICS_FTP_1.0 as COPICS_DeliveryNotification_In.
6.  ...but PI does not allow me to change the interface.  When I try to create "New Specific" Receiver Agreement it autofills the incorrect interface and does not allow me to correct it. 
What am I doing wrong?
Thanks,
Matt

Similar Messages

  • Create ORM CFC Ajax does not load

    I am trying to create ORM CFC with the Adobe CFC Generator.  After I select the location for the files it brings up a large window that has in the top left "Create ORM CFC" and a "Close" button at the bottom.  The Ajax content in the body is missing.  I have uninstalled and reinstalled the component with no luck.  The Create CFC works fine.
    Anyone have any idea why the Ajax portion won't load?

    Evelin,
    Thank you for the response.  I have tried that before and just tried 
    it again after loading beta 3.  After selecting the location I have 
    the Adobe CFC Generator pop up.  The title says Create ORM CFC.  The 
    body is completely blank.  Bottom left I have Close button.  It looks 
    like the Ajax portion is not loading. The regular create CFC works fine.
    Thanks,
    James

  • SGE2000 Web Interface not loading

    Getting a white screen in both frames of the web interface after logging in. Can't figure out why it won't load.
    SW ver 3.0.0.18
    Boot: 2.0.0.03
    HW Ver: 00.00.01
    Have tried using Easy Upgrade tool and get a warning : Did not find device information. Application will terminate.
    Step1:Trying to open telnet connection...
    Step1:Gathering information
    show system--checking result for "show system unit 1-2
    Step1:Type        :   
    Step1:OID         :   1.3.6.1.4.1.9.6.1.72.2000.2
    Step1:Sys Name    :   Corporate
    Step1:Location    :   ServerRoom
    Step1:Sys Contct  :   IT
    Step1:Mac-Address :   f0:25:72:89:9e:e2
    Has anyone else run into this issue? Any ideas how to resolve?

    Hi parking, if the GUI will not load please try the following;
    The same computer using IE, Firefox, Chrome,etc
    Different computer with the mentioned browsers (preferably  Windows 7 or older)
    If none of these work, try to factory reset the switch as it sounds like the software is hung

  • Create session bean using interfaces, not implementation classes

    Hi,
    I'm using interfaces and session beans for my persistence/data layer in my adf application.
    I've created a data control for my session bean and during creation of this data control, javabean.xml files are created for the different interfaces that are used in my session bean.
    If I create bindings on these methods, interfaces in jspx-documents I will get errors because he can't find the impl-classes that implement these interfaces.
    When using interfaces in your session bean (as return values or parameters) instead of classes you need to manually create javabean.xml files for the implementation classes.
    It's required by the databindings/datacontrol that the implementation-classes are described in a javabean-format as well? Is this a spec we need to adhere to?
    Could someone verify that you need to create javabean.xml-files for as well the interfaces as the classes when you're working with interfaces in your session beans?
    regards,
    Nathalie

    A patch was released by Oracle to be able to work with Interfaces and so it's not required to work with implementation-classes.
    Patch for 5726754(Base bug 5657179)

  • Webcenter sites(bp1) - Contributor interface not loading

    Hi,
    I have installed the Webcenter sites (BP1) on the Weblogic 10.3.6.
    It has got installed successfully and and i am able to login using fwadmin credentials.
    But, the issue i am facing is the Contributor interface is not loading. When i view source it, show error -
    ==========================================================
    *<br>*
    *<!--Exception calling include: page:/jsp/cs_deployed/fatwire/ui/controller/controller.jsp*
    com.fatwire.cs.ui.framework.UIException tossed:null--><br>
    ==========================================================
    And when i looked into the Sites.log, it contains the below error message -
    ==========================================================
    [2013-01-03 13:16:27,584 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.jsp] Failure executing JSPUI/Layout/LeftNavigationAction Exception calling include: page:/jsp/cs_deployed/UI/Layout/LeftNavigationAction.jsp
    javax.servlet.ServletException tossed:weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/cs_deployed/UI/Layout/LeftNavigationAction.jsp
    LeftNavigationAction.jsp:145:37: The method join(Iterator, String) in the type StringUtils is not applicable for the arguments (List<String>, String)
                   treeData.put("tabs", StringUtils.join(filteredTabs, ","));
    ^-^
    LeftNavigationAction.jsp:149:44: The method join(Iterator, String) in the type StringUtils is not applicable for the arguments (List<String>, String)
                   treeData.put("excludetabs", StringUtils.join(excludedTabs, ","));
    ^-^
    [2013-01-03 13:16:27,584 IST] [ERROR] [.kernel.Default (self-tuning)'] [com.fatwire.logging.cs] Unable to evaluate element UI/Layout/LeftNavigationAction
    [2013-01-03 13:16:27,584 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.cs.ui.framework] An exception occurred
    com.fatwire.cs.ui.framework.UIException
         at com.fatwire.cs.ui.framework.UIController.reportError(UIController.java:171)
         at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:157)
         at jsp_servlet._jsp._cs_deployed._fatwire._ui._controller.__controller._jspService(__controller.java:89)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1908)
         at COM.FutureTense.Common.CS.CallElement(CS.java:1603)
         at com.openmarket.xcelerate.jsp.controller.CallElement.doEndTag(CallElement.java:55)
         at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)
         at jsp_servlet._jsp._cs_deployed._ui.__layouthtml._jsp__tag4(__layouthtml.java:300)
         at jsp_servlet._jsp._cs_deployed._ui.__layouthtml._jspService(__layouthtml.java:140)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1908)
         at COM.FutureTense.Common.CS.CallElement(CS.java:1603)
         at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:147)
         at jsp_servlet._jsp._cs_deployed._fatwire._ui._controller.__controller._jspService(__controller.java:89)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1549)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1248)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:454)
         at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
         at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:252)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-01-03 13:16:27,585 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.request] Exception including resource /jsp/cs_deployed/fatwire/ui/controller/controller.jsp
    com.fatwire.cs.ui.framework.UIException
         at com.fatwire.cs.ui.framework.UIController.reportError(UIController.java:171)
         at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:157)
         at jsp_servlet._jsp._cs_deployed._fatwire._ui._controller.__controller._jspService(__controller.java:89)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1908)
         at COM.FutureTense.Common.CS.CallElement(CS.java:1603)
         at com.openmarket.xcelerate.jsp.controller.CallElement.doEndTag(CallElement.java:55)
         at com.openmarket.framework.jsp.Base.doEndTag(Base.java:143)
         at jsp_servlet._jsp._cs_deployed._ui.__layouthtml._jsp__tag4(__layouthtml.java:300)
         at jsp_servlet._jsp._cs_deployed._ui.__layouthtml._jspService(__layouthtml.java:140)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1908)
         at COM.FutureTense.Common.CS.CallElement(CS.java:1603)
         at com.fatwire.cs.ui.framework.UIController.execute(UIController.java:147)
         at jsp_servlet._jsp._cs_deployed._fatwire._ui._controller.__controller._jspService(__controller.java:89)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2936)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2530)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1549)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1248)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:454)
         at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
         at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:252)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-01-03 13:16:27,585 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.jsp] Failure executing JSPfatwire/ui/controller/controller Exception calling include: page:/jsp/cs_deployed/fatwire/ui/controller/controller.jsp
    com.fatwire.cs.ui.framework.UIException tossed:null
    [2013-01-03 13:16:27,586 IST] [ERROR] [.kernel.Default (self-tuning)'] [com.fatwire.logging.cs] Unable to evaluate element fatwire/ui/controller/controller
    =========================================================
    Please help me to get this resolve.
    Many Thanks,
    Pankaj

    I solve it changing \jsp\cs_deployed\UI\Layout\LeftNavigationConfig.jsp
    lines                // make the list of tabs available as a comma-separated string
                   treeData.put("tabs", StringUtils.join(filteredTabs, ","));
                   // make the list of tabs that will be excluded in essence
                   // filtered out as a comma-separated string               
                   treeData.put("excludetabs", StringUtils.join(excludedTabs, ","));
    for
                   // make the list of tabs available as a comma-separated string
                   treeData.put("tabs", StringUtils.join(filteredTabs.iterator(), ","));
                   // make the list of tabs that will be excluded in essence
                   // filtered out as a comma-separated string               
                   treeData.put("excludetabs", StringUtils.join(excludedTabs.iterator(), ","));
    but I dont belive that can be the best solution

  • Profile Manager Web Interface Not Loading

    I set up a Mac mini with 10.9 and Server 3.1.2 to be our MDM server. After the initial configuration the https://<servername>/profilemanager and /mydevices web interfaces work just fine. I'm able to enroll five test OSX and iOS devices. Then I come in the next day and the /profilemanager web interface is unreachable. The /mydevices web interface still works though.
    I tried reinstalling 10.9 and server and setting up from scratch and the problem repeats itself the next day. According to this thread deleting Server.app and reinstalling is one solution, but that did not work. I also tried resetting the Profile Manager, but that did not solve this issue either.
    When trying to load /profilemanager on the server, a MacBook, and iPad, Safari will just hang when loading the page. The title bar changes to "Admin," the blue status bar hangs, and the page does not load.
    This one is baffling. Any suggestions as to what to do would be most appreciated.

    xcscredd(1156) deny file-read-metadata /Library/Server/ProfileManager
    Process:         xcscredd [1156]
    Path:            /Applications/Server.app/Contents/ServerRoot/System/Library/CoreServices/XCSCre dentialServer.bundle/Contents/MacOS/xcscredd
    Load Address:    0x10a244000
    Identifier:      com.apple.XCSCredentialServer
    Version:         1 (1.0)
    Build Info:      255-XCSCredentialServer~32000000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2014-05-21 16:46:38.051 -0500
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib                  0x00007fff965a20aa __getattrlist + 10
    1   Security                                0x00007fff8c81f9de ___ZN8Security15cached_realpathEPKcPc_block_invoke_2 + 260
    2   libdispatch.dylib                       0x00007fff8c95a28d _dispatch_client_callout + 8
    3   libdispatch.dylib                       0x00007fff8c95b146 _dispatch_barrier_sync_f_invoke + 39
    4   Security                                0x00007fff8c81f864 Security::cached_realpath(char const*, char*) + 148
    5   Security                                0x00007fff8c676529 Security::DbName::CanonicalizeName() + 209
    6   Security                                0x00007fff8c676418 Security::DbName::DbName(char const*, cssm_net_address const*) + 144
    7   Security                                0x00007fff8c68292c Security::DLDbIdentifier::DLDbIdentifier(cssm_subservice_uid const&, char const*, cssm_net_address const*) + 100
    8   Security                                0x00007fff8c6c53a4 Security::NameValueDictionary::MakeDLDbIdentifierFromNameValueDictionary(Securi ty::NameValueDictionary const&) + 206
    9   Security                                0x00007fff8c6c4e82 Security::KeychainCore::CCallbackMgr::consume(unsigned int, unsigned int, Security::CssmData const&) + 192
    10  Security                                0x00007fff8c7f679b Security::SecurityServer::NotificationPort::ReceiveImplementation(unsigned char*, unsigned int, Security::UnavailableReason) + 189
    11  Security                                0x00007fff8c7f686b ___ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7Me ssageE_block_invoke + 21
    12  Security                                0x00007fff8c7f6839 Security::SecurityServer::NotificationPort::HandleRunLoopTimer(__CFRunLoopTimer *, void*) + 19
    13  CoreFoundation                          0x00007fff9127e494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    14  CoreFoundation                          0x00007fff9127dfcf __CFRunLoopDoTimer + 1151
    15  CoreFoundation                          0x00007fff912ef5aa __CFRunLoopDoTimers + 298
    16  CoreFoundation                          0x00007fff91239755 __CFRunLoopRun + 1525
    17  CoreFoundation                          0x00007fff91238f25 CFRunLoopRunSpecific + 309
    18  Foundation                              0x00007fff908cfadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    19  Foundation                              0x00007fff9091810b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    20  xcscredd                                0x000000010a245e6f
    21  libdyld.dylib                           0x00007fff8c9585fd start + 1
    Binary Images:
           0x10a244000 -        0x10a256fff  com.apple.XCSCredentialServer (1.0 - 1) <75a88431-46dc-35fc-8350-f97c59b411df> /Applications/Server.app/Contents/ServerRoot/System/Library/CoreServices/XCSCre dentialServer.bundle/Contents/MacOS/xcscredd
        0x7fff8c670000 -     0x7fff8c8caffd  com.apple.security (7.0 - 55471.14.4) <1d5da20e-db48-3e1d-9bf5-baa694192b25> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8c955000 -     0x7fff8c958ff7  libdyld.dylib (239.4) <7c9ec3b7-dde3-33ff-953f-4067c743951d> /usr/lib/system/libdyld.dylib
        0x7fff8c959000 -     0x7fff8c973fff  libdispatch.dylib (339.92.1) <c4e4a18d-3c3b-3c9c-8709-a4270d998de7> /usr/lib/system/libdispatch.dylib
        0x7fff90867000 -     0x7fff90b65fff  com.apple.Foundation (6.9 - 1056.13) <2ee9ab07-3ea0-37d3-b407-4a520f2cb497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff911c9000 -     0x7fff913aefff  com.apple.CoreFoundation (6.9 - 855.16) <a63e680e-e4b2-368b-8564-9dbe0d8ddb91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9658d000 -     0x7fff965a9ff7  libsystem_kernel.dylib (2422.100.13) <498aebd7-4194-3cf2-aa16-d5d03ffbd8c0> /usr/lib/system/libsystem_kernel.dylib

  • Cisco SA 520W Web Interface not loading.!!

    Hi
    Im going to start with saying this appliance is really winding me up!! The unit has been working fine for a while and i now need to make some changes. The unit is passing traffic fine, URL filtering is working fine however when i load the web page to control it says "The server is down.
    Connection failed " I have rebooted the device numerous times with no luck. I have tried a different laptop, cleared out cookies and all ie cash. tried a different browser. To no avail. Am loosing faith in this device
    Any ideas

    Hi accidentexchange,
    Did you fail to log in when accessing the SA 520W thru both HTTP and HTTPS?
    https://LAN_IP_address_of_SA520W/
    http://LAN_IP_address_of_SA520W/
    Furthermore,  can you give us an overview of your network topology and user info.  If  possible, can you provide us the configuration and dbglogs from your SA  520W so that I can forward to the development team?
    To get the dbglog from SA520W, login through web UI and in the browser enter the following URL:
    https://LAN_IP_address_of_SA520W/scgi-bin/dbglog.cgi        
    These   logs will store password, so please remove any password sensitive   information. Also if you are not comfortable posting the dbglog on the   community, you can send it directly to me through private message.
    Cheers,
    Julio

  • EA6500 - interface not loading after removing dhcp option

    Hi,
    I just configured my brand new ea6500. User interface looks very dummy-proof btw.
    I have setup my internet connection .. configured the wireless ect ..
    Since I changed the setting that the router doesn't has to be dhcp i can't connect to the interface anymore..
    For all the morrons that will tell me that i'm not in the same range of the router..
    I'm currently connected to the internet using the WiFi off that router.
    I can ping the device .. can logon to the devices webconfig .. but after entering the password.. it keeps saying  ( waiting under a turning circel ). ..
    I have created a smart WiFi account but when i try to connect to the site .. It's telling me that i have to try it from a computer that is connected to the router ..
    I have tried this using IE and FF and even Chrome ..
    Looks like the device is just a WiFi and not a smart-one ;-) ;-)
    I don't want to reset and do my config over again if it is a known issue...
    Please advice

    There is a known GUI lockout bug. Power cycling usually fixes it temporarily.
    Having said that.......I've never disabled DHCP so I cannot say for sure that is what you are experiencing.
    See page 35 of "share your experience with Cisco connect cloud" for workaround.
    There's been over 100 people that have reported this bug since late November on this forum......and nothing has been done.
    Nothing has been done except for people to tell you to reset your router to factory defaults. Just because they like saying it. some forum members will act like they've never heard of the bug even though they've posted in GUI lockout bug threads 20 to 30 times in a 30 day period.
    You should call Cisco and ask them what the ETA is for fix.

  • Rmi interface not loading when invoked from class in package

    Hi, It would be a great help if you could help me out with the following problem:
    The RMIClient fails to detect the remote object interface in the current directory when i place it within a package.
    1) I tried placing the remote object interface in the same package - this didn't change the error output.
    2) I tried to import the remote object by placing the parent's parent directory in the classpath - a new error popped up saying the file did not contain any class! Since its an RMI interface extending remote, it dosen't involve a class directly.
    The following is my client code:
    package java.util.logging;  // Without this line, this client works fine.
    import java.rmi.*;
    import java.rmi.server.*;
    import java.io.*;
    import java.util.logging.*;
    import logTest.RMIChannel;
    public class RMIChannelClient
       public static void main(String[] args)
          System.setProperty("java.security.policy", "client.policy");
          System.setSecurityManager(new RMISecurityManager());
          String url = "rmi://acrux.cis.ksu.edu/";
          LogRecord record= new LogRecord(Level.ALL,"");
          try
             RMIChannel rc = (RMIChannel)Naming.lookup(url + "RMI_Channel");
          rc.sendRecord(record);
          catch(Exception e)
             e.printStackTrace();
    }The following is my interface extending remote:
    //package java.util.logging;  // I tried adding and removing this line but to no avail
    import java.rmi.*;
    import java.util.logging.LogRecord;
    public interface RMIChannel extends Remote
      String getDescription() throws RemoteException;
      void sendRecord(LogRecord record) throws RemoteException;
    }Could anyone suggest a solution to this issue?
    Thanks.

    ok. i was hoping to write my own logging class (extending upon sun's classes). while doing this, i found that LogManager.getStringProperty() is not a public method and cannot be accessed outside the java.util.logging package and the compiler complained. So i tried placing my file in java.util.logging package and it compiled fine. Is there a way i can use a method thats not declared public without importing its package?

  • WRT54G v6 Web Interface Not Loading Properly

    I just bought a WRT54G v6 router.  When I tried to configure it via the web interface at 192.168.1.1, the web page came up, but only partially.  None of the links were visible.  After reading other posts, I tried upgrading to the latest firmware WRT54Gv5v6_v1.02.2_fw.bin via the Management Mode because the normal web mode wasn't accessible.  The upgrade appeared to work, but the following screen was blank instead of saying "Upgrade Success".  I cycled power.  The normal web page showed the new firmware version number, but the page still was missing its links.  I tried the upgrade procedure again with the same results.
    I downloaded the EasyLink Adviser and let it configure the router.  It appears to have been successful.  However, I tried the web interface afterwards, and the page is still not showing the links properly.
    Is my web interface issue an indication of future troubles with the router?  Is there any way to get the interface to work properly?
    I have tried the web interface with both IE and FireFox, and with my firewall/antivirus software turned off.  The Cisco logo indicator is the normal solid amber.  The power light is solid on.  The WLAN/1/Internet indicators are on and blink with net traffic.  I cannot find any other indicators of router trauma other than the web interface.

    Hi there, Lumen!
    Have you tried resetting the router?
    At the back panel of the router, you'll find a reset button on it. Press on it for 30 seconds while the router is on. After doing so, you could let go of the reset button and then take out the router's power cord for like ten seconds and plug it's cord back it. After that time, check if you'll have the proper lights on the router again and see if you'll be able to see the whole router's setup page this time.

  • Hp software interface does not load after installing printer 6500A plus

    I own a 6500A plus printer that is connected via wifi to my windows 8.1 laptop. At certain point in time the desktop icon stopped functioning, i.e double cliking it does not do anything. The same happens if i do that through start->programs->hp...
    more info:
    1. running HP Officejet 6500 E710n-z.exe from the install folder does nothing (also when running as admin)
    2. installation of the software (the full package) completes with no errors
    3. printer prints fine and scans throught the printer interface wihtout a problem
    4. tried uninstall and reinstall 2-3 times, both as a wireless printer and USB printer, no errors during install
    5. The hp print and scan doctor, finds no problem and at the end im able to run Test Scan and the interface opens and works fine.
    6. i ran sfc /scannow it says it founds some problems it cant repair - dont know if it means anything
    7. in the Devices and Printers screen i see the printer listed and i'm able to print a test page
    dontknow what to do next

    Hello Salmonela,
    Welcome to the HP Support Forums!
    That is a very well done post, very informative. Regarding the software interface not loading, I would like to suggest a means of uninstall and install that you may not have tried.
    I would like you to use the Microsoft Fixit to uninstall. Then use the HP Printer Install Wizard to install the software again.
    Let me know if this clears things up.
    Happy Turkey Day!
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • My photo albums do not load in Internet Explorer

    Is there many compatibility issues between Explorer (IE) and iWeb? The photo albums I created in iWeb'09 do not load in IE but it worked fine in Safari and Firefox. How do I resolve this issue? Any clue would be most appreciated.
    Karim

    What version of IE are you using to view the site? If it's the last Mac version then dump it as it's so old and obsolete it is less than worthless. If you're using a PC with IE then make sure you've got the latest version. See Roddy's site on making iWeb sites as compatible with IE as possible: http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
    Here's a post by Roddy with links to areas of his site that are relevant: http://discussions.apple.com/thread.jspa?threadID=2021995&tstart=0

  • TMSPe 1.2 smart scheduler not loading

    I have installed new version of TMS 14.4 and TMSPe 1.2 on two redundant server which are load balanced through F5.The redundancy between the two  servers are working as expected but there is an issue with Smart scheduler interface not loading up on one of the server while the for other server it loads up with necessary icons without any issues.
    Both the server have same configuration and same set of application installed as per the guide, also tried accessing using different version for IE (9&10) & Chrome but with same error
    The server which does not load up the smart scheduler interface comes up with following error when i debug the webpage using console
    Failed to load resource: the server responded with a status of 404 (Not Found)
    Failed to load resource: the server responded with a status of 503 (Service Unavailable)
    Any pointers will highly be appreciated !

    The issue got finally resolved by running the following commands on TMS server (run the command as administrator on command prompt) & restart the server
    %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
    %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

  • Welcome screens do not load - ID, PS, AI.

    We have disabled the initial 'What's New' welcome windows (those that have the tips and tutorials for new beginners) that load when my CC apps start up (Illustrator, photoshop, indesign) but in the past couple of weeks the regular welcome screens - with recent files, create new, learn etc do not load. The window is there, it just stays blank (except Dreamweaver - that works). This is happening on both macs used by our designers:
    Both running Yosemite 10.10
    App versions:         
    App
    Release
    Build
    ID
    2014.1
    10.1.0.71
    PS
    2014.2.1
    20141014.r.257 x64
    AI
    2014.1.0
    18.1.0
    Thanks in advance for any assistance.

    I have this same problem; I can't disable the welcome screen because, well, the blank screen doesn't show the checkbox to stop the screen from popping up. I found a script on the Photoshop section of the Adobe forums which I downloaded and used to fix the problem in Photoshop, but I haven't found anything in the forums about fixing the problem in Illustrator or InDesign. This blank welcome screen pops up not only at application start-up, but whenever all documents are closed and the app is still running. So it's all day, every day. This is annoying. I need help fixing this.
    iMac, OS X 10.8.5, full CC user

  • I have an addon I wrote that uses an XPCom binary component. It will not load in Firefox 4? What do I need to do keep it working? How do I keep it up to date in the future?

    Hey Guys,
    There are a few related questions here. Let's start here:
    1. I have an add on I wrote for my company and it loads and works great on previous versions of Firefox but just stopped working with Firefox 4. Now with the latest version it seems my c++ binary xp com component is not loading. I get this unhelpful error:
    TypeError: Components.classes[cid] is undefined
    What do I have to do to get this working with both Firefox 4 and previous versions?
    2. We have a shipping product that people install as part of that installation we install this add in. What is the correct way to install the addin to support multiple versions of firefox.
    3. Over time new versions of Firefox will be developed and could break our users if something like this happens again. What is the best way for our users to be able to auto update this add on?

    I got my real add-on work on FF4 now. Here is what needs to do (on VS2005)
    In project property<br>
    C++<br>
    General/Additional Include Directories - xulrunner-2.0.en-US.win32.sdk\xulrunner-sdk\include<br>
    Preprocessor/Preprocessor Definitions - MOZ_NO_MOZALLOC;XP_WIN;XP_WIN32
    Linker<br>
    General/Additional Library Directories - xulrunner-2.0.en-US.win32.sdk\xulrunner-sdk\lib<br>
    Input/Additonal Dependencies- nspr4.lib xpcom.lib xpcomglue_s_nomozalloc.lib
    Update module cpp by following the sample<br>
    http://mxr.mozilla.org/mozilla-central/source/xpcom/sample/nsSampleModule.cpp
    Add two extra directives on chrome.manifest<br>
    interfaces &lt;path/to/your/xpt&gt;<br>
    binary-component &lt;path/to/your/dll&gt;
    Add unpack property to install.rdf if needed
    https://developer.mozilla.org/en/Install_Manifests#unpack

Maybe you are looking for

  • Unable to capture Action_Success event during update

    Hi I am using SAP-B1 2004. Using UIAPI, i am trying to do something when an item information in item master is updated. On update button click i am capturing the Before_Action =True event to do something. If the Item information is successfully updat

  • Mac mini input not supported

    After I power up my mac main with 10.4.1 os I type in my password, then the screen goes black and says " input not supported"

  • Shockingly bad audio on iTunes7 despite fixes

    Hi, I've recently upgraded to iTunes 7 and am having nothin gbut problems. Initially I got the scratchy audio problem which I fixed by downloading an even newer version and lowering the system volume - i had no problem before but it seems in order to

  • Query in Customer Credit Memo

    Hi, How can i clear Credit Memo against the customer Invoice. Also If i get the sales invoice the what is the proces i need to do. Rgds sunfico

  • Why is there no HBO go on the Uk update for apple tv

    Can someone tell me why, no HBO on the UK update, im a bit gutted to be truthful, if there is a UK version of Apple tv why have we got american football and american this n that, i never watch it nor do others i know who have got a apple tv you shoul