Install/Uninstall of Sun Studio 12... kinda sorta doesn't work.

Hi !
I'm installing DBI.pm [inside a zone] using cpan from blastwave. It needs cc and make so I installed SS 12.
Then I found out that the CLI installer doesn't installed into the zones, and that you have to use the graphical one.
So , I got in thru my KVM-over-ip and ran the graphical installer.
Now the weird part is, the section of the installer where it asks you which components you'd like to install, nothing is checked off, and the interface wouldn't let me check anything off...
So then I thought , maybe I need to uninstall it and start fresh, so I upgraded to JDK 1.6 just in case and then followed the instructions in this document
http://developers.sun.com/sunstudio/documentation/ss12/release_notes.html
However, every time I run java on the uninstaller, I get the exception that is mentioned, and that's why I upgraded to jdk 1.6 ahead of time..
sandbox# java -cp . uninstall_Sun_Studio_12ea -nodisplay
Exception in thread "main" java.lang.NoClassDefFoundError: uninstall_Sun_Studio_12ea
sandbox#
Every time. So I'm stumped. And all I want is DBI.pm ;) Help would be great, thanks folks.
jeff.

Hi Bignose,
We tried installing and then uninstalling and all attempts failed. Do you know someone that might be interested in trying to install it on our system.

Similar Messages

  • APEX_ITEM report - SORT doesn't work

    Hi,
    For the following report, the SORT doesn't work. I've also tried with the "Report Attributes", but same result. Does someone know is there a way to make it sorted or can confirm it's not possible.
    Thanks.
    SELECT
    APEX_ITEM.CHECKBOX(11,id_cc_delai_recueil) id_cc_delai_recueil,
    APEX_ITEM.HIDDEN(12,id_cc_delai_recueil)||APEX_ITEM.HIDDEN(13,id_cc_regle)||APEX_ITEM.TEXT(14,numdelai,3) numdelai,
    APEX_ITEM.SELECT_LIST_FROM_LOV(15,typedoss,'DOSSIERS OU DOCUMENTS',NULL,'NO') typedoss,
    APEX_ITEM.TEXT(16,suppdoss,3) suppdoss,
    APEX_ITEM.SELECT_LIST_FROM_LOV(17,rem_suppdoss,'REMARQUE_DELAI',NULL,'YES','','') rem_suppdoss,
    APEX_ITEM.TEXT(18,perioactif,3) perioactif,
    APEX_ITEM.SELECT_LIST_FROM_LOV(19,rem_perioactif,'REMARQUE_DELAI',NULL,'YES','','') rem_perioactif,
    APEX_ITEM.TEXT(20,periosmact,3) periosmact,
    APEX_ITEM.SELECT_LIST_FROM_LOV(21,rem_periosmact,'REMARQUE_DELAI',NULL,'YES','','') rem_periosmact,
    APEX_ITEM.SELECT_LIST_FROM_LOV(22,dispoinact,'DISPOSITION1',NULL,'NO') dispoinact,
    APEX_ITEM.SELECT_LIST_FROM_LOV(23,rem_dispoinact,'REMARQUE_DELAI',NULL,'YES','','') rem_dispoinact
    FROM
    cc_delai_recueil
    WHERE id_cc_regle = :P52_ID_CC_REGLE
    ORDER BY
    3,
    2

    Paulo,
    Remove the Order By clause from your Select statement and then use the Report Attributes to determine your sort order.
    Jeff

  • After installing iOS 6 update my ipod touch 5G doesn't work anymore

    after installing iOS 6 update my ipod touch 5G doesn't work anymore. Can anybody help me? Please!

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Hey Guys. I have a 1st gen dual 2.3 powerPC G5. I just recently upgraded my OS to Leopard 10.5. I cannot for the life of me, get FlashPlayer to work. I Downloaded and installed the archived 10_1r102_64 version, but it still doesn't work. Help?

    Hey Guys. I have a 1st gen dual 2.3 powerPC G5. I just recently upgraded my OS to Leopard 10.5. I cannot for the life of me, get FlashPlayer to work. I Downloaded and installed the archived 10_1r102_64 version, but it still doesn't work.
    Everytime I click on a video it says I need to update to the newest version of flash, but my computer doesn't support the updated version. So I feel like I'm in a Catch-22. 
    Any suggestions?

    Jay, you may very well be up a creek without a paddle.
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html
    Then Test Adobe Shockwave & Flash Players...
    http://www.adobe.com/shockwave/welcome/
    If it in fact says you do have 10.1.102.64, & some sites say you need higher, it is a catch 22.

  • I have installed TomTom navigation on my ipad2 but it doesn't work?

    I have installed TomTom navigation on my ipad2 but it doesn't work? Actually the application starts to find the Satelite but it never finds it,!?

    Are you outside with a clear view of the sky? The first time a GPS device tries to acquire the GPS satellites it could take several minutes. Subsequent acquisitions will be faster.
    And as already asked, does your iPad have GPS?

  • Installing  cooltools when Sun studio is installed in a non default dir

    Hello all,
    I have installed sun studio 12 on one node of a SPARC cluster. When installing, I did not use the default directory (/opt/SUNWspro), but I used a different one as this installation is for trial purposes only.
    Now, I want to install discover, ats and all other tools that are included in the tar file. I followed the instruction on suns web page : http://cooltools.sunsource.net/cmtdt/install.html, but all the information there is based on the fact that sun studio is installed in the default directory.
    Does anyone know, what should I do in order to install the tools in the proper directory? Should I specify a path in the "pkgadd" command? Please help as I am stuck at the moment.
    Thanks a lot.
    Yiannis

    I think I found the answer myself. It is written in sun's web page:
    If the Sun Studio 12 tools are installed with a different base directory, say /opt/Studio12/SUNWspro/bin, then use the option -a none in the pkgadd command. When you are prompted for the <base_dir>, enter /opt/Studio12. The tools in the SPROprfns and SPROcool packages will be installed in /opt/Studio12/SUNWspro/extra/bin.
    I think this solves the problem, but in any case, please feel free to comment on this one.

  • Installing Javacomm in Sun Studio One?

    Is it possible to use javacomm with sun studio one?

    Ofcourse, it's just a JAR file like any other. Just mount the JAR file in Sun One Studio. Read the documentation (help pages) of Sun One Studio.
    Jesper

  • Std::list::sort() doesn't work with custom class

    The following example doesn't order a list the way I'd expect. Is this being done wrong? Sun Studio 12 (not update 1). Current patches as of Monday.
    #include <list>
    class CMyClass
    public:
    CMyClass(long a) : m_Sec(a) { }
    bool operator<(const CMyClass* rhs)
    return (m_Sec < rhs->m_Sec);
    long m_Sec;
    typedef std::list<CMyClass*> TLogList;
    int
    main(int argc, char* argv[])
    TLogList logList;
    CMyClass* name = new CMyClass(0x4A833E79);
    logList.push_back(name);
    name = new CMyClass(0x4A85E144);
    logList.push_back(name);
    name = new CMyClass(0x4A85E66F);
    logList.push_back(name);
    name = new CMyClass(0x4A85E66F);
    logList.push_back(name);
    name = new CMyClass(0x4A85B2C2);
    logList.push_back(name);
    name = new CMyClass(0x4A85D6EF);
    logList.push_back(name);
    name = new CMyClass(0x4A69F9AD);
    logList.push_back(name);
    name = new CMyClass(0x4A85DC92);
    logList.push_back(name);
    name = new CMyClass(0x4A817316);
    logList.push_back(name);
    name = new CMyClass(0x4A85DEEB);
    logList.push_back(name);
    name = new CMyClass(0x4A846329);
    logList.push_back(name);
    name = new CMyClass(0x4A85E39D);
    logList.push_back(name);
    name = new CMyClass(0x4A85D41D);
    logList.push_back(name);
    name = new CMyClass(0x4A89CC17);
    logList.push_back(name);
    name = new CMyClass(0x4A85DC19);
    logList.push_back(name);
    logList.sort();
    TLogList::iterator logListIter = logList.begin();
    TLogList::iterator logListEnd = logList.end();
    for (; logListIter != logListEnd; ++logListIter)
    CMyClass* name = *logListIter;
    cout << hex << name->m_Sec << endl;
    return 0;
    which produces
    4a833e79
    4a85e144
    4a85e66f
    4a85e66f
    4a85b2c2
    4a85d6ef
    4a69f9ad
    4a85dc92
    4a817316
    4a85deeb
    4a846329
    4a85e39d
    4a85d41d
    4a89cc17
    4a85dc19

    The program as you wrote it will sort the contents of the list. The list consists of the addresses of CMyClass objects, and after sorting, will contain those addresses in sorted order.
    If you want to sort by the contents of the classes that are pointed to, you need to provide a comparison operator that compares the contents, and use the other form of the list::sort function that takes a comparison function as an argument. That is, add the function
    bool comp(const CMyClass* l, const CMyClass* r)
       return l->m_Sec < r->m_Sec;
    }and change
    logList.sort(); to
    logList.sort(comp); This version of list::sort will not compile using the default libCstd, because it requires member templates in the library implementation. For more information about this limitation, refer to the C++ FAQ section on library compatibility.
    [http://developers.sun.com/sunstudio/documentation/ss12u1/mr/READMEs/c++_faq.html#LibComp]
    The revised code will compile with the optional STLport library, or with other 3rd-party libraries like Apache stdcxx. To use STLport, add the option -library=stlport4 to every CC command, compiling and linking. You cannot mix code compiled for the default libCstd with STLport code in the same program.

  • Administrator priveleges required to install AAM. I have 'em. Still doesn't work.

    I'm trying to install AAM on my Windows XP machine. I've run the adobe cleaner tool just in case i've got some kind of code left over from earlier trials. I've tried creating a new admin account to install it. Still doesn't work. I found a link on this forum to an alternative AAM link, but that one runs all the way through the download and install and then tells me that AAM is corrupted. Any help is appreciated.

    Hi Andrea,
    Did you use the current version of AAM to install from the below URL?:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    If you still face the same issue, then uninstall completely and install the trial version of the product that you are looking for and activate using your Adobe ID and password if you are using Creative Cloud. You can find the trial versions from the below URL:
    http://helpx.adobe.com/x-productkb/policy-pricing/trial-versions-cs5-5.html
    Regards,
    Jairaj

  • Sun one server 6.0 doesn't work well with explorer

    We've sun one server 6.0 sp4 running in a sparc server as SSL server and too as common server on port 80. The most our clients , 95%, are explorer browser users.
    The server has known bugs with SSL3 , interoperatibility with MSIE problem 532427. The solutions suggested in the server documentation don't work. We tryed the solutions suggested many times and in few time we got complaints from clients, people get "this page can't be displayed". I had to set the server to work with SSL2 only , althought security's reports tell that this protocol is not safe.
    The second bug is concern the latencies loading pages with explorer. I apply the solution suggested, KeepAliveQueryMeanTime 1, it doesn't work well too. We don't feel the latencies on new machines or light browsers as avant , but we still feel these latencies with old machines or if the users uses modem. A lot of people still see very strong latencies.
    I feel the server wasn't tested enough with explorer browser , it has so many compatibility problems with this browser.I think for the most webmasters the perfect compatibility with explorer is very important.
    We payed for this server and it is worst than apache ,apache group fixed the SSL problem long time ago. Only one thing we need doesn't work well in apache then we contenue to use sun one server. But this diference is not enough to justify the use of this server if sun don't fix these problems. I'm talking about problems they exist more than 1 year, they were when i installed the server then i contenue to work with iplanet 4.1 and SSL2. I read the new version server characteristics, version 6.1 , i didn't find anything telling that these problems were fixed.
    Yair Lapin
    Hebrew University Webmaster

    Yair -
    Unfortunately this is a little vague. Can you tell us specifically what problem(s) you're having (unfortunately your current message does not go into adequate detail for us to understand the problems you see, or to make recommendations about how to remedy them).
    Thanks
    Joe

  • A facebook game (ZumaBlitz) That I have been playing for years is causing me to be prompted to download and install flash player, when I do it still doesn't work.

    Why has Zuma Blitz and other games stopped working? I have downloaded and installed flash player but it still doesn't work.

    IE uses a different version of Flash than other browsers use.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del = Processes tab}
    3. Then run the Flash setup file from your Desktop.

  • Function adobeDPS.libraryServices.folioMap.sort doesn't work

    Hi, I'm working with custom storefront and until yesterday the function folioMap.sort works fin, I get all folios published with this function, but today it doesn't work, I get always a empty array and my library looks like this:
    And if i debugger it I found that my folios is always an empty array:
    What am I doing wrong?

    Hi Neil, Thank you four your answer.
    Yes, I'm updating library. This is my code:
    adobeDPS.initializationComplete.add(function(){
      Store.init();
    Store.init = function(){
         var transaction = adobeDPS.libraryService.updateLibrary();
         transaction.completedSignal.addOnce(Store.updateLibraryHandler, this);
    Store.updateLibraryHandler = function(transaction){
         Store.folios = [];
           // Sort the folios descending.
           var list = adobeDPS.libraryService.folioMap.sort(function (a, b) {
           if (a.publicationDate < b.publicationDate)
                return 1;
           else if (a.publicationDate > b.publicationDate)
                return -1;
           else
                return 0;
    //HERE Store.folios always is empty
    Thank you very much.

  • Can anyone help? I have downloaded and installed the QuickTime MPEG-2 Component but it doesn't work.

    I purchased the QuickTime MPEG-2 component for Quicktime as I am using Snow Leopard (10.6.8) and I want to be able to via MPEG-2 transport streams.
    I paid £14.00 - everything downloaded and installed fine but it doesn't work and I am still unable to view the transport streams in Quicktime even though according to the website this is want the component will let me do.
    I have rebooted several times, reinstalled both Quicktime and the MPEG-2 component and still nothing.  I have then spent ages going around and around in circles on the website trying to find a way of emailing customer services or technical support to get some assistance but I just always end back in the same place no further forward.
    Please can anyone else offer any suggestions - either how I can get it working or how I can get my £14 back from Apple!!

    I purchased the QuickTime MPEG-2 component for Quicktime as I am using Snow Leopard (10.6.8) and I want to be able to via MPEG-2 transport streams.
    I paid £14.00 - everything downloaded and installed fine but it doesn't work and I am still unable to view the transport streams in Quicktime even though according to the website this is want the component will let me do.
    1) Suggest you reread the "Feature" details for the QT MPEG-2 Playback Component paying particular attention to the paragraph titled "Can transport streams be played?" which clearly states that this codec does NOT support the playback of transport stream (TS) files.
    2) This codec can only be used with "classic" QT apps such as the QT 7 player, GarageBand, or third-party apps like the free MPEG Streamclip app.
    3) The VLC player intrinsically supports TS files. MPEG Streamclip with the QT MPEG-2 Playback Component installed supports TS file playback.
    4) MPEG Streamclip with the QT MPEG-2 Playback Component installed can also resave muxed TS file content as muxed program stream (PS) content which is then "playback" compatible with both QT 7 and QT X players (assuming you select an audio compression format compatible with both) or convert the muxed TS content to QT "edit" compatible compression formats if desired.
    Please can anyone else offer any suggestions - either how I can get it working or how I can get my £14 back from Apple!!
    Apple seldom makes refunds to people who successfully purchase software which they do not really understand how to use—cavaet emptor. It is difficult to make suggestions here without knowing more about your personal preferences and/or work flow requirements. I personally would keep the codec to enhance various playback, conversion, and editing options on my Mac.

  • After installing Itunes 10.1.2.17, homes sharing doesn't work no more!

    After i installed itunes 10.1.2.17, home sharing isn't working anymore. I checked to make sure it is turned on & the bonjour is enabled. What happened? It was working before with the previous version.

    I see exactly the same symptoms; previously Home Sharing worked fine. After installing 10.1.2.17 on the PC that contains the main library, the library appears on my other XP and Windows 7 laptops, but on clicking on the library focus returns to the Music folder after several seconds.
    I have a Dell Dimension 2400 running Windows XP Home Edition 5.1 build 2600. It is connected to a Linksys router by cable. The laptops are connected using WiFi. Nothing else has changed in the setup apart from the iTunes upgrade.
    Any ideas?

  • Installed,uninstalled,re-booted,disabled AVG - it still won't work!!

    I run Windows 7
    , and have AVG security. When I was first told by You tube to install Flash 10, I did as
    I was told,and it didn't work. I can't do anything now, can't watch you tube, show
    re runs, can't even check the TV guide! I have spe
    nt -wasted?" hours trying to do this. IWe are pensioners, can
    't really afford to get anyone in to fix it, and are not computer savvy. Please can somebody help?
    It would be even better if there was aphone number I could ring! (In Australia)
    Thank you!

    Do you know if your Windows 7 is 32-bit or 64-bit?  (See http://windows.microsoft.com/en-US/windows7/32-bit-and-64-bit-Windows-frequently-asked-que stions)
    What web browser are you using?
    In your web browser, under Tools | Add-ons, do you see Shockwave Flash object listed, and is it enabled?
    What files do you have in C:\Windows\system32\Macromed\Flash (if 32-bit) or C:\Windows\syswow64\Macromed\Flash (if 64-bit)?

Maybe you are looking for

  • Error in deploying Webdynpro  in NWDS

    Hi Experts,             I am facing a error while I m trying to deploy a webdynpro application through NWDS  : Settings SDM host : nepdev SDM port : 50118 URL to deploy : file:/C:/DOCUME1/admin/LOCALS1/Temp/temp52974WebDynpro_Quiz.ear Deployment exce

  • Post installation steps for SAP PI, scenarios for SAP ERP 6.0 EhP 3.0 BAIO

    Hi! I installed SAP NetWeaver 2004S with PI component. I also have a demo SAP ERP 6.0 EhP 3.0 BAIO system with several clients: (100: demo client, 200: BW, 300: demo client (copy of 100)). Questions: what are the post installation steps to configure

  • Ultra 60 with a Hercules VGA Card wont show me anything

    Hi there, i just have a Ultra 60 on my desk, and unfortunately I am not getting anything on my screen. Is there anything special I should look after to get the U60 with the Hercules PCI Card to work? The Model of the hercules VGA Card is: Terminator

  • Reader X - Floating Toolbar in Browser not functional

    Using Reader X in "recent" Firefox version and IE 9 with Windows 7. When viewing a PDF in either browser, none of the icons in the floating toolbar respond. The cursor arrow changes shape during the rollover of the icons, but clicking on them (print,

  • Finding the windows directory

    With the LabVIEW application builder, I can choose to put a file, such as an ..ini file, into the windows directory. Now, I need to read the file in my program, but I can't find a variable available that returns the windows directory, so I'm just usi