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

Similar Messages

  • 404 - File Or Directory Not Found Upon Intersection Check Report Display

    In FDM 11.1.2.1, when there are intersection check errors, instead of the intersection check report automatically opening in a new tab, I get a "File Download" message box with Open and Save buttons. If I choose Open, I get the "404 - File or directory not found" error. If I choose Save and save the file to a local path, I never get the option to open the file and the "Processing. Please wait..." message runs forever.
    FDM is running on virtual Windows Server 2008 R2 64-bit, IIS 7, Excel 2007, with SQL Server 2008 R2 64-bit and IE 7 web client.

    Tony, thanks, I'd like to give your work around a shot. We've tried all of Oracle's recommendations with no luck. I have temporarily unhidden my e-mail address in my user profile. Please let me know if you need anything else.

  • Ejb/collaxa/system/DeliveryBean not found   :(

    Hi All
    I have tried all the possible solutions given on this forum to get rid of "ejb/collaxa/system/DeliveryBean not found" Exception when trying to call CreditRatingService from a JSP as given in the tutorial.
    Pls tell me how to resolve this issue.
    09/02/17 18:53:43.203 InvokingProcessesUI: Servlet error
    java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at _invokeHelloWorld._jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:94)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:303)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at invokeHelloWorld.jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at _invokeHelloWorld._jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:293)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         ... 17 more
    naveen
    Edited by: user640347 on Feb 17, 2009 5:30 AM

    Hi All
    I have tried all the possible solutions given on this forum to get rid of "ejb/collaxa/system/DeliveryBean not found" Exception when trying to call CreditRatingService from a JSP as given in the tutorial.
    Pls tell me how to resolve this issue.
    09/02/17 18:53:43.203 InvokingProcessesUI: Servlet error
    java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at _invokeHelloWorld._jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:94)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:303)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at invokeHelloWorld.jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/DeliveryBean not found
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:194)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:169)
         at _invokeHelloWorld._jspService(_invokeHelloWorld.java:62)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.4.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:293)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         ... 17 more
    naveen
    Edited by: user640347 on Feb 17, 2009 5:30 AM

  • Library -lc: not found when compiling ncurses 5.7 in solaris 10

    Hi,
    I'm using Solaris 10 x86_64 and I am having problems compiling ncurses 5.7. This is the error message when I try to execute make:
    gcc ../objects/tic.o ../objects/dump_entry.o -I../progs -I../../progs -DHAVE_CONFIG_H -I../../progs/../include -I. -I../include -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/usr/local/include/ncurses -O2 --param max-inline-insns-single=1200 -static -L../lib -lncurses -L../lib -lncurses -dynamic   -o tic
    ld: fatal: library -lc: not found
    ld: fatal: File processing errors. No output written to tic
    collect2: ld returned 1 exit status
    make[1]: *** [tic] Error 1
    make[1]: Leaving directory `/Documents/ncurses-5.7/ncurses-5.7/objdir/progs'
    make: *** [all] Error 2
    I've read that this error happens because you cannot statically compile with the c library in Solaris and that this is not exactly an ncurses bug. I am quite new to Solaris and I do not understand this entirely? Can anyone help me fix this? And perhaps give some explanation as well?
    Your help would be much appreciated.

    I'm not familiar with all the variations here, but I suspect gcc may be erroring out saying that it doesn't have a static copy of libc, Correct, from the truss output:
    7060:     open("/opt/local/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/usr/sfw/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("../lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("../lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../i386-pc-solaris2.11/lib/libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../libc.a", O_RDONLY) Err#2 ENOENT
    7060:     open("/usr/ccs/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/lib/libc.a", O_RDONLY)               Err#2 ENOENT
    7060:     open("/usr/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    7060:     open("/usr/sfw/lib/libc.a", O_RDONLY)          Err#2 ENOENT
    # find / -name libc.a
    There's also a possibility of problems with templates:
    7058:     access("/usr/ccs/bin/ld.rpo", R_OK)          Err#2 ENOENT
    7058:     access("P,/usr/ccs/lib:/lib:/usr/lib:/usr/sfw/lib.rpo", R_OK) Err#2 ENOENT
    7058:     access("/usr/ccs/lib:/lib:/usr/lib:/usr/sfw/lib.rpo", R_OK) Err#2 ENOENT
    7058:     access("tic.rpo", R_OK)                    Err#2 ENOENT
    7058:     access("/usr/lib/crt1.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/lib/crti.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/lib/values-Xa.rpo", R_OK)          Err#2 ENOENT
    7058:     access("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/crtbegin.rpo", R_OK) Err#2 ENOENT
    7058:     access("../objects/tic.rpo", R_OK)          Err#2 ENOENT
    7058:     access("../objects/dump_entry.rpo", R_OK)     Err#2 ENOENT
    7058:     access("/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/crtend.rpo", R_OK) Err#2 ENOENT
    7058:     access("/usr/lib/crtn.rpo", R_OK)          Err#2 ENOENT
    while Studio 12 may be falling back to dynamic linkages for libraries where it doesn't have a static copy.Studio 12
    truss -f -o /tmp/out gmake
    grep libc.a out
    all show ENOENT
    There shouldn't be a problem with having the application libraries static, but the OS libraries will not be.:-)
    alan

  • 404 - File or directory not found - HFM WORKSPACE

    Hello All,
    We are seeing the error below when a user logs onto an HFM app.
    *"404 - File or directory not found.*
    *The resource you are looking for might have been removed, had its name changed, or temporarily unavailable."*
    When they click on Administration -> and any menu items, the error goes away and they are able to go to that navigation page.
    Could anyone suggest how to prevent this from happening?
    Thanks in advance,
    Regards,
    SM

    Ok.
    Things to check:
    #1 - If it is a default startup item from workspace, you can go to the preferences menu item and change that. (File --> Preferences --> General --> Default Startup Options)
    #2 - If the default item is in the reports explorer, check preferences as well. (File --> Preferences --> Explore --> Default Folder
    #3 - If none of that works, you can try clearing out the user preferences for the user by looking at the HFM database. Go to the following table : <app name>_USERPARAMS and pull all records that match the username (DB field = username) in question.  You can remove those rows from the table and it will reset that user's preferences.  I THINK HsvSystemInfo_LastContentSrc points to the last item they were using and deleting that might be sufficient, but I haven't had to do this in a while so I cannot say for sure.....

  • 404 -File or directory not found error

    We have had several users report the following error message that appears inside the Rich Text Editor that is used for Instructions on the Process Steps of Formulation specs, in 6.1.0.1.32.
    +404 -File or directory not found. The resource you are looking for mighthave been removed, had its name changed, or is temporarily unavailable.+
    Here's the scenario. They are in edit mode on the Formulation Spec.
    They go to the Process tab.
    Click A Step, and see that there are several blank lines at the end of the instructions, and they want to clean up this blank space.
    So they click the Instructions link, and the Instructions pop-up in a rich text editor.
    They click in the editor near the bottom to get a prompt on the last blank line.
    They then hit the backspace key to delete the blank lines.
    As soon as they hit the backspace key the error is thrown in the editor; Not in an error message popup and no error log is recorded in the event logs.
    And to make it even more interesting it doesnt happen all the time!
    Has anyone else seen this behavior within Formulation specs?
    P.S. Its not the IE pop-up blocker either.

    Trey, i just did a quick test and was able to duplicate with the following steps:
    1. open instructions
    2. instead of clicking in the edit textbox, click below the edit textbox (ie. b/w the textbox and keywords)
    3. hit backspace
    404
    my guess is, users are working quickly, think they click in the textbox, but accidently click outside the textbox. backspace is then trying to register a previous page command.
    However, we changed the rich text control in 6.1.1, and it looks like this issue has been corrected.
    if you find a different set of steps to recreate that triggers the 404, let us know.
    thanks,
    -M

  • Your photo library was not found. Do you want to find your iPhoto Library?

    Your photo library was not found. Do you want to find your iPhoto Library?
    Do you want to create or find?
    This is the message I get when I try to open iphoto.
    1. this is the first time since I've used iphoto that this has happened.
    2. I would like to know why.
    3. I am not sure which choice to make.
    4. recent changes involving photos would be deleting several photos....I used a program called Grand Perspective and began to delete photos from there
    5. although I'm interested in fixing this problem, I would like to learn more about 'libraries' and the way iphoto works. Previous to owning a Mac, I used Picasa with my pc and I don't remember it using as much space on my hard drive. iphoto has a large number of duplicated photos of which I've been unable to resolve easily and it is approx. 60 G of space. I would like to have access to my images (30,000) through external hard drives but not necessarily have them all on my mac. I believe that is what Picasa does. I'm using the new Picasa for Mac but want to continue to use iphoto as well.
    If I did not form this question well enough, please let me know how to clarify. I'm trying to remedy this while answering a million Why? why? Why? questions from my 4 year old!
    Thank you.
    iphoto 7.1.5

    I would like to learn more about 'libraries'
    Step one is to learn about iPhoto - it is not a photo viewer like Picasa - it is a photo manager and uses an SQL database - the content and structure of this database are critical (as with any database application) to the operation of iPhoto - any changes made to either the content or structure of the database using external programs including (especially) the finder can corrupt the database and cause you to lose data
    recent changes involving photos would be deleting several photos....I used a program called Grand Perspective and began to delete photos from there
    This is how you destroyed your iPhoto library and made it unusable
    As to space - the iPhoto database contains at a minimum a copy of the original photo (in the default and recommended operating environment) and a small thumbnail. When any modification to the photo is made a modified version is created so there might be three versions (no duplicates) of a photo within the iPhoto library - none of them are extraneous and none of them can be removed without corrupting the iPhoto library
    Once a photo is imported into iPhoto (assuming default settings which are strongly recommended) the original source photo outside of iPhoto can be archived, deleted or otherwise handles - iPhoto has no further need for it.
    The iPhoto library can be located on an external hard drive so long as that hard drive is always available when iPhoto is running
    In general it is not advised to run two different photo organizers against the same photos - so if you use both Picasa and iPhoto you are likely to create future problems (although Google claims it is possible - just remember that you can not successfully make any change of any sort to any photo with the iPhoto library using Picasa or any other program - if you only use Picasa to look at photos you may be ok - if you never make any mistakes
    As to your immediate problem - you have destroyed you iPhoto library by deleting files from it. If you want to use iPhoto you will have to start over - find the originals folder within the iPhoto library and launch iPhoto while depressing the option (alt) key and create a new library - import the photos from the originals folder into iPhoto and do not go inside the iPhoto library or modify the contents of the iPhoto library in the future.
    LN
    Message was edited by: LarryHN

  • Can anyone answer why in logic pro X I keep getting a window popping up that says Directory not found, result code= -120, followed by another window saying, Fade update failed, (error -120)?

    Can anyone answer, why in Logic Pro X I keep on getting a window popping up saying, Directory not found, result code = -120. Followed by another window saying, Fade update failed, (error -120)?
    I am running the latest version 10.0.5 through a Macbook Pro that has just been upgraded to 16GB Ram and a 960GB SSD which has made it as fast as ****. I upgraded because I was experiencing problems before and it was suggested that I didn't have enough Ram?
    I am using a Focusrite scarlett 2i4 and an Alesis Q61 midi controller. Weirdly, just trying to put a bass line down on a track using the Alesis, the bass sound goes out of tune with the track during recording only. This is very frustrating! I surely can't be the only one experiencing this?
    Many thanks
    Rob.

    Hi
    Time lost could be a problem, but.....
    Sadly, I don't think that there are any Apple docs relating to networked storgae issues with Logic. Other than a 'school' or 'business' setup, NAS/OD/AD setups are not usual circumstances for audio.
    If the issue is one of data backup & security, it may be enough to automatically backup the students local work folders to the NAS.
    If the issue is one of the Users being able to work from any Mac and pick up their files from the server, you are not likely to resolve this problem, without copying the files to the Local Mac.
    CCT

  • 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.+

  • Getting error : fileIOException: directory not found

    i m getting the error net.rim.device.api.io.file.FileIOException: directory not found whn i m saving any media files from watsapp or bbm, also my existing media folder got deleted automatically, so provide a resolution for the same. thnxs

    Hello jatin020 and welcome to the BlackBerry Support Community Forums.
    Sorry to hear you're experiencing an issue with your media.
    This error indicates an issue with your software and a reinstallation of the software will need to be done.
    Using BlackBerry Desktop Software, back up your data and follow the steps in KB11320 How to perform a clean reload of the BlackBerry Device Software for Windows (or if you use Mac see KB19915 Perform a clean reload of BlackBerry smartphone application software using BlackBerry Desktop Software on a Mac computer)
    After the reload is complete, try to save a media file. Are you now able to do so? 
    Thank You.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • 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!

  • RD Gateway - 404 - File or directory not found - Remote Desktop Services 2012 R2 - External users

    Hi All, 
    I’m currently deploying RDS to our network, I’ve installed and configured the RD Gateway role – accessing https://remote.external.com/RDWeb internally works fine but not externally. Externally https://remote.external.com reaches the servers default IIS page
    but once I put /RDWeb I get the error 404 – File or directory not found.
    I’m not sure what’s not configured properly but below is the setup – keep in mind that the internal domain is different to the external FQDN i.e. the server name of the GD Gateway is Server4.internal.pri and the FQDN to access RDS externally is remote.external.com 
    - Server1.internal.pri Internal Network
    RD Session Host
    - Server2.internal.pri Internal Network
    RD Session Host
    - Server3.internal.pri Internal Network
    RD Connection Broker, RD Licensing, RD Web Access
    - Server4.internal.pri DMZ Network
    RD Gateway DMZ IP/ Internal IP
    - Certificate for all servers is a wildcard *.external.com
    In the RDS Deployment Properties
    Deployment Properties> Certificates> all certificates are configured with a wildcard certificate e.g. *.external.com
    Deployment Properties> RD Web Access server= server3.internal.pri URL = https:// server3.internal.pri/RDWeb
    Deployment Properties> RD Gateway> Server name = remote.external.com – I’ve understood that this is the URL (FQDN) to access RDS and not the RD Gateway servername itself
    RD Gateway Manager Properties
    Browse and import certificate> *.external.com
    Transport Settings> IP address for HTTPS = 192.168.x.x (DMZ IP)
    Transport Settings> IP address for UDP = 192.168.x.x (DMZ IP)
    IIS
    Both the RD Gateway and the Connection Broker have https certificate as *.external.com and in the site bindings https is * for ip addresses, specifying the DMZ IP on the RD Gateway doesn’t fix the issue
    DNS, Network, Domain etc..
    remote.external.com points the Public IP in DNS with an A record – Public IP is NATed to the RD Gateways DMZ IP on the firewall – RD Gateway is joined to the domain – RD Gateway has another NIC with an internal IP
    Firewall
    Port 80, 443, 3391 is open from the internet to the RD Gateways DMZ IP, RD Gateway also has an internal IP with full access to the other RDS roles
    Errors I receive with the MS Best Practice Analyzer
    Problem:
    The Remote Desktop Gateway (RD Gateway) server Secure Sockets Layer (SSL) certificate may not have a valid certificate subject name.
    Impact:
    If the RD Gateway server is configured to use an SSL certificate with a certificate subject name that is not valid, users cannot connect to internal network resources (computers) through the RD Gateway server.
    Resolution:
    Use the RD Gateway Manager tool to select a valid SSL certificate for the RD Gateway server to use.
    Even though I did configure this… seems like it might be from the split DNS
    Other 
    I can access RDS from the RD Gateway box https://remote.external.com and client machines
    no certificate errors internally, either externally when I reach the default IIS page of the RD Gateway i.e. https://remote.external.com
    Any help is much appreciated!

    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!

  • I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?

    I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?
    Where do I find this library?
    thanks
    Shak

    Twas quite a hassle if I am honest which was eventually resolved but I don't feel qualified to help anyone through the process as it required a trip to my local apple store and a genius bar appointment.
    Personally, I would do anything like moving pictures out of folders etc. Certainly not creating a new users. i don't think that is an elegant solution
    Try the following which MAY just about rescue the situation for you but if they don't work you may have to do something more drastic.
    (1) Holding down Cmd & Alt at the same time, start iPhoto by clicking on the iPhoto icon. From the resulting menu choose Rebuild photo library by selecting all available options given to you and then pressing REBUILD!
    If that doesn't work
    (2) Fire up Utilities. Go to migration assistant. Chose 'From another Time machine back-up'. Open the 'Users' option that comes up next and from there select Pictures, then uncheck everything else like Applications etc (you don't want to do a full migration of everything) and click go.
    If that doesn't work, take a deep breath and this step is rather complicated but it worked for me. First of all close iPhoto! Then go to new Finder window.
    From the Finder window choose Pictures, then iPhoto library, press CMD and the letter i. It brings up a new window. Go to Sharing & permissions. From there select the padlock to unlock settings. and then select User account, then press the 'cog' icon next to +/- abd choose Apply to enclosed items.
    This may take a while. Once completed, re-open iPhoto.
    And that should (I stress should) cure it.
    Good luck.

Maybe you are looking for