MIME Content Type in HTTP Headers - They don't exist for TIFF images

Hello,
I think this may be a bug...
In an effort to stop client browsers from attempting to render TIF images served up from UCM 11g, I would like to change the MIME Typte to: application/octet-stream
Supremely, a browser would see this in the HTTP header and simply provide the "OPEN or SAVE" dialog.
Seems easy enough - from the UCM Configuration Manager, I can set/edit all the mime types I want. I did set .tiff and .tif to application/octet-stream. Apparently Weblogic does NOT honor these settings.
When I click on a PDF file, I get: application/pdf
When I click on a TXT file, I get: text/plain
When I click on a TIF file, I get: NOTHING - no mime type specified in the HTTP header at all.
Does anybody know where in the stack of Weblogic/UCM 11g that mime types are set? Does anybody know why I'm not seeing ANY mime type when I click on a tif?
Please let me know.
Thanks!
JDM

Yeah, that does seem a bit unwieldy. Try the following instead:
Navigate to the "<Middleware_home>/user_projects/domains/<yourdomain>/config/" directory and there create the following file :
mimemappings.properties
In this file add the below mapping :
tiff=application/octet-stream
Save the changes , restart UCM server and then test to see if the issue still shows up .

Similar Messages

  • "unknown user type" exception when the object don't exist for i/p key.

    Hi
    I'm using Coherence REST service(comes with the Coherence bundle) to validate my cache data.
    When I hit the cache for a valid key, I get data returned back. But for the object that don't exist in the cache I get "Internal Server" error.
    I'm fine with "Internal Server" response show in the browser, but I don't want it to be printed as part of my coherence logs.
    For example, when I hit the REST url for key that don't exist in the cache, I get below exception in coherence logs.
    How can I get rid off it (or) suppress the exception logs.
    Thanks for your time.
    (Wrapped) java.io.IOException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:23)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher$InQueue.add(PacketPublisher.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.dispatchMessage(Grid.CDB:62)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.post(Grid.CDB:31)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.send(Grid.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:13)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.invoke(PartitionedCache.CDB:30)
         at com.tangosol.util.ConverterCollections$ConverterInvocableMap.invoke(ConverterCollections.java:2282)
         at com.tangosol.util.ConverterCollections$ConverterNamedCache.invoke(ConverterCollections.java:2748)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.invoke(PartitionedCache.CDB:11)
         at com.tangosol.coherence.component.util.SafeNamedCache.invoke(SafeNamedCache.CDB:1)
         at com.tangosol.coherence.rest.EntryResource.getValue(EntryResource.java:241)
         at com.tangosol.coherence.rest.EntryResource.get(EntryResource.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
         at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
         at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
         at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
         at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:134)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
         at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
         at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
         at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
         at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
         at com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer.handle(HttpHandlerContainer.java:191)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:83)
         at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:86)
         at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:589)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:83)
         at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:561)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at java.lang.Thread.run(Thread.java:679)
    Caused by: java.io.IOException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:351)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.writeObject(Service.CDB:1)
         at com.tangosol.coherence.component.net.Message.writeObject(Message.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.write(PartitionedCache.CDB:7)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.serializeMessage(Grid.CDB:14)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:17)
         ... 42 more
    Caused by: java.lang.IllegalArgumentException: unknown user type: com.tangosol.coherence.rest.internal.Get
         at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:430)
         at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:419)
         at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.java:1671)
         at com.tangosol.io.pof.PofBufferWriter.writeObject(PofBufferWriter.java:1623)
         at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:345)
         ... 47 more

    Hi,
    I included coherence-rest-pof-config.xml as part of my pof-config as shown below.
    <pof-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://xmlns.oracle.com/coherence/coherence-pof-config"
    xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-pof-config coherence-pof-config.xsd">
    <user-type-list>
    <include>coherence-pof-config.xml</include>
    <include>coherence-rest-pof-config.xml</include>
    <user-type>
    <type-id>1001</type-id>
    I also checked my coherence-rest.jar files for the configuration and the clasess, and all of them exist.
    I started my coherence by passing the classpath as below:
    $JAVAEXEC -server -Xms6g -Xmx6g -XX:+UseParNewGC -XX:MaxGCPauseMillis=50 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=25 -XX:MinHeapFreeRatio=40 -XX:MaxHeapFreeRatio=70 -Duser.timezone=GMT -Djava.rmi.server.hostname=xx.xx.xx.xx -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=13366 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dtangosol.coherence.log.level=3 -Dtangosol.coherence.log=log4j -showversion $JAVA_OPTS -cp $COHERENCE_HOME/config/:$COHERENCE_HOME/lib/coherence.jar:$COHERENCE_HOME/lib/guidecacheclient.jar:$COHERENCE_HOME/lib/jersey-server-1.8.jar:$COHERENCE_HOME/lib/jersey-core-1.8.jar:$COHERENCE_HOME/lib/jersey-json-1.8.jar:$COHERENCE_HOME/lib/jackson-all-1.8.1.jar:$COHERENCE_HOME/lib/coherence-rest.jar:$COHERENCE_HOME/lib/log4j-1.2.16.jar -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true -Dtangosol.coherence.localhost=xx.xx.xx.xx -Dtangosol.coherence.mode=eval com.tangosol.net.DefaultCacheServer $1
    While starting, I'm getting configuration missing exception as shown below. What am I still missing.
    Exception in thread "main" (Wrapped) (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:7)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
         at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:39)
         at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
         at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
         at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
         at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:1105)
         at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
         at com.tangosol.net.DefaultCacheServer.startServices(DefaultCacheServer.java:81)
         at com.tangosol.net.DefaultCacheServer.intialStartServices(DefaultCacheServer.java:250)
         at com.tangosol.net.DefaultCacheServer.startAndMonitor(DefaultCacheServer.java:55)
         at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:197)
    Caused by: (Wrapped: error creating class "com.tangosol.io.pof.ConfigurablePofContext") java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.io.ConfigurableSerializerFactory.createSerializer(ConfigurableSerializerFactory.java:46)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.instantiateSerializer(Service.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.ensureSerializer(Service.CDB:32)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.ensureSerializer(Service.CDB:4)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onEnter(Grid.CDB:25)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onEnter(PartitionedService.CDB:19)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:14)
         at java.lang.Thread.run(Thread.java:679)
    Caused by: java.lang.IllegalStateException: Missing PofSerializer configuration (Config=pgs-pof-config.xml, Type-Id=801, Class-Name=com.tangosol.coherence.rest.internal.Get)
         at com.tangosol.io.pof.ConfigurablePofContext.report(ConfigurablePofContext.java:1283)
         at com.tangosol.io.pof.ConfigurablePofContext.createPofConfig(ConfigurablePofContext.java:1013)
         at com.tangosol.io.pof.ConfigurablePofContext.initialize(ConfigurablePofContext.java:797)
         at com.tangosol.io.pof.ConfigurablePofContext.setContextClassLoader(ConfigurablePofContext.java:322)
         at com.tangosol.io.ConfigurableSerializerFactory.createSerializer(ConfigurableSerializerFactory.java:42)
         ... 7 more
    Thanks for your help.

  • JAVA MIME Content Type text/xml - as inline mail text

    I have code currently which uses Java Mail to post an email having xml contents. I used the MIME content type as text/xml however the way outlook is showing the mail is as an attachment. I was expecting it to show it inline. Is there any way i can display the text as inline using text/xml. I tried using text/html and the XML message is being displayed as inline, however i wanted text/xml to work. Please suggest a possible solution.

    You want a page which lists all of the possible e-mail clients (Outlook, Hotmail, Lotus Notes, Eudora, Yahoo, Gmail, and dozens of others) and describes how they handle all of the several hundred valid MIME types? Good luck with that.
    No. E-mail clients will handle text/plain inline. Most of them will handle text/html inline most of the time. Anything else, forget it.

  • How do I change the content-type in http header when using JAX-WS?

    I need to change Content-Type in http Header. I am using JAX-WS to invoke web service call. Can someone tell me how to do it? Thanks a lot!

    LabVIEW does so many wonderful things, but the inability to perform what should be a simple task, such as upgrade a RT chassis within a LV Project, bewilders me. This is going to cost me hours, I just know it...
    Is there anything on the Idea Exchange for this?? A quick search shows nothing, so maybe I'll add an entry.
    Thoric (CLA, CLED, CTD and LabVIEW Champion)

  • What is RFC for "Content-Type: application/HTTP-Kerberos-session-enc"

    Does anybody know how to process HTTP request with content type "Content-Type: application/HTTP-Kerberos-session-enc" ?
    I cannot decode HTTP request:
    -- Encrypted Boundary
         Content-Type: application/HTTP-Kerberos-session-encrypted
         OriginalContent: type=application/soap+xml;charset=UTF-16;Length=1624
    -- Encrypted Boundary
         Content-Type: application/octet-stream
    <octet-stream>-- Encrypted Boundary
    Where <octet-stream> starts with four bytes [47, 0, 0, 0]
    other bytes from <octet-stream> I am trying to decode "context.unwrap()" method ("context" was created on previous request):
                                            GSSHeader gssHeader = new GSSHeader(new ByteArrayInputStream(content));
                                            log.debug("Incoming warped content length: " + content.length);
                                            log.debug("Incoming GSS header OID: " + gssHeader.getOid());
                                            log.debug("Incoming GSS header length: " + gssHeader.getLength());
                                            log.debug("Incoming GSS header MechTokenLength: " + gssHeader.getMechTokenLength());
                                       byte[] newBytes = context.unwrap(content, 0, content.length, msgProp);
    "content" - byte array which was created from <octet-stream> without first four bytes (without [47, 0, 0, 0]).
    "gssHeader" is created correctly because in debug log I see:
    Incoming warped content length: 1671
    Incoming GSS header OID: 1.2.840.113554.1.2.2
    Incoming GSS header length: 15
    Incoming GSS header MechTokenLength: 1656
    but on "unwrap" operation I've got exception:
    GSSException: Defective token detected (Mechanism level: Invalid padding on Wrap Token)
         at sun.security.jgss.krb5.CipherHelper.arcFourDecrypt(CipherHelper.java:1226)
         at sun.security.jgss.krb5.CipherHelper.decryptData(CipherHelper.java:532)
         at sun.security.jgss.krb5.WrapToken.getDataFromBuffer(WrapToken.java:230)
         at sun.security.jgss.krb5.WrapToken.getData(WrapToken.java:195)
         at sun.security.jgss.krb5.WrapToken.getData(WrapToken.java:168)
         at sun.security.jgss.krb5.Krb5Context.unwrap(Krb5Context.java:941)
         at sun.security.jgss.GSSContextImpl.unwrap(GSSContextImpl.java:384)
         at com.myproject.ws_management.WSServer$MyHandler.handle(WSServer.java:361)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
         at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
         at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:552)
         at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
         at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:524)
         at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(ServerImpl.java:119)
         at sun.net.httpserver.ServerImpl$Dispatcher.handle(ServerImpl.java:349)
         at sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:321)
         at java.lang.Thread.run(Thread.java:619)
    KeyTab instance already exists

    It looks like [47, 0, 0, 0] (hex [2F, 0, 0, 0]) is cipher suite, but on http://www.iana.org/assignments/tls-parameters
    I fount that it is:
    0x00,0x2F TLS_RSA_WITH_AES_128_CBC_SHA [RFC3268]
    So... what does this bytes can mean ?

  • Well its another 3rd gen. 8gb ipod touch problem. Apparently they don't exist and that really ticks me off because the apple packaging clearly stated it was an 8gb 3rd gen. and now i can't update it. Apple lied and now im paying for it.I better get a new1

    A year or two back i dad just used up all of my money to buy a brand new ipod touch 3rd gen. 8gb. I bought it at a local sams club and i even still have the packaging that says it was an 8gb 3rd gen. But Apple lied to me because it is only an 2nd gen. I looked it up and they don't exist. Now i can't get any games or anything because of thier false advertisement and ripping us off (as you can't update from iOS 4.2.1). This also happened to many of my friends and other Apple customers throughout the U.S. It was an unopened product from Apple. Since they tricked us i hold Apple accountable. I demand a refund and anyone else in this delemma please share your story. APPLE OWES ME A REFUND.

    I see that you have the same problem as guys in the sites I found.
    http://apple.stackexchange.com/questions/54866
    http://apple.stackexchange.com/questions/55334
    http://apple.stackexchange.com/questions/55180
    I think most of them manage to came out either with FULL REFUND, with 75-90% DISCOUNT for iPod 4G purchase, or FREE iPod touch 4G 8GB.
    I'll tell you this, it's not Apple who lied to you, it's the misled DEALERS. I've been collecting evidences and it seems from the beginning (the time of press release) until the release of iPod 4G, Apple never stated that they intended to release iPod touch 3G in 8GB.
    See this image of Apple online store back in early 2010 :
    The 8GB model were only UPDATED with iOS 3 however the true NEW iPod touch at that time (Apple hadn't used the terms Generation yet) was available in larger capacity. The iPod touch 8GB wasn't RENEWED but rather RE-RELEASED with lower price as previous 8GB iPod touch were more expensive. If you still not convinced enough to believe it, well search the youtube and watch Phil Schiller's presentation in 09/2009. He shown 8GB model (he didn't say new) would only experience updated price of $199 but later on, he pushed the 8GB aside and explained the NEW larger capacity models would be granted double capacity and improved performance
    Hence, I'm truthfully sorry to say that the one whom to be wronged isn't Apple but dealers themselves for false advertising. I suggest you to bring up your complain to the dealer with valid evidences because if you don't, I'm afradi you might lose your chance due to the time being.

  • Games I bought years ago, Texas Holdem and iQuiz will no longer transfer to my iPod Classic. They show in my computer "Apps" but they won't transfer. They no longer show that they can be "Re-Downloaded" from "Previously Purchased" they don't exist there.

    Games I bought years ago, Texas Holdem and iQuiz will no longer transfer to my iPod Classic. They show in my computer "Apps" but they won't transfer. They no longer show that they can be "Re-Downloaded" from "Previously Purchased" they don't exist there.

    Have you seen this article?
    Syncing and troubleshooting iPod games
    B-rock

  • Create nested directory on FTP folder if they don't exist while uploading file

    How can I create nested directory on FTP folder if they don't exist. A local file is suppose to exactly uploaded in the same directory structure level in ftp folder. My question is -
     1. Is there any C# opensource/free library that take care of creation of all sub-directories from file-path, if they don't exist on ftp and upload the file in one shot.
     2. How much it will be feasible to make all these uploads along with some database update, archive, quarantine task in asynchronous? All succeeding tasks are sequentially depends in their order.i.e. ftp upload >> database update>> archive
    from local >> quarantine the folder
    This really requires parallel & asynchronous operation for heavy upload/transfer and going to be done by a Windows-Service.

    Hello,
    Your Subject:
    >Sender File adpter --don't raise alerts when file does not exist in folder
    is contradictory to your question.
    >if the file does not exist,it is throwing an alert like "Could not process file '.file..xml: No such file or directory '
    > Is there any way i can avoid raising an alert if file does not exist in the source folder.
    I know you want to say "Don't Raise alerts when file does not exist in folder". Correct me if I am wrong.
    Some times it happens, when we write the right thing but it means something else and this is the reason many experts have replied, "how to raise an alert". So if you remove the word "Sender File adapter" from your subject then it will be easy to understand the exact meaning.
    Regards,
    Sarvesh

  • HT6147 Why haven't they done a patch for those of us who have not updated and prefer to use iOS 6?

    Why haven't they done a patch for those of us who have not updated and prefer to use iOS 6?

    Totally agree with Andy. Apple needs to support its users whether or not they decide to update to iOS 7.
    The reviews from i Pad 3 owners (like me) is that when they've updated to iOS 7 they've experienced latency and sluggishness. Why would I ruin a perfectly good iPad by updating to iOS 7?
    Please let me know where I can find a patch for iOS 6.
    Thanks!

  • I have update my Ipad (iOS 5) and now I can't see the lyric of my musics. This problem don't exist for Iphone 4.

    I have several lyrics of my musics but after I have updated my Ipad (to iOS 5) I can see anymore.
    This problem don't exist for Iphone 4.
    How I can fix this problem????
    Help me!!
    Thank you

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Content type in HTTP adapter

    Hi experts,
    is content type application/x-www-form-urlencoded is supported in XI reciever HTTP adapter when we post some raw data ( without XML tags)? we are testing the same with fiddler ( Mozilla poster).
    Please advise.
    Thanks

    Hi steve,
    Thanks for the reply, but the solution is not there.
    anyone has configured the same, then please help.
    Thanks.

  • How do I delete songs from my iCloud account when they don't exist in iTunes?

    I have several songs that showup on my iPhone 4s with the cloud icon and downward pointing arrow.
    1. I've just deleted all songs on my iPhone4s
    2. Only songs with the iCloud icon showup
    3. The songs on my iPhone4S that showup with the iCloud icon don't exist in iTunes
    4. I don't use iTunes Match
    5. I know that I can turn off "Show All Music" in the Music Setting to not show those songs, but I want to delete those songs I no longer have from my i Cloud account.
    How do I delete those songs with the iCloud icon?
    Thank You...

    You can't delete them from iCloud because they aren't stored in your iCloud account (and don't use any of your storage).  They are stored in the iTunes store, and the cloud symbols are links to your previous purchases.  If you don't want to see them, hide them on the purchased list in iTunes on your computer, as explained here: http://support.apple.com/kb/HT4919.

  • Folders don't exist for blocked add-ons. If they do, where are they?

    I read and followed all the instructions for uninstalling blocked add-ons. Safe mode didn't enable the Uninstall buttons and the folders for blocked add-ons don't exist in either the profile or installation extensions folders. They still show up as installed. Now what?

    Where did you find instructions for removing '''blocked addons'''? <br />
    I have seen articles for un-installing '''''disabled extensions''''', but not '''blocked''' ones.
    Specifically which addon are you referring to? Chances are that addon was installed globally, through the Registry, and the actual addon isn't even in any Firefox related folders on your hard drive. That makes it difficult to find.

  • How come when powering off iPhone they don't ask for lock code

    last time my iPhone was stolen I didn't have my imei number written down and apple wouldn't help me find phone so I lost a lot.  When someone has the pass lock activated Apple should have the pass lock used to power off iPhone.  That way if someone steals the device they can't power it off and lose find my iPhone ability.  Please Apple fix this issue, I think it would maybe deter people from stealing them and being able to sell them.

    robertfromsouth burlington wrote:
    last time my iPhone was stolen I didn't have my imei number written down and apple wouldn't help me find phone so I lost a lot.  When someone has the pass lock activated Apple should have the pass lock used to power off iPhone.  That way if someone steals the device they can't power it off and lose find my iPhone ability.  Please Apple fix this issue, I think it would maybe deter people from stealing them and being able to sell them.
    First, you are not addressing Apple. This is a user to user forum. You might be amazed to discover that you are not the first person to think of this. There are several thousand posts about it already. And there are several reasons why this is a bad idea:
    Yes, they can't power off to defeat Find my iPhone, but they can defeat it many other ways:
    Put it in Airplane Mode from the Control Center (which is enabled even when the phone is locked)
    Remove the SIM
    Wrap it in aluminum foil
    Drop it in a shoplifter's shopping bag lined with metal mesh
    Restore the phone using iTunes
    Run the battery down
    If your phone ever needs to be restored because you forgot the passcode, the FIRST STEP is to turn the phone off. But you've forgotten the passcode. So how are you going to do that?
    The phone will have to be turned on at some time if the thief or the one who buys it ever wants to use it. Find my iPhone will locate it then.
    Activation Lock is already a powerful deterrent to stealing an iPhone. Because it is locked to the rightful owner, neither the thief nor anyone they sell it to can ever use the phone. There is no workaround for this, despite almost 2 years of trying by hackers.
    The rightful owner can display a message on the phone saying it is stolen, with contact information. This will be displayed as soon as the phone connects to WiFi or cellular data. As anyone who buys a phone will want to verify that it works, this is also a powerful deterrent.
    It might encourage you to go and confront the thief if it can be tracked, thus risking your life in addition to losing your phone. Thieves are generally not nice people, and they don't always live in nice neighborhoods.

  • Don't wait for loading image

    Hi
    I'm trying to load an image, but don't wait for it to complete !
    In an applet, there is a method called "getImage" which does this job. But I've got no applet !
    Does someone know how to do this ?
    Thank's for all comments !
    Freddy

    Is there any limitation for the image size by using
    Toolkit.getImage()?
    We have a problem when tried to load a image with 5M size
    and only had a partial of the image displaied. Any comments?

Maybe you are looking for