Content Management not available

Hi
I made a full installation of EP 6.0, SP 12 with KM and TREX.
Everything is fine, except the "content Management"-area.
When I log in as content administrato and click on the "content management" tab the following exception occurs.
java.lang.NullPointerException
        at com.sapportals.wcm.repository.service.appproperties.PropertiesManager.getProperty(PropertiesManager.java:144)
        at com.sapportals.wcm.repository.service.layout.cm.LayoutService$ApplicationPropertyProxy.getPropertyValue(LayoutService.java:210)
        at com.sapportals.wcm.repository.service.layout.cm.LayoutService.readProfile(LayoutService.java:395)
        at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.readFolderSettings(CustomizingController.java:655)
        at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.initParamters(CustomizingController.java:295)
        at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.(CustomizingController.java:237)
        at com.sapportals.wcm.repository.service.layout.cm.customizing.CustomizingController.getInstance(CustomizingController.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.sapportals.wcm.repository.service.layout.customizing.CustomizingControllerFactory.createCustomizingController(CustomizingControllerFactory.java:141)
        at com.sapportals.wcm.repository.service.layout.customizing.CustomizingControllerFactory.getCustomizingController(CustomizingControllerFactory.java:30)
        at com.sapportals.wcm.rendering.layout.LayoutControllerFactory.getLC(LayoutControllerFactory.java:198)
        at com.sapportals.wcm.rendering.layout.LayoutControllerFactory.getLayoutController(LayoutControllerFactory.java:164)
        at com.sapportals.wcm.rendering.control.cm.WdfProxy.createLayoutController(WdfProxy.java:1955)
        at com.sapportals.wcm.rendering.control.cm.WdfProxy.prepareNestedControls(WdfProxy.java:1342)
        at com.sapportals.wcm.rendering.control.cm.WdfProxy.createNestedControls(WdfProxy.java:1221)
        at com.sapportals.wdf.stack.Control.create(Control.java:291)
        at com.sapportals.wcm.rendering.control.cm.WdfProxy.create(WdfProxy.java:1292)
        at com.sapportals.wdf.stack.Pane.createControls(Pane.java:464)
        at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:479)
        at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
        at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:479)
        at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
        at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:479)
        at com.sapportals.wdf.stack.Pane.createControls(Pane.java:458)
        at com.sapportals.wdf.stack.PaneStack.createControls(PaneStack.java:479)
        at com.sapportals.wdf.WdfCompositeController.doInitialization(WdfCompositeController.java:268)
        at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:659)
        at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
        at com.sapportals.htmlb.Container.preRender(Container.java:118)
        at com.sapportals.htmlb.Container.preRender(Container.java:118)
        at com.sapportals.htmlb.Container.preRender(Container.java:118)
        at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:937)
        at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
        at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
        at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
        at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:100)
        at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:331)
        at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
        at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
        at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
        at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
        at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
        at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
        at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
        at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:154)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:392)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
        at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
        at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
        at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
Has anyone an idea how to solve this problem.
thanks

hi,
is it possible that it has something to do with the following line:
com.sapportals.wcm.repository.service.appproperties.PropertiesManager.getProperty
it's a brand new installation of all components and perhaps some adjustments have to be done because obviously some "properties" are missing.
cheers!

