Rm: Test: Directory not empty

Hi,
I typed rm -d -i Test-->y-->rm: Test: Directory not empty, but in fact there is nothing in the folder of Test.
The-Universe:Test LS$ rm -i testfile
remove testfile? y
The-Universe:Test LS$ ls
The-Universe:Test LS$ cd ..
The-Universe:~ LS$ ls
Desktop Downloads Movies Pictures Send Registration Test
Documents Library Music Public Sites dwhelper
The-Universe:~ LS$ rm -d -i Test
remove Test? y
rm: Test: Directory not empty
Why is this so?
Thank you!
Cheers.

The-Universe:Test LS$ open .
Yes! you used the open . command!
open list the current current directory with a finder panel. Finder may decide to write .DS_Store file.
Not sure when finder writes .DS_Store file. I resized the window & finder didn't write window. When I added a folder, finder immediately wrote .DS_Store.
mac $ touch d2
mac $ echo "hi" | cat >> d2
mac $ ls -la
total 8
drwxr-xr-x    3 mac  staff  102B Dec  9 14:05 ./
drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
-rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
mac $ open .
mac $ ls -la
total 8
drwxr-xr-x    3 mac  staff  102B Dec  9 14:05 ./
drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
-rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
mac $ open .
mac $ ls -la
total 24
drwxr-xr-x    5 mac  staff  170B Dec  9 14:07 ./
drwxr-xr-x   90 mac  staff    2K Dec  9 14:05 ../
-rw-r--r--    1 mac  staff    6K Dec  9 14:07 .DS_Store
-rw-r--r--    1 mac  staff    3B Dec  9 14:05 d2
drwxr-xr-x    2 mac  staff   68B Dec  9 14:07 untitled folder/
mac $ 
Robert
PS. You can see the original post format. Reply to post then click on the double quote. You will see the original format of post with > added
Here is a copy of the original post.
> {quote:title=(n_n) wrote:}{quote}
> Hi,

> Here is the whole code.

> Last login: Thu Dec  9 23:10:09 on ttys000
> The-Universe:~ LS$ ls
> Desktop         Movies         Send Registration
> Documents      Music         Sites
> Downloads      Pictures      dwhelper
> Library         Public

> The-Universe:~ LS$ mkdir Test
> The-Universe:~ LS$ ls
> Desktop         Movies         Send Registration
> Documents      Music         Sites
> Downloads      Pictures      Test
> Library         Public         dwhelper

> The-Universe:~ LS$ cd Test
> The-Universe:Test LS$ touch testfile    (create "testfile")
> The-Universe:Test LS$ echo Hello $USER > testfile   (write Hello "User's name" in "testfile")
> The-Universe:Test LS$ cat testfile
> Hello LS
> The-Universe:Test LS$ open .
> The-Universe:Test LS$ rm -i testfile   (delete "testfile")
> remove testfile? y
> The-Universe:Test LS$ ls    (this proved that no more file in the folder "Test")
> The-Universe:Test LS$ cd ..
> The-Universe:~ LS$ ls
> Desktop         Movies         Send Registration
> Documents      Music         Sites
> Downloads      Pictures      Test
> Library         Public         dwhelper

> The-Universe:~ LS$ rm -d -i Test
> remove Test? y
> rm: Test: Directory not empty

> I've created only 1 file which is "testfile" and I've deleted it with "rm -i testfile". How could it be possible to have hidden file?

> Thank you!

> Cheers.
Robert

Similar Messages

  • Lucreate fails with -  .../var directory not empty

    Hi,
    I have Solaris 10u8 with patch cluster from February2010 and patch 121430-44 installed on a V445
    / and /var are on seperate datasets
    When i attempt to run lucreate i get an error as it attempts to mount /.alt.tmp.b-vI.mnt/var due to the directory /.alt.tmp.b-vI.mnt/var/tmp already existing
    lucreate appears to create a /var/tmp directory in the root dataset of the the new BE during creation and is then unable to mount the var dataset.
    It returns a "directory not empty" error
    Attempted this multiple times same issue.
    Any suggestions would be greatly appreciated.
    bash-3.00# lucreate -n test
    Analyzing system configuration.
    Comparing source boot environment <sol10u8_0210> file systems with the
    file system(s) you specified for the new boot environment. Determining
    which file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <test>.
    Source boot environment is <sol10u8_0210>.
    Creating boot environment <test>.
    Cloning file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a> on <rpool/ROOT/s10s_u8wos_08a@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a@test> on <rpool/ROOT/test>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a/var> on <rpool/ROOT/s10s_u8wos_08a/var@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a/var@test> on <rpool/ROOT/test/var>.
    Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/test/var>.
    ERROR: cannot mount '/.alt.tmp.b-vI.mnt/var': directory is not empty
    ERROR: cannot mount mount point </.alt.tmp.b-vI.mnt/var> device <rpool/ROOT/test/var>
    ERROR: failed to mount file system <rpool/ROOT/test/var> on </.alt.tmp.b-vI.mnt/var>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
    ERROR: Unable to mount ABE <test>
    ERROR: Unable to clone the existing file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    ERROR: Cannot make file systems for boot environment <test>.
    Thanks.
    Edited by: Brian79 on Mar 14, 2010 5:36 AM

    I think I figured it out...
    In the / dataset there is a /var/tmp that is missing the sticky bit (mode 0755) There was an anomaly during the u7 to u8 luupgrade that caused this, I think. It was a couple weeks ago and it didn't take me too long to overcome it by 'chmod 1777 /var/tmp'. But that was with the /var dataset mounted.
    Unfortunately, zfs just mounts over the bad /var/tmp in the / dataset causing lumount to barf during the lucreate process because that there's already something in /var/tmp when it tries to mount the var dataset clone.
    I dropped to single-user mode, force-unmounted /var, and deleted /var/tmp (which still had the 0755 permissions). lucreate works just fine now...
    Good luck,
    Mike

  • Can not empty Trash

    Hi there, I have recently had a corrupt iphoto library.  I have extracted the pictures and created a new library.  After doing this I deleted the old library, which is in my MAC trash (not iphoto trash).
    I can not empty my trash and have searched everywhere online for a resolution, these are things I have tried ....help I need to dump this large library.
    Thanks
    1- Right Click - empty trash
         I get The operation can’t be completed because the item “iPhoto Library .photolibrary” is in use.
              I have searched this error message and tried using terminal to see what has this in use using the following - couldn't find anything
                        xxx-iMac:~ ryanromero$ lsof | grep iPhoto Library .photolibrary
                        grep: Library: Is a directory
                        grep: .photolibrary: No such file or directory
    2 - I've tried doing Secure Empty Trash in which i get the below message
            The operation can’t be completed because you don’t have permission to access some of the items.
    3- I have tried using terminal to empty the trash using the following command - It acts like it will delete it but the trash is still there.
         Ryan-Romeros-iMac:~ ryanromero$ sudo rm -rf ~/.Trash/*
         Password:
    4- I have also tried this which said it would delete the file but doesn't in terminal
         Ryan-Romeros-iMac:~ ryanromero$ sudo rm -rf /Volumes/Iomega_HDD/.Trashes/501/iPhoto\ Library\ .photolibrary
    Password:
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._iPhotoAux.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._iPhotoLock.data: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._iPhotoMain.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._Library6.iPhoto: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._ProjectDBVersion.plist: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/._Projects.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/._DataModelVersion.plist: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/._tmSync.plist: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._BigBlobs.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._Faces.db-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._History.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._ImageProxies.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._Library.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._lockfile.pid: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/._Properties.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/BigBlobs.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/Faces.db-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/History.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/ImageProxies.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/Library.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb/Properties.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/apdb: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/DataModelVersion.plist/._ImageProxies.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database/DataModelVersion.plist: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Database: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/iLifeShared/apdb/._ImageProxies.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/iLifeShared/apdb: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/iLifeShared: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/iPhotoAux.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/iPhotoMain.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Masters: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Previews/Database/apdb/._ImageProxies.apdb-journal: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Previews/Database/apdb: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Previews/Database: Directory not empty
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Projects.db: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary/Thumbnails: Input/output error
    rm: /Volumes/Iomega_HDD/.Trashes/501/iPhoto Library .photolibrary: Directory not empty

    First, never try to empty the Trash in the shell. It's dangerous and unnecessary, and as you've discovered, it doesn't always work.
    It's possible that the external drive is malfunctioning, but before you draw that conclusion, quit iPhoto and try again to empty the Trash.

  • LSO Content Player  Error - HTTP Error 404 - File or directory not found

    Hi All
    Please could you assist.
    I have published a course to my ISS CMS and configured the links in both ECC and J2EE lsm/mediator.
    Result
    Username='username', SystemName='HRD', Client='030', Host='22.22.22.22', Language='EN', SystemNumber='00', EnablePoolSharing='true', MaxConnection=50, AbapDebug=false:
    CPCFG.RSURL = http://iiscmshost.domain/LSO600/Content/
    CPCFG.REPUS = username
    ServerURL=http://iiscmshost.domain/LSO600/Content/  ok!
    I was able to successfully publish the course from the Authoring Environment to the CMS server.
    When selecting the starting the course from the portal with content player i get the following error.
    HTTP Error 404 - File or directory not found
    But the URL is referring to - http://iiscmshost.domain/lms/mediator/courseview?sid=8685627505550088697845288091101&language=EN&sys=HRD&client=030&sap-accessibility=X
    How does directory http://iiscmshost.domain/lms/mediator get created when the content is in http://iiscmshost.domain/LSO600/Content ??
    Secondly can I change this reference to my LSO600/Content directory.
    Please advise with any information. Point will be awarded.
    Regards
    Maahir

    Dear Maahir,
    We are facing the same problem. We are pointing over CMS to IIS, instead of KM content of portal. We are successfully able to release and publish the course, then attach to a course participant also.
    But. When participants logs into the portal and click on Start Now. It giving 404 file not found Error. Its the same error. All our Course and content pointed to CMS IIS Server Url.
    When we did the content player config test, result is NOT OK. We have required R3 authorization and CMS user authorization also with admin rights. Content Player console is working in AE when we start up the course. Its showing the error.
    So, it seems like content player is not working properly. Bcoz we are launching course from  http://WEBDAV repository server maintained in back end system. Which is the IIS(CMS Server)for us. Do we need to maintain anything separately to launch a course from IIS Server on R3 and SAP Portal. Below sample URL from page.
    http://Sever:port/lms/mediator/courseview = xxxxxxxxxxxxxxx
    Could you please us know, how did you resolve the issue and tell me the cause of this issue.
    Thanks and Regards
    Obli

  • Sumtotal error 404 - file or directory not found

    Hi,
    We have a SCORM 1.2 compliant content created using Captivate 5. It's a multiple SCO (6 modules) combined into a single SCORM package. When the package was loaded in Sumtotal LMS, one of the modules alone does not launch and throws the below error.
    404 - File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    However all the modules get loaded when tested in Saba LMS. Any ideas on what could the issue in Sumtotal? Would greatly appreciate a resolution at the earliest.
    Thanks,
    Sudarsan

    r_sudarsan,
    I 've seen that error 404 numerous times in the past. It always seems to be related to the configuration of the web server not able to match the Domain name with the IP address, wrong path name, check the spelling, browser startup default settings to locate the website. etc. It always seems to be a configuration problem.
    Good Luck.

  • Ftp error: directory not found

    Am getting the following error from the Filezilla server:
    +...+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> Connected, sending welcome message...+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.37 beta+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse ([email protected])+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> USER ftpuser+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> 331 Password required for ftpuser+
    +(000066)11/1/2010 23:39:54 PM - (not logged in) (127.0.0.1)> PASS ******+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> 230 Logged on+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> PWD+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> 257 "/" is current directory.+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> PWD+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> 257 "/" is current directory.+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> CWD /D:\tmp+
    +(000066)11/1/2010 23:39:54 PM - ftpuser (127.0.0.1)> 550 CWD failed. "/D:/tmp": directory not found.+
    +...+
    Created a File Read adapter (opaque schema) to a mediator to a FTP file ASCII/PUT adapter (opaque schema) used a Physical directory name.
    The folder D:\tmp exists yet the error message says it does not exist.
    Using SOA 11g and JDev 11.1.1.1.0. The FTP server is Filezilla. I also installed the Filezilla client to test the server and all is well.
    The following errors are received in the WLS server:
    Invalid Output Directory.
    The value specified for the output (Physical/Logical)Directory interaction parameter or jca binding property has an invalid value "D:\tmp".
    +".+
    +The invoked JCA adapter raised a resource exception.+
    +Please examine the above error message carefully to determine a resolution.+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:427)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:530)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeAsyncJcaReference(JCAInteractionInvoker.java:49+
    +4)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performAsynchronousInteraction(JCAEndpointInteractio+
    +n.java:463)+
    +at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:244)+
    +... 50 more+
    +Caused by: BINDING.JCA-11014+
    +Invalid Output Directory.+
    +Invalid Output Directory.+
    +The value specified for the output (Physical/Logical)Directory interaction parameter or jca binding property has an invalid value "D:\tmp".+
    +Ensure that the following conditions are satisfied for the output directory :+
    +1) It exists and is a directory (not a file). and+
    +2) It is writable (file write permissions). and+
    +3) If using a logical name, then ensure that the mapping from logical name<->physical directory is correctly specified in the deployment descriptor.+
    +at oracle.tip.adapter.ftp.FTPAgent.validateOutputDir(FTPAgent.java:1178)+
    +at oracle.tip.adapter.file.outbound.FileInteraction.validateDirectory(FileInteraction.java:2726)+
    +at oracle.tip.adapter.file.outbound.FileInteraction.executeFileWrite(FileInteraction.java:548)+
    +at oracle.tip.adapter.ftp.outbound.FTPInteraction.execute(FTPInteraction.java:238)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:297)+
    +... 54 more+
    +Caused by: BINDING.JCA-11431+
    +Error changing directory in the host.+
    +Error changing directory in the host.+
    +Change working directory to /D:\tmp in the server failed.+
    +Please make sure that the directory exists.+
    +at oracle.tip.adapter.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1722)+
    +at oracle.tip.adapter.ftp.FTPAgent.validateOutputDir(FTPAgent.java:1173)+
    +... 58 more+
    +Nov 2, 2010 12:00:41 AM oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl log+
    +SEVERE: JCABinding=> FileR FileRAdapter Service FileR was unable to perform delivery of inbound message to the composite default/Project1!1+
    +.0*84c0aec5-77de-4c6a-b977-6bb1ba63dee9 due to: BINDING.JCA-12563+
    +Exception occured when binding was invoked.+
    +Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Invalid Output Director+
    y.
    Invalid Output Directory.
    The value specified for the output (Physical/Logical)Directory interaction parameter or jca binding property has an invalid value "D:\tmp".
    +".+
    +The invoked JCA adapter raised a resource exception.+
    +Please examine the above error message carefully to determine a resolution.+
    *Thanks Casey*
    Edited by: casey on Nov 1, 2010 10:08 PM

    You were correct - the previous error was a Filezilla config issue. That has been corrected and I can, using the Filezilla client get into and browse d:\tmp - no problems.
    Now have another problem that I thought was fixed yesterday - server does not recoginize server username/password - see below and comments below the error message. The username/password is the same as used by the client to connect to the server
    +…+
    +... 10 more+
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Error in logging in.
    Error in logging in.
    Unable to log in to the server.
    +".+
    +The invoked JCA adapter raised a resource exception.+
    +Please examine the above error message carefully to determine a resolution.+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:427)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:530)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeAsyncJcaReference(JCAInteractionInvoker.java:49+
    +4)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performAsynchronousInteraction(JCAEndpointInteractio+
    +n.java:463)+
    +at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:244)+
    +... 52 more+
    +Caused by: BINDING.JCA-11439+
    +Error in logging in.+
    +Error in logging in.+
    +Unable to log in to the server.+
    +Please ensure userid and password specified to login to the server is correct.+
    +at oracle.tip.adapter.ftp.FTPClient.regularLogin(FTPClient.java:1614)+
    +at oracle.tip.adapter.ftp.FTPClient.login(FTPClient.java:1561)+
    +at oracle.tip.adapter.ftp.FTPAgent.login(FTPAgent.java:1094)+
    +at oracle.tip.adapter.ftp.FTPAgent.preCall(FTPAgent.java:1515)+
    +at oracle.tip.adapter.ftp.FTPAgent.validateOutputDir(FTPAgent.java:1154)+
    +at oracle.tip.adapter.file.outbound.FileInteraction.validateDirectory(FileInteraction.java:2726)+
    +at oracle.tip.adapter.file.outbound.FileInteraction.executeFileWrite(FileInteraction.java:548)+
    +at oracle.tip.adapter.ftp.outbound.FTPInteraction.execute(FTPInteraction.java:238)+
    +at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:297)+
    +... 56 more+
    *The EIS Username/password was configured as per the following:*
    +Outbound Connection Pool: eis/Ftp/FtpAdapter+
    +EIS Type: FTP+
    +WebLogic Server User: weblogic+
    +EIS User Name: ftpuser+
    +EIS User Password: oracle+
    +Confirm Password: oracle+
    *The composite has a file read wired to a mediator which is wired to a FTP ASCII/Put adapter. The file is read - leastwise it disappears from its specified Physical Directory (d:\temp) - but is not 'Putted' to the d:\tmp folder.*
    *Error message from mediator*
    onMessage
    Nov 2, 2010 8:53:13 AMonCase "FTPPut.Put"
    Nov 2, 2010 8:53:13 AMTransformed message part "opaque" using xsl/opaqueElement_To_opaqueElement.xsl"
    Nov 2, 2010 8:53:14 AMError during invoking 1-way operation "Put" on target service "FTPPut"
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Error in logging in. Error in logging in. Unable to log in to the server. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    The Filezilla output is:
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> Connected, sending welcome message...+
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> 220-FileZilla Server version 0.9.37 beta+
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse ([email protected])+
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> 220 Please visit http://sourceforge.net/projects/filezilla/+
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> USER+
    +(000009)11/2/2010 9:36:59 AM - (not logged in) (127.0.0.1)> 501 Syntax error+
    +(000009)11/2/2010 9:37:38 AM - (not logged in) (127.0.0.1)> disconnected.+

  • Breadcumbs don't work online: '404 - File or directory not found'

    Breadcrumbs all work fine when testing my AirHelp application offline on my Windows 7 pc, (or if I access it as online browser based help). However, when I try to test the online Airhelp most of the breadcrumbs return a '404 - File or directory not found' error.
    My RoboHelp Project has been created as follows:
    1. There is a homepage created inside of RoboHelp
    2. Then I have linked a number of framemaker books, for each of which the FM table of contents is being converted to create a new associated TOC.
    3. In the master TOC I have added a New TOC Book for each framemaker book (making it a book with a link to a htm), under the New TOC Book I have inserted a TOC placeholder for the appropriate associated TOC.
    When the Online AirHelp version is run, the breadcrumbs can only be used to navigate to the homepage and to the New TOC Books at the level immediately beneath the home page. The links to these pages seem to make sense, being of the form:
    Breadcrumb
    Link
    Home
    event:homepage.htm
    Home/User Guide
    event:../../../User_Guide.htm
    Where it goes wrong is for the breadcrumbs futher down the path which have links similar to those shown below:
    Breadcrumb
    Link
    Home/User Guide/Introduction
    event:introduction.htm
    Home/Handbook/Sign_Conventions
    event:Sign_Conventions.htm
    In both of the above the URL request that is being passed to the online server is not the full path, (it seems to be a relative path?) Is this the reason why the breadcrumbs don't work, and if so can you suggest what I need to do to get them working?
    I am up against a deadline, and at the moment the only way forward I have is to abandon the converted Framemaker TOCs and have RoboHelp autocreate a TOC for the whole project for me, however this is not a practical solution because the folder structure is not the same when I do this and would require a great deal of manual editing each time it is rebuilt.
    Hoping somebody out there can please assist?
    Thanks.

    Thanks TP,
    I have many public IP's available. Do I need to install the RD Web access role on the DMZ server that has the RD Gateway role even if i have spare public IP's available? 
    I've basically have this setup "3.1. RD Gateway without AD DS in perimeter network deployment:"
    On the below link
    http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx
    currently there's an CNAME record in DNS for remote.external.com which points to Server3.internal.pri
    which holds the RD
    Connection Broker, RD Licensing and RD Web Access roles
    Are you saying to create an A record and point it to Server3.internal.pri
    internal IP? I'm not getting certificate errors (yet) so do i have to run the script? i ask this as the error message i'm getting (404 - File or directory not found) doesn't seem to be related to certificates, i'm making changes to a production environment
    so i have to be extra carefull!
    Cheers!

  • Obant reports ORABPEL-00005 (collaxa library directory not found)

    Hi,
    I´m trying to deploy some tasks using obant and several build.xml´s. I´ve done this for dozen times now, but today I got an error message that says:
    build.xml:42: ORABPEL-00005
    Collaxa-Library-Verzeichnis nicht gefunden.
    Das angegebene BPM-Library-Verzeichnis "lib/" wurde nicht gefunden.
    Here a maybe-translation:
    build.xml:42: ORABPEL-00005
    Collaxa-Library-Directory not found
    The indicated BPM-Library-Directory "lib/" was not found
    Well, the funny thing is, that when I´m running "obant" from command-line everything works fine - but when I´m calling the it from another ant-script it fails. The corresponding line in build.xml points to the bpelc-task:
    <target name="main">
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    I´ve inserted an <echo ... /> to get the values of those variables (basedir/rev/deploy) used and everything seems to be in order. Here´s how I call this build.xml.
    main/build.xml:
         <target name="deployBPELServices">
              <property name="deploy" id="deploy" value="testDomain"/>
              <ant dir="services/all" antfile="build.xml" target="all">
                   <reference refid="deploy"/>
              </ant>
         </target>
    main/services/all/build.xml:
    <property name="deploy" id="deploy" value="default"/>
    <property name="rev" value="1.0"/>
         <target name="BpelProcess1">
              <ant dir="${basedir}/../BpelProcess1/"/>
         </target>     
    <target name="all" depends="BpelProcess1"/>
    main/services/BpelProcess1/build.xml:
    <target name="main">
    <bpelc input="${basedir}/bpel.xml" rev="${rev}" deploy="${deploy}" />
    </target>
    Usualy I start the deployment by using "obant deployBPELServices", which fails. When I´m using "obant" directly from main/services/all it works flawless.
    Any ideas or suggestions?
    Thnx in advance,
    Max

    Hi Clemens,
    Yes, the sample´s build.xml were my reference on how to set up this whole thing. I did it this the very same procedure for the last year with 26 BPEL-processes and yesterday just added a new process and this happend. Nevertheless, also if I remove the changes made to the main build.xml it doesn´t work (tested on 2 systems). Well at least, obviously this is my fault, not BPEL´s :) Whatever, I succeeed with the following:
    Instead of using
    <target name="deployBPELServices">
    <property name="deploy" id="deploy" value="testDomain"/>
    <ant dir="services/all" antfile="build.xml" target="all">
    <reference refid="deploy"/>
    </ant>
    </target>
    I´m now doing it this way:
    <target name="deployBPELServices">
    <property name="deploy" id="deploy" value="testDomain"/>
    <exec dir="services/all" executable="cmd">
    <arg line="/c ${ORABPEL}/bin/obant.bat -Ddeploy=${deploy}"/>
    </exec>
    </target>
    ${ORABPEL} points to my BPEL installation.
    Thnx anyway :)
    Greetings,
    Max

  • Application directory is empty

    I have some applications and databases that are empty. They appear in the Applications combo and Databases box of the server window. But when I click on them a message like 'Application Directory is empty' turns up.I have tried to make the appropiate subfolders in the \essbase\app folder with the names of the applications and databases. And when I finally try to delete the database in the Application Manager a message turns up saying 'Unable to load database'.What can I do to prevent those empty applications and databases to appear in the server window.Thank you very much

    It sounds like what has happened is that someone deleted the contents of these folders using some tool other than App Man - not a good idea.The best way to be able to remove them from app man would be to stop the Essbase server, and copy the dbname.otl file from an app/db that works, and rename the file to the database you are trying to restore.This should allow you to at least start the application and delete it via application manager.Hope that helps.Regards,Jade---------------------------------Jade Cole Senior Business Intelligence ConsultantClarity [email protected]

  • Microsoft Office for Mac installer give following error: Aug  1 15:23:08 MyDisk Installer[537]: directory not found '/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6' Aug  1 15:23:08 MyDisk Installer[537]: Install failed: The Installer

    Aug  1 15:23:08 MyDisk Installer[537]: directory not found '/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6'
    Aug  1 15:23:08 MyDisk Installer[537]: Install failed: The Installer can’t create the folder “/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6”.
    Aug  1 15:23:09 MyDisk Installer[537]: Displaying 'Install Failed' UI.
    Aug  1 15:23:09 MyDisk Installer[537]: 'Install Failed' UI displayed message:'The Installer can’t create the folder “/var/folders/5v/s2wpc1ms7s99d0g2dx7lzjfw0000gn/T//Install.537GZGcI6”.'.
    other prods having trouble with /var/* as well...
    what gives? and what corrections to take?
    Thanks in advance

    Back up all data.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    From the application's menu bar, select
    File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Boot in safe mode to rebuild the font caches. Boot again as usual and test.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. In that case, ask for instructions.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • [SOLVED] Why the complaint var not empty?

    Hi,
    I'm on a fully updated Linux_X86-64/KDE with a separate /var partition.
    The boot journal complaints that /var directory is not empty (below), although I believe that's a normal state.
    Please advise!
    Thnaks
    -------relevant part of journalctl-----------
    Sep 04 12:14:23 miki_desk systemd[1]: var.mount: Directory /var to mount over is not empty, mounting anyway.
    Sep 04 12:14:24 miki_desk systemd-journal[190]: Time spent on flushing to /var is 126.236ms for 1025 entries.
    and the relevant line in my fstab is
    # /dev/sdb3 LABEL=Var
    UUID=f3d0d861-1faf-4f69-8aae-81c2974b15c1 /var ext4 rw,relatime,data=ordered 0 2
    Last edited by mibadt (2014-09-06 02:34:34)

    Hi all,
    I've found that (within my Arch):
    Besides the expected /var (on my separate partition), there is no /mnt/var on my system, yet there is a /usr/var.
    This folder contains a single 109b  "grandson" (into second level directory inside above) file dated May 27th name "interpreter". No other files there.
    Below you can see  that var location, contents and structure.
    Can I delete it altogether?
    Thanks
    ------------/usr/var/----------
    /usr/var/lib/iscan $ ls -al
    total 12
    drwxr-xr-x 2 root root 4096 May 27 11:50 .
    drwxr-xr-x 3 root root 4096 May 27 11:50 ..
    -rw-r--r-- 1 root root 109 May 27 11:50 interpreter
    miki /usr/var/lib/iscan $ cd ..
    miki /usr/var/lib $ cd ..
    miki /usr/var $ tree
    └── lib
    └── iscan
    └── interpreter

  • Autofs home directory not mounted after reboot.

    Hi,
    I am having trouble with one of my user home directory. The home directory does not seems to be mounted after reboot of the system.
    df -k as root does not display the home directory in question until the user of the home dierctory is logged into the system.
    Please help advise.
    Thanks alot in advance.
    Yours Sincerly.

    Hi, I actually did manage to cd to the home directory but unfortunately ls of the directory shows empty until I su to squid user and did an ls of the directory.
    Any pointers what I can check to ensure that my autofs enviorment is correct in additional any idea what's wrong with my autofs enviorment?
    Thanks alot
    Deeply appreciated
    Regards

  • Music directory appears empty, but it's

    I have a Creative Zen 32 GB.
    Firmware version .2.0
    Contains about 7 GB of music
    I've had it for about 3 weeks, and it worked great until last night.
    I listened to it for awhile yesterday afternoon, and then went to add some new music yesterday evening and ran into problems.
    I opened Windows Explorer to 'drag and drop' the new mp3's and the Music directory appeared empty from within WE. I've added new music this way previously, and I was able to see all the subfolders of mp3's on my Zen; it looked just like browsing folders with? WE on my computer.
    I unplugged the Zen, and verified that the music was still in the player, and it was.
    I plugged it back in, and tried the Zen Media Explorer. I ran into the same problem. The music directory appeared empty when I tried to browse it from the ZME.
    I went back to Windows Explorer and tried dragging and dropping a folder of new songs into the Music directory.
    It acted like it was copying them, but afterwords, WE still read the directory as empty.
    I unplugged the player and checked the music list, and the new songs were on there.
    I thought maybe it was my home computer (Dell Dimension 8250 running Windows XP w/ SP2), so I tried my work computer today (Dell Optiplex 755 running Windows XP w/ SP2), and got exactly the same results. Tried both Windows Explorer and Zen Media Explorer, and neither one would view the contents of the Music directory on the Zen.
    I downloaded the Recovery Tool and ran it. It upgraded the firmware, but that was all it did. I went back into Windows Explorer and Zen Media Explorer and there was no change. They both still show the directory as empty.
    It seems like the problem is within the Zen player, since I've run into the same behavior on two different computers.
    Has anyone out there run into a problem like this?

    Hi,
    (first of all: sorry for my bad English!)
    I have the same exact problem, the music files stills in the Player (with the Folder Icon too) and the Zen still them correctly, but in the Media Explorer the Music Directory Is Empty.
    Plus all the Videos and DataFiles (no multimedia files) have totally deleted from the player!!! (how it is possible?)
    In this scenario (files in the Player but not showed in the Zen Music Folder) i've add some new files (with the Creative Media Explorer), the player correctly puts these new files in the list togheter with existing files, but in the Media Explorer -> Music Folder i can see only the new added files.
    If i select Properties from Windows it tells me the right free space available (even if i couldn't see the files).
    There is something i can do instead of Format the Player? (i've update the firmware but didn't change the situation)
    Zen 8GB fw:.2.0e, no SD in the Player.
    Thanks
    Vahes?

  • Troubleshooting Lync 2010 404 - File or Directory Not Found

    Reading through several posts in this forum about 404 errors, none of the ideas have helped me with this problem
    I have a single Lync 2010 server used for IM, Video and Audio conferencing; no voice. Lync 2010 clients work just fine, getting the Web App to work with an emailed meeting link like https ://meet.mydomain.com/username/C32249V3 displays a web page with 404
    - File or Directory Not Found. Silverlight is installed, no errors in Event Viewer for Lync, iisreset has no affect.
    Open for other ideas to try and places to look at?
    AIS

    Hi, you can check before with a Ps command like
    $cred1 = Get-Credential "litwareinc\kenmyer"
    $cred2 = Get-Credential "litwareinc\pilar"
    Test-CsWebApp -TargetFqdn atl-cs-001.litwareinc.com -UserSipAddress "sip:[email protected]" -UserCredential $cred1 -User2SipAddress "sip:[email protected]" -User2Credential $cred2
    $cred1 = Get-Credential "litwareinc\kenmyer"
    $cred2 = Get-Credential "litwareinc\pilar"
    Test-CsWebApp -TargetFqdn atl-cs-001.litwareinc.com -UserSipAddress "sip:[email protected]" -UserCredential $cred1 -User2SipAddress "sip:[email protected]" -User2Credential $cred2
    TechNet Link
    regards Holger Technical Specialist UC

  • Exchange 2007 - User getting 404 File or directory not found

    Exchange 2007 OWA 404 - File or directory not found. I have two database on the same server and this problem is only affecting one database and the user in the other database is fine.  I did a test and move the user to the other database and I gave
    myself  full access to the user mailbox and use OWA (Change mailbox) to access other user and later login as the user itself and everything is fine.  I have thousands of user, and doing this is time consuming.  Anythough on this?

    Hi Tony,
    According to the description, I notice that you have a problem on OWA. When logon OWA with users from specific database, get error "Exchange 2007 OWA 404 - File or directory not found".
    I suggest check following points.
    1. Please make sure OWA Virtual Directory in IIS is available.
    2. Please make sure the OWA Virtual Directory in IIS has configured Basic Authentication by default.
    3. Please try to re-build OWA VD for testing. I saw someone solved this issue by re-building OWA VD.
    4. Since you have tested, moving mailbox to another database can auto-fix this issue, please also try to follow Ed to solve this issue.
    Thanks
    Mavis Huang
    TechNet Community Support

Maybe you are looking for

  • Video podcasts not working

    Is anyone having problems with video podcasts? For instance, I have the ABC news video podcast and I can hear it but the video is not working.

  • Flash works on IE 9 (64-bit) but not on IE 9 (32-bit)

    I have Windows 7 64-bit. I followed the steps in installing Flash on 64-bit for Internet Explorer. However, in some cases I need Flash to work on my 32-bit Internet Explorer and it simply isn't working. I downloaded the manual (silent) flash installe

  • IPad mini screen won't orient to landscape

    My iPad mini is up to date and I have checked the general screen and toggle settings but the screen won't rotate to landscape. How do I fix this?

  • DVD burning and playing

    I burnt a DVD (4.42 GB) on my Mac, and it worked well on a PC!  I tried to read it on the MAC but it just kept going round and round and round.  I tried forced quitting but nothing happened.  I could not eject the disk.  I had to switch off with the

  • Converting CMYK doc to RGB, one page behaving odd

    I've got a problem spent the last two days trying to problem solve.... I have a print doc (CMYK) using black and a spot colour. I then need a web version of the same material, in a different layout, so I've copied the pages to a web doc (RGB). This c