New directories missing from directory listing

I have Index Directory Enabled for my configuration of application (WLS 10.3). The listing appears when I navigate to the application index dir but any new directories don't appear even if I hit the reload button. I shouldn't have to restart the server every time I create a dir in order to see it should I?

This is a "never mind". I just realized that the deployment was using a stage area and my dir listing was of that staged dir, not the deployed dir that I was changing and expecting to see the changes on my browser. I redeployed the app to NOT be staged and all is well.

Similar Messages

  • No option to save files, content/file type missing from Applications list

    I want to be able to click a link to a file and have the option to Open the file with a specified application.
    When clicking on the file I want to Open with a specified application, I only get a Save or Cancel option.
    When I look in Preferences > Applications, the file type is missing from the list.
    This was working. It is not working anymore. It is not a problem with the website. I need to know where in the FF settings I can change this.
    FF 30.0
    Kubuntu 13.10
    Thanks

    ''Tahl [[#answer-693773|said]]''
    <blockquote>
    OP, did you ever get a solution to this problem? It's driving me nuts having to specify a download destination then go into a program to open the file I just downloaded!! Have tried deleting file types .rdf and no success either!
    </blockquote>
    I'm not sure of the solution on Windows. But this worked for me on Linux.
    I needed to edit mimeTypes.rdf
    See the links below for details. The first one was someone having a problem with Transmission. I was having a problem with ktorrent, so I just adapted that. If you're having a problem with a different file type, then you'll need to adapt it differently. But the general idea is the same.
    http://askubuntu.com/questions/384375/how-can-i-get-firefox-to-open-torrent-files-with-transmission
    http://forums.mozillazine.org/viewtopic.php?f=9&t=1706945
    Also, I suspect that FlashGot or some similar download manger plugin was responsible for screwing this up. I haven't confirmed it yet, but I've seen some things that make me suspect it.

  • I loaded a lot of music from my CDs on to my iMac at home.  All my music is stored on the cloud.  So why is the music on my MacBook Pro different.  The CDs are missing from this list.

    I loaded a lot of music from my CDs on to my iMac at home.  All my music is stored on the cloud.  So why is the music on my MacBook Pro different.  The CDs are missing from this list. The iTunes account details I use on both computers is the same.

    Hi Chris,
    Thanks for the reply.
    I think you ave sorted my problem with your question.  I thought that as my iTunes account was on their server (Cloud) and I had previously added CDs which showed up, that all my music was "on the cloud".  I used to use Match but when I turned it off lost all my music that I had previously loaded onto my computer.
    So I guess I have to use the cloud again to access my songs.  This is frustrating as I fly a lot and can not use the music (Cloud based) when the phone is in flight mode as there is no internet.
    So how then do I retrieve all my music to my iMac and have my laptop synced so they are the same?
    I am totally confused now.

  • DELJIT Idoc issue, delivery Item missing from Due list

    We have recieved an Inbound DELJIT Idoc with status 53 that means the Scheduling agreement was updated successfully, but one of the Delivery line items of the Idoc does not appear in Delivery due list in VL10,  any reason Why?
    Thanks

    Hi Dirk,
    Please see below configuration in XXXID.h file:
    // ImplementationIDs:
    DECLARE_PMID(kImplementationIDSpace, kCSDTPServiceProviderImpl, kCSDTPPrefix + 0)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPIndesignResponderImpl, kCSDTPPrefix + 1)
    DECLARE_PMID(kImplementationIDSpace, kCSDTSelectionObserverImpl, kCSDTPPrefix + 2)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPObserverImpl, kCSDTPPrefix + 3)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPStartupShutdownServiceImpl,  kCSDTPPrefix + 4)
    Above configuration is giving me below ASSERT:
    FillOutInterfaceInfo - Impl kCSDTPObserverImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?
    Now I changed the configuration as below:
    // ImplementationIDs:
    DECLARE_PMID(kImplementationIDSpace, kCSDTPServiceProviderImpl, kCSDTPPrefix + 0)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPIndesignResponderImpl, kCSDTPPrefix + 1)
    DECLARE_PMID(kImplementationIDSpace, kCSDTSelectionObserverImpl, kCSDTPPrefix + 2)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPObserverImpl, kCSDTPPrefix + 4)        //<-------changed from 3 to 4
    DECLARE_PMID(kImplementationIDSpace, kCSDTPStartupShutdownServiceImpl,   kCSDTPPrefix + 3)    //<-------changed from 4 to 3
    Now it is giving below ASSERT:
    FillOutInterfaceInfo - Impl kCSDTPStartupShutdownServiceImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?
    Now this looks really wierd. I also tried with some random combinations 5,6,7 but none is working and some how 3 is not working but 4 is working. Now how can I decide which
    is going to work and why 3 is not working here.
    Please enlighten me if any one has any clue here

  • I paid for songs that are missing from my list where are they?

    i paid for songs that are missing from my list where are they?

    Correct.
    Audiobooks have never been available for redownlaod and have never been listed among the content that can be redownloaded.
    As always, it is your responsibility to back up your content.

  • FillOutInterfaceInfo - Impl kCSDTPObserverImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?

    I know this is a very basic question and I also undestand that I have to include the same in my XXXFactoryList.h file.
    But the issue is that I have included it perfectly every where and still I an getting this ASSERT due to this, no instance of my CSDTPObserver:CObserver is getting created
    Please help to get this rectifiedFillOutInterfaceInfo - Impl kCSDTPObserverImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?
    below code from file CSDTPObserverImpl.cpp
    CREATE_PMINTERFACE(CSDTPObserverImpl, kCSDTPObserverImpl)
    /* CSDTPObserverImpl Constructor
    CSDTPObserverImpl::CSDTPObserverImpl(IPMUnknown* boss)
      : CObserver(boss, IID_ICSDTPOBSERVER)
    below code from CSDTPFactoryList.h:
    REGISTER_PMINTERFACE(CSDTPObserverImpl, kCSDTPObserverImpl)
    Below code from CSDTP.fr:
    resource FactoryList (kSDKDefFactoryListResourceID)
      kImplementationIDSpace,
      #include "CSDTPFactoryList.h"
    resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID)
    AddIn
      kDocBoss,
      kInvalidClass,
      IID_ICSDTPOBSERVER, kCSDTPObserverImpl,
    Below code from CSDTPID.h:
    // InterfaceIDs:
    DECLARE_PMID(kInterfaceIDSpace, IID_ICSDTPOBSERVER, kCSDTPPrefix + 6)
    // ImplementationIDs:
    DECLARE_PMID(kImplementationIDSpace, kCSDTPObserverImpl, kCSDTPPrefix + 5)
    Can some one please point out the mistake I am doing here???

    Hi Dirk,
    Please see below configuration in XXXID.h file:
    // ImplementationIDs:
    DECLARE_PMID(kImplementationIDSpace, kCSDTPServiceProviderImpl, kCSDTPPrefix + 0)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPIndesignResponderImpl, kCSDTPPrefix + 1)
    DECLARE_PMID(kImplementationIDSpace, kCSDTSelectionObserverImpl, kCSDTPPrefix + 2)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPObserverImpl, kCSDTPPrefix + 3)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPStartupShutdownServiceImpl,  kCSDTPPrefix + 4)
    Above configuration is giving me below ASSERT:
    FillOutInterfaceInfo - Impl kCSDTPObserverImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?
    Now I changed the configuration as below:
    // ImplementationIDs:
    DECLARE_PMID(kImplementationIDSpace, kCSDTPServiceProviderImpl, kCSDTPPrefix + 0)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPIndesignResponderImpl, kCSDTPPrefix + 1)
    DECLARE_PMID(kImplementationIDSpace, kCSDTSelectionObserverImpl, kCSDTPPrefix + 2)
    DECLARE_PMID(kImplementationIDSpace, kCSDTPObserverImpl, kCSDTPPrefix + 4)        //<-------changed from 3 to 4
    DECLARE_PMID(kImplementationIDSpace, kCSDTPStartupShutdownServiceImpl,   kCSDTPPrefix + 3)    //<-------changed from 4 to 3
    Now it is giving below ASSERT:
    FillOutInterfaceInfo - Impl kCSDTPStartupShutdownServiceImpl not yet registered. Missing from factory list resource in plugin kCSDTPPluginID?
    Now this looks really wierd. I also tried with some random combinations 5,6,7 but none is working and some how 3 is not working but 4 is working. Now how can I decide which
    is going to work and why 3 is not working here.
    Please enlighten me if any one has any clue here

  • Having synced my ipod, there are certain artists missing from the list on the ipod, but the tracks are there under the songs list.  Any reason why and how do i correct this.  Thanks.

    Having synced my ipod, there are certain artists missing from the list on the ipod, but the tracks are there under the songs list.  Any reason why and how do i correct this.  Thanks.

    We'll assume for now, that all the songs and albums in your iTunes Library are correctly labelled (dangerous assumption, by the way!), and that a Compilation album is one with songs by different artists. Unfortunately, the music industry (bless their little cotton socks!) often mark an album by one artist, that has a collection of their songs from old albums, as a compilation! iTunes doesn't think it is!
    The missing artists will be those who only appear on Compilation albums. For example, if you have one song by Fleetwood Mac in your Library, and it's on a multi-artist Compilation album, then Fleetwood Mac will not be listed in the Artists menu. But, if you then import a Fleetwood Mac album (or even a Fleetwood Mac single) into your Library, then not only will Fleetwood Mac appear under Artists, but the song by them in the Compilation album will also be listed.
    One way to sort this out is to remove the Compilations option from the Main Menu and the Music Menu on your iPod. To do this, go to Settings/Main Menu/Compilations and press the Select (centre) button to turn off the tick. Then repeat this in the Settings/Music Menu/Compilations.
    You should now find the missing artists listed in the Artists menu.
    By the way, I now routinely check all albums I import from CD into my iTunes Library. Before I start the import procedure, I make sure that Compilation CD is turned on (highlight the album in the import window and right-click/Compilation CD) if it really is a multi-artist CD - and off if it's a single artist CD. Once imported, I manually change the album info to; (highlight album and select ) File/Get Info/Info/Album Artist has "Various Artists" in the box. Make sure it's the Album Artist box, not the Artist box.

  • Workflow status is missing from the List after make some change in workflow

    Hi,
    We have this strange situation where the workflow status is missing from List views. Here is the situation:
    Now if I check the All List view of this list, I can see these workflows that shows the status of the workflow - say "In progress", "Completed" etc.
    When i make some workflow modification and after i save and publish. The workflow status in List will missing.
    This issue happening  is intermittent.
    Why does this happen?
    Any workaround/findings for the above scenario are much appreciated.
    Thanks
    JWei

    Hi JWei,
    The workflow status column gets created when you first create the workflow and its first instance runs. The columns gets removed (and disappears from the view) if you delete the workflow or remove all instances of the wf on the list.
    Please check whether you created some lookup columns in this list. If yes, please increase the lookup threshold for that web application in Central Administration.
    Please create a new view which only contains the Title column and Workflow Status column, modify the workflow, check the workflow status column in the new view, compare the result.
    Please create a new list, create a workflow, and test again, compare the result.
    Please check if the link below is useful for you:
    http://naimmurati.wordpress.com/2013/11/11/workflow-progress-column-missing-in-a-document-library/
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Why is my com port missing from my list of VISA devices

    Hello all,
    I have an Agilent E5810 ethernet to GPIB gateway. I installed Agilent IO library and chose to make Agilent my primary VISA because otherwise the devices on the gateway didn't show up in my VISA device list. Now all of my GPIB devices show up (local and via gateway) but my com port is missing. The com port is actually a USB to serial adapter. It shows up in device manager as CP2101 uart interface COM6. I reloaded NI-VISA but COM6 still oesn't show up. I reloaded Agilent IO and unchecked "make Agelent primary VISA" but that didn't fix it. It is also missing from MAX. I added COM6 ASRL6 but VISA doesn't see it
    I think the root of my problem is getting Agilent VISA and NI VISA to work together but why won't my com port show up?
    Thanks alot

    Hello,
    Can you please follow the steps outlined in the following forum post and reinstall NI-VISA and Agilent VISA?
    Problem with NI VISA and Agilent VISA
    If the problem still exists, please call 1-866-275-6964 and reference your call to your service request number (1194753).
    Thank you,
    Simran K
    National Instruments
    Applications Engineer

  • Xperia with Facebook missing from sharing list

    The title sums up pretty much everything about the problem.
    If I want to upload a pic on FB via Xperia with Facebook, this specific app is missing from the share list of apps. Only option I have is through FB itself.
    Tried removing the account and adding it back, cleared data and cache from FB app and cleared data from Xperia with Facebook via Titanium Backup.
    What is there to do?

    Contact your local Xperia Care http://support.sonymobile.com/global-en/contactUs/
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • The option to Save is missing from action list

    Hi,
    I am trying to create an action button to Save my file but unfortunately, it seems to be missing from the action list, as shown below:
    Can I add the File>Save or File>Save as to this list?  If not how can I save this file?
    Another important issues is that I will need to be able to save it on both an iPad and a Microsoft based PC, do I have to do anything different?
    Thanks you in advance.
    Caroline

    I believe this is on purpose. Unless a script is installed on the local
    machine of the user you can't save the file silently, ie without their
    consent. And such a script is not going to work on iOS devices, only on
    desktops.

  • Lightroom missing from apps list.

    I downloaded and installed Lightroom months ago and i can still open it, but it is now missing from my apps list. I have a current CC subscription.  Why would it disappear from my apps list?

    Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    OR
    http://helpx.adobe.com/creative-cloud/kb/license-this-software.html
    Membership and Payments http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html

  • OD users missing from user lists on servers bound to open directory

    Hi,
    I've got an OD master set up on a 10.4 server. Two other servers (one 10.4 and one 10.5) are bound to the first for directory services. If I open Workgroup Manager on the OD master, I see a complete list of users. If I open a user/group "drawer" on either of the other servers, to add users to SACLs or share point permissions, the lists are short numerous users (4 out of 12 starting with the letter "A" alone).
    Has anyone ever seen this? I removed and rebound one of the servers, but it still had only a partial list of users. A have compared parameters for users who show up with those who don't, but can see no difference?
    Thanks,
    Sue

    This may be a stupid question but have you run sudo chown on the user's home directory after creating it?
    I had the same problem and my solution is posted here: http://discussions.apple.com/thread.jspa?threadID=1290158&tstart=0
    Let me know if that works. If not, we'll work on it together.

  • Aperture 3.5 projects: Some are missing from Library listing

    I use Aperture 3.5.1 with OS 10.9.2, and I have studied the various pages of Aperture manuals, and read quite a few Questions, and I think I understand the difference between projects and albums and between managed and referenced files. But I am puzzled about a few project locations.
    To the left of the Aperture display window is a vertical pane about 2 inches wide, with tabs labeled "Library, Info, Adjustments."
    In that left-hand pane of the window, under the tab “Library” is a heading “APERETURE LIBRARY-MASTER”  and under that is the icon of “Projects”. When I select this, the right hand portion of the full window shows thumbnails representing of all my projects. These are organized by year and for each year, by date. This is the organization that Aperture did when I imported the photos, mostly from cameras. Fine.
    In that left hand pan, under  the Library tab, further down, there is a heading “PROJECTS”. It shows a list of folders and albums and projects.
    I see that in this library there are folders marked 2011 and 2012. In each of those there are folders for the months. In 2012 these include   “May”, “Jun UK", "Jun US", “Jul" and others. When I select any of these the associated thumbnails are all visible in the main display window to the right.
    In the 2012 > Jun UK folder are 5 projects, with dated names such as "Jun 06, 2012 Chicheley". The word “Chicheley” and “UK" I added, but the rest of the structure 2012 > Jun was created by Aperture when I imported the photos.
    However, and here is what puzzles me. In the thumbnail display to the right, of several hundred projects, there are 15 contiguous projects, all from June 2012,  that are not listed in the library panel  of projects in the Library tab pane at the left.
    I can look at the “info” tab and see what the “Project Path” is for any photo. To judge by the badges, All of my photos are managed, not referenced.  Indeed, I cannot find any photos in my Aperture library that are referenced.
    The projects that show up in the Library listing at the left pane have Project paths that start with a year, for example
    2012 > Jun UK > Jun 06, 2012
    The projects that do not show up in the Library listing have names such as
    Jun UK Chicheley > Jun 05, 2012 Aston
    At the top of the Library pane is a search box. It finds Jun 06 but not Jun 05.
    I have looked inside the Aperture Library package and I see the organization there for the projects that show up in the library listing. But that is missing the days that are not in the listing — it is missing the projects that show up in the main window but not in the Library list..
    Those thumbnailed of the missing projects are of photos that are not referenced, I have used the main menu at the top of the screen to check that.
    I can edit all the photos, wherever they may be. No problem. But why do all the projects not show up in the library listing?  Where are they?
    I have used EasyFind to search for a folder “Jun UK Chicheley”, allowing search in packages, but did not find it. Same problem with any of the other 15 projects that show up in PROJECTS  on the right, but not in the Library listing on the left.
    I may have  imported the missing projects not from the camera but from a travel Aperture library, using the import library option.
    Maybe I should select all of these photos and then do a “Consolidate”. I have read about this, in the Manual and in the Suppport questions,  but it is not clear whether that will do what I want. I see that Consolidate is something I can do for any of my photos, not just for those that are not shown in the library. So what happens with Consolidate of a photo that is already in the listing of projects? Should I choose “copy” or “move”? If I choose “move” then what happens to whatever collection these came from?
    “Show in Project” and “Show in Finder” seem to be unavailable for all of my photos.
    I will appreciate help.

    What you're seeing when you try to view the original file is the warning that iPhoto had broken the file path/link to the orignal file.  Try this: make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • ATV missing from Devices list: a slight variation

    My aTV shows up in my iTunes Devices list ONLY when I tell the aTV to set up a new connection. The connection is always successful, and then the aTV vanishes from Devices, never to be seen again. I can successfully stream music, can view movie trailers over the internet with no problems, but I can't sync ANYTHING, particularly photos, because there's nothing in Devices. Also, every day, to start streaming music, I have to go to aTV menu, change source to aTV, then change source BACK to my PC, before it can find anything.
    Setup: XP media center edition, everything is WIRED, Linksys router, both aTV and PC are connected to the same NetGear switch. I've made sure ports are enabled in firewall, but same behavior if firewall is completely off.
    Any suggestions? (having read a lot of similar posts, I am NOT willing to dissasemble my phone, put it in a bag, tie a string around it, swing it around my head, and scream like a chicken)

    My aTV shows up in my iTunes Devices list ONLY when I
    tell the aTV to set up a new connection. The
    connection is always successful, and then the aTV
    vanishes from Devices, never to be seen again. I can
    successfully stream music, can view movie trailers
    over the internet with no problems, but I can't sync
    ANYTHING, particularly photos, because there's
    nothing in Devices. Also, every day, to start
    streaming music, I have to go to aTV menu, change
    source to aTV, then change source BACK to my PC,
    before it can find anything.
    Setup: XP media center edition, everything is WIRED,
    Linksys router, both aTV and PC are connected to the
    same NetGear switch. I've made sure ports are enabled
    in firewall, but same behavior if firewall is
    completely off.
    Any suggestions? (having read a lot of similar posts,
    I am NOT willing to dissasemble my phone, put it in a
    bag, tie a string around it, swing it around my head,
    and scream like a chicken)
    yes I have the ExACT sae problem..bought the TV 2 days ago:
    • cnnot see tv is itunes device list at all
    • only see it when I disconnect and solicit a connection from tv/sources? ,,,
    • can't see how to access my iPHOTO library
    all else is very good.
    will keep monitoring this thread.
    G5 QUAD 8GB ram w/3.5TB + 2 x 15in MBPCore   Mac OS X (10.4.9)  

Maybe you are looking for