Can't find resource bundle -- this has to be a WL bug

Has anyone successfully used ResourceBundle to return a custom Object
instead of a string? I can get the .properties file to work, but I want to
return Objects, not strings.
As far as I can see, WebLogic 5.1 SP10 simply does not allow this to happen.
My package JAR in the classpath, i'm calling the fully qualified bundle -- I
even extracted the classes, replicated the package directory structure
within my classpath, and have a couple of orphaned classes hanging out
there.
All I get is 'Can't find bundle for base name' ... and I know its there and
in the classpath.

whoops...when I say Objects instead of strings I mean custom objects .. I
realize that a string is an object ;) ...

Similar Messages

  • Error on deployment "Can'f find resource bundle org.openide.util.NbBundle..

    i get this error when i try to run a page
    "java.util.MissingResourceException: Can't find resource for bundle org.openide.uitl.NbBundle$PBundle, key enterprise.deployapi.actions.modulestataction.deploy_failedDeployment Error -- Error loading deployment descriptors for _WebApplications1 -- This web app has no resource reference by the name of jdbc/Travelat java.util.ResourceBundle.getObject(ResourceBundle.java:314).."
    i have tried reinstalling and trying to undeploy all the deployed components but nothing seems to work..
    any help would be appreciated because i cannot run anything at all

    i get this error when i try to run a page
    "java.util.MissingResourceException: Can't find
    resource for bundle
    org.openide.uitl.NbBundle$PBundle, key
    enterprise.deployapi.actions.modulestataction.deploy_f
    ailedDeployment Error -- Error loading deployment
    descriptors for _WebApplications1 -- This web app has
    no resource reference by the name of jdbc/Travelat
    java.util.ResourceBundle.getObject(ResourceBundle.java
    :314).."
    i have tried reinstalling and trying to undeploy all
    the deployed components but nothing seems to work..
    any help would be appreciated because i cannot run
    anything at allYou're on the Early Access build?
    Do you run in a locale other than en?
    I looked at the code and that string is in the right source/build files. So something is really strange here.
    The other interesting question is, what did you try to do? Apparently there is some problem with the jdbc/Travel resource.
    Thanks,
    -- Marco

  • Sometimes can't find resource bundle key Tomcat1.3

    I have run into this problem twice now. It appears to happen after I call an update jsp and then forward after the update to another page. The update page does not have any resource bundle information, the calling page does and the page I forward (<jsp:forward page="mgrusereditor.jsp?frmMessage=U" />) to does. It only happens in specific instances and is the exception. A few of the keys show, then it cannot find the next one and generates an error. In the latest instance, about ten keys work and the eleventh does not work.
    There are about 400+ keys now and it will grow to over 1000 keys by the time this project is finished.
    The error is consistent in terms of where it happens and which key is not found. If I eliminate this key reference, sometimes the next key may have the probelm as in the current problem, sometimes a key a few down has the problem.
    The update jsp has a number of conditionals which forward differently, depending on the status of two variables. I have checked the condiditonals thinking that I may be not getting out of the page after the forward, but it appears that every forward, is the end of the executed code for the update page - although I am running a new test on the logic to ensure this (I have walked through it manually, counted the brackets, removed pieces of it, now I will try a more exhaustive test of the logic).
    Any ideas.

    I'm no JSP expert...but could this be related to page buffer size? If you increase the buffer size, what happens?
    You might want to post this over on the JavaServer Pages forum as well.
    Trying to be helpful despite lack of knowledge,
    John O'Conner

  • Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle

    Hi,
    I'm trying to integrate Business Objects XI portlets and I received this error:
    An error has occuredCan't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments java.util.MissingResourceException: Can't find resource for bundle com.plumtree.portlet.util.PortletResourceBundle, key jsp.ExplorerView.CorporateDocuments at java.util.ResourceBundle.getObject(ResourceBundle.java:314) at java.util.ResourceBundle.getString(ResourceBundle.java:274) at com.businessobjects.portlets.jsr168.enterprise.common.ExplorerHelper.getResourceString(Unknown Source) at jsp_servlet._jsp.__errormessage._jspService(__errormessage.java:206) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:622) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:412) at com.plumtree.portlet.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:118) at com.businessobjects.portlets.jsr168.enterprise.explore.Explorer.doView(Unknown Source) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:235) at javax.portlet.GenericPortlet.render(GenericPortlet.java:163) at com.plumtree.portlet.servlet.PortletServlet.service(PortletServlet.java:277) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) Does anybody know what could be wrong? What am I missing?Thanks a lot!Claudia

    hi Clinton,
    I'm using the last version available in the Product center (I think it is 1.03).
    The portlet.xml file is the one that comes with the BO portlets (see below).
    Thanks a lot!
    <?xml version="1.0" encoding="UTF-8"?>
    <portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    id="BusinessObjects Enterprise Portlets">
    <!-- id attribute is added for IBM WSRP , it will be deleted in the feature after IBM release its WPS -->
    <portlet>
    <portlet-name>BOPortlet</portlet-name>
    <display-name xml:lang="en">ListPortlet</display-name>
    <portlet-class>com.businessobjects.portlets.jsr168.enterprise.explore.Explorer</portlet-class>
    <!-- jsp URL starts-->
    <init-param>
    <name>Help Path</name>
    <value>/jsp/help/</value>
    </init-param>
    <!-- jsp URL ends-->
    <!-- General Appearance settings -->
    <init-param>
    <name>Show toolbar in footer</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show unavailable documents</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow subscription</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow searching</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Rows per page</name>
    <value>50</value>
    </init-param>
    <init-param>
    <name>Row separator</name>
    <value>lines</value>
    </init-param>
    <init-param>
    <name>Separator_Color_Front</name>
    <value>#FFFFFF</value>
    </init-param>
    <init-param>
    <name>Separator_Color_Back</name>
    <value>#F0F8FF</value>
    </init-param>
    <init-param>
    <name>Selected row bgcolor</name>
    <value>#4682B4</value>
    </init-param>
    <init-param>
    <name>Allow Paging</name>
    <value>true</value>
    </init-param>
    <!-- Navigation settings -->
    <init-param>
    <name>Custom sub-location</name>
    <value>23</value>
    </init-param>
    <init-param>
    <name>Remember active location for user</name>
    <value>false</value>
    </init-param>
    <init-param>
    <name>ActiveLocation</name>
    <value>23</value>
    </init-param>
    <init-param>
    <name>Open document in new window</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>ShowNavigationDropDown</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Inbox access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Documents access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Personal Categories access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Corporate Documents access</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Allow Corporate Categories access</name>
    <value>true</value>
    </init-param>
    <!-- Columns settings -->
    <init-param>
    <name>Show Alerts</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Type</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show From</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Updated</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Availability</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Folder</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Category</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Keyword</name>
    <value>true</value>
    </init-param>
    <init-param>
    <name>Show Author</name>
    <value>true</value>
    </init-param>
    <!-- Logging settings -->
    <init-param>
    <name>Logging</name>
    <value>none</value>
    </init-param>
    <init-param>
    <name>Enable Logging</name>
    <value>true</value>
    </init-param>
    <expiration-cache>0</expiration-cache>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>view</portlet-mode>
    <portlet-mode>edit</portlet-mode>
    <portlet-mode>help</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <supported-locale>fr</supported-locale>
    <supported-locale>ja</supported-locale>
    <supported-locale>zh_CN</supported-locale>
    <supported-locale>es</supported-locale>
    <supported-locale>it</supported-locale>
    <supported-locale>zh_TW</supported-locale>
    <supported-locale>ko</supported-locale>
    <supported-locale>de</supported-locale>
    <supported-locale>nl</supported-locale>
    <resource-bundle>com.businessobjects.portlets.jsr168.enterprise.common.Strings</resource-bundle>
    <portlet-info>
    <title>BOPortlet</title>
    </portlet-info>
    <portlet-preferences>
    <preference>
    <name>Submit on Click</name>
    <value></value>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Show toolbar in footer</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Show unavailable documents</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Allow subscription</name>
    <read-only>false</read-only>
    </preference>
    <preference>
    <name>Allow searching</name>
    <read-only>false</read-only>
    </preference>
    </portlet-preferences>
    </portlet>
    </portlet-app>

  • Can't find resource for bundle

    hi
    i'm trying to develop connection pool and get this exception:
    ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='empty message exce.', Arguments: ['java.lang.ClassCastException']--> : Can't find resource for bundle java.util.PropertyResourceBundle, key empty message exce.     
    can anyone help?
    thanks.

    Hi,
       See the following threads:
    Re: Canu0092t find bundle for base name com.sap.jdo.common.Bundle
    /message/1424336#1424336 [original link is broken]
    /message/1701220#1701220 [original link is broken]
    can't find type Resource
    java.util.MissingResourceException: Can't find bundle for base name com/sa
    Getting the Exception "Missing resource exception"
    Kind Regards,
    S.Saravanan.

  • Can't find resource for bundle java.util.PropertyResourceBundle, key Summar

    While invoking a specific reprot file using JRC API, i am getting the below exception. Can you anybody tell me what jar file or properties files are requried to be placed in the lib folder? I can send the total stack trace if requried.
    - Failed to load the resource 'SummaryOnNonRecurringField' from the bundle java.util.PropertyResourceBundle@5e9d7a.
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key SummaryOnNonRecurringField
         at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:311)
         at java.util.ResourceBundle.getString(ResourceBundle.java:274)
         at com.crystaldecisions.reports.common.CrystalResources.loadString(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalResources.loadMessage(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.a(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.getLocalizedMessage(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.getMessage(Unknown Source)
         at java.lang.Throwable.getLocalizedMessage(Throwable.java:266)

    Hello Srinivasa,
    -Have you used any database connectivity for your report (like JDBC or ODBC)? Does your report work fine from designer ?
    -The reason you are getting this error might be that the u201Cojdbc14.jaru201D or the JDBC driver type jar file you are using might not be present in the u201CCRConfig.xmlu201D class path location.
    -For resolving this error message, please add the u201Cojdbc14.jaru201D to the CRConfig.xml file class path present in the folder u201CC:\Program Files\Common Files\Business Objects\3.0\javau201D for CR XI.
    -Also, please make sure whether you have copied the JDBC driver to the WEB-INF\lib folder.
    -Apart from this.please make sure that you have copied all the JAR files from business objects lib folder inside lib folder of your application.
    Thanks,
    Chinmay

  • File upload in KM throws a system exception: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key xtlt_Required

    Hi All,
    We are on Netweaver 7.01 SP14. (well I understand we are way behind patch levels, but a simple file upload should be working ?/)
    We are trying to upload (HTML &/ Image) a file in one of the KM's public folder.
    As and when we select folder and click on upload we get the below message:
    Below is the error trace details:
    Full Message Text
    com.sapportals.wdf.WdfException
    at com.sapportals.wcm.control.edit.ResourceUploadControl.render(ResourceUploadControl.java:688)
    at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:42)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.WdfCompositeController.internalRender(WdfCompositeController.java:709)
    at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:674)
    at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:408)
    at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:238)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:134)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:133)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:88)
    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:645)
    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:249)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:557)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1064)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    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:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    --- Nested WDF Exception -----------------------
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key xtlt_Required
    at java.util.ResourceBundle.getObject(ResourceBundle.java:327)
    at java.util.ResourceBundle.getObject(ResourceBundle.java:324)
    at java.util.ResourceBundle.getString(ResourceBundle.java:287)
    at com.sapportals.wcm.util.resource.ResourceBundles.getString(ResourceBundles.java:55)
    at com.sapportals.wcm.control.base.WcmBaseControl.getBaseBundleString(WcmBaseControl.java:150)
    at com.sapportals.wcm.control.base.WcmBaseControl.getBaseBundleString(WcmBaseControl.java:176)
    at com.sapportals.wcm.control.edit.ResourceUploadControl.renderUploadFileContent(ResourceUploadControl.java:773)
    at com.sapportals.wcm.control.edit.ResourceUploadControl.render(ResourceUploadControl.java:655)
    at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:42)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
    at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
    at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
    at com.sapportals.wdf.WdfCompositeController.internalRender(WdfCompositeController.java:709)
    at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:674)
    at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.htmlb.Container.preRender(Container.java:120)
    at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:408)
    at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:238)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:134)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:133)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:88)
    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:645)
    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:249)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:557)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1064)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    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:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) 

    Hi Vijay,
    Thanks for the quick reply.
    I have gone through the notes 1535201  & now on 1606563  after your advise.
    Both the notes says the fix is available on 7.01 after SP 07 and we are on SP 14 already.
    Also just in case I did checked with our basis and they confirmed we are a head and we have the above notes in our release already.
    Unfortunately the notes are not the solution to the investigation till date.
    Thanks,
    Sai

  • Is it possible to share my calendar with all my subscription? If so How can i find URL for this?

    Is it possible to share my calendar with all my subscription? If so How can i find URL for this?

    Hi yilmazfromlondon,
    The resource below explains how to share your iCloud calendars publicly.  Is this what you are asking about?
    iCloud: Share a calendar with others
    http://support.apple.com/kb/PH2690
    iCloud: Share a calendar with others
    You can share a calendar both publicly and privately with other people. For specifics about viewing and editing privileges for shared calendars, and how participants can access the calendars, see Calendar sharing overview.
    Share a calendar privately
    Click the Share button to the right of the calendar name in the sidebar, then select Private Calendar.
    Note: You can also share the same calendar publicly. For instructions, see the next task, “Share a calendar publicly.”
    Type the invitee’s email address in the Add Person field and press Return.
    Click the pop-up menu with the invitee’s name and choose access privileges (View & Edit or View Only).
    For each person you want to share the calendar with, repeat steps 2 and 3.
    When you’ve invited everyone and set their privileges, click OK.
    Invitation emails are sent from your iCloud email address to the participants you specified.
    Share a calendar publicly
    Click the Share button to the right of the calendar you want to share, then select Public Calendar.
    Note: You can also share the same calendar privately. For instructions, see the previous task, “Share a calendar privately.”
    To invite people to view the calendar, click Email Link.
    Type one or more email addresses in the To field, then click Send.
    The people you specify automatically receive an invitation email that includes the calendar’s URL. An invitee doesn’t need to be an iCloud user to accept an invitation to view a shared public calendar.
    In the sidebar, a shared calendar has a dark Share button.
    You can also resend invitations to one or more invited participants at any time.
    Last Modified: Feb 5, 2015
    Cheers,
    Judy

  • Downloaded aquarium screen saver. Says can not find Resource file

    Downloaded Auaruim screen saver, installed it, but can not find Resource File.

    >Funnily enough it loaded on an old pc easily!
    Hi
    This means that drivers are ok and there must be something wrong with the system preinstalled on Equium U400.
    How did you proceed?
    Its important that you would NOT connect the Dynadock to the notebook before the drivers and software installation has not been finished.
    Therefore you have to install the software firstly. Then after new reboot connect the Dynadock to the notebook and the installation would finish the next steps.

  • Serena Dimensions plugin can not find resource when syncronizing new item

    We use
    Serena Dimensions 2009R03
    Oracle JDeveloper 11.1.1.3.0
    Serena Dimensions extension 11.1.1.3.37.56.60
    We have managed to link an application to a Dimensions project, and syncronizing files that exisit in the repository works fine, but when adding new files to the repository, JDev crashes with an exeption:
    Performing action Add...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    java.util.MissingResourceException: Can't find resource for bundle oracle.jdevimpl.vcs.dimensions.res.Resource, key Failed to {0} file {1}
    j.util.ResourceBundle.getObject(ResourceBundle.java:384)
    j.util.ResourceBundle.getObject(ResourceBundle.java:381)
    j.util.ResourceBundle.getString(ResourceBundle.java:344)
    o.ji.vcs.dimensions.res.Resource.get(Resource.java:23)
    o.ji.vcs.dimensions.res.Resource.format(Resource.java:31)
    o.ji.vcs.dimensions.session.DMVersionOperation.convertToDMException(DMVersionOperation.java:98)
    o.ji.vcs.dimensions.session.DMVersionOperation.convertToDMException(DMVersionOperation.java:73)
    o.ji.vcs.dimensions.session.DMAdd.performOperation(DMAdd.java:121)
    o.ji.vcs.dimensions.op.DMAddOperation$1.doInvocation(DMAddOperation.java:113)
    o.j.vcs.spi.VCSDirectoryInvokable.runInvokableImpl(VCSDirectoryInvokable.java:199)
    o.j.vcs.spi.VCSDirectoryInvokable.runInvokable(VCSDirectoryInvokable.java:117)
    o.ji.vcs.dimensions.op.DMAbstractOperation.invokeCommandImpl(DMAbstractOperation.java:141)
    o.ji.vcs.dimensions.op.DMAbstractOperation$1.doCommitOperation(DMAbstractOperation.java:102)
    o.j.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
    The item is not created.
    It makes no difference if subversion i active at the same time or not.
    Syncronizing with the Dimensions client or from a file explorer works fine.
    I have tried to reinstall both jdev, Dimensions client and the extension with the same result.
    This makes the extension pretty useless.
    /Kim

    Hi,
    1. Disabling auto checkout
    go to menu Tools -> Preferences -> Versioning -> Dimensions -> General
    this is the GUI approach to manipulating the preferences xml file that you have found. You should never need to amend this file manually
    1.c/2 We have an ER to provide a way to work on a file locally/writeable. It is not possible in this version. You could use the file system to set the file to writeable, but it is not supported
    3.a the Help files are the only documentation that we provide. It is not expected to be a full tutorial on Dimensions, but to support using the JDEV UI to interact with Diremnsions.
    What do you feel is missing from help?
    I have noticed that the Tools - Preferences for Dimensions are not documented in help and I will get a bug raised for that.
    b. the lock icon does, indeed, mean logged out. If you hover the mouse over the file in question the tool tip gives the meaning of the icon.
    ii. I don't recognise this second icon. Can you reproduce it and hover over the file - let me know what it is, I will get the icons updated in Help
    rgds
    Susan
    susanduncan.blogspot.com

  • Can't find resource exception

    I've installed JDK1.4 and forte for java 3.0 recently. However, every time I try to start the forte IDE, an exception " Can't find resource for bundle java.util.PropertyResourceBundle, key PageSetup" occurs amid the initialization and the IDE hangs up. Can somebody give me some idea what's going wrong and how to solve this problem. Thanks

    Try using a different JDK version may be 1.3.
    Change the jdkhome in bin\ide.cfg file
    for example
    -jdkhome C:\JDK1.3 -J-Xmx96m -J-Xss1024k -J-Xms24m -J-Xverify:none

  • Can't find resource key "BeanUtils.NoGetter"

    I am running a simple jsp page that looks at a JavaBean. Here is my error.
    500 Internal Server Error
    /test/UsingInterestBean.jsp:
    Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties
    java.util.MissingResourceException: Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties
         at allaire.jrun.util.RB.getString(../util/RB.java:226)
         at allaire.jrun.util.RB.getMessage(../util/RB.java:681)
         at allaire.jrun.util.RB.getString(../util/RB.java:435)
         at allaire.jrun.jsp.BeanUtils.getProperty(../jsp/BeanUtils.java:67)
         at allaire.jrun.jsp.JRunJSPStaticHelpers.getBeanProperty(../jsp/JRunJSPStaticHelpers.java:294)
         at jrun__UsingInterestBean2ejsp16._jspService(jrun__UsingInterestBean2ejsp16.java:83)
         at allaire.jrun.jsp.HttpJSPServlet.service(../jsp/HttpJSPServlet.java:40)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
         at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
         at allaire.jrun.servlet.JRunNamedDispatcher.forward(../servlet/JRunNamedDispatcher.java:34)
         at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:175)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013)
         at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925)
         at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88)
         at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131)
         at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330)
         at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107)
         at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
         at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
    Thanks for your help in advance.

    This error:
    >
    Can't find resource key "BeanUtils.NoGetter" in base
    name allaire/jrun/jsp/resource.properties
    java.util.MissingResourceException: Can't find
    resource key "BeanUtils.NoGetter" in base name
    allaire/jrun/jsp/resource.properties
    is saying that in the file called resource.properties , it is unable to find the key called BeanUtils.NoGetter ---- the properties file is a resource bundle , it is supposed to have key value pairs , whatever application is trying to access that resource bundle is looking for the key but unable to find it.
    You can debug your code and see what part of your code is trying to access the key called "BeanUtils.NoGetter" in the properties file and see if you could comment out the code.
    If you can't modify that code then check with Allaire / JRun support team or their forums because the property file is theirs.

  • How can I find out if someone has stolen my Apple ID?

    Hi there,
    I have updated my Iphone with the latest version of the Itunes. I tried to log on using my Apple Account and it didn't recognised my password. Then I used my computer to rset the password. I answered all the security questions and I received a notification on my e-mail confirming that my password has changed.
    I tried to log on then and it said that my user name doesn't exist or doesn't recognise it. I tried to answer the security questions again and my birthday doesn't match? How can I find out if someone has stolen my ID. I need to download my App's previously purchased and my credit card details is in there.
    I am using an alternative Apple Account to post this message.
    Please, help.
    Many thanks,
    Francisco.

    expresslane.apple.com.... or you can call 1800MYAPPLE..... Your id may just be disabled

  • HT1420 I can't find the "authorize this computer" on the itunes store

    I can't find the "authorize this computer" on the itunes store

    Authorization and Deauthorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • When will Verizon Cell Tower installed in 2013 on Ridge Road in Town of Broome, Schoharie CountyNY be turned on? Where in the Verizon Co. can I find out about this

    A cell tower was installed in 2013 on Ridge Road in Town of Broome, Schoharie CountyNY. It appears to be ready to operate. When will it be turned on? Where in the Verizon Co. can I find out about this. I now depend on an unreliable and expensive dish-satellite system for internet access and would like to be able to take advantage of my Verizon WiFi cell to connect. Who and how do I contact Verizon to find out? Many thanks.

    Are you sure it isn't turned on? Are you sure it is even a Verizon tower? If it is a Verizon tower, it may not be turned on yet because it has not received approval from your local government. If it is awaiting approval, Verizon has no control about when approval will be granted.

Maybe you are looking for

  • The product distribution file could not be verified. It may be damaged or was not signed.

    Can't get my Mountain Lion download. Just get this error message. An Apple tech says wait a few days. Does anyone have a better answer. I'd really like the upgrade.

  • Regarding workflow agent index refresh

    Hi Friends:    I'm using the Fm RH_TASK_AGENTS_INDEX_REFRESH to refresh the agent index on a given task no.   Can anyone tell me that in which table this log gets stored. Also please give me the name of table in which the agent assignment will get st

  • No images in GoLive pdf conversion

    I'm setting up a webpage in GoLive and am trying to create a pdf to print out for others to review.  When I convert to pdf, the images that I have placed in the page do not appear in the pdf--I just get an empty box where the image should be.  The im

  • My Page on the OSX Server with non-iphone

    Hi, When I try to connect to an 'My Page' on the OSX server (10.6) with a non-iphone phone I don't get an login screen so I can't access my calender by phone. The phone I tried is from a minor brand called Nokia, I think they just sold just a couple

  • Can you skip a slide during a video?

    I work in radio sales and I am putting together a presentation that has music videos imbedded in it. After the video is over, the slide automatically advances to the next one. I want to be able to advance to the next slide during a video in case my c