Placing an object/file in defalut host root folder

Hi All,
I am facing a problem in placing a MIME object i.e. a XML file in the root folder.
I have written a FLEX application which sends a request for a particular file in the root folder.
It attempts to access the following link.
http://mysap.xyz.com/crossdomain.xml
I want to place this crossdomain.xml file in the root folder.
Can I do it by using some transactions in SAP or it has to be done at the OS level.
I tried uploading the file from MIME Repository and looked around in the SICF transaction, but with no success.
Regards,
Ameya

Have a look at this thread: crossdomain.xml on WAS
Kind regards,
Roland

Similar Messages

  • How to manage the host root folder?

    I'm using iWeb08, and I'm on system OSX 10.5.8.
    Last week I flawlessly transferred my site from Apple to another host.
    My question is, to make a few simple changes to it, {mostly text and links}, do I have to load up ALL the files again to the ftp host?  I don't know how to manage the root folder yet and I don't want to clutter the folder or cause the site to malfunction.
    Is there any useful posts on managing a hosting root folder??
    Problems or thing I should know using iWeb08?
    Thanks...  Ghary.com

    Once you get to know the file structure its possible to just upload the changed files by intelligent guesswork.
    You can also look at the date on the local published files but this would be rather time consuming.
    Most FTP apps have a synchronise feature to handle this for you but you need to set this up carefully and do a test run to make sure it doesn't wipe out essential files on the server.
    If you do a lot of updates and you want to get your web pages downloading faster, an optimizer will do all the thinking for you. These screenshots are of one of Ton Brand's Optimizers - HTML Optimizer Plus
    On the first pass all the files are optimized and uploaded...
    After that, Smart Handling is turned on and only the changed files are processed...
    The original folder is 10.1 MB and the Optimized one is 7.7 MB. That's without optimizing the PNG images. The finished site downloads fast. It needs to since its designed to work on mobile devices.

  • File is outside of root folder error in DW...

    What?? Every now and then this error pops up. I just want to add an image to the page...It is in the folder of the client i am working on. The root folder that pops up is a totally different local site in a totally separate folder......How to get rid of / or change this? Thanks so much!! ASAP would be swell! Using CS6.
    https://www.pinterest.com/pin/create/extension/

    <img src="file:///C|/Users/Rebekah/Desktop/WEBs/Mulberry/WEDDINGS_2/WEDDbann.png" alt="Weddings at Mulberry Art Studios" />
    Tell us again please what is the path to the local site's root folder (use Site manager to examine the local settings - this is the field directly beneath the Site Name field)?

  • KM Root folder path in Web Dynpro

    Hi,
    How can I get full path (inlcuding drive of the file system) of documents root folder, which is configured in KM.
    If any body knows give me the details to get it.
    Thanks
    Bobby M

    Hi Bobby
    Here is the code for ur requirement
    <i>
       IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
       com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
       // create ep5 user from current user
       IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
       IResourceFactory factory = ResourceFactory.getInstance();
    IResourceContext context = new ResourceContext(ep5User);
    RID root_rid = RID.getRID("/documents");
    ICollection root = (ICollection) factory.getResource(root_rid,context);
    // Now read the file contents of say file1
      FileInputStream in = new FileInputStream(file1);
      Content content = new Content(in,"byte",in.available());
    RID newRID = RID.getRID("/documents/" +  filename_portal);
       if(factory.getResource(newRID,context) == null){
            IResource newResource = root.createResource       (filename_portal,null,content);
    // else file already exists</i>
    (Please award the points )

  • Very Slow FTP from Root folder only

    We manage several clients with Dreamweaver CS3. Only one client is having a problem with slow FTP transfers for files exclusively in the root folder of the site. This client is using Check In/Check Out. 
    If you SAVE AS the file to a directory in the site - that file no longer has an issue - it's just the files saved in the root folder.  When attempting to upload one of these files, Dreamweaver appears to freeze for several minutes and then tells you that it has transferred the file. If you select several files in the root folder to upload, the same thing happens but only one file transfers.
    I'd appreciate anyone with a similar experience to weigh-in here. Is there any way to fix this problem?

    I think I discoverd something. I have two different frames that I paste inline in some text in a table. The one is an .ai file and the other is a text frame.
    The text frame created in InDesign has a paragraph style and a character style. When I paste the frame with the .ai file it pastes quickly and the text tool returns for use almost immediately. When I paste the frame with the text it takes a while to display and about 10 seconds to return the text tool for use.
    Has anyone seen this behavior?

  • Placing an illustrator file with "white" objects add process black to PDF

    Ran into this problem today with InDesign CS5:
    I am trying to create a document with only one (spot) color, pantone 293 in this case.
    Placed some illustrator files in this document, all of them also only contain pantone 293. However, they also contain some "white" objects. Now my problem appears to be that "white" in illustrator is defined as "0% gray" by default. So when I export my document as PDF from inDesign, i get a PDF with both spot color pantone 293 and black. Strange thing is, I tried making the "white" objects 0% pantone 293 instead of 0% gray, but the PDF still exports with black process color.
    Just plain telling my printing company to ignore the black process color altogether would be foolish i guess, since there are objects underneath the illustrator files which need to be knocked out by the "white".
    Any ideas?

    If the problem isn't a profile conflict as Peter suggests, you might try setting up a preflight profile for 1 spot color that will catch uses of CMYK black. When you export a PDF from ID the CMYK channels always exist in the exported PDF, so you may need a preflight check to make sure CMYK plates are empty.
    This allows only 1 spot color, defined as Lab. Any use of black would throw an error:
    Here the white box is defined as Paper 0|0|0|0 CMYK and I get an error
    Defining the box as 0% Orange is OK

  • Getting error when placing jsp file in tomcat root folder

    hello experts,
    i have developed an application on netbeans 6.1 for mail.
    It is working perfect when i run it from netbeans, but when we copy those jsp files to ROOT folder of tomcat5.5 server, it is showing me following error.
    rg.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 14 in the jsp file: /Mailer1.jsp
    Session cannot be resolved to a type
    11: <%!
    12: String nam = null, email = null, suggestion = null;
    13: RequestDispatcher disp = null;
    14: public static Session sess = null;
    15:
    16: %>
    17: <%
    An error occurred at line: 38 in the jsp file: /Mailer1.jsp
    sess cannot be resolved
    35:
    36: //SecurityManager security = System.getSecurityManager();
    37:
    38: sess= Session.getInstance(props,new javax.mail.Authenticator() //if u uses getDefaultInstance it will raise Security Exception
    39: {
    40: protected PasswordAuthentication getPasswordAuthentication()
    41: {
    An error occurred at line: 38 in the jsp file: /Mailer1.jsp
    Session cannot be resolved
    35:
    36: //SecurityManager security = System.getSecurityManager();
    37:
    38: sess= Session.getInstance(props,new javax.mail.Authenticator() //if u uses getDefaultInstance it will raise Security Exception
    39: {
    40: protected PasswordAuthentication getPasswordAuthentication()
    41: {
    An error occurred at line: 38 in the jsp file: /Mailer1.jsp
    javax.mail.Authenticator cannot be resolved to a type
    35:
    36: //SecurityManager security = System.getSecurityManager();
    37:
    38: sess= Session.getInstance(props,new javax.mail.Authenticator() //if u uses getDefaultInstance it will raise Security Exception
    39: {
    40: protected PasswordAuthentication getPasswordAuthentication()
    41: {
    An error occurred at line: 45 in the jsp file: /Mailer1.jsp
    sess cannot be resolved
    42: return new PasswordAuthentication("[email protected]","ratatouille");
    43: }
    44: });
    45: sess.setDebug(true);
    46:
    47:
    48: //sess = Session.getDefaultInstance(props);
    An error occurred at line: 50 in the jsp file: /Mailer1.jsp
    Transport cannot be resolved to a type
    47:
    48: //sess = Session.getDefaultInstance(props);
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    An error occurred at line: 50 in the jsp file: /Mailer1.jsp
    sess cannot be resolved
    47:
    48: //sess = Session.getDefaultInstance(props);
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    An error occurred at line: 51 in the jsp file: /Mailer1.jsp
    Message cannot be resolved to a type
    48: //sess = Session.getDefaultInstance(props);
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    An error occurred at line: 51 in the jsp file: /Mailer1.jsp
    MimeMessage cannot be resolved to a type
    48: //sess = Session.getDefaultInstance(props);
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    An error occurred at line: 51 in the jsp file: /Mailer1.jsp
    sess cannot be resolved
    48: //sess = Session.getDefaultInstance(props);
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    An error occurred at line: 52 in the jsp file: /Mailer1.jsp
    Message.RecipientType.TO cannot be resolved to a type
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    55: msg.setContent(suggestion, "text/plain");
    An error occurred at line: 52 in the jsp file: /Mailer1.jsp
    InternetAddress cannot be resolved to a type
    49: //sess.setDebug(true);
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    55: msg.setContent(suggestion, "text/plain");
    An error occurred at line: 53 in the jsp file: /Mailer1.jsp
    InternetAddress cannot be resolved to a type
    50: Transport trans = sess.getTransport();
    51: Message msg = new MimeMessage(sess);
    52: msg.setRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    53: msg.setFrom(new InternetAddress(this.email));
    54: msg.setSubject(this.nam);
    55: msg.setContent(suggestion, "text/plain");
    56: trans.connect();
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    i m unable to find out the solution,
    please help me to resolve it.
    thnaks.

    Hi shams.hq,
    I don't understand how you bother to copy an application in your server directories. It's really piece of cake to deploy with Tomcat.
    All you have to do :
    - with Netbeans, you build the project : a WAR file will be created in the dist directory of your project;
    - launch the server, if it's not running;
    - with your web browser, connect to the Tomcat Manager;
    - from there, you may upload and deploy the WAR file of your project.
    Et voilà ! Tomcat will unzip the WAR and install your classes and libraries at the right place.

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Libstdc++-libc6.1-1.so.2: cannot open shared object file

    When I try to install Oracle 9i on OEL 5 I get:
    #./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2009-01-05_03-05-57PM/jre/bin/java. Please wait...
    /tmp/OraInstall2009-01-05_03-05-57PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    Although:
    #rpm -qi libstdc++
    Name : libstdc++ Relocations: (not relocatable)
    Version : 4.1.2 Vendor: Oracle USA
    Release : 42.el5 Build Date: Sun 25 May 2008 11:14:02 AM EEST
    Install Date: Sat 03 Jan 2009 03:15:57 AM EET Build Host: ca-build15.us.oracle.com
    Group : System Environment/Libraries Source RPM: gcc-4.1.2-42.el5.src.rpm
    Size : 925520 License: GPL
    Signature : DSA/SHA1, Mon 26 May 2008 08:58:57 AM EEST, Key ID 66ced3de1e5e0159
    URL : http://gcc.gnu.org
    Summary : GNU Standard C++ Library
    Description :
    The libstdc++ package contains a rewritten standard compliant GCC Standard
    C++ Library.
    What's the problem?

    Hi Valentin
    It is very typical that a Library is not found by the OUI when an installation is going to be done. Basically there are 2 typic causes.
    The first is that the library is not in your OS and the another one is that the library is in your OS but you have not set correctly the LD_LIBRARY_PATH in order to the OUI can find it. The solution is very easy:
    1.- Check where is the library in your OS. It can be in:
    /usr/lib or /usr/lib64 or another directory. connected as root go to / and apply this command to find where the library is:
    find ./ -name libstdc*
    with that command you will see where the library is. Take that path and added it to the LD_LIBRARY_PATH.
    The LD_LIBRARY_PATH is an eviroment variable that must be set in the profile of the user usually.
    Once done all this , reload the connection with the user with what you want to install the Oracle Software and test.
    For any more information or guide replay again friend.
    Joel Pérez
    Oracle Ace Member
    DBA Oracle

  • Using Dreamweaver ftp for file upload to host question

    My local site is set up with links relative to the root document.
    The local root folder is defined as J:\xampp\htdocs\rootfilename\
    I have not put anything in the field HTTP Address so it just shows http://
    Once I have defined my remote site in the Dreamweaver setup I still have concerns regarding how dreamweaver will treat some of the links in my  localhost testing environment, I have changed some of the relative links to fully qualified paths such as :
    http://localhost/rootfilename/filename.php
    So my question is when i do the file transfer how does dreamweaver treat these full links, will it change localhost to the new host name, and the root directory name to the root directory name automatically for me (obviously after i have defined them in the remote site setup)?
    And what about my file path names such as my includes files which I have had to make a full path for example:
    include_once ("J:/xampp/htdocs/rootfilename/includes/filename.inc.php");
    Will Dreamweaver remove the J:/xampp stuff and give it the correct fully qualified path?
    Thank you in advance for your help, I just want to make sure everything is set up right before I start the transfer.

    No DW will not update absolute paths in your code. Absolute paths will remain exactly how you've typed them on upload.

  • Smart Objects - File size issues

    Hey All,
    The Question: Not sure if this question has been answered elsewhere. But when using a nested smart object (meaning a smart object within a smart object) Photoshop CS5 doesn't display the correct file size (at bottom left) or seem to account for the nested smart object file size.  Is there a "setting" I’m missing to accurately display what the true file size is?
    The Problem: Using multiple nested smart objects that I have reduced the size of my image to be 260x200 for web export. Photoshop CS5 won't let me save a file that appears to be only 3mbs claiming it's over 2 gig's. See image below.
    Really not sure what to do about this, the company I work for makes lots of changes so using smart objects is necessary for my work flow. But also seems to be slowing me down trying to figure out issues like this and is problematic when it comes to saving all the work I have been doing.
    Thanks for the help

    FentonDesigns wrote:
    when using a nested smart object (meaning a smart object within a smart object) Photoshop CS5 doesn't display the correct file size (at bottom left) or seem to account for the nested smart object file size.  Is there a "setting" I’m missing to accurately display what the true file size is?
    One thing you might have missed is that Photoshop is not a file editor its a document editor.   The sizes Photoshop is displaying are related to how much ram it using for the documents data. How efficient ram is being used etc. File sizes vary all over the place sizes depend on the number of pixels in an image format support layers no layers compression?, transparency.   There is no way Photoshop could even guess at any file sizes.
    An other is all smart object layer are not created the same and their sizes my be far different the you may think.  
    Smart object layers have a basic format. There is an embedded object, there is a composite pixel rendering for embedded object that is used for the layer pixels and there is a transform associated for the layer rendered pixels.
    Anything Photoshop supports can be an embedded object.  These objects are copies of the original object.  For example a copy of a RAW file where ACR settings are stored in the file copy metadata. An embedded object might be a copy of a PSD file that has thousands of layers. in any case Photoshop renders pixels for the embedded objects composite view and uses these rendered pixels as the smart object layers pixels.  These pixels can not be changed within the document.
    However the embed object can be opened and worked on and changed. If the change is committed Photoshop will update the embedded object and render the updated object composit view and replace the layers pixels. 
    Smart Object Layer Pixels can only be acted on in the document not changed with paint etc. For example the Transform associated with the smart object layer sizes and positions the layer rendering over the canvas. The layer actual size may be larger then, smaller then the canvas size and have a different aspect ratio then the canvas. Example if you place in an image that is larger then the document canvas size one of Adobe Photoshop's Preferences is set by default have Place resize large images to fit within current the documents canvas size. The transform associated with that placed layer would cause the rendering of the layers pixels to fit with in the canvas. 
    Though an embedded  object may contain thousands of layers the actual object may be much smaller then you think for PSD files are compressed object may be compressed.  Also while the embedded object  may contain vector layers when a smart object layer is transformed the layer is transformed using interpolation like a raster layer for all that is being transformed is the pixels Photoshop rendered for the embedded smart object. The only way to work on the embedded smart object layers it to open the smart object and work on the object itself.j

  • Does anyone know the file name of the root ($)?

    RoboSource Control unfortunately is not working correctly and a Rollback caused many topics to be permanently deleted. I'm waiting for approval from IT to get the 8.0.1 and 8.0.2 patches applied, but in the mean time we would like to restore our project from server tape backup. Only, I can't find out where the $ root is stored on the server to have it restored.
    Does anyone know the name of the file that is the root? I was expecting to see a file called root or $, but can not locate a file named either.

    Your DB Administrator should be able to recover a TSM backup OF YOUR ENTIRE DATABASE, not the project, from tape.  The database object the DBA is retrieving will not have the $ (or the * sign).  It will be named whatever you named the database when you created the database.
    Your database name is located on the Connection screen.
    Hope it helps...
    Steve

  • [solved] VirtualBox: libqt-mt.so.3: cannot open shared object file

    When I try to run VirtualBox:
    /opt/VirtualBox-1.5.6/VirtualBox: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    What's wrong?  I have qt installed.
    Last edited by synthead (2008-05-01 23:18:07)

    bender02 wrote:OK, so check the file /opt/qt/lib/libqt-mt.so.3 is present in the filesystem (member of the qt3 package)
    [max@pwn lib]$ pwd && ls -l
    /opt/qt/lib
    total 18692
    -rw-r--r-- 1 root root 9295926 2008-03-27 05:14 libdesignercore.a
    -rw-r--r-- 1 root root 841 2008-03-27 05:14 libdesignercore.prl
    -rw-r--r-- 1 root root 607100 2008-03-27 05:14 libeditor.a
    -rw-r--r-- 1 root root 794 2008-03-27 05:14 libeditor.prl
    -rw-r--r-- 1 root root 47244 2008-03-27 05:14 libqassistantclient.a
    -rw-r--r-- 1 root root 805 2008-03-27 05:14 libqassistantclient.prl
    -rw-r--r-- 1 root root 814 2008-03-27 05:14 libqt-mt.prl
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so -> libqt-mt.so.3.3.8
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so.3 -> libqt-mt.so.3.3.8
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so.3.3 -> libqt-mt.so.3.3.8
    -rwxr-xr-x 1 root root 8885408 2008-03-27 05:15 libqt-mt.so.3.3.8
    -rw-r--r-- 1 root root 720 2008-03-27 05:14 libqui.prl
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so -> libqui.so.1.0.0
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so.1 -> libqui.so.1.0.0
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so.1.0 -> libqui.so.1.0.0
    -rwxr-xr-x 1 root root 229080 2008-03-27 05:15 libqui.so.1.0.0
    drwxr-xr-x 2 root root 4096 2008-03-27 05:14 pkgconfig
    bender02 wrote:and check /etc/ld.so.conf, if it contains the directory /opt/qt/lib
    My ld.so.conf didn't have an entry for /opt/qt/lib!  I added it.  VirtualBox still can't see libqt-mt.so.3 though, unfortunately.
    [max@pwn etc]$ cat ld.so.conf
    # /etc/ld.so.conf
    /opt/qt/lib
    /opt/lib32/lib
    /opt/lib32/usr/lib
    # End of file
    I really appreciate the support guys

  • Libdb-4.3.so: cannot open shared object file: No such file or dii rectory

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.
    Could you please help me..
    $ADMIN_SCRIPTS_HOME/adapcctl.sh start
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    getting bellow error.
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    I started httpd from /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/ by using service httpd start and then run $ADMIN_SCRIPTS_HOME/adapcctl.sh start got bellow message
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    Not able to figure it out the file libdb-4.3.so issue.
    Here is the...
    IDD for httpd... not sure, why it has two folderss.. one with 10.1.3 and another one with 10.1.2..
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7795000)
    libdms2.so => not found
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7742000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7727000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7724000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf76d7000)
    libdb-4.3.so => not found
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.2/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7704000)
    libdms2.so => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0xf76c6000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xf76ac000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf767b000)
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7679000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf762c000)
    libdb-4.3.so => not found
    [root@localhost appl]# find / -type f | grep -i "libdb"
    /lib64/libdb_cxx-4.3.so
    /lib64/libdb_cxx-4.2.so
    /lib64/libdbus-1.so.3.4.0
    /lib64/libdb-4.3.sobackup
    /lib64/libdb-4.2.so
    /lib64/libdb-4.7.so
    /home/backup/startCD/Disk1/rapidwiz/jre/IBM_AIX/1.6.0/lib/ppc/libdbx_j9.so
    /home/oracle/Downloads/6078836/libdb.so.2
    /home/oracle/ebs/apps/tech_st/10.1.2/rdbms/lib/libdbtools10.a
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdta.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdrv.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/inventory/filemap/rdbms/lib/libdbtools10.a/files.map
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbts.pls
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbtb.pls
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDRETLIBDBNAME.sql
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDNEWLIBDB.sql
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib32/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/srvm/lib/libdbcfg11.a
    /home/oracle/ebs/db/tech_st/11.1.0/lib32/libdbcfg11.so
    /home/oracle/ebs/db/tech_st/11.1.0/lib/libdbcfg11.so
    /usr/lib64/xulrunner-1.9.2/components/libdbusservice.so
    /usr/lib64/compiz/libdbus.so
    /usr/lib64/libdbus-c++-1.so.0.0.0
    /usr/lib64/libdbus-glib-1.so.2.1.0
    /usr/lib64/libdb_cxx-4.7.so
    /usr/lib64/xorg/modules/extensions/libdbe.so
    /usr/lib64/libdbus-qt-1.so.1.0.0
    /usr/share/doc/rsyslog-4.6.2/omlibdbi.html
    /usr/lib/libdb.so.2
    /root/rpmbuild/SOURCES/libdbi-drivers-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-drivers-error-handler.patch
    /root/rpmbuild/SOURCES/libdbi-drivers-cflags.patch
    /root/rpmbuild/SOURCES/libdbi-cflags.patch
    /root/rpmbuild/SPECS/libdbi-drivers.spec
    /root/rpmbuild/SPECS/libdbi.spec
    find: `/proc/5275/task/5275/fd/5': No such file or directory
    find: `/proc/5275/task/5275/fdinfo/5': No such file or directory
    find: `/proc/5275/fd/5': No such file or directory
    find: `/proc/5275/fdinfo/5': No such file or directory
    /lib/libdbus-1.so.3.4.0
    [root@localhost appl]#
    [root@localhost lib]# ls -ltr libdb* from /usr/lib
    -rwxr-xr-x. 1 root root 5825 Dec 25 12:06 libdb.so.2
    [root@localhost lib64]# ls -ltr libdb* /usr/lib64
    -rwxr-xr-x. 1 root root 195696 Apr 28 2010 libdbus-c++-1.so.0.0.0
    -rwxr-xr-x. 1 root root 71136 Jul 3 2010 libdbus-qt-1.so.1.0.0
    -rwxr-xr-x. 1 root root 1647120 Jul 22 2010 libdb_cxx-4.7.so
    -rwxr-xr-x. 1 root root 144960 Nov 19 2010 libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 24 Dec 14 22:45 libdb-4.7.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 23 Dec 14 22:46 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 23 Dec 14 22:47 libdbus-glib-1.so -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 22 Dec 14 22:50 libdbus-c++-1.so.0 -> libdbus-c++-1.so.0.0.0
    lrwxrwxrwx. 1 root root 21 Dec 14 22:50 libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0
    lrwxrwxrwx. 1 root root 24 Dec 14 23:07 libdb.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 16 Dec 14 23:07 libdb_cxx.so -> libdb_cxx-4.7.so
    [root@localhost lib]# ls -ltr libdb* from /lib
    -rwxr-xr-x. 1 root root 284764 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 18 00:39 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 17 Dec 25 01:40 libdb-3.3.so -> /lib/libdb-4.3.so
    [root@localhost lib64]# ls -ltr libdb* from /lib64
    -rwxr-xr-x. 1 root root 1139224 Jul 22 2010 libdb_cxx-4.3.so
    -rwxr-xr-x. 1 root root 1055864 Jul 22 2010 libdb_cxx-4.2.so
    -rwxr-xr-x. 1 root root 976976 Jul 22 2010 libdb-4.2.so
    -rwxr-xr-x. 1 root root 1526952 Jul 22 2010 libdb-4.7.so
    -rwxr-xr-x. 1 root root 268200 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:45 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:46 libdbus-1.so -> libdbus-1.so.3.4.0
    -rwxr-xr-x. 1 root root 1043696 Dec 25 12:04 libdb-4.3.sobackup
    lrwxrwxrwx 1 root root 18 Dec 25 23:16 libdb-4.3.so -> libdb-4.3.sobackup
    Any one help me, what I am missing from above.. and also, my post installation rapidwizard is cancelled, so Do I need to install from scratch? or If I fix this issue, can i access the application using web url?
    Edited by: user1254389 on Dec 25, 2011 10:06 PM
    Edited by: user1254389 on Dec 25, 2011 10:10 PM

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.Oracle EBS R12 is not certified yet with Linux 6 so please install a supported OS (see the docs before for the list) or check the certification matrix and try the installation then.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Thanks,
    Hussein

  • Truss: cannot trace set-id or unradable object file: file

    Good afternoon,
    As a tool from my company is running very slowly, I wanted to know where something is going wrong. In order to determine this, I have decided to "truss" the tool:
    Prompt>truss <tool>Unfortunately I get error message:
    truss: cannot trace set-id or unradable object file: <file>Can something be done about this?
    Thanks

    Run truss as root, or remove the setuid/setgid bit from the binary.

Maybe you are looking for