Imported modules missing titles

Hello, all,
Hopefully, someone has experienced this issue before and can shed some light on the subject, and, hopefully, a viable solution...
This is a different title issue than I've previously posted (these modules all had correct titles, and no mysterious rewrite of the resources path)...
We have an application, Main, that acts as a "host" for indiviual nested modules/apps (JAR files)... For instance, Main has the MainModel and MainViewController, and the running app displays Acquisitions, Disposals, and RAP Application modules as tabs. We've placed the paths to the individual ApplicationResources_en.properties, separated by commas, in the "Imported Resource Bundles" property under "Internationalization" in the JHS App Def Editor.
We had titles showing up, and then one day they stopped, for all but one (RAP Application)... We've been trying to diagnose the issue (hopefully, we just changed a setting on accident), but everything appears to be set up correctly, and we still need to keep merging/importing modules as they are completed in order to meet the deadline...
We added Management, and RAP still had the only titles... Once we added Work Assignment, though, only the Work Assignment tab would show titles. Then we added Hotline, but Work Assignment still had the only titles... Maybe it's just coincidence, but it seems the last tab name in the alphabet gets titles...
We're experimenting with a workaround (will post it, if it resolves the issue), but we'd really prefer to get the process to work as described in the documentation...
Once again, thank you for any replies/advice/assistance...
Happy Thoughts,
--DaveB
"Most people are about as happy as they make up their minds to be."
--Abraham Lincoln                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Thanks, Steven!
One of our other developers found that little nugget of knowledge in his research of the issue... Once we deployed them all without the JhsCommon-beans.xml, all was well... :-)
We also had some server log warnings popping up about duplicate pageDef identifiers for all of the UIShell and PopupShell pageDefs that JHS generates. We fixed that issue by givng them all unique names in each module's DatBindings.cpx before deploying the module(s) as JAR files and importing the libraries...
I was coming back here to post the solution, but you beat me to it... Many thanks for the reply, though!
Happy Thoughts,
--DaveB
"Most people are about as happy as they make up their minds to be."
-- Abraham Lincoln