Similar Messages

  • I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia.

    Please help! I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia. How can I fix this?

    Are you using a proxy server to access the net?
    Or another cause could be that your router thinks it's in its home country (probably china)
    I just don't know how to fix it. There's a way but I don't know enough to advise.
    You could try googling your router model and 'wrong country' or keywords like that and see if something comes up.

  • Re: content filters not available

    Branched from content filters not available
    AdaS (or anyone else @ VZW) --
    So... Here we are again. It is now a year since the issue was originally raised on here.
    Why does Verizon not want to develop content filters for customers on their 4G network with 4G LTE phones?? What are consumers not being told?
    The 3G content filter was developed by Verizon to allow the user filtering controls on the Verizon network. We want Verizon to replicate what it did for their 3G network and do the same when our 4G phones access their 4G network. What's the big deal??
    Please stop the running-in-circles-game. Don't keep sending us to the various manufacturers. That is not where the answer is. Why is this issue not important enough for Verizon to have addressed it by now?
    I apologize if I may be coming across as less than pleasant, but why does this have to be so frustrating??
    Message was edited by: Admin Moderator

    I think you misunderstand.  This thread is looking for the network content filtering to be available.  The S4 does not have content filtering as it has no options available when logged into my account.  The filtering you just suggested simply limits what apps you can choose to download out of the play store, not filtering the web traffic on the device.
    I checked out the link you sent, and under Family Safeguards and Controls, the option we are all wanting is the “Content Filters”.  However, these are the ones that simply display “Content Filters Not Available” when you go to configure them on your account.
    The question is, when is it going to be available or is it never?  If not, what 4G phones will it work on if any?
    This was an awesome feature with the 3G phones, but is a major loss so far with the 4G.

  • Content filters not available

    I want to turn on the content filters for a Samsung Galaxy S4, but get the message:
    The cell phone associated with this number is not compatible with the
    Content Filters service. If this is a 4G LTE device please check back at
    a later date as we are currently working to make these devices compatible.
    Go to Support/Device to see if a software update is available for your device.
    Does anybody know when they will be available on the S4?

    I think you misunderstand.  This thread is looking for the network content filtering to be available.  The S4 does not have content filtering as it has no options available when logged into my account.  The filtering you just suggested simply limits what apps you can choose to download out of the play store, not filtering the web traffic on the device.
    I checked out the link you sent, and under Family Safeguards and Controls, the option we are all wanting is the “Content Filters”.  However, these are the ones that simply display “Content Filters Not Available” when you go to configure them on your account.
    The question is, when is it going to be available or is it never?  If not, what 4G phones will it work on if any?
    This was an awesome feature with the 3G phones, but is a major loss so far with the 4G.

  • Movela netflix queue manager not available for download from blackberry app world

    I got a message for an upgrade available for this app, every time I try to run the upgrade it gives me "movela netflix queue manager not available for download from blackberry app world" message. I deleted appworld reinstalled it twice have the same issue. I had this problem before with another app when I deleted the app to reinstall it I had to pay for it again. I already contacted the vendor and they said the issue is with appworld. Is there any solution for this

    Hello randykico and welcome to the BlackBerry Support Community Forums.
    When you purchase an application in BlackBerry App World, you should be able to delete it and reinstall it without having to repurchase it.
    When you reinstall App World to refresh your purchases:
    Open BlackBerry App World.
    Click the Menu key, and then click
    My World
    Enter in your BlackBerry ID email and password, then click Login
    The application list will refresh automatically
    For each application that needs to be reinstalled, select it under the Uninstalled section and click
    Reinstall.
    Let me know how yo make out
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • EP60 SR1 + KM problems - Content management not working

    I have the above system installed and content management isn't working. It is installed on Windows 2003. The portal was installed and seems to me to be OK (SAP have another view - more later). Into this we installed KM. This doesn't work. When I carried out the post install checks "checking the KM Content iView" (page 48 of the install guide) I got the following error:
    <b>com.sapportals.wcm.repository.InvalidUriException: Invalid RID: No repository manager found: /documents
    at
    com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:400)
    at java.lang.Throwable.(Throwable.java:195)
    at java.lang.Exception.(Exception.java:41)</b>
    There are several more pages of "at com.sap....." messages but I suspect the clue is the "No repository manager" message. I logged an OSS message who reported that there were .ERR files in the deployment directories and that in the KM repositories there should be 19 repositories but "I could find very few". I was later told he could find only 3 repositories, but I still wasn't told which ones. I reprocessed the .ERR files succesfully. This had no effect. I then reprocessed all the par and ept files that you are asked to check in the post install processing (Page 49-50 of the install guide):
    com.sap.ib.bi.*
    com.sap.km.*
    com.sap.netweaver.*
    com.sap.workflow.*
    After this when I try to access "Content Admin -> KM Content" or "System Admin -> monitoring -> KM -> Component monitor" I get the following message
    <b>Item not found
    The item you are trying to access is not available.
    Check that the name or link is correct. You might also check whether
    the associated repository is currently accessible.</b>
    I don't have the portal in front of me at the moment, but I think that in the system admin message the "/" was replaced by "/runtime".
    I mentioned earlier that SAP stated in their OSS message that the portal was installed incorrectly so we should reinstall. I am not convinced that this is the case. I feel this is fixable.
    My next move will be to reprocess every .par and ept file I can find. Any help will be gratefully received.

    Tuval,
    When I returned the decision had been made to reinstall the portal, so I didn't get chance to check out your answer. I have now reinstalled everything and this problem no longer exists.
    Thanks for your time.
    Paul.

  • Image Content Item not available

    I am trying to add a new image content in Site Studio.
    I Click on the "New" icon -> "Copy" -> "From Local", choose the image (jpeg) and Fill Out the "Check-In" form. I see that the new content Item is added in the list of Images.
    1) I refresh the list. The newly added content is gone.
    2) I open my page inContributor mode. I go to image elementl and try to browse for this newly added image. I am not able to find it.
    3) I try searching for the image in UCM Search form - with the Content ID. I am still not able to find the content.
    So, I thought the content was not created in the first place and tried to upload my image again, with the same Content Id. It says my Content Id is not unique - only that I am not able to find the content with that Content Id.
    Can someone please help me debug this?

    So, another developer had created a Workflow (for testing some stuff) that will pickup all Images for Review. It was holding up all the images that I was uploading.
    Now, I got the workflow disabled. The Contents have gotten released, and those content are now available from the image element.
    Thanks.
    Edited by: 926653 on Nov 5, 2012 12:33 PM

  • Data Manager not available in the BPC 7.0 Action Pane

    Hi,
    I have just installed BPC 7.0 and everything is working fine, except I don't have access to the Data Manager.
    According to the BPC guide, this is how to start Data Manager:
    1. Click the Business Planning and Consolidation icon on your desktop.
    2. From the Business Planning and Consolidation launch page, select Business Planning and Consolidation for Excel.
    3. From the Getting Started - BPC for Excel action pane, select Manage Data.
    I don't have "Manage Data" as an option in the Action Pane. The options I have under Available Task Categories are: "Reporting & Analysis", "Journals" and "Open System Reports".
    I also do not have a menu called eData.
    Any ideas on what I can do?
    Thanks,
    Sam

    Please check your task profile....
    Make sure you  have all task profile related to data manager....do let us know if youstill face this problem

  • Media Manager Not Available

    I have Desktop Manager v4.7 installed.  When I go into Media, the Media Sync is availbe to use, but the Media Manager is not availble.  The start button is grayed out.  I did download the version with it included.
    Any ideas?

    Your BlackBerry desktop manager doesn't have Media Manager with it. You need to download and install Desktop Manager with Media Manager. Downloadlink is here -
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    Media Sync is saperate installation and that;s why it's present in your computer.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Show Package Content option not available in Ctrl+click

    Hi,
    I just installed Mozilla's Thunderbird email SW (v. 1.5.0.5) and I'm trying to import the mail I had accumulated previously in Mail 2.1 (this is under OS X Tiger 10.4.7, sadly running on a pretty old G4 400 MHz, AGP Graphics). The instructions from Mozilla seem pretty simple:
    <<How do I import e-mail messages from mail.app (MacOS X)?
    Go to ~/Library/Mail/ and root out the .mbox files in the finder. These are actually OSX packages. Select Show Package Contents and a new window will open revealing several files including a file named mbox. Copy that file to the subfolder called Local Folders in the folder Mail in your profile folder and rename it to something meaningful. This process needs to be done for each of your mailboxes. Finally start Thunderbird to see the new mail folders.>
    Well, I'm also a recent convert to OS X ('twas about time! I was still running OS 9.2.2 less than a month ago!), so I had never heard of "Show Package Contents". It seems that I should be able to see this in the contextual menu when I Ctrl+click (or right-click; I have a multi-button mouse) on the object (the *.mbox folder in this case). But my contextual menu has no such option.
    Any ideas?
    Louis

    Hmm... They do look like folders, don't they? Perhaps they were thinking of an earlier release of OS X...
    Anyway, what you describe is close but not exactly what I see. Let me describe to make sure the situation is clear: I am in home>Library>Mail>Mailboxes. Inside this, I have a set of *.mbox "folders", each of which contains only two items: an "info.plist" file and a "Messages" folder. The "Messages" folders (within each *.mbox folder) contain individual messages with the .emlx extension.
    So the *.mbox "folders" contain no mbox file that I can grab and move (and no index, content.index, of table of contents that you mention). Perhaps these are "hidden"? But I can't find an option anywhere to "Show hidden files".
    Ideas?
    Louis

  • Business Content is not available in BW

    Hi,
    I've just installed a new BW instance. I created a source system from R/3 instance, but on the Administrator Workbench: Business Content only display a technical content, there is no R/3 content like FI, CO and SD.
    How can I workaround this?
    Regards,
    Eduardo

    Hi,
    If you installed first time, it won't display any thing. SO in RSA1-> Bussiness content -> Object types. Then here you select the required objects and Install, then it will display the Active version Objects.
    (In R/3 goto RSA5 and see the BC object Datasources.)
    Thanks
    Reddy

  • Youtube content suddenly not available for last 2 days.  Everything else on gen 2 is fine. I can access Youtube with AirPlay from Ipad.

    I have been able to access Youtubes, my favorites, my own Youtube videos and playlists without a problem until 3 days ago.  I can play Youtube from my Ipad and use Air Play but eould prefer to access directly as I do Netflix, podcasts, etc. When I select Youtube it just churns but never opens.  Any thoughts?  I have done the upgrade and it worked fine after that as I recall.

    Read a bunch of posts from 2008 and 2010.  The only step I found that I hadn't tried was the ol' plug pull.  After that, I got the first movie I tried renting.  ???  At least it works now.

  • Error : Content not available in jsr 168 portlet in sun one portal 7.1

    I deployed jsr 168 portlet in Sun one portal and i have added that portlet ot one channel. But i am unable to see the content of that portlet
    NewPortlet      
    ERROR: Content is not available
    In the log file i am getting a null pointer exception
    java.lang.NullPointerException
         at com.sun.portal.portletappengine.impl.RequestResponseFactoryImpl.<init>(RequestResponseFactoryImpl.java:111)
         at com.sun.portal.portletappengine.PortletAppEngineServlet.init(PortletAppEngineServlet.java:121)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1099)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:931)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4183)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4535)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:811)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:646)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1331)
         at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:867)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1040)
         at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)
         at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:246)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)
         at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:288)
         at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:155)
         at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:258)
         at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:639)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:361)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:396)
         at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:703)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:305)
         at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:360)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
         at $Proxy1.invoke(Unknown Source)
         at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
         at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
         at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:264)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:235)
         at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2114)
    Please provide some help

    Hi,
    Thanks for bringing this issue. Yes, the message should be SEVERE. This will be fixed.
    You may also want to subscribe to [email protected] and bring up any issues, enhancements.
    Regards,
    Deepak

  • Shared content isn't available

    Setting up Family sharing and have credit cards verified and on both phones   When I try to download apps from phone one onto phone two I get a message that Shared content is not available.  "To access shared content your Family organizer must update your Family's payment method"  Which has been done

    Hi SqueekyF-15,
    Thanks for using Apple Support Communities. Based on what you stated, it sounds like Family Share is not liking the current payment method. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    Family purchases and payments - Apple Support
    Valid payment methods for setting up Family Sharing include credit cards and debit cards. 
    If the payment information is correct you can try a different payment method. 
    Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support
    Have a good one,
    Mario

  • Why is bones season7 not available this year.

    I am wondering if anyone knows why there isn't a season pass this year for Bones Season 7... any clues?

    Sorry, but no one here will know why any content is not available in the iTunes Store. Apple never makes statements that I've ever seen, so unless the show's network or owner says something, we just can't know. There could well be contractual issues between the talent and the producers, or the producers and the network, an exclusive deal signed with some other online provider, or any number of other reasons. Your guess is as good as ours.
    Regards.

Maybe you are looking for

  • Custom Order of Pictures not accepted

    Hi to all! It happen to me now on a regular basis. After ordering and pre-editing of newly imported files in my first 'neutral' project I drag them in groups into other existing projects. Now I would expect that the new pictures will than appear at t

  • Security update and kernel panic.

    After a security update i get this when I try to boot: A lot of text and at the end: Darwin Kernel Version 8.8.0: Fri Sep ... . . root:xnu-792.12.6.obj~1/RELEASE_PPC panic: We are hanging here.. Any tips???

  • Error when creating new AIR project

    Hi, I just downloaded the next Flex Builder 3 with included support for the Abode Integrated Runtime. I am trying to get an AIR project started which uses LiveCycle Data Services, as we are using RemoteObjects and DataServices. So on the first screen

  • How can I generate digital output?

    I was introduced to LabVIEW and NI Elvis last month and I have been asked to generate three digital signals to control three different relays. what are the basic steps I have to do to generate the signals

  • How do I set up wireless printing from my lide 120 to a brother hl-3170cdw

    Looks like scanners are the poor relative in the community, I do not see any place to ask this question other than "General Discussion". To expand on my subject line...there is absoutely no indication of communication between my Windows 8.1 laptop an