Doesn't iWS support rmi?

Hello!!!
I am trying to use rmi on iWS7.0, but I hava met the message like this
"Exception in thread "main" java.rmi.MarshalException: Transport protocol
not supported by server?
Does iWS support rmi?
Thandks advanced!!!

Hi Park.
How exactly are you trying to use RMI? Are you working it as a client or a
server? Need more info here.
Thx,
- deepak
Park wrote:
Hello!!!
I am trying to use rmi on iWS7.0, but I hava met the message like this
"Exception in thread "main" java.rmi.MarshalException: Transport protocol
not supported by server?
Does iWS support rmi?
Thandks advanced!!!--
Deepak Balakrishna
Senior Technical Manager
Product Management
Sun|Netscape Alliance

Similar Messages

  • Doesn't Lightroom support large images?

    I recently migrated my photos over to Lightroom, but after the export I was given a notice about some images not being imported, because they were too large. These were panoramas with sizes of about 10.000x2000 px and somewhat above, though not exceeding 15.000. Why doesn't Lightroom support these sizes? Are there any hidden settings to play around with?

    "It's not the number of GHz that counts, but the tightness of the code. "
    No, actually it's both. You can optimize code for certain operations but operations outside of that window will not be. Camera Raw/Lightroom is a case in point. It is VERY well optimized for dealing with raw images from digital cameras. In all cases (except for scanning backs) single captures from DSLR's fall into the 10K limit. Camera Raw/Lightroom has been expended to also work with camera jpgs/tiffs and now with Lightroom and Camera Raw 4 in Photoshop CS3 to general tiffs & psds. But large tiffs and psds is NOT what the original code for Camera Raw Lightroom was optimized for.
    Larger memory buffers and faster processors CAN expand on what is possible with code optimizations alone-which are not sufficient alone to improve applications. Even if you could optimize the code, the pure processor clicks required could not make ACR/LR run on old, slow processors.
    If you count the pure numbers of images digitally captured each year to the pure numbers of photographers doing panos, panos are an edge case. ACR/LR is designed for the masses of images, not edge case use at this time. Arguably, improved pano software (such as in Photoshop CS3) may increase the numbers of photographers engaging in pano creation, which would be a good argument for increasing the upper limit that ACR/LR can handle...but it ain't gonna happen immediately.

  • Final Cut Express 4 - why doesn't it support HD?

    I purchased a Canon G12 camera that shots HD video, and I purchased Final Cut Express 4. Unfortunately, after I ran into cropping problems while editing my first movie, I found out Final Cut Express 4 doesn't support the HD format. Discouraging. Why doesn't FCE4 support HD?

    FCE certainly does support high def (HD) video.
    The problem is that your Canon G12 shoots video as H.264 .mov files, which cannot be edited directly in FCE.
    You need to convert the G12 videos to QuickTime/Apple Intermediate Codec in order to edit them in FCE.  Download a copy of MPEG Streamclip (free) to do the conversion.  Alternatively you could also use Clipwrap2 to convert your G12 videos.

  • Why doesn't Apple support Adobe Flash Player?

    Why doesn't Apple support Adobe Flash Player?
    I recently traveled out of the country with a large group and we are sharing our photos on Snapfish and I need Adobe Flash Player to download them to my IPAD. Help!

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash. Adobe is not providing Flash for Apple iOS devices, and they no longer provide Flash for any other cellular phones. Flash is officially gone.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    A sample of Apps that can display some Flash content:
      1. Puffin
      2. SkyFire
      3. Photon Flash
      4. Browse2Go
      5. Swifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Why doesn't Apple support Adobe Flash player on the iPad?  Very irritating!

    Why doesn't Apple support Adobe Flash player on the iPad?  Very irritating!

    Look to the right under More Like This and you will see that you are beating a dead horse. Instead of doing a search for your issue you will be one of the obligatory 5 or 6 folks who ask this same inane question here every bloody day.
    So there is you answer, just read a few of the links to the scores of other threads here on this very topic and you will have all of the answers. The primary one being that there is no Flash from Adobe for iOS devices. Never has been, and since Adobe gave up trying to make Flash that worked, likely never will be.

  • Is JDK 5.0 support RMI?

    Hi,
    Is JDK5.0 support RMI(remote method invocation)?
    Thanks,

    I'm not sure I understand the question, but RMI has been part of J2SE for years now.
    See this chart: http://java.sun.com/j2se/1.5.0/docs/images/j2se5.gif
    hth,
    -Alexis

  • Does OC4J support RMI/IIOP connections ?

    Hi,
    I have only one question :
    Does OC4J support IIOP connections ?
    I'd like to connect as EJB client to OLAPService on Oracle9i server (CORBA object), but I can't.
    Thanks in advance

    Thanks for your timely post Debu.
    I would like to state that I read and followed the guides (same files as those ponted by the links you just provided) and tried this:
    1. Sample J2EE Application using ORMI in OC4J Standalone (this works ok)
    2. Same but now using ORMIS (this also works fine)
    3. Tried same J2EE App using IIOP; took these steps:
    3.1 commented out the rmi.xml security lines,
    3.2 enabled ports in internal-settings.xml,
    3.3 changed the jndi.properties - now using corbaname URL,
    3.4 enabled the IIOP stub generation in the JVM settings at oc4j startup, and finally
    3.5 deployed the EAR using the generateIIOP flag.
    The result: the exception I posted above
    4. Tried with IIOP/SSL, did these steps:
    4.1 configured the keystore settings in both internal-settings.xml and ejb_sec.properties
    4.2 and added <ior-security-config> config elements to orion-ejb-jar.xml.
    The exception here is a little bit different:
    client started...
    In IIOPInitialContextFactory ..
    In IIOPInitialContextFactory getInitialContext..
    1/08/2006 07:07:10 PM com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl <init>
    ADVERTENCIA: ORBUTIL.connectFailure
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
    at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
    at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
    at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
    at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at hello.HelloClient.main(HelloClient.java:31)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
    ... 19 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
    ... 20 more
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 20
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
          at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
          at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
          at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
          at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
          at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
          at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
          at javax.naming.InitialContext.init(InitialContext.java:219)
          at javax.naming.InitialContext.<init>(InitialContext.java:175)
          at hello.HelloClient.main(HelloClient.java:31)
      Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
          at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
          at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
          at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
          ... 12 more
      Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
          ... 19 more
      Caused by: java.net.ConnectException: Connection refused: connect
          at sun.nio.ch.Net.connect(Native Method)
          at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
          at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
          ... 20 more
      NamingException: Cannot connect to ORB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Why doesn't Microsoft support Helvetica and Times?

    All Macintosh computers and other Apple Inc. products come with Helvetica and Times fonts
    built-in by default, although Windows doesn't. Helvetica is probably, at least to my opinion, the best and finest among all Sans-Serif and other typefaces in the world, and there's no doubt that it's one of the most popular fonts and it suites almost all types
    of design and typographic works. Although Arial is close enough to Helvetica, it's far inferior to the beauty and typographic natures of Helvetica. There are also a lot websites out there designed in Helvetica. So it should have been available to most computer
    users in the world.
    However, although being the manufacturer of the most popular OS in the world, Microsoft does not make Helvetica and Times available in their operating
    system Windows by default, nor they do in Microsoft Office or other software or products they design. But it's not a big deal, since Helvetica is available to Windows users by purchase. Yet, even after purchasing Helvetica from a trusted source and installing
    it on my PC, I find that my browsers, Microsoft Office and other programs either don't render it properly, or substitute it by Arial and Times with Times New Roman — which clearly states that Microsoft does not support these fonts. But my question is WHY?
    System Specs:
    HP G62-363TU Notebook PC
    Windows® 8.1 Pro (x64)
    Intel® Core™ i5
     M 460 @2.53 Ghz
    6.00 GB (5.80 GB usable) RAM
    Is it a problem with my system or with the font file that I installed, or is it Microsoft? If it's Microsoft, I have no option but to switch to Mac.

    Well since Microsoft would have to pay licensing costs for the use of Helvetica on every copy of Windows if they included it I imagine that's why it's not included. As for Times, Times New Roman has been included in Windows since day one, so I assume you're
    referring to a different variant, in which case it's no doubt again down to licensing.
    As for purchased Helvetica not loading, in the start menu search for "fonts" and view the list of installed fonts. Is Helvetica definitely listed there?

  • Why doesn't Quicktime Support MPEG-2 with AC3 sound?

    Last summer I bought a Mac Mini so I could use iMovie and iDVD to convert and edit my 20 year old VHS tapes of family events to DVDs. This Christmas I got a Samsung DVD Recorer-VCR unit that easily copies VHS to DVD in MPEG-2 format with AC3 sound.
    So, I'm all set to use my Mac Mini and begin my family archives project - or so I thouhgt. I found that Quicktime and iMovie don't read MPEG-2!! Then I was relieved to find that there is a plug-in that works with Quicktime Pro that will read MPEG-2. I spent the $50 to download these 2 programs and sure enough Quikcktime Pro will now read the MPEG-2 files from my Samsung unit. However, there is no sound!!!
    Is Apple purposely making it impossible to do what I'm trying to do?
    Why doesn't Quicktime or iMovie support MPEG-2 with AC3 sound?
    Is there some other sound format that is normally used with MPEG-2?
    Why would someone create software that reads movie files but doesn'rt read the sound that goes with them?
    If I can't hear my little girl sing on these movies, then this whole project is a big waste of time and money!!
    I hope someone from Apple can give me some answers.
    A frustrated father,
    R. Leifield

    FWIW, MPEG is a distribution format, not an editing format. The best way would be to convert VHS to DV, edit it in iMovie and burn THAT to DVDs.
    Sure, MPEG is a nice compressed format taking much less space than DV but the compression takes away quality.
    IMO the best approach with MPEG source would be to edit (yes, it CAN be edited) it with apps like MPEG Streamclip (very limited editing features) or Capty MPEG Edit EX (more features) and author the edited MPEGs via apps like Toast, DVDSP, Capty MPEG Edit, Sizzle etc. THEN you won't lose any quality (unless some of the GOPs have to be re-encoded, that is).
    BTW, unlike QT Player, MPEG Streamclip can play also AC3 or PCM audio in MPEG files.
    See also:
    http://www.sjoki.uta.fi/~shmhav/SVCDon_a_Macintosh.html#edit_convertMPEG

  • Help - doesn't Arch support my computer anymore? [solved]

    I had a fine Arch Linux system running on my Laptop, until yesterday's package upgrade - which pulled in xf86-video-intel-2.10.0-1. For some reason, this new version of the intel video driver now requires kernel modesetting being enabled. This puts me in the following peculiar situation:
    - without the -nomodeset boot option, the screen turns blank at udev initialization and stays that way until reboot, making Arch unusable (see this thread)
    - with the -nomodeset boot option, X now refuses to start due to the new intel video driver complaining about missing KMS
    - the xf86-video-fbdev driver doesn't work, either
    - the xf86-video-intel-stable driver from AUR fails to compile altogether
    - I don't have an older binary of xf86-video-intel in my /var/cache/pacman anymore, either
    So I have three questions now:
    1) What other option do I have now to get a running Arch Linux system again?
    2) Why on earth doesn't Arch Linux keep at least one stable/legacy version for such important and at the same time fragile/error-prone packages as the intel video driver in its official repos?
    3) Who on earth decided to drop support for non-KMS-mode from the intel video driver? Was this an upstream decision, or do the Arch devs just not care about users for whom KMS doesn't work? (And the *are* many such users, see the link above...)
    Last edited by sas (2010-06-23 18:52:24)

    barzam wrote:1) What did you do to remove the cached version?
    "rm /var/cache/pacman/pkg/*" is what I did... Disk space was running out, and many gigabytes of packages had accumulated there...
    barzam wrote:If I bet someone can mail it to you or maybe you can do a forum search for places to get older packages.
    Ok, I did a search, and finally I managed to download xf86-video-intel-2.9.1-1 from an out-of-sync mirror and downgraded to that... Everything works again...
    barzam wrote:2) Maybe you should try Debian stable if that's what you need.
    No, that's *not* what I'm asking for, no need for sarcasm.
    I like the rolling-release approach...
    But *sometimes*, you *do* want to downgrade a specific package, and it would be nice if Arch would makes this possible without forcing you to go dumpster diving in out of sync mirror archives or some other ridiculously hackish approch (at least for a select set of critical packages, like the kernel and important drivers).
    Edit: fixed quote
    Last edited by sas (2010-02-12 22:20:11)

  • Why doesn't Premiere support FLAC audio files?

    .flac is an extension that is very useful to the majority of my coworkers as well as myself.  It's quite a disappointment to see that Premiere Pro, even to this date, doesn't support the .flac extension.  Does anybody know why this is or if support will be added soon?

    adobe doesn't announce new features, so its anyone's guess if/when flac will be added. it is supported in audition, so if you plan on finishing in audition you can try to wait to add those flac files until then.

  • Why doesn't iTunes support aac streaming??

    My favorite internet radio station streams in AAC+ format, but not mp3, to save bandwidth, which is a worthwhile goal. Considering that Apple was the pioneer of AAC, does anyone have any idea why iTunes doesn't support streaming in either AAC or AAC+ as far as I can tell? It seems kind of silly.
    I hope someone from Apple is reading this thread and will maybe add a vote for adding this obviously useful functionality...

    Only Apple know, and they're not likely to address a question like this directly. "Not invented here" might have something to do with it.
    tt2

  • Why doesn't Apple support iSync any more?

    Apple hasn't added any additional cell phone support in iSync since 10.4 was released. If I want iSync support with my Verizon service, I have a choice of three phones (out of FIFTY) -- and two of those phones cost over $150, and the third is about as low-end as you can get. No Chocolate, no V-Cast, NOTHING. Apple wants the Mac to be the center of my digital lifestyle, so why isn't Apple working towards that goal?

    "Apple hasn't added any additional cell phone support in iSync since 10.4 was released."
    Yes, they have.
    For Sony Ericsson phones, Mac OS X 10.4.3 added K750, D750, K600, W600 and Z520 support, Mac OS X 10.4.6 added W600 & W900 support, and Mac OS X 10.4.7 added Z530 & W810 support.
    Many other manufacturers phones had support added in the iSync 2.2 and iSync 2.3 updates part of Mac OS X 10.4.6 and 10.4.7 respectively.
    If Verizon offers a poor selection of phones, then maybe you should look for another network provider. Apple has no control over the handsets each network provider offers.
    The LG Chocolate phone (like all other LG, Samsung etc.) phones uses a proprietary syncing protocol, unlike Nokia, Sony Ericsson and Motorola, who all use the industry standard SyncML.
    You should direct your comments towards the mobile phone manufacturers who repeatedly refuse to build support for industry standards into thier phones, and refuse to provide Mac syncing support like they do for Windows.
    Why do you think Apple should provide support for other manufacturers phones? Microsoft doesn't do it for Windows... the phone manufacturers do.
    Apple have provided the system-level SyncServices framework which allows third-party device manufacturers to create iSync plugins for their phones. It is hardly Apple's fault if certain manufacturers choose not to.
    So, complain to your network provider or phone manufacturer - not Apple.

  • Why doesn't customer support understand?

    I recently needed to reinstall windows xp.  I have saved everything I needed to reinstall all my software.  My photoshop CS2 is the only problem I've had.  Since it was an upgrade my installation pkge is looking for a previous version.  I have the serial number, original reciept, confirmation number, case number and all other materials needed including a challeng code given to me 2 years ago when I upgraded.  After 3 hours and being kicked from Customer Service to Tech support over and over with a hold time of 15 minutes in between each one I was finally fed up.
    Each person tried the same thing.  Ctrl/Shift/Dbl Click which does not work.  They agree my serial number is correct, they can see my purchase from the order number on my original reciept, but not one could give me a straight answer. They all kept asking the same questions over and over but none made sense.  Honestly I don't think there was a language issue either.  The last one actually said I should upgrade to CS4..... how could I upgrade that if I can't even upgrade to CS2 on my computer.  I have totally lost respect for the Adobe system of support.  I have 3 Adobe programs and I am waiting for the day I need support on those.
    If anyone has any suggestions for me I'd love to hear them.  They would not give me any help other than to say I must have a previous version loaded before I can load an upgrade.....NO kidding!  But even though I paid and they see I paid for an upgrade in the past....they cannot come to the conclusion that the previous version would no longer be loaded on my computer.....I've upgraded...the previous one is gone.  My only hope is to get ahold of a previous cracked version so I can run my paid program through with the previous installed..... that risks my computer getting malicious files on it...which is why I did the clean install in the first place......UGH!

    When it asks for a previous version, put your previous version CD into the CD drive. That should work.  You stated "I have saved everything I needed to reinstall all my software."  That would include the earlier (full) version of Photoshop.

  • Why doesn't Photoshop support read/write of .mpo files?

    I am actually blown away that I cannot find a single Photoshop plugin that reads and/or saves .mpo files. Does somebody know why? And why isn't anyone talking about this format? I find it hard to believe that no one in the entire Photoshop Windows forum has ever wondered about Photoshop's complete lack of or interest in support for .mpo files.
    If nobody knows how to read/write .mpo files directly through Photoshop, perhaps someone could point me to some documentation for writing a plugin for it. It's a really really simple file format--there's no reason that a plugin shouldn't be available already.
    Thanks in advance for your support.
    Jase

    Well wave of the future or not. its beening pushed hard. That is in a way good for us the consumers.. choice is always good.
    3d tv's and monitors require at least 120hz in order to function. what does that mean for people who spend all their time in front of a monitor?
    Bringing about the availablilty of 120hz and beyond flat panels.
    Many are people are prone to getting migrains due to refresh rates 60 hz or less, Most people getting migrains from sitting at work in front of a 60 hz monitor all day long, and do not even realize it.
    I happen to be one of those people who get migrains, especially if I am doing artwork for 8 - 10 hours.
    I just picked up a 120 hz monitor like 2 weeks ago cause I am a techno junky and love my toys, it is the asus one that comes with the Nvidia glasses.
    There is nothing wrong with my other monitor, a 24 inch HP monitor. Its a 1920 x 1200 5ms responce time 60hz monitor.
    I didn't think i would really even notice the difference between a 120 hz and 60 hz monitor.
    Boy ohh boy was I ever mistaken about not Noticing. sitting side by side, to me the picture difference is amaizing. Now i have not had an oppertunity to do a real weekend artwork fest but that will come with time.
    The 3d features with the glasses on, I think are very cool in games its extreemly noticable since you have more control over what it is you are looking at. I am not sure i would play a game end to end for hours and hours in 3d. i think that would likely make my head explode but we'll see about that too and if not my be running into walls when i am done since you tend to loose perseption. not to mention 3d glassses make it so you see each picture at 60 hz in one eye 60 hz in the other putting you back to a 60 hz refresh and migrains.
    anyway way off subject, but to sum it up.
    Some good things can come from flavor of the day fads. Grant it some bad some times does too.. i mean look at bell bottoms....

Maybe you are looking for