NoProcessorException: Couldn't create processor in Linux!

Hi,
I'm trying to create processor in CentOS (kernel-2.6.18-53.1.4.el5). But i've got the following Exception:
Couldn't create processor:
javax.media.NoProcessorException: Error instantiating class: com.sun.media.processor.unknown.Handler : java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Here is my sample code:
DataSource dataOutput = null;
Processor processor = null;
try {
     String inputfile = "file:" + System.getProperty("user.dir")
                    + File.separator + "sample.wav";
     MediaLocator locator = new MediaLocator(inputfile);
     ds = javax.media.Manager.createDataSource(locator);
     ds.connect();
     ds.start();
} catch (Exception e) {
     System.err.println("Couldn't create DataSource\n" + e);
try {
     processor = javax.media.Manager.createProcessor(ds);
} catch (NoProcessorException npe) {
     System.err.println("Couldn't create processor:\n" + npe.toString());     
}I'm not sure where is the bug in this code? Please help me with your valuable feedback.
Thanks in advance!
ARIF

Hey! i've fixed the problem by installing Xvfb. :)
Xvfb (X virtual framebuffer) is an X11 server that performs all graphical operations in memory, not showing any screen output. Can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory.
Cheers,
ARIF

Similar Messages

  • Couldn't create processor

    Hello All-
    I am trying to use the VideoTransmit demo code
    java VideoTransmit file:/root/javatemp/Before.jpg 132.170.194.58 9000
    Error : Couldn't create processor

    Well I figured out why the screen is garbled. This is a seperate issue with the size of the video which is unrelated to the java portion oy my problem.
    Here is the modinfo of the driver. The driver is ivtv which to my knowledge is the only driver for the Hauppauge PVR 250:
    ist-tank1:~# modinfo ivtv
    filename: /lib/modules/2.4.25/kernel/drivers/media/video/ivtv.o
    description: "Alpha iTVC15 driver"
    author: "Kevin Thayer"
    license: "GPL"
    parm: tuner int, description "
    Tuner type selection, see tuner.h for values"
    parm: yuv_buffers int, description "
    Number of 32K buffers for copying YUV.
    Default: 60, Min: 40 Max: 500"
    parm: mpg_buffers int, description "
    Number of 32K buffers for copying mpg.
    Default: 100, Min: 15 Max: 100"
    parm: vbi_buffers int, description "
    Number of 32K buffers for copying VBI.
    Default: 10, Min: 3 Max: 100"
    parm: num_devices int, description "
    Number of supported devices (1-9).
    Default: 1"
    parm: dec_mpg_buffers int, description "
    Number of 32K buffers for decoding MPG.
    Default: 8, Min: 5 Max: 100"
    parm: dec_yuv_buffers int, description "
    Number of 32K buffers for decoding YUV.
    Default: 0, Min: 17 Max: 500, 0 to disable"
    parm: dec_mpg_qlen int, description "
    Number of 32K buffers to queue before dispatching to decoder
    Default: 2, Min: 0 Max: <dec_mpg_buffers>"
    parm: dec_yuv_qlen int, description "
    Number of 32K buffers to queue before dispatching to decoder
    Default: 0, Min: 0 Max: <dec_yuv_buffers>"
    parm: ivtv_debug int, description "
    Debug level (bitmask), default, errors only
    (debug=127 gives full debuging)"
    parm: ivtv_pal int, description "
    Use PAL as default video mode instead of NTSC"
    As for the JMF install, I did the install from an xterm and I still have the same errors displayed. This is with the display variable set properly.
    As for the JPG transmission test, I thought it was possible to use a static image as a source. No big deal because I am only concerned with getting video to work.
    As for the audio, I am trying to figure out how to disable it because I dont need it. Is there a way to disable it?
    Thanks for all your help.

  • JMF on Ubuntu: Couldn't create DataSource

    Hi!
    My problem is this:
    After resolved to unzip the file (tail -n) , I had install JMF-2.1.1e for Linux.
    I set the enviroment variables in this way in .bashrc :
    export JMFHOME=/usr/bin/JMF-2.1.1e
    export CLASSPATH= $JMFHOME/lib/jmf.jar:$JMFHOME/lib/mediaplayer.jar:$JMFHOME/lib/multiplayer.jar:$CLASSPATH
    export PATH=$PATH:$JMFHOME/bin:$JMFHOME/lib:/usr/bin/jre1.6.0_21/bin
    export LD_LIBRARY_PATH=$JMFHOME/lib:/usr/bin/jre1.6.0_21/lib/i386:/usr/bin/jre1.6.0_21/lib/i386/client
    Before launch ./jmfregistry, I connected my webcam.
    My dmesg result is:
    [ 2013.520664] usb 1-1: new high speed USB device using ehci_hcd and address 4
    [ 2013.710452] usb 1-1: configuration #1 chosen from 1 choice
    [ 2013.737378] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1e4e:0100)
    [ 2013.752284] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
    [ 2013.753703] input: USB2.0 Camera as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.0/input/input7
    After that I launch ./jmfregistry
    In “capture devices”, i clicked “Detect Capture Devices”
    The output is:
    JavaSound Capture Supported = true
    JavaSoundAuto: Committed ok
    Name = v4l:USB2.0 Camera:0
    Trying 4 320 240
    Trying 3 160 120
    Trying 3 320 240
    Trying 3 640 480
    Trying 3 176 144
    Trying 3 352 288
    Trying 3 768 576
    Trying 4 160 120
    Trying 4 320 240
    Trying 4 640 480
    Trying 4 176 144
    Trying 4 352 288
    Trying 4 768 576
    Trying 5 160 120
    Trying 5 320 240
    Trying 5 640 480
    Trying 5 176 144
    Trying 5 352 288
    Trying 5 768 576
    Trying 6 160 120
    Trying 6 320 240
    Trying 6 640 480
    Trying 6 176 144
    Trying 6 352 288
    Trying 6 768 576
    Trying 7 160 120
    Trying 7 320 240
    Trying 7 640 480
    Trying 7 176 144
    Trying 7 352 288
    Trying 7 768 576
    Trying 8 160 120
    Trying 8 320 240
    Trying 8 640 480
    Trying 8 176 144
    Trying 8 352 288
    Trying 8 768 576
    Trying 9 160 120
    Trying 9 320 240
    Trying 9 640 480
    Trying 9 176 144
    Trying 9 352 288
    Trying 9 768 576
    Trying 10 160 120
    Trying 10 320 240
    Trying 10 640 480
    Trying 10 176 144
    Trying 10 352 288
    Trying 10 768 576
    Trying 11 160 120
    Trying 11 320 240
    Trying 11 640 480
    Trying 11 176 144
    Trying 11 352 288
    Trying 11 768 576
    Trying 12 160 120
    Trying 12 320 240
    Trying 12 640 480
    Trying 12 176 144
    Trying 12 352 288
    Trying 12 768 576
    Trying 13 160 120
    Trying 13 320 240
    Trying 13 640 480
    Trying 13 176 144
    Trying 13 352 288
    Trying 13 768 576
    Trying 14 160 120
    Trying 14 320 240
    Trying 14 640 480
    Trying 14 176 144
    Trying 14 352 288
    Trying 14 768 576
    Trying 15 160 120
    Trying 15 320 240
    Trying 15 640 480
    Trying 15 176 144
    Trying 15 352 288
    Trying 15 768 576
    java.lang.Error: Can't open video card 1
    java.lang.Error: Can't open video card 2
    java.lang.Error: Can't open video card 3
    java.lang.Error: Can't open video card 4
    java.lang.Error: Can't open video card 5
    java.lang.Error: Can't open video card 6
    java.lang.Error: Can't open video card 7
    java.lang.Error: Can't open video card 8
    java.lang.Error: Can't open video card 9
    In fact when I lounched my application in java (that used VideoTrasmit.java by Sun)
    when I arrive at
         ds = Manager.createDataSource(locator);
    the exception is:
    Name = v4l:USB2.0 Camera:0
    Trying 4 320 240
    Trying 3 160 120
    Trying 3 320 240
    Trying 3 640 480
    Trying 3 176 144
    Trying 3 352 288
    Trying 3 768 576
    Trying 4 160 120
    Trying 4 320 240
    Trying 4 640 480
    Trying 4 176 144
    Trying 4 352 288
    Trying 4 768 576
    Trying 5 160 120
    Trying 5 320 240
    Trying 5 640 480
    Trying 5 176 144
    Trying 5 352 288
    Trying 5 768 576
    Trying 6 160 120
    Trying 6 320 240
    Trying 6 640 480
    Trying 6 176 144
    Trying 6 352 288
    Trying 6 768 576
    Trying 7 160 120
    Trying 7 320 240
    Trying 7 640 480
    Trying 7 176 144
    Trying 7 352 288
    Trying 7 768 576
    Trying 8 160 120
    Trying 8 320 240
    Trying 8 640 480
    Trying 8 176 144
    Trying 8 352 288
    Trying 8 768 576
    Trying 9 160 120
    Trying 9 320 240
    Trying 9 640 480
    Trying 9 176 144
    Trying 9 352 288
    Trying 9 768 576
    Trying 10 160 120
    Trying 10 320 240
    Trying 10 640 480
    Trying 10 176 144
    Trying 10 352 288
    Trying 10 768 576
    Trying 11 160 120
    Trying 11 320 240
    Trying 11 640 480
    Trying 11 176 144
    Trying 11 352 288
    Trying 11 768 576
    Trying 12 160 120
    Trying 12 320 240
    Trying 12 640 480
    Trying 12 176 144
    Trying 12 352 288
    Trying 12 768 576
    Trying 13 160 120
    Trying 13 320 240
    Trying 13 640 480
    Trying 13 176 144
    Trying 13 352 288
    Trying 13 768 576
    Trying 14 160 120
    Trying 14 320 240
    Trying 14 640 480
    Trying 14 176 144
    Trying 14 352 288
    Trying 14 768 576
    Trying 15 160 120
    Trying 15 320 240
    Trying 15 640 480
    Trying 15 176 144
    Trying 15 352 288
    Trying 15 768 576
    java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: 0
    Error : Couldn't create DataSource
    Who can help me? Sorry for my bad English.
    Thanks!
    Edited by: 805237 on 26-ott-2010 2.30

    Make sure you're running as an administrator...
    And try using "vfl://0" as the locator and see what that gives you.

  • Windows 8 installation error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

    I recently tried testing Server 2012 for installation and I had a major issue.  Windows 8 also uses the same method for installation so this should also apply to Windows 8.  I thought this might be helpful for other people who have the same
    problem.  My setup is a 1U server with no DVD drive, no hard drives, and only USB.  I have a new hard drive that I wanted to install Server onto, so I put it in and ran the installer off a thumb drive.  I kept receiving the following error when
    I tried to format the hard drive and proceed with the installation:
    "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
    After hours of troubleshooting, I determined my problem was I was using a thumb drive to install it, and Windows didn't like it.  Some people had similar issues when similar devices were plugged in (i.e. external hard drives, SD cards, CF cards, etc). 
    In my case, it was the installation drive itself was a thumb drive.  I ended up digging up an external DVD drive and placed the installation onto a DVD.  Worked flawlessly.  Now I am up and running.
    I tried
    the steps here to no avail.
    Hope this helps anyone else with the same problems.

    Hi,
    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Leo Huang
    TechNet Community Support

  • Couldn't create a new partition with a windows 7 installation

    Hi
    I have a b570 laptop. It was originally windows 7 home premium and I wanted to install windows 7 ultimate from scratch (didn't want to upgrade it) with new partitions, so I have deleted the original system partition and tried to create a new partition but to my surprise I couldn't create a new one. I tried to use the onekey recovery but it keeps asking me for the original partition, which I don't have. Please help me if you know how I could solve this problem. Thank you in advance.

    With the windows 7 installation disk...I select the unallocated space shown on the screen -> click on the new button on the bottom -> set the size of the new partition to be created -> and click create.

  • SSPU issue: Cache directory does not exist, and couldn't create a new downl

    I have installed SSPU and created an offer over there. When I run my offer it gives the error:
    Cache directory does not exist, and couldn't create a new download cache directory.
    Can anyone tell me the root cause and workaround for this issue?

    Hi
    Try deleting the "offer" directory from SSPU home and then delete the offer from Sub-Client . Restart client and then add the provider . Start pushing the content from SSPU and see if the issue still persists .
    Thanks
    Srinath

  • How to Create NFS in Linux

    Hi all,
    I am very much new to Linux Admin, i am basically working as a apps dba, i have two servers, i installed Oracle Linux on that, now i want to create NFS file system, i have created u01 mount pioint in Linux1 and u01 in linux 2 with same space , i am able to ping both servers and i am able to do ftp both servers, could any one explain me how to create NFS in linux servers,
    Thanks

    On the server, edit the file <tt>/etc/exports</tt> to list the directories you
    want NFS to offer, and to which systems they should be offered:
    /u01    *(rw,sync,no_root_squash)
    /u02    *(rw,sync,no_root_squash)
    /u03    *(rw,sync,no_root_squash)The <tt>*</tt> matches any system/network and the <tt>(rw)</tt> says let the
    other systems read and write the tree, the <tt>sync</tt> forces the server NFS
    to finish the I/O before telling the clients the I/O is done, and the optional
    <tt>no_root_squash</tt> lets root on a client system access the files as if
    they were root on the NFS server; this may not be what you want.
    # /sbin/chkconfig nfs on
    # /sbin/service nfs startOn the NFS client, edit the <tt>/etc/fstab</tt> file to have lines that look
    like this:
    myserver:/u01 /u01 nfs rw,rsize=32768,wsize=32768,sync,nointr,hard 0 0
    myserver:/u02 /u02 nfs rw,rsize=32768,wsize=32768,sync,nointr,hard 0 0
    myserver:/u03 /u03 nfs rw,rsize=32768,wsize=32768,sync,nointr,hard 0 0and then from the client make sure you can see the offered files:
    # /usr/sbin/showmount -e myserverand if you can, do this on the client:
    # mkdir /u01 /u02 /u03
    # mount /u01
    # mount /u02
    # mount /u03If the clients ever reboot, the NFS files will be mounted automatically and you
    will not need these last 3 commands.
    The RDBMS has its own requirements for the options in the <tt>/etc/fstab</tt>
    entry, so the <tt>rw,rsize=...</tt> example may need to be adjusted a little.
    Happy NFS'ing.

  • OES error:Couldn't create SOAP msg:Unable to create stAX reader & writer

    Hi,
    I can see the below severe error in the nohup.out log file for OES.
    Environment:
    Unix Server 1: OES admin and SM
    Unix Server 2: SM with the same name
    Both the SM pointing to Server 1 admin server.
    I can see the below error only on server 2. There is no such error on server1.
    I donot understand while this error is coming up.
    Checked all web services through SOAPUI and all web services are responding properly as expected from Server2
    NOHUP.OUT
    com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle
    SEVERE: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: Unable to create StAX reader or writer
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:292)
    at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:287)
    at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:102)
    at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:512)
    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)
    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:172)
    at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.sun.xml.ws.streaming.XMLReaderException: Unable to create StAX reader or writer
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:430)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:135)
    at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:287)
    ... 22 more
    Caused by: com.ctc.wstx.exc.WstxIOException: Connection reset
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:536)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:585)
    at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:641)
    at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:344)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$NoLock.doCreate(XMLStreamReaderFactory.java:428)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory$Woodstox.doCreate(XMLStreamReaderFactory.java:454)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.doCreate(XMLStreamReaderFactory.java:219)
    at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.create(XMLStreamReaderFactory.java:172)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:311)
    at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:136)
    ... 23 more
    Caused by: java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159)
    at java.io.InputStream.read(InputStream.java:85)
    at com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:177)
    at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:228)
    at weblogic.wsee.jaxws.HttpServletAdapter$RequestResponseWrapper$InputStreamWrapper.read(HttpServletAdapter.java:571)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:307)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at com.ctc.wstx.io.ReaderBootstrapper.initialLoad(ReaderBootstrapper.java:250)
    at com.ctc.wstx.io.ReaderBootstrapper.bootstrapInput(ReaderBootstrapper.java:133)
    at com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:531)
    ... 32 more
    Can anyone help me out with this.
    Regards,
    Garima

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • Couldn't create jco client connection for logical system

    Dear Experts,
    we are facing a strange issue in our custom webdynpro java application, few of our portal users are getting the "couldn't create jco client connection for logical system" for Model Data JCO Destination. below are details
    1. portal version 7.02 SP14 (we have recently updated to SP14 from SP02-- is this is causing the issue ?)
         1.1. updated the NWDI track with SP14 SCA files as well as added latest WD Runtime SCA file deployed the applications to Production also.
    2. above said exception is inconsistent and happening for only few users
    3. ping and test of jco destinations are successfull in content administration as well as in SLD, destinations were added in the SLD system.
    4. cleared the JCO ARFC meta data cache in webdynpro console
    5. jco destinations are configured using uid/pwd, configured user is not locked active and tested in the backend by logging in with the same user.
    6. restarted the portal server
    even though, we are getting the above said exception for few of portal users randomly.
    Please help me on this ASAP, as i am not getting any further help on this.
    Thanks,
    Ram.

    Hello Ram,
    Check the JCo Pool Configuration settings of your JCO Destination. This message normally comes when the maximum connections has been reached. Increase the "Maximum Connections" to some number depending on the usage. A good habit is to disconnect the jco connection after executing the same in your webdynpro code if you don't want it to be synchronous.
    <ModelName>.modelInstance().disconnectIfAlive()
    Hope this helps.
    Regards
    Vijay

  • Internal error 224: couldn't create /initialize the LogosManager

    We keep getting an error window on boot-up:
    "The DataFinder cannot start due to an internal error.
    (224): Couldn't create/initialize the LogosManager
    Any ideas?

    Datafinder, which is what is causing this error on your machine, is only installed when DIAdem is installed.  Are you using DIAdem for any of your applications?  Are you communicating with DIAdem from LabVIEW in any manner?  If none of your development within LabVIEW has to do with DIAdem, there is no need for the datafinder to be on your machine.  If you look down on the system tray by the time, do you see a yellow cog (gear)?  If so, is this cog sitting on a red or blue surface?
    NickB
    National Instruments
    Applications Engineering

  • Xcode internal error "couldn't create ~/.Xcode"

    hi all, I've got a fresh download of xcode 3.2.4 on snowleopard 10.6.5 and when starting a project on my usual User (which is a standard user) i get an "couldn't create ~/.Xcode" error.
    I've created a new standard user and xcode works fine with it
    id prefer to keep to my one usual user, any ideas?
    edit - should add that if i click 'continue' then xcode launches but i'm loathe to trust it
    Message was edited by: giantreign

    giantreign wrote:
    how do i add myself to my home folder with read & write permissions and get rid of _unknown?
    In the Finder, do Get Info on your home folder. At the bottom of the Get Info window, click the + button.
    The actual ownership may be incorrect so you might not be able to remove _unknown.
    Another alternative would be to use the Terminal:
    sudo chown $USER:staff ~

  • "Couldn't create destination temporary file:Permission denied"

    I am running the latest version of Final Cut Server on a Mac Pro Tower running Mac Server 10.6.X.
    I keep getting 2 Error messages every time my users are trying to send content to the server via Final Cut Server client application:
    (1) "Broken Pipe" and (2) "Couldn't create destination temporary file:Permission denied"
    Anybody have any Ideas on how I could correct this?
    Thanks

    Can you elaborate on what you did to fix this? I am getting the same error. Everything was fine about a week ago. I tried repairing the disk permission in Disk Utility.

  • Couldn't create a postscript file for the devnagri script from indesign

    Hi,
    Couldn't create the postscript file for the indesign devnagri script. Its throughing error saying offending fonts.
    I have added a link where u can download the rar file which contains indesign file and required fonts.
    http://wikisend.com/download/278714/Devnagri Script.rar

    @Raghugada – I tested with your new font (no license restriction) and could print to PostScript and distill to PDF without problems. Something else is wrong on your side. Could you provide an IDML file instead of the inDesign file? I will test this as well.
    And: How do you print to PostScript?
    Do you do it with the right PPD? The "Adobe PDF 9.0" ? (PPD => PostScript Printer Description File)
    Do you do it with the right setting in the print dialog of InDesign?
    PostScript Level 3, binary, all fonts fully embedded?
    Here a screenshot of a sample PDF from Acrobat Pro with SHREE-DEV-7-0715 font:
    Uwe

  • Couldn't create temporary file.

    I have a 1TB drive in my Mac Pro running Mavericks 10.9.4 and I went to disk utility to erase some free space on the drive. However I keep getting the error message:
    Secure Erase Free Space failed
    Secure erase Free Space failed with the error:
    Couldn't create temporary file.
    I Googled the error message and couldn't find anything. The error message is heaps unhelpful, it doesn't tell me why it couldn't create a temporary file or what I can do to fix it. Please help, it would be much much appreciated!

    I have a time machine backup that is up to date, with tons of extra space.  Could I copy over the files I have on my macbook pro hard drive and recopy back once I have wiped out the hard drive, thinking maybe there is a problem copied onto the ™ backup?  

  • Error: couldn't create user

    hi,
    i have installed EP on WAS 6.40.
    when i am tring to create a user i am getting the error as : "Couldn't create User".
    can someone guide me as to how to resolve this issue....
    please reply fast...

    Hi Uday,
    Can you plz tell me the version?
    Did you face any problems while installing Portal?
    The reason why I asked you is that I recently installed SP12 and did not face any problem. was able to create users without any problems.
    Cud you plz send me some screenshots. It wud help me solve your problem better.
    You may email me on [email protected]
    Awaiting Reply.
    Warm Regards,
    Ritu R Hunjan

Maybe you are looking for