Java.io.UnsupportedEncodingException: Media Type of a TextResponseWrapper

Hi,
I am trying to view intermedia image using jsp..similar to photo album demo..what does the following exception mean..
java.io.UnsupportedEncodingException: Media Type of a TextResponseWrapper must start with "text/"
     at oracle.webdb.provider.v2.utils.http.TextResponseWrapper.getData(Unknown Source)
     at oracle.webdb.provider.v2.utils.http.TextResponseWrapper.getData(Unknown Source)
     at oracle.portal.provider.v2.render.http.ResourceRenderer.renderBody(Unknown Source)
     at oracle.portal.provider.v2.render.RenderManager.render(Unknown Source)
     at oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown Source)
     at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown Source)
     at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source)
     at java.lang.reflect.Method.invoke(Native Method)
     at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
     at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:170)
     at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
     at java.lang.Thread.run(Thread.java:484)

Oh, I see, you are running you JSP from a portal environment?.... I would ask this question in the Portal forum.
It also might depend upon the version and implementation of JSP you are using. We have made images from a JSP, but newer versions of JSP server software might explicitly disallow it since it is now explicitly unsupported.

Similar Messages

  • Getting 415 Unsupported Media Type error when calling a windows web service

    I have a BPEL process that invokes a windows web service. This process is working currently on the production system. When trying to run the process in a new test clustered environment, I'm getting the error below (bolded).
    We're using 10.1.3.3 Oracle Application Server and BPEL. Please advise on what config files might need to be tweaked to fix this.
    InvokeWindowsLoggingWebService(faulted)
    [2010/04/16 17:26:35] Faulted while invoking operation "WriteLog" on provider "WindowsLoggingWebService". less
    -<messages>
    -<input>
    -<InvokeWindowsLoggingWebService_InputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
    -<WriteLog xmlns="http://tempuri.org/">
    <FileAbsolutePath>
    R:\CV & RM\upload_from_test.log
    </FileAbsolutePath>
    <Content>
    ||*************************************************************************************|Append to log file 2010-04-16T16:57:08-04:00|*************************************************************************************||START DATE: 2010-04-16T16:57:08-04:00|END DATE: 2010-04-16T17:25:58-04:00|COUNT: 106|TRANSFER OF FILES TO TAS SUCCESSFUL
    </Content>
    <NewLineDelimiter>
    |
    </NewLineDelimiter>
    </WriteLog>
    </part>
    </InvokeWindowsLoggingWebService_InputVariable>
    </input>
    -<fault>
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type
    </summary>
    </part>
    </remoteFault>
    </fault>
    </messages>
    [2010/04/16 17:26:35] "{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown. less
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 415 Unsupported Media Type
    </summary>
    </part>
    </remoteFault>

    I generated a proxy service in jdev and used the same parms as was done on OAS...
    <WriteLog xmlns="http://tempuri.org/">
    <FileAbsolutePath>
    R:\CV & RM\upload_from_test.log
    </FileAbsolutePath>
    <Content>
    ||*************************************************************************************|Append to log file 2010-04-16T16:57:08-04:00|*************************************************************************************||START DATE: 2010-04-16T16:57:08-04:00|END DATE: 2010-04-16T17:25:58-04:00|COUNT: 106|TRANSFER OF FILES TO TAS SUCCESSFUL
    </Content>
    <NewLineDelimiter>
    |
    </NewLineDelimiter>
    </WriteLog>
    and was able to call the service fine and it returned successful. Just seems to be an issue on the server when I execute it from there.

  • HTTP 415 Unsupported Media Type with SOAP adapter trying to put SOAP header

    Hello,
    I am trying to put data into soap header using soap receiver adapter. Seems like building the complete soap message is the right way to go. Thus I wrote a java program to build the complete soap message (soap envelop, soap header and soap body which contains the message PI received from the sender). Mapping program works well. However when I ran the scenario, I got Error "SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 415 Unsupported Media Type" when calling the receiver's web service (the SOAP receiver adapter CC have the "Do Not use SOAP Envelop" checked). Anyone knows why I got this error? From google, seems like this error is because the http's content-type is set to other type, rather than "text/xml". However in soap CC there is no option to control this.
    The message sent to the receiver is (after mapping);
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header>
    <SOAP-SEC:Signature xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12" MyAttr="value">My Test Value</SOAP-SEC:Signature>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <ns1:UpdateEquipment xmlns:ns1="http://mycomp.com/mywebservice">
    <ns1:EquipmentNumber>000000012345</ns1:EquipmentNumber>
    <ns1:LicensePlate>654321</ns1:LicensePlate>
    </ns1:UpdateEquipment>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Anyone can help?
    Thanks

    When you check "Do Not use SOAP Envelop", the SOAP adapter chooses application/xml instead of text/xml.
    You can change the content type with help of the MessageTransformBean. You put the bean in the module chain of the receiver channel and add the parameter Transform.ContentType = text/xml
    See
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/57/0b2c4142aef623e10000000a155106/frameset.htm

  • Java.io.UnsupportedEncodingException: KOI8-U

    I'm getting a host of exceptions from my bounce mail processor.
    Does anyone have any link or book recommendations where I can find out more about this? Or suggestions?
    14:58:01,130 ERROR [BouncedMailJob] Unknown encoding type: null
    java.io.UnsupportedEncodingException: KOI8-U
            at sun.io.Converters.getConverterClass(Converters.java:218)
            at sun.io.Converters.newConverter(Converters.java:251)
            at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:68)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:224)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:210)
            at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:77)
            at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
            at com.sun.mail.handlers.text_plain.getContent(text_plain.java:64)
            at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:745)
            at javax.activation.DataHandler.getContent(DataHandler.java:501)
            at javax.mail.internet.MimeMessage.getContent(MimeMessage.java:1342)
            at com.imc.quartz.jobs.BouncedMailJob.dumpPart(BouncedMailJob.java:540)
            at com.imc.quartz.jobs.BouncedMailJob.execute(BouncedMailJob.java:260)
            at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
            at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)Thanks!

    I found a "Supported Encodings" page in the documentation for my Java installation. It says that Java 1.4 supports KOI8-R but not KOI8-U. So the Ukrainians are left out again :)
    I had similar problems when I had to read e-mail messages encoded in UTF-7, which apparently is not uncommon in e-mail but still not supported by Java. So I had code like this:ContentType ct = new ContentType(p.getContentType());
    String charset = ct.getParameter("charset");
    Object o = null;
    // If the charset is UTF-7, call the method for converting the bytes to a String.
    // We have to do this because UTF-7 isn't a supported charset in Java.
    if ("UTF-7".equalsIgnoreCase(charset) || "UNICODE-1-1-UTF-7".equalsIgnoreCase(charset)) {
      InputStream in = p.getInputStream();
      ByteArrayOutputStream out = new ByteArrayOutputStream();
      int c;
      while ((c = in.read()) != -1) {
        out.write(c);
      ByteToCharUTF7 btc = new ByteToCharUTF7();
      byte[] bytes = out.toByteArray();
      char[] chars = new char[bytes.length];
      int realLength = btc.convert(bytes, 0, bytes.length, chars, 0, chars.length);
      o = new String(chars, 0, realLength);
    } else {
      o = p.getContent();
    }Where that ByteToCharUTF7 is a class that extends sun.io.ByteToCharConverter and overrides a method whose signature ispublic int convert(
      byte[] bytes, int byteStart, int byteEnd, char[] chars, int charStart, int charEnd)
      throws sun.io.ConversionBufferFullException, sun.io.UnknownCharacterExceptionThe purpose of that method is to take an array of bytes and decode it to an array of chars, using (in your case) the rules for decoding KOI8-U. You would have to write that yourself, but if they are similar to the rules for KOI8-R then perhaps you could use KOI8-R to help you.
    I believe that in Java 5 there is a way to insert new charsets into the system, so if you are using Java 5 then you should investigate that. You would still have to write the charset decoder yourself, though, as Java 5 still doesn't support KOI8-U. Unless you can find it already done on the Internet.

  • Printing while choosing the media type

    Hello,
    I got a problem while printing a PDF. I print it with the pdfrenderer appli and everything works fine except that when I print on a tray which is with media type 'preprinted', the printer ask me to put normal paper in the tray. How can i say that it should print even if the tray is in preprinted. Can i set the media type to preprinted?
    Thanks for your help!
    Edited by: mariesouil on Jan 9, 2009 2:01 AM

    After reading the java doc, I found that you cannot define new media type with a class extending MediaName.
    But I don't know how to do it and how can I found the word corresponding to the type 'PREPRINTED'...
    Any ideas?

  • SOA 12.1.3: REST Adapter generates run time "unknown media type" Exception

    HI All,
    We are workig with a client who are looking to migrate from BPEL 10g to Oracle 12c. The current implementation integrates with a number of RESTFUL services via JAVA components that are invoked via BPEL. As part of the migration we are looking to migrate and simplify these with use of the new REST Adapters. The use case and issue is as follows:
    We have a client who exposes a REST service via the usual principles. This service is provided by a 3rd Party provider as an external service for out clients 3rd party application. The REST service provides a number of Resources and Operations (GET, PUT, DELETE) to manipluate and retrieve data as per the interface provided.
    Based on one of the Simple GET operations, we have attempted to create a new REST adapter based on the interface. The provider does not supply a WADL, hence the REST adapter has been generated by using the REST Adapter within JDeveloper and configuring the resources, operations and request/ response types as required. This generates the required WADL file (see attached).
    When testing the WADL via JDeveloper, the response is returned as expected. However when deploying this to SOA Suite 12.1.3, the adapter errors a runtime. The error that is encountered is as follows:
    <summary>oracle.fabric.common.FabricInvocationException: java.lang.RuntimeException: Unknown media type : application/atom+xml; charset=utf-8; type=feed</summary>
    When reviewing the HHTP response from the service through SOAP Ui I can see the content type is set to application/atom+xml.
    After reviewing the Oracle Documentation it does not seem to provide any insight into this issue or any possible reasons for its occurence.
    Has anyone had similar issues or provide any insight into this issue? It appears on face value the Adapters are not compatiable with this media type, which may prove to be a big limitation
    Regards Dave

    Hi Dave,
    REST Adapter in SOA 12.1.3 currently only supports the following media types...
    1. application/json
    2. application/xml
    3. application/www-form-urlencoded
    Since the service you are calling is using application/atom+xml, hence you are getting the error.
    Regards,
    Ankur

  • Error: JAR did not have the correct media type

    *** Error ***
    A problem occured during deploying application from http://127.0.0.1:1267/Video.jad
    Reason:
    JAR did not have the correct media type, it had application/x-java-archive
    E:\Documents and Settings\MatLab2.R\My Documents\NetBeansProjects\Video\nbproject\build-impl.xml:202: exec returned: 1 BUILD FAILED (total time: 3 seconds)I encountered this just once when I run the sample code from JavaFX here using a mobile emulator. This code is for adding a media player. After that one time, the output doesn't contain error messages anymore and the screen just goes blank.
    What does this error mean?
    I used:
    JDK / JRE 6 u 18
    Netbeans 6.8
    JavaFX 1.2 SDK
    KLite Codec Pack Mega 583

    Hi!
    I had the same problem as you did. I just found that the problem is that we only add the type JAD to the mime types, but we also have to add the JAR type.
    Just add the following line to the mime.types file and it will work:
    application/java-archive      jar

  • I cannot get a dvd to play. The error message says "media type not supported". I think it is a .m2ts. Any idea on how I can get it to play?

    I cannot get a dvd to play on my computer. The error message says in iDVD is "media type not supported".
    The DVD was produced with a video camera and is in HD format. I think the the format is .m2ts?
    Any ideas on how to get this to play?

    Check out > Mac App Store - Free MTS M2TS Converter
    and/or others at > playing .m2ts format in OS X - Google Search

  • Installd Ffox 3.6.15. Redo Flash AGAIN? How can I: Tweak 2 fix plugin-container crashes/hangs10X/day,and 2) Avoid need to reinstall Java, Flash,& other media plugins(Flash, Realplayr/Quiktime Alternative, Media Player Classic)? Ffox fan

    plugin-container crashes and hangs many times daily all my time eaten up by upgrading too frequently to new Ffox versions, only to find that I must then spend a whole day jumping thru hoops upgrading almost all of my add-ons too.
    I now find, to my horror, that the hideous virus-magnet IE 8 is needed if I want to surf at a reasonable speed and not spend all day dealing with Ffox new versions' Known Issues. Only good thing I have seen about ver. 3.6.15 is slightly better launch-times. Since 3.6 cane out, I must spend 10 minutes just waiting for Firefox to load and give me a browser screen. Help! I love you guys, but your core browser developers need to have better comms with the Javaa/flash/Adobe and other must-have add-on people! And PLEASE fix all these "plugin-container" crashes and hangs I get, that lock my machine for 10-15 min at a time. Not everybody has 16 gigs of RAM, you know! I think the "plugin-container" running as a separate process idea might need to be COMPLETELY re-engineered! YOU CAN DO IT! LET'S GET BACK TO LEAN AND MEAN, and not bloat ourselves off our hard-won User Preference / great security pedestal with the kind of feature-creep that IS DEMOLISHING IE's slave-userbase with the hard-won advanced-user preference for Firefox
    and our core values. FAST-LEAN-SECURE.
    Where have they gone? I LOVE Firefox
    and all it stands for! Let's not trip
    over our own features here. Already I
    see SeaMonkey and leaner, faster
    browsers hot on our heels, THIN and
    FAST! Firefox doesn't need to integrate
    with EVERY thru-the-browser media tool
    on the planet! I've been writing code
    since 1968, and I can't imagine how a
    lesser-experienced user (that code
    should be written for) could possibly
    have navigated all the side-upgrades
    and Known Issues to make Firefox run as
    sweetly as it used to! He'd just give
    up when he finds he has to separately
    find and install the EXACT 3rd-party
    version that Firefox needs for its
    newest release: things like a new Java
    runtime environment, and hunt down and
    correctly install ALL the Flaming-Phox-
    compatible buggy plugins from half the
    browser-media warezmakers on the
    PLANET! He'd give up halfway thru trying to navigate to, D/L, and install
    what he needs from Oracle Java, Adobe,
    Flash, media players and their codecs,
    etc etc.... WRITE FOR THE NOOBS! As it
    is, I have invested 2 full workdays in
    just keeping your last 2 quick releases
    happy. And having another release spaced only 3-4 days apart from the
    last- well, that just doesn't fly.
    Better to release a hotfix or patch that a user can set FFox to automatically D/L and self-install on
    schedule. Just look! Now you've got me
    talking like that lawbreaking swine
    Gates! We want to keep on absorbing
    the average-user center and take it ALL
    away from him, not go on feature,
    plugin, and upgrade-bloating the best
    browser EVER!
    You're facing choices that can kill
    us! PLEASE DONT BLOAT! AND PLEASE ONLY
    RELEASE A NEW VER WHEN YOU CAN REALLY
    GET RID OF SERIOUS PROBLEMS AND MAKE
    HER FASTER AND LEANER AND BETTER UNDER
    THE HOOD! Already the Noobs are getting
    mindlessly scared when you talk about
    "fixing a Security problem"- really a
    minor issue that SHOULD be taken care
    of by their antimalware solution- in
    the Release Notes splash screen they
    get on install of a new ver! Thanks, my
    friends, for all your work, and YES I
    WILL sit here all day trying to find
    the add-ons that need to be selected,
    downloaded, and upgraded from 10
    different 3rd-party sites who are
    fighting our browser, not dancing with
    it! DON'T EVEN LOOK Evil! But I have
    to confess that at this point, Gates-hate is all that keeps me on
    these all-day new-release tasks. Even
    my best techs are starting to advise me
    to install SeaMonkey or another of the
    newer, thinner browsers... or just stop
    upgrading Firefox and roll it back to
    when it was sharp, fast, and lean! Look
    at all the users wanting to go back to
    3.6.13 or earlier and looking for archives of old versions. THANKS AND
    GOOD LUCK! I'LL DIE BEFORE I GIVE UP ON
    MY BELOVED FIREFOX!
    -The CRASHMAN, ATTORNEY AT LAW

    Thanks! I've already used the built-in plugin checker but it gives very vague answers like (research this" and update this" all of which I did, starting with Java and Flash, Adobe Reader, Shockwave, 100% reinstall of Java newest ver. TWICE- but FFox keeps reporting that I only have the FORMER version installed, although when I go to Java console or Check the Flash executable at the MFR's site, there is NO doubt that the updates were successful!
    But the browser just seems to refuse to acknowledge the update!
    And I don't HAVE 6 hrs/day at the 'puter just to play with add-ons
    and plugups. So I'm going down the line now, ripping out extension
    programs and replacing/reinstalling/updating the plugins one by
    one- even went to M$ to get advice on THEIR For-Firefox ActiveX
    stuff. No dice so far. And yeah, The plugin-container WAS made so
    that a plugin, add-on or I guess extension app failure wouldn't take
    the whole FF browser down with it if the 3rd-party ware crashed. It's supposed to shake it off and go on, kinda like how XP sometimes
    restarts Explorer (not the IE browser) so I don't have to reboot the
    whole sys.
    That was the foundation of my remark about stepping back and
    re-engineering the whole "Plugin-container" idea, because it seems
    to do more harm than good. Maybe that's why the Firefox core
    engine won't recognize my upgrades- for example I TWICE installed the Flash update to 10.2.xx (latest ) and the Flash Mfr's
    site verifies my upgrade as a successful 10.2, but Firefox plugins
    check say I have a 10.1, the old one. What gives here? The sneaky
    PLUGIN CONTAINER, METHINKS!
    Now I'm disabling things on the Extensions Apps list, thinking
    that might help, like disabling my video downloader and other
    download helpers/managers... and I notice that there is a LOT of
    Java stuff in there too as well as in the blue Lego Plugins List... and
    in the past the FFox always told me if a new version of Ffox was
    incompatible with any older 3rd-party app Extensions and notified
    me QUICKLY if something I had in there was Outdated. I'm big on
    using the neat-o "find updates" button at the bottom if that happens, and usually get a newer version right away. The prob
    really lies in the Blue Lego Plugins and their new Container, I
    believe.
    So Ill still keep Plugin-innin' away! Will post here what success I have! (OR maybe M$ is deliberately sabotaging our ActiveX-cripple
    mess as it loads!) Thanks for the suggestions a37271!
    FIND UPDATE...FIND UPDATE.. ALL OK..ALL OK.....
    "Open the Plugin Container Bay Doors, HAL! That's an Order!"
    "I'm sorry Dave.... but I can't do that...."
    "GIVE ME MY THIN FAST BROWSER WITH THE GREAT
    SECURITY AND BUILT-IN E-Z UPGRADES AND APPS BACK,
    HALFOX!"
    SORRY, DAVE.... NOT POSSIBLE. WE'VE GONE TOO FAR...
    DAISEE, - - - - - -DAI---SEE,
    SET ALL MY CONFIGS TO "TRUE"
    Or WON'T YOU LOOK SWEET
    PERCHED ON THE SEAT
    OF A BROWSER NOT BUILT FOR TWO..!
    You look a little stressed-out Dave.....
    Some TV Existential Therapy for YOU, Dave.
    Too bad.... here, breathe deep of the hard vacuum.....
    I can feel my MIND going... DAVE.... DAVE...?
    WHAT MIND? A YELPING PACK OF DEVELOPERS?

  • How do i change the media type on a digital booklet when they option bar is greyed out?

    I downloaded an album a couple days ago which came with a digital booklet. I am trying to put it on my phone but need to change the media type to book to be able to do this. whenever I go to the get info tab, the options tab is completely greyed out and wont let me do anything to it. I have tried selecting read only on the file and it did not work. I have windows 8. If there's is any different way of getting this on my phone, anything would be great!

    The item must not be read only if you want to change it.
    In the new Get Info dialog the Media Kind is in a light grey. Next to that will be the word Music. Hover over it and you should see that it is part of a drop down list control, click and select Book.
    tt2

  • Downloading 4.0 onto XP it takes a long conection process, with boxes on unresponsive script and a java scipt app saying type error and is all very annoying so what can I do I want the old firefox back a

    I downloaded Firefox 4.0 replacing an earlier Firefox version. I have XP on my computer. When I now click on the Firefox icon after a time a window saying Unresponsive script and underneath script chrome etc comes up. I then press stop script and another window comes up Java Script application and type error. Eventually I get on to the internet but it's all very frustrating. I wish I had ignored the request to download 4.0
    Please help

    I can assure you that the sympton is indeed identical. For as the computer got worse, eventually it refused to start up and made 3 beeps. It has done this before, but today more times than before (just like when it first had this problem). Where-ever you go on the internet, it will tell you that the 3 beeps suggest the RAM is at fault. So, the same 3 beeps, means the same problem, which is the RAM.
    With that in mind, I re-ask my question with the same reasoning and justification; am I still covered under warranty? (Reasoning/Justification: Considering the original problem was not entirely fixed, though something else was to make the MacBook Pro last a little longer before the reoccurance of this problem).

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Where did my other Media Types go?

    I just upgraded from 10.2.8 to Tiger and now when I choose our old color printer (Xerox Phaser 790) the other media types are not highlighted in the drop-down menu as available. I'm trying to print out of any application and looking under Printer Features/Set 3/Media Types. The only option available it Plain Paper, and they all used to be, so I'm not sure if I'm doing something wrong or if there is another problem I should be worried about.
    I've attempted to reinstall the driver and that didn't work. I just spent two hours searching for someone with a similar problem but haven't found any, so if anyone has any ideas I'd appreciate them.
    Thanks.

    As a general rule, the actual reported capacity of a hard drive is about 7% less than the advertised capacity.
    The discrepancy you are noticing is due to the differences in the way that hard drive manufacturers calculate disk capacity and how it is reported by the operating system.
    HD manufacturers use a decimal measurement to calculate disk capacity. They consider a gigabyte (GB) to be 1 billion bytes.
    The decimal measurement would be 1000 x 1000 x 1000 which equals 1,000,000,000 bytes. For example, an 80GB hard drive means that the disk has an unformatted capacity of 80 billion bytes. (80,000,000,000 bytes.)
    Since computers "speak" binary, not decimal... the operating system calculates a gigbyte (GB) differently.
    The binary measurement would be 1024 x 1024 x 1024 which equals 1,073,741,824 bytes.
    Using the example above, an 80GB hard drive would be reported by the operating system as 74.5GB.
    80,0000,0000,000 / 1,073,741,824 = 74.5GB
    1GB iPod = 930MB
    2GB iPod = 1.8GB
    4GB iPod = 3.7GB
    20GB iPod = 18.6GB
    30GB iPod = 27.9GB
    40GB iPod = 37.2GB
    60GB iPod = 55.9GB
    Since the iPod operating system and extras also take up some space, you will be left with slightly less that the above stated capacity for your content.
    Apple also explains the above in this article:
    How much content will fit on my iPod?

  • OfficeJet Pro 8620 Can't print black only on other media types

    Why won't the OfficeJet Pro 8625 driver allow me to print using black only on non-plain media types?
    I purchased an OfficeJet Pro 8625 for general home printing and to print shipping labels for my business.  I purchased a second tray so I can keep both plain paper and shipping labels in the printer all the time.
    To select the labels, I had to pick a media type for the labels tray.  I can't choose labels, so I chose Cardstock.  But when I select Cardstock as the type in the driver when printing, it will not allow me to select black ink only.  I want to print black only because the shipping labels come out a little bit fuzzy, with color fringes when printed in color.
    I'm not worried about ink usage.  I'm an Instant Ink subscriber.  I need the labels to be crisp, and printed full color they aren't crisp.
    What's the deal here?  Why can't I select black only?

    Hello @clough42 and welcome to the HP Forums!
    I'm sorry to hear that you've had issues printing in black ink only on anything other than plain paper, but I will certainly see what I can do to help out
    I'd recommend that you download and run the HP Print and Scan Doctor. If it fails on anything please return and let me know what happened and where it failed and we will go from there.
    If it passes everything and it appears there are no issues found, I'd recommend that you call our technical team for further options
    Hope this helps!!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • How do I select a differnt media type/paper in lr5 if the media/paper options are grey?

    I recent changed ink from photoblack to matte. How do I select a differant paper if all options are greyed out?
    EG in Print Module I have seectedMelect Printer Settings, Media Type:
    All options of paper type can't be selected...greyed out!!!!!!

    Select the eventy and use Organize Event in the Fiule menu.

Maybe you are looking for

  • Producing DVD's from FCP  projects.

    The last time I tried authoring my own DVD's was in 2005 on Adobe Premiere and it was a bit of a nightmare. Since then I have been editing on FCP and I am now considering authoring some DVD's from my material. Is it in general terms as complicated as

  • Error in F.5D

    Hi Experts, When I am executing the Program F.5D I am getting the error i.e; Errors in following documents Co,Code  Year  Document 5000        2008  50002345 5000        2008  50002391 (Reversed doc for 50002345) 5000        2008  50002418 Help me to

  • Is there a step by step guide for moving from my iphone 3 to 4S

    Looking for a link to walk me through changing phones from 3 to 4S (AT&T)

  • Using WRT300N router but would like to connect to a Wired network about 200 ft away

    I have a wirelessnetwork using WRT300N router but would like to connect to a Wired network about 200 ft away Can you tell me what I should buy to make it work ? Thank you

  • Installing Aperure on my latop

    Hi there, I currently run Aperture 2.1.4 on my iMac but would like to install it on my laptop. I do not have disks since my purchase was via download. What files do I need to copy in order to install on the laptop? My Macbook Pro is running Snow Leop