JHS-00117 not found in bundle JhsUserMessages_nl at commit time

Dear All,
We have a legacy JDeveloper 10.1.3.3 / JHeadstart 10.1.3.2.52 application using flex items. In the JH application definition file we've defined a group that contain both 'normal' bound items as well as a flexible region that displays flex items.
The group is based on a view object (instance). The VO is entity based and incorporates a number of attributes that are not mapped to SQL columns, rather the corresponding getter invokes a method on the entityimpl like so:
public String getWeegschaalPercEx() { //
//return (String) getAttributeInternal(WEEGSCHAALPERCEX);
return (String)this.getEntity(0).getAttribute("WeegschaalPercEx");
In the EntityImpl.java class, the queried attribute is actually derived from the value of a flex item:
public String getWeegschaalPercEx() {
//return (String)getAttributeInternal(WEEGSCHAALPERCEX);
String val = null;
val = (String)this.getFlexItemValue("AangeleverdeMutatieVoorWerkgever","DmrMutGeg","PERC_EX");
private Object getFlexItemValue(String groupName, String flexRegionName, String flexItemName) {
String mutatieId = this.getMutatieId().toString();
RowSetIterator rsIterator = this.getFlexItems(groupName, flexRegionName,mutatieId, null, null);
Object val = null;
while ( rsIterator.hasNext() ) {
FlexItemDefsOuterJoinedWithFlexItemsRowImpl item =
(FlexItemDefsOuterJoinedWithFlexItemsRowImpl)rsIterator.next();
if ( item.getName().equals(flexItemName) ) {
val = item.getItemValue();
break;
rsIterator.closeRowSetIterator();
return val;
public RowSetIterator getFlexItems(String group,
String flexRegion,
String keyValue1,
String keyValue2,
String keyValue3)
JhsApplicationModuleImpl jhsApModImpl = (JhsApplicationModuleImpl) this.getDBTransaction().getRootApplicationModule();
JhsModelServiceImpl jms = (JhsModelServiceImpl)jhsApModImpl.getNestedJhsModelService();
ViewObject vo = jms.getFlexItemDefsOuterJoinedWithFlexItems();
String naam = "FlexItemsFor" + group + flexRegion + keyValue1 + keyValue2 + keyValue3;
RowSet rs = vo.findRowSet(naam);
if (rs == null)
rs = vo.createRowSet(naam);
rs.setNamedWhereClauseParam("GroupName", group);
rs.setNamedWhereClauseParam("RegionName", flexRegion);
rs.setNamedWhereClauseParam("KeyValue1", keyValue1);
rs.setNamedWhereClauseParam("KeyValue2", keyValue2);
rs.setNamedWhereClauseParam("KeyValue3", keyValue3);
rs.executeQuery();
rs.setRangeSize(-1);
if (rs.getRowCountInRange() == 0) {
return null;
RowSetIterator rsIt = rs.createRowSetIterator(null);
return rsIt;
We noticed the following:
When we first deeplink to a row (say with KeyValue1=A), modify a number of flex item values in that row and then commit, everything is fine. Please note that all mandatory flex items for this row have a valid value and have been saved
to the database.
Subsequently, we deeplink to a different row (say with KeyValue1=B), modify flex item values of that row, and try to commit, the system displays an error message JHS-00117 not found in bundle JhsUserMessages_nl.
Now, JHS-00117 is thrown in the FlexItemImpl.java validateEntity method when a flexitem is mandatory and no value has been provided. Even though the error code is not present in the message bundle, that doesn't really concern us.
We noticed while debugging this application that when trying to commit the row with keyvalue1=B, the system is also trying to validate FlexItemImpl entities with keyvalue1=A, even though we've already committed that row. Moreover,
the value of these flex items is null i.e. they do not reflect the actual values stored in the jhs_flex_items table, causing the aforementioned error code. I've spent many mind-raking hours trying to figure out how these entities got into the picture in the first place.
We'd appreciate any idea, tip or suggestion that could help us get to the bottom of this 'problem'.
Regards,
Ibrahim

Ibrahim,
Yes, JHS-00117 is missing. The error message code shoudl have been JHS-00120. You can fix this by adding JHS-00117 to your own resource bundle.
Thanks for reporting, we have fixed this for next JHS 11 release.
I tried reproducing the issue you have with the required flex item after a deeplink, without success though.
Can you send a testcase based on the HR schema that reproduces the issue?
You can use http://www.senduit.com to upload your project, please send the download link to [email protected]
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • I updated to iTunes 12.0.1.26 and I am trying to burn a play list and it gives the following message: disc burner or software not found.  This is the first time that I have this problem.  Can any one help me please?

    I have a Mac Book Pro 2.4 GHz Intel Core i7; Memory 4 GB 1333 MHz DDR3
    Mac OS X Version 10.7.5
    I updated to iTunes 12.0.1.26 and I am trying to burn a playlist and I get the following message:  "Disc burner or software not found" .  I have burned lots of CD's and DVD's before and this is the first time I get this message and cannot burn anything.  Can anybody help me, please?

    Hello queenabs,
    It sounds like you are trying to burn a playlist to a disc in iTunes, but you are getting the error, "disc burner or software not found."  I found a couple of resources that I think might help with an error like this.
    I recommend starting with the steps in this article:
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install
    http://support.apple.com/kb/TS2308
    If you are still having trouble with burning a disc after following the steps in that article, I recommend following the steps in this article:
    iTunes for Windows: Additional troubleshooting tips for burning issues
    http://support.apple.com/kb/TS1374
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Page not found; hit try again 2-6 times, page loads; Wild Blue w/ Belkin N router; winXP, Vista, and 7, all the same; plug directly to modem, issue resolved; belkin no help!

    Server not found
    Firefox can't find the server at www.google.com.
    * Check the address for typing errors such as
    ww.example.com instead of
    www.example.com
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    == This happened ==
    Every time Firefox opened
    == Approx Feb/Mar 2010

    Go t0 the following address and post your hardware details and problems you are encountering. Very helpful, knowledgeable folks there.
    http://www.practicallynetworked.com/

  • WebDynpro CO not found when chosing in GP Design Time

    Hi,
    we want to integrate a WebDynpro Java in GP. Therefore we chose a Action and add a CO. When chosing like add WebDynpro Component (GP Interface) we are not able to pick our deployed WebDynpro Component!
    What might be the failure?!
    br

    Hi,
    Have you successfully deployed the webdynpro component. It will not be available if it is not deployed.
    Regards,
    Srinivasan Subbiah

  • Itunes says it is installed, but when i try to connect, i get Apple Application not found. have uninstalled and reinstalled many times and always the same

    Apple Application Support not in my programs, cause one advice said uninstall everything associated with itunes, so i did and now the it does not get redownloaded. what can i do.

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Web: Page Not Found Check Web Address (all the tim...

    I bought my E70 yesterday and after working on it without any problems tonight I was trying to open a web page using the browser, and the browser showed me the message above.
    It shows the same exact message for *all* pages I try to visit.
    The behavior started after I had shut the phone off and then turned it back on.
    I'm assuming the browser has crashed, but I don't know how to "reset it." I did already delete the cache and cookies, without any effect.
    Or maybe some problem with the phone;s WiFi?
    I'm new to the E70, so I can't say much about OS version or the like. I've searched around a bit on this forum, and googled, without success.
    Does anyone know how I can get my browser back?
    BTW: I connect using the WiFi which I'm sure that is working - tested it on my Laptop.
    Thx.

    Hello,
    For the people who are having the same problem and looking for a solution, the only way I found to get around this was to backup the phone, format it, and restore your stuff back.
    I hope this will help you.
    Cya

  • Class Not Found: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter in Outbound JMS Converter

    OEP 12.1.3
    Following the instructions in 4 Adapters (12c Release 1 (12.1.3)) I have created a custom message converter bean for my Outbound JMS Adapter (I had to add the JAR file com.bea.wlevs.adapters.jms_12.1.3.0_0.jar from OEP_HOME\oep\modules to my project to make the code compile). However, upon deployment, I ran into a class not found exception:
    <Sep 15, 2014 7:17:19 PM CEST> <Error> <org.springframework.osgi.extender.internal.activator.ContextLoaderListener> <BEA-000000> <Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=CreditCardTheftDetection.AirportCreditCardTransactionProcessing, config=osgibundle:/META-INF/spring/*.xml))
    java.lang.NoClassDefFoundError: saibot.airport.security.prevention.jms.SuspectedCreditCardEventConverter not found from bundle [CreditCardTheftDetection.AirportCreditCardTransactionProcessing (CreditCardTheftDetection.AirportCreditCardTransactionProcessing)]
        at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:112)
        at org.springframework.osgi.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:156)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:270)
    Caused By: java.lang.NoClassDefFoundError: com/bea/wlevs/adapters/jms/api/OutboundMessageConverter
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
    Caused By: java.lang.ClassNotFoundException: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    I have tried adding the JAR file (com.bea.wlevs.adapters.jms_12.1.3.0_0.jar) to my deployment JAR. That did not make any difference.
    Does anyone know why this class OutboundMessageConverter is not found - and more importantly: what I can do to make it available in the run time?
    thanks.
    Lucas

    To make a package available to your application at runtime for OEP, you will need to add it to the application's MANIFEST.MF file to the Import Package section (since the OEP server is OSGi-based). There's no need to supply a version number, you can just enter the package name (e.g.)
    com.bea.wlevs.adapters.jms.api,

  • Error Configuration File bc4j.xcfg is not found in the classpath

    I am new to JDeveloper and ADF, and am suffering through the steep learning curve. This story may prove useful to someone, someday.
    I just finished resolving a “bc4j.xcfg is not found in the classpath” error and it added another level of understanding to how things are glued together.
    There is a back story. I had made a first pass at creating a test application. When I was done I started “enhancing” the application. One of the changes was to add a column to a view in the database. Try as I might I could not get that change propagated to the business component. This is still on my to-figure-out list. In frustration I dropped the model and recreated it from the database tables and views. Testing it with the “AppModule” in the model project I could see the view with the new column. However, when I went to run one of my old jspx pages, I now got the dreaded “bc4j.xcfg is not found in the classpath” – and this was for a page that was not using my updated view. As the military expression goes, “Whiskey Tango Foxtrot”.
    It is now working again, and here is what I found.
    I noticed in the error message that it could not find “/cloudapp1/common/bc4j.xcfg”. When I searched for the file I found it in /cloudapp1/model/common/bc4j.xcfg. I went to the project properties for the model project and on the “Project Source Paths” node I saw at the bottom of the page Default Package: cloudapp1.model. Ah Ha! That is where the /cloudapp1/model structure came from. Then I remembered that the first time through I had changed the default package to just cloudapp1. Part of my experimenting with the product. When I quickly rebuilt the model project I did not do that.
    Next I found the DataBindings.cpx that one note alluded to. It is in the ViewController project. There I found an “OC4JDataControl” section. In there was and entry Package=”cloudapp1”. This was the original package name. When I rebuilt the model, this was not updated. Anyway, I changed it to Package=”cloudapp1.model”. [ Insight:  When you first build an app it can make some good guesses about what is needed, but when you start adding and dropping projects it is much harder to guess how they are glued together.]
    Raising a cup of coffee in triumph I re-ran the test page.
    Dang! Still a bc4j.xcfg not found in the classpath – but this time the path mentioned matched the path where I knew the file to be.
    I am nothing if not stubborn. I knew the problem just had to be in the ViewController project, because the AppModule in the model project worked. So, I started going through all of the project properties. I finally came across something called “Dependencies” that had big ugly red circles with an x in them. Ah ha. This is what tells the ViewController what other projects (like the business model project) this ViewController is dependent on. Although the editing process it not obvious I eventually pointed it to the new model project. [Deepening insight.]
    When I re-ran the test page it worked! Coffee finished. Story with a happy ending.
    Summary:
    1.     Make sure the package name in the ViewController DataBindings.cpx matches the one in your model project.
    2.     Make sure the ViewController Dependencies entry points to the model project.

    Thought I'd add a little bit more to this post I found helpful.
    I'm creating an application which uses other application ViewController projects deployed as library .jar files. If your .jar ViewController project deployment profiles don't have your Model project as a dependency, you will get the .bc4j error as well.
    This can be confusing when the ViewController pages function correctly when run within their own application context, but somehow lose their bc4j when deployed as a .jar.
    Hope that helps someone down the road.

  • RFC Sender adapter - Sender agreement not found Error

    Hi ,
    I am getting this error when i send an RFC request to XI from SAP.
    Exception thrown [Fri Aug 05 10:10:35,624]:Exception thrown by application running in JCo Server
    com.sap.aii.af.rfc.afcommunication.RfcAFWException: senderAgreement not found: lookup of binding via CPA-cache failed for AdapterType RFC, dapterNS http://sap.com/xi/XI/System, direction INBOUND, fromParty '', fomService 'HORIZONISU', toParty '', toServ
    #at com.sap.aii.af.rfc.afcommunication.Message.getEmptyMsMessage(Message.java:345)
    #at com.sap.aii.af.rfc.afcommunication.Message.buildMsMessage(Message.java:215)
    #at com.sap.aii.af.rfc.afcommunication.ToAdapterFramework.sendSynchronous(ToAdapterFramework.java:341)
    #at com.sap.aii.af.rfc.core.server.RfcServer.handleRequest(RfcServer.java:525)
    #at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java(Compiled Code))
    #at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java(Compiled Code))
    #at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java(Compiled Code))
    #at com.sap.mw.jco.JCO$Server.listen(JCO.java:6926)
    I have configured a sender RFC adapter in XI with a specific "program id". This RFC adapter is available under a Business System of type WebAS ABAP in integration directory.
    I have created an RFC in my SAP system (it just has IMPORT & EXPORT parameters, no SrcCode), i also have an RFC destination of type T in SAP which has the program id specified in my RFC adapter config. The application host & gateway in this RFC destination point to itself(points the same SAP system where the RFC destination is created)
    Now i trigger the RFC from an other function module with destination parameter pointing to the RFC destination of type T created in SAP.
    Is the above config ok ? If not what do i need to check , pointers pls. I get a dump in SAP when i execute the function  module calling the RFC , and i see the above stacktrace in XI log.
    Thanks
    Saravana

    Hi Saravana,
    1. have you created a senderAgreement for your scenario? (senderAgreement not found)?
    2. do you commit your RFC call with commit work? ( just to make sure )
    3. is your RFC dest working? when you test it in SM59?
    Regards,
    michal

  • "DSN not found error" plz help me.

    am doing my project in jsp. using tomcat.
    am connecting the database using access.
    it cause the error like " DSN not found error"
    am verified so many times the data source name as well as data base connection.
    but not to be clear the error.
    am also tried it in weblogic, it worked perfectly.
    then am reinstall the tomcat and used other platform but not worth.
    plzzzzzzzzzz some one help me to clear the error.
    thanx in advance.
    with regards,
    senthil

    I think you can see again file faces-config.xml.
    You check the tag <faces-config>, it must be
    <faces-config xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
    version="1.2">
    //body tag
    </faces-config>

  • DSN not found error and no default driver specified....plz help me

    am doing my project in jsp. using tomcat.
    am connecting the database using access.
    it cause the error like " DSN not found error"
    am verified so many times the data source name as well as data base connection.
    but not to be clear the error.
    am also tried it in weblogic, it worked perfectly.
    then am reinstall the tomcat and used other platform but not worth.
    plzzzzzzzzzz some one help me to clear the error.
    thanx in advance.
    with regards,
    senthil

    Yes, it has a DSN. It is:
    DSN Test Homer
    User Name ******
    Server homer.cs.odu.edu
    The connection string is:
    Provider=MSDASQL.1;Password=*******;Persist Security Info=True;User ID=******;Extended Properties="DSN=Test Homer;UID=******;PWD=******;SERVER=homer.cs.odu.edu;"
    with the appropriate user name and password filled in.

  • Time zone region not found

    Hai All,
    I m using 11g JDeveloper. I am facing one problem while running one sample program, which has been downloaded from the net.Error is - "Time zone Region not Found" Where I can set the Time zone property?
    Could u please help me to solve this error.
    Thanks in advance
    Jithesh
    Edited by: Jithesh on Feb 3, 2009 6:18 PM

    From Oracle Messages 'Cause and Action'
    http://www.oracle.com/technology/products/designer/supporting_doc/des9i_90210/cmnhlp72/messages/ora_messages.htm
    ORA-01882, 00000, "timezone region %s not found"
    Cause: The specified region name was not found.
    Action: Please contact Oracle Customer Support.
    Maybe invalid region in NLS_LANG?
    "select * from v$nls_parameters"
    Starting this script in all developer program and compared result...

  • Restore Function Not Found (among other things)

    A few days ago, while the iPod was in use the white screen on the display appear telling me to connect to my computer and use iTunes to restore. I had not changed any settings, but this appeared in the middle of a song. The previous day, I had my USB cord run over by a chair and the insulation was torn away along with some of the interior strands. Unknowingly, I plugged my iPod into the cord to as the white screen instructed. The Do Not Disconnect screen appeared and never left. A few hours later I finally unplugged the cord to reset the iPod manually.
    After reinstalling iTunes, the iPod screen went monochrome and never reset itself. I installed iTunes on another computer to see if that would work and got as far as resetting the iPod (clearing the memory) but when I turned the iPod back on, the white screen appeared again.
    Does anyone have any useful information?

    In addition to the above information, after various attempts to restore I have received an error code of 1418. This code appears sporadically. The majority of the time I receive an error message stating that "There was a problem downloading the iPod software for the iPod "iPod". The requested resource was not found."
    At one point in time, I found a found seperate fixes for both problems. I did as the instructions told me, but neither worked.
    Please, any help out there?
    DELL   Windows XP Pro  
    DELL   Windows XP Pro  

  • Function module "URL_SERVER_TYPE_DATA_GET" not found

    We do get every day follwing dump
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Function module "URL_SERVER_TYPE_DATA_GET" not found.
    Its happening at particular time. Any clues ? Notes .
    SRM 4.0
    Appreciate your help
    Raman

    Hi,
    Pls see the foll notes:
    Note 379462 - Menu is not displayed in the browser
    Note 674605 - Short dumps when sending mails with object attachments
    Note 385353 - Stability improvemnt of URL generation of Launchpad
    Also do you have any jobs  scheduled for sending  emails to external mail from SRM system?
    BR,
    Disha.
    Do reward points for useful answers.

  • Xtype 'operatorselection' not found error

    Hi,
    I'm experiencing this error when trying to access to the component's dialog:
    "uncaught exception: cannot create Component: xtype 'operatorselection' not found and no default supplied"
    every time the Tag Cloud Component in any of the pages of my site. I've tested this component in Geometrixx Demo Site and it works so, I suppose I'm missing something.
    Thanks in advance.

    Ok, I've found the solution, I was using the wrong Tag Cloud component (the one in "Segmentation" group). Using the one in "General" group solved the problem in my site.

Maybe you are looking for