Similar Messages

  • When i am trying to create a report(using graph) in Word97 using Report generation Toolkit from Labview it's giving error in word import Module.vi that no such interface is supported could anyone help me out to solve this problem

    Word import Module.vi is trying to call Vb project and VB components thru active X controls when it's trying to call Vb components it's giving the error no such interface found..I am using Labview 6,MSoffice97,Graph8

    Hi Adam,
    It seems that there have been a couple other instances of the same error occurring and the problem is a conflict that occurs with the Office 97 only. Somehow the MS Office type library has been modified and this is causing incompatibilities with MS Office 97. Have you installed any other application on top of MS Office that plugs into MS Office tools – Adobe Acrobat, Visio, Reflection?? If so, you will want to see about uninstalling or reinstalling those utilities and then reinstalling Office 97 to restore the original MS Office 97 type library.
    Also, if you have a newer version of MS Office, I would highly recommend upgrading your computer. It seems that this problem is only with Office 97 and later versions of Office do not have this issue.
    Thanks again for bringing this question up.
    Kileen

  • When importing tracks from a CD to iTunes, only 10 of the 13 songs are imported or shown on the list. How can I import the missing three?

    When importing tracks from a CD to ITunes, only 10 of the 13 songs are imported. How can I display and import the missing three? Thanks.

    It depends on eaxactly what is wrong with the old laptop. If you're lucky the drive can be extracted and connected to a new computer to extract the data. Otherwise see Recover your iTunes library from your iPod or iOS device.
    tt2

  • Import-Module NTFSSecurity error

    I downloaded the ZIP file from: https:// gallery technet microsoft com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85
    created a folder "NTFSSecurity" in C:\Users\username\Documents\WindowsPowerShell\Modules\
    copied the files in the ZIP file there
    Added Roles and Features to the fileserver
    WebServer (IIS)
    .Net Framework 3.5.1. Features
    Windows Process Activation Service
    set-executionpolicy UnRestricted
    Import-Module NTFSSecurity
    Import-Module : The following error occurred while loading the extended type data file:
    Microsoft.PowerShell, C:\Users\username\Documents\WindowsPowerShell\Modules\NTFSSecurity\NTFSSecurity.types.ps1xml
    : File skipped because it was already present from "Microsoft.PowerShell".
    Microsoft.PowerShell, C:\Users\username\Documents\WindowsPowerShell\Modules\NTFSSecurity\NTFSSecurity.types.ps1xml
    : File skipped because it was already present from "Microsoft.PowerShell".
    At line:1 char:14
    + Import-Module <<<<  NTFSSecurity
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], RuntimeException
        + FullyQualifiedErrorId : FormatXmlUpateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    can someone please tell me what I am doing wrong?
    With regards,
    Wim van Esch

    The name is already in use.  Use a differnt name.
    Start with Get=Module NTFSSecurity.
    YOu likely have more than one.
    ¯\_(ツ)_/¯

  • Programmatic use of Powershell Import-Module fails

    Hi all,
    I've just start to try out Win 8 and have come across a problem with use of Powershell from C#. When trying to run the following in a pipeline:
    Import-Module -Name ServerManager
    a failure is reported that states that the module cannot be loaded due to the manifest containing one or more invalid members. In this case it's the HelpInfoUri that is causing the problem. I did some trawling and found out that this exact same problem was
    reported for the Win 8 Client.
    Is there a workaround that allows v3.0 of Powershell to be used by the C# code (which will load the module as that appears to be what happens when running powershell.exe) rather than v2.0?
    Edit: Forgot to mention, this is with the code compiled to .Net v3.5 rather than v4.0 (which works).
    Cheers!

    Actually this doesn't work in a programmatic environment, for example, attempting to execute the cmdlet "Get-WindowsFeature" results in a CommandNotFoundException being raised, whereas when run from powershell.exe it does work as stated.
    The problem I am seeking an answer to is how to get a program that calls powershell using the C# api, that has a need to be compiled under .Net 3.5 such that it can run on non- .Net 4 powershell 3.0 environments and has a supportedRuntime element in its
    config file set to v2.0, to work when it tries to import a module when it happens to be run on a .Net 4 powershell 3.0 environment that has .Net 3.5 installed, like Windows 8 Server Beta.

  • Missing Titles and Themes menus

    In January 2012 purchased Prem elements 10 and soon afterwards the tutorial DVD by M Jago. Then whilst watching this tutorial, discovered my Prem 10 only displayed one menu under either "Titles" or "Themes" under the Edit menu.
    I was asisted by somebody within aAobe Empire to locate and download these mising menus, and then all was well.
      A few weeks ago, my pc underwent an upgrade, clean etc, now I find these "Themes & Titles" have vanished as the Akamie programme was uninstalled, obviously not realising this was part of an Adobe download.
    Can you again assist me to locate these missing "Titles, Themes" download content again, and is it possible to make a copy to disc, so this situation doesn't happen yet again.
    I have viewed the website but unfortunately unable to locate any downloads for Prem 10 and the "Help" menu checking "updates" states all up to date.
    I'm not very computer literate, so please try and keep reply simple to understand, without techical jargon.
    regards

    Hi Steve. Sorry previous reply may have been sent, before I had completed. Using Windows7 prior to purchase of Prem 10.
    The initial issue was downloading the BBC tv programmes as they had completely changed the way this was done, when I could just download to Windows Media, but not now. The "upgrade" was more of a PC clean, uninstall unused programmes, sort out TV issue, and whilst doing this, found hard drive "compacted". How relevant box ticked no idea. However sorted this out.
    Unfortunately unable to download the screen dump, made when your previous assistant found the answer, which I was hoping to send to you. 
    Hope this assists you. J

  • Import-Module WebAdministration question

    Hello all:
    I am writing a script that will copy files to a local root directory for a web app we have.  Once this is done, I want to refresh the application pool.  In reading on the process, I believe I would have to import the WebAdministration module in
    order to do so.  Can anyone confirm this and 2) what exactly happens when I use the Import-Module WebAdministration?  Does it do anything to my server?  Or does it just import it into powershell for use? We are running Win 2008 R2.  I want
    to make sure it doesn't mess up our application.
    Thanks,
    jocasio

    Hi,
    Using Import-Module WebAdministration will make the following cmdlets available to you in your current PowerShell session only:
    http://technet.microsoft.com/en-us/library/ee790599.aspx
    No changes are made to the server, so no worries there.
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • In Windows Server 2008 : Powershell can't import-module ActiveDirectory

    Hi,
    Thank you in advance for any possible help.
    I am using Windows Server 2008 with a x64 machine and I have Powershell 3.0.
    After searching for similar problems, I found that I have to install the patches KB969166, KB968934, KB967574, KB968930.
    This was done and as a result, the "Web Service Active Directory" appeared in "services".
    However, the "ActiveDirectory Module for Windows Powershell"  is still not visible in "Windows Features" .
    What can I do to make it appear ?
    Is there a different way to go so I can have "ActiveDirectory" module in the list of modules I can import in Powershell 3.0 ?
    Actually, the command "import-module ActiveDirectory" results in a Not Found error.
    I would really appreciate your help.
    Thank you !
    Bill

    Hi Bill,
    You can't use the Active Directory module on WS2008, it requires WS2008R2 at a minimum.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • SQL Server 2012 Import-Module 'sqlps' breaks the "Test-Path" PowerShell cmdlet

    I've run into something that is "very" frustrating with the new SQL Server 2012 PowerShell module.  When I Import the module, it breaks the "Test-Path" cmdlet when trying to test a UNC path to a directory.
    For example:  
    "Test-Path -path \\server\dirname" returns true as expected before the sqlps module is imported.  But after you import the SQL Server module "Import-Module 'sqlps' –DisableNameChecking" the same Test-Path
    now returns false.
    If I run the following in Windows PowerShell ISE I see the following results:
    Test-Path -path "\\server\directoryname"
    Import-Module 'sqlps' –DisableNameChecking
    Test-Path -path "\\server\directoryname"
    True
    False
    Anyone have any idea what's going on?
    UPDATE: after more testing, it looks like the problem happens with any cmdlet that references a UNC.  The New-Item has the same problem.  Before importing 'sqlps', New-Item is able to create a directory at the UNC path specified, but ater importing
    'sqlps', the New-Item fails.
    Thanks!

    Hi Mikea730,
    Sqlps.exe doesn't take advantage of a couple of these nice PowerShell V2 cmdlets without doing a bit of configuring in your environment. 
    Please refer to the following references to make some configuration in your server
    http://www.maxtblog.com/2010/11/denali-get-your-sqlpsv2-module-set-to-go/
    http://www.simple-talk.com/sql/database-administration/practical-powershell-for-sql-server-developers-and-dbas-%E2%80%93-part-1/
    http://sev17.com/2010/07/making-a-sqlps-module/
    Thanks,
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Iric Wen
    TechNet Community Support

  • Is there anyway to import my file title like img_001 into my file info so it will show up in my meta data.  I have 300 images and I was wonder if I could batch process them...

    Is there anyway to import my file title like img_001 into my file info so it will show up in my metadata?

    you can re-number files as you import
    you may need to a test of a few un-important files
    click the re-name file panel >>tick>>template>>click on arrows>>edit and that will take you the customize panel
    add image name like "img"
    then add numbering I have only used the first one (import)
    make sure you add two "00" so they stay in order
    should look like img-001
    bugga of a number tool imo; bridge is easier/better
    you could also rename in windows or bridge  or other programs before importing BUT ONLY IF THE FILES HAVE NOT BEEN IN LR ALREADY. Sorry to yell thats important as you most likely know
    Yell if that doesn't make sense

  • 2.3.10 "import module" XmlResolver bug

    Hello,
    I upgraded my application what uses Java bindings from Berkeley DB XML 2.2.13 to 2.3.10 (with patches 1, 2, 3, 4, 5) and came upon a problem with XmlResolver.
    When I register XmlResolver to XmlManager, dbxml crashes (on Mac OS X) with EXC_BAD_ACCESS (resolveEntity method in resolver is not called - exception in test code below is not thrown):
    error: null :: Container - test.dbxml - Node storage container opened.
    error: null :: Optimizer - Started parse
    Invalid memory access of location 00000000 eip=0003200f
    Tested only on Mac OS X, Berkeley DB XML built using:
    CFLAGS="-O0" CXXFLAGS="-O0" ./buildall.sh --enable-java
    Here is stack trace:
    0 <<00000000>>      0x00000000 0 + 0
    1 libdbxml_java-2.3.jnilib      0x5f77fb88 DbXml::DbXmlURIResolver::resolveEntity(xercesc_2_7::XMLResourceIdentifier*) + 704
    2 libxqilla.1.dylib      0x5fbb84a8 XQQuery::importModule(XQilla::Language, unsigned short const*, std::vector<unsigned short const*, XQillaAllocator<unsigned short const*> >*, StaticContext*) + 2122
    3 libxqilla.1.dylib      0x5fc45e6d XQParser::yyparse(void*) + 9387
    4 libxqilla.1.dylib      0x5fbb248f XQilla::parse(unsigned short const*, XQilla::Language, DynamicContext*, unsigned short const*, unsigned, xercesc_2_7::MemoryManager*) + 609
    5 libdbxml_java-2.3.jnilib      0x5f6d25e9 DbXml::QueryExpression::QueryExpression[in-charge](std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&, DbXml::Transaction*) + 631
    6 libdbxml_java-2.3.jnilib      0x5f71ce45 DbXml::XmlManager::prepare(DbXml::XmlTransaction&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&) + 67
    7 libdbxml_java-2.3.jnilib      0x5f71cf19 DbXml::XmlManager::query(DbXml::XmlTransaction&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&, unsigned) + 47
    8 libdbxml_java-2.3.jnilib      0x5f7d419e Java_com_sleepycat_dbxml_dbxml_1javaJNI_XmlManager_1query_1_1SWIG_13 + 518
    ..and here is test code:
    public class Main {
         public Main() throws FileNotFoundException, DatabaseException {
              EnvironmentConfig envConf = new EnvironmentConfig();
              envConf.setAllowCreate(true);
              envConf.setInitializeCache(true);
              envConf.setErrorHandler(new ErrorHandler() {
                   public void error(Environment arg0, String arg1, String arg2) {
                        System.out.println("error: " + arg1 + " :: " + arg2);
              Environment env = new Environment(new File("data"), envConf);
              XmlManager.setLogLevel(XmlManager.LEVEL_ALL, true);
              XmlManager.setLogCategory(XmlManager.CATEGORY_ALL, true);
              XmlManagerConfig config = new XmlManagerConfig();
              config.setAllowExternalAccess(true);
              config.setAdoptEnvironment(true);
              config.setAllowAutoOpen(false);
              XmlManager mgr = new XmlManager(env, config);
              mgr.registerResolver(new XmlResolver() {
                   public XmlInputStream resolveEntity(XmlTransaction arg0,
                             XmlManager arg1, String arg2, String arg3)
                             throws XmlException {
                        throw new RuntimeException("not impl.");
              final String cName = "test.dbxml";
              XmlContainerConfig c = new XmlContainerConfig();
              c.setAllowCreate(true);
              XmlContainer testContainer = mgr.openContainer(cName, c);
              XmlQueryContext qc = mgr.createQueryContext();
              XmlResults res = mgr
                        .query(
                                  "import module namespace whatever = 'whatever' at 'whatever.xq'; <whatever/>",
                                  qc);
              while (res.hasNext()) {
                   XmlValue n = res.next();
                   System.out.println(n.asString("UTF8"));
                   n.delete();
              res.delete();
              qc.delete();
              testContainer.close();
              mgr.close();
              System.out.println(">> FINISHED <<");
         public static void main(String[] args) throws FileNotFoundException,
                   DatabaseException {
              new Main();
    regards,
    Arnis

    Hello,
    thank you for reply.
    After adding dynamic_cast Java VM still crashes with similar stack trace:
    Thread 1 Crashed:
    0 <<00000000>>      0x0003200d 0 + 204813
    1 libdbxml_java-2.3.jnilib      0x3c4e90ca DbXml::DbXmlURIResolver::resolveEntity(xercesc_2_7::XMLResourceIdentifier*) + 816
    2 libxqilla.1.dylib      0x3caebc5f XQQuery::importModule(XQilla::Language, unsigned short const*, std::vector<unsigned short const*, XQillaAllocator<unsigned short const*> >*, StaticContext*) + 1781
    3 libxqilla.1.dylib      0x3cb79f96 XQParser::yyparse(void*) + 13068 (XQParser.y:1016)
    4 libxqilla.1.dylib      0x3cae66de XQilla::parse(unsigned short const*, XQilla::Language, DynamicContext*, unsigned short const*, unsigned, xercesc_2_7::MemoryManager*) + 336
    5 libdbxml_java-2.3.jnilib      0x3c4466d9 DbXml::QueryExpression::QueryExpression[in-charge](std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&, DbXml::Transaction*) + 761
    6 libdbxml_java-2.3.jnilib      0x3c48817b DbXml::XmlManager::prepare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&) + 61
    7 libdbxml_java-2.3.jnilib      0x3c488268 DbXml::XmlManager::query(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&, unsigned) + 42
    8 libdbxml_java-2.3.jnilib      0x3c5293fb XmlManager_query__SWIG_2(DbXml::XmlManager*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, DbXml::XmlQueryContext&) + 71
    9 libdbxml_java-2.3.jnilib      0x3c544b0f Java_com_sleepycat_dbxml_dbxml_1javaJNI_XmlManager_1query_1_1SWIG_12 + 553
    10 <<00000000>>      0x045851d1 0 + 72896977
    11 <<00000000>>      0x0457f994 0 + 72874388
    12 <<00000000>>      0x0457f9ea 0 + 72874474
    13 <<00000000>>      0x0457f913 0 + 72874259
    14 <<00000000>>      0x0457d15d 0 + 72864093
    15 libclient.dylib      0x9b9f5ce2 jio_snprintf + 398024
    16 libclient.dylib      0x9b9f5a30 jio_snprintf + 397334
    17 libclient.dylib      0x9ba11d87 JVM_MaxMemory + 7311
    18 libclient.dylib      0x9ba5db9e JVM_FindLoadedClass + 2312
    19 java      0x00003d30 0x1000 + 11568
    20 java      0x00004560 0x1000 + 13664
    21 libSystem.B.dylib      0x90024227 pthreadbody + 84

  • Does OSB support XQuery import module feature ?

    In OSB version 11.1 and Oracle Weblogic Server Version: 10.3.6.0
    I need to create library of XQuery functions (reusable components), to achieve this, I need to use XQuery import module feature.
    When I tried to use it, I got this error message ‘Module feature not supported (sorry)’ …
    Does OSB support XQuery import module feature ?

    You may like to refer Eric's blogpost -
    http://www.xenta.nl/blog/2011/10/19/oracle-service-bus-the-number-of-parameters-for-registered-xquery-resource-system1_to_fault-does-not-match-that-given-to-it-at-runtime/
    Basically, if you are not using a parameter in XQuery then it will not be registered.
    Regards,
    Anuj

  • SharePoint 2013 Upgraded Sites from 2010 Missing Title on Home Page

    Hi All,
    I have upgraded site collection from 2010 to 2013 but I can't see site tiles on site Home page. We are using our template to create default web part page. I can see titles when I do Site Actions->Site settings->Look and Feel->Title but
    not on default page of site.
    Need help to solve the issue. Thanks in advance.
    Jayprakash Dhore

    Hi,
    The following steps for your reference:
    1.Open the problem site in SharePoint Designer 2013 (SPD)
    2.Choose All Files option on the left hand quick launch
    3.Click on default.aspx
    4.On the Home tab, switch to Advanced Mode.
    5.Search for "PlaceHolderPageImage" … it’s near the top
    6.Paste the following on the next line (or after the closing </asp:Content> tag)
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    <label class="">
    <SharePoint:ProjectProperty Property="Title" runat="server"/></label>
    </asp:Content>
    7. Save and refresh your page
    Or check the blog below:
    SharePoint 2013 Upgraded Sites Missing Title on Home Page
    http://sharepointcherie.blogspot.com/2013/10/sharepoint-2013-upgraded-sites-missing.html
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Import-Module ActiveDirectory - Error - after upgrading DC's to 2012 R2

    Hi.
    We done upgrading our Domain Controllers to 2012 R2 Version, and after upgrade i can't use ActiveDirectory  module outside my DC
    When i\m trying to run  Import-Module ActiveDirectory on my Windows 7 desktop i get error:
    WARNING: Error initializing default drive: 'Unable to contact the server. This may be because this server does not
    exist, it is currently down, or it does not have the Active Directory Web Services running.'.
    ( But if i start it as Domain Admin on the same PC - all is OK. Permissions for my account is ok - i think - checked by: Get-PSSessionConfiguration on DC's ). When it was 2008 R2 DC's - all was fine
    How can i fix this issue? ( i think this is access rights by i cannot manage where... )
    Best Wishes, Andrew Golubenkoff

    Thanks Dan, good article - nowi\m understand... Now i should rewrite all my scripts to new  type of connection ( Import-Pssession instead of import-module ) Thanks again!

  • Suddenly can't import footage, and already done projects give me a media offline message importer is missing. Help... anyone?

    I cannot import footage of any kind anymore in premiere pro cc, and all finished projects give me a offline media message'importer is missing'. Anyone with the same problem?
    I am currently working on a PC, windows 7professional. GPU GTX 760. Quicktime is player up to date.
    Thanks in advance

    i have a solution for import and read any files
    its a problem with the 8.2 and last version of premiere and setting on the cloud
    in premiere you desactivate on the preference the synchronisation with adobe cloud (all)
    and after you go on you os c/ user/ appdata / adobe / premiere / roaming  / 8.0 you cancel all the file and after you restart adobe
    for me is ok - but for the moment i don't have the possibility to export in h264 ?

Maybe you are looking for

  • Calling oracle function in OMB script

    Hi Can anyone please tell me how can i get the returned value of an oracle function in OMB script. or how can i get the value into OMB variable and use it. Basically i want to set the properties of OWB mapping via OMB script. Following OMB code sets

  • Replacing the cookies file with a previous version

         I have a corrupted cookies file, as far as I  an see.  I want to replace it with a previous version--I have time machione.  Where in the library files is the cookies file located?

  • Search criteria region and search results regions

    I have a page where the user can enter some search values into some input boxes. Then once the search button is pressed I want the search results region displayed and not when the page is loaded. Eg I want the search result region to be hidden on pag

  • Partial trigger for treetable

    I am using 11g. I have a adf treetable similar to the employees. The tree table is working fine. I have two panel accordian. The first accordian has the treetable. I want to display the salary and more information for the employee in the second panel

  • Applescript apps in mavericks:  tell application  not working

    Since upgrading to Mavericks applescript apps can not do a "tell  application xxx"  if "xxx" is not manually started. Once they are started manually ie NOT during login the communication works again.  Is this a new security issue in 10.9?