Problems with 32 and 64 bits

Hello everybody !
Here is my problem : I work on a laptop running Fedora Core 5 64 bits. I installed the JDK 1.5 and java3d for AMD64. But when I want to run an application (that runs well under Windows or other Linux systems), I've got errors.
The app calls libj3dcore-ogl.so (set in /opt/jdk/jre/lib/amd64) which calls libjvm.so that can only be found in /opt/jdk/jre/lib/i386/client.
The error says something like WRONG ELF CLASS 32 so I think it does not like seeing a 32 bits lib called by a 64 bits lib.
Am I correct ?
Whether I am wrong or not, what can I do to solve that ?
Thanks a lot.
Bye.

Hi again.
The problem is solved : I installed a 32 bits version of java3d and launch my app with the java of the JDK and... it almost works ! I now have a problem of GLX version (1.2 when 1.3 is required)
Bye.

Similar Messages

  • I have just downloaded OSX Mavericks and am having a lot of problems with my iCloud account. I get a message "this iMac can't connect to iCloud because of a problem with (and then it quoted my e-mail address) Does anybody know what the problem could be??

    As mentioned above I have just downloaded OSX Maverick to my iMac. I am now having a lot of problems with iCloud. I get the message that "This iMac can't connect to iCloud because of a problem with, and then it goes on to quote my e-mail address. It then says to open iCloud preferences to fix this problem.
    I do this and no matter what I seem to do this message continues to return.
    Can anybody explain how to resolve this problem (please bear in mind that I am noy very computer literate).
    Many thanks
    Mike

    Hello John
    Sorry I haven't got back to you sooner.
    Thanks very much for your help, your solution solved my problem.
    Thanks again and kind regards
    Mike

  • Problem with AND process in daily running process chain

    Dear Friends,
    I am currently I am facing problem with AND process. In my daily running process chain, daily the process chain is failing at AND process. Currently I am workaround and manually repairing the AND process and loading the data with below (link) steps.
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    I need permanent solution for this reoccurring problem. Kindly share your thoughts and ideas to resolve this problem.

    Hi,
    The below are the job log. After this the batch job is failing.
    Job log overview for job:  BI_PROCESS_AND
    Job started
    Step 001 started (program RSPROCESS, variant &0000000190315, user ID MAESTRO)
    This AND process is not waiting for event RSPROCESS, parameter 475P4YTXTIIOA6IQ9GAZVEP24
    Job cancelled after system exception ERROR_MESSAGE

  • Serious Problems with 64-bit OS'es

    Ok, first off...
    I recently got a custom build system, this MB, 3400+ FX proc. 2 1GB sticks of Kingston HyperX memory, 2 Maxtor 250GB SATA drives, 2 Maxtor 200GB IDE Drives, 2 Pioneer DVR-A06 DVD-RWs, nVidia GeForce 5950 Ultra... All wrapped up in a Koolance Liquid Cooled case...
    When running any 32-bit operating system, everything runs just fine.
    When running Windows XP 64, everything runs mostly fine.
    When running any 64-bit Linux Distribution, everything goes up in smoke...
    (Not literally)
    When I try to install any Linux Distribution which has been compiled for 64-bit AMD processors, I get a blue screen, and several substantial errors (too many to write here)
    All of it seems tied in with a "RIP Error!"
    I am not entirely sure what this problem is, and I would like to check here before I go complaining to 4 different distributions that the screwed up in their compilation. Has anyone else seen this problem? If so, did you manage to fix it or have any idea what is causing it?
    I find it a little unusual that any 32-bit Linux distribution runs flawlesly on this system... It is just the 64-bit versions. (And yes, I have validated the checksums in order to ensure that the Discs are not corrupt.)
    Thank you for your assistance,
    Tyson Edwards

    I am not sure exactly what your problem with Linux -AMD64 OS is. What Linux is it ? To give you a perspective and as a test bed I have a 15GB hd partitioned (with Partition Magic) like this:
       1: FS: FAT 32,Partition C: (HDA1) Windows 98 (1st edition) Total MBs=2110.1
       2. (Extended) (no Partition)                                              Total MBs=12715.5
       3. FS: FAT 32,Partition D: (HDA5) Trial Windows XP AMD64 Total MBs=5412.5
       4. FS:Reiserfs, HDA6 Linux SuSE v9.0 for AMD64               Total MBs=6628.4
       5. FS: Linux Swap, HDA7 Linux Swap                                 Total MBs=509.9
    I like Partition Magic because the LEAST/MINORest HD error it will quit !
    But if you dont have it you can still use the archaic Partitioner MS and Linux FDISK.
    I preformat the HD in advance and write it down so I dont forget.
    Unless you are new to Linux you should know that Linux can read and access FAT 32 Windows Partitions but not vice-versa. Item 2 (above) is automatically setup when you partition any HD with Windows. I am not sure which HDA it is, I dont remember. HDx where x =IDE channel."A" is primary master "B" is slave. My DVD ROM is on secondary master so it is listed as HDC. The number after HDA is logically  recognized by Linux. HDA1 is the first Partition on the HD and it is also known to Windows as Partition C: I dont know what happened to HDA3 or HDA4 because they are not listed in Linux's FDISK but I assume they are accounted for.
    As usual you always start with a clean virgin HD first then install the lowest/oldest Windows next. The last OS you install is Linux. If for some odd reason you cant boot with Linux after install then you have no other resort than to do the Rescue Floopy routine. Always create one BEFORE you exit install. If Linux "GRUB" or "LILO" fails then run in DOS MS fdisk /mbr. This will restore the original Windows boot. To reboot Linux use the floopy you just created.
    All OSs above work ok except the trial version of Windows XP for AMD 64. The problems I have is not installation but with Drivers for sound, RAID and my specific printer. They are not available yet for this platform.

  • Strange ODBC problem with 64 bit (x64) 10.2 client

    Hi,
    I'm encountering a strange problem with the 64 bit ODBC driver that comes with the 64 bit (x64) 10.2 client. I have installed the client and that all went fine, and I can use sqlplus to access my databases.
    Now, I have setup an ODBC datasource using the Oracle ODBC driver that gets installed and if I click on the Test button and provide correct login information I get connected just fine.
    So, now if I attempt to use this ODBC datasource from a 64 bit program that I am writing, I get the following error message :
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified.
    I'm know my program is ok because I have tested it with other ODBC drivers and they work. I can't seem to determine what exactly I'm missing that is making this not work. I have set the environment variables TNS_ADMIN and ORACLE_HOME to point to the correct places - I think, but that doesn't help. Also, the Oracle \bin directory is in the path as I thnk it should be.
    I'm stumped. Does anybody have any idea what could be the problem here ?
    Thanks,
    Nick

    Hi,
    I tried that and I couldn't get it to connect using the Oracle ODBC driver. It worked fine if I picked a SQL server ODBC datasource, but not an Oracle one. With the Oracle ODBC DSN, I don't even get an Oracle message, I get an ODBC configuration error.
    I'm pretty sure that the Oracle ODBC driver is 64-bit since the ODBC admin program is a 64-bit program and it is able to do the test ok.
    I'm think that the when using the ODBC driver, there is something in the environment or in the naming of the DSN that I am doing wrong

  • HT4111 Logitech K810 UK layout problem with @ and " being the wrong way round.

    I have tried this keyboard on Windows 7 devices and they work just fine, but on IOS7, either the first version or the version released today, it remains the wrong way around - i.e. US spec.

    Hi,
    I have a problem with the same keyboard when I start up and hold the ALT key you can select a startup disk this is not working by my keyboard when I use a old keyboard I'ts working again do you have that problem also.
    Best regards Garry

  • Problem with 16 Bit colour in Elements 10

    I use Lightroom 4.4 to adjust/convert my camera images (Canon CR2) to TIFF 16 Bit colour  files. In Elements 10 when I try to use some of the tools to adjust these 16 Bit files I get a window stating :- "Could not perform the requested action because Photoshop Elements provides only limited support for files with 16 Bit colour depth. Do you want to convert the image to 8 Bit colour depth." When I convert I can use all the tools.  This is similar to Corel P.S.P. X3 - but in Corel P.S.P. X3 when you have finished adjusting the image and just before you save it -  there is a tool that allows you to convert the image back to 16 Bit colour depth.  Question:- Is there any way you can convert files back to 16 Bit colour depth in Elements 10 before saving.

    [email protected] wrote:
    ...  This is similar to Corel P.S.P. X3 - but in Corel P.S.P. X3 when you have finished adjusting the image and just before you save it -  there is a tool that allows you to convert the image back to 16 Bit colour depth.  Question:- Is there any way you can convert files back to 16 Bit colour depth in Elements 10 before saving.
    Converting back to 16 bits gives no advantage, as Barbara said. You don't bring back the information again. It has been said that if you want to apply heavy edits afterwards, starting with 16 bits should 'theoretically' yield better results... I have tried to show a difference, but I have been unable to provide conclusive practical examples, even with drastic edits.
    Note that it is easy to convert an 8 bits jpeg or tiff to 16 bits in Elements via the ACR raw conversion module. Open your 8 bits file in ACR, set the  menu to 16 bits (in the middle of the bottom bar) and click 'open' to get it in the editor. From there you can edit in 16 bits and save as tiff or psd if you want.
    To open a jpeg or tiff in ACR , use the menu 'open as' and select the 3rd option 'raw...'

  • Problem with AND processer in process chains

    Hi friends,
    In BI 7.0, when creating a process chain by linking 2 DTPs with AND processor,
    two AND processor are showing.
    Can anyone please suggest how to get only one AND processor after combining also.
    babu

    Hi Babu,
    You can remove one AND process step from the design.
    (Right click on the process step and Remove Process)
    Connect two DTPs with the remaining AND process step, Save and Activate.
    This will solve your problem.
    Regards,
    Sreedhar

  • It looks like the way forward is to delete any apps you are having problems with and reinstall hopefully you have your data on iCloud this seems to work

    Looks like deleting and reinstalling the apps your having the problems with works in some cases

    Hi Flash, Just some info to correct yours. First, not everyone is having a problem with FP 10.1 and there are solutions and reverting to FP 10.0 would not be the first choice. If that was for you, that's fine. If you would read the many many threads here, you would find correct information for users that want to revert back to FP10.
    Also may I suggest you read up on Firefox version 3.6.6 as this is involved sometimes with FP 10.1.
    Lastly, I think it is always better to find out what a user's issues are before offering a solution. Reverting back to FP 10.0 is not for everyone that is having a problem nor should it be.
    If your instructions solved whatever problem you were having, that's great. However, to recommend this to other users that come here for help without knowing what their problems are may not be the best advice, in my opinion.
    There are many other details in the Uninstall Instructions and also the Install Instructions that need to be followed.
    That is why it is better for each user to have their own thread and receive help for their individual issues. This is also based on their computer system configuration.
    Believe me, if there was one fix for all FP 10.1 or any other version issues, it would be posted
    Thanks,
    eidnolb

  • Major problems with 64-bit on the K8N Platinum with CD-ROMs

    Ok i'm convinced at this point that the MSI K8N Platinum has some real problems with XP period not just SP2....with CD-ROM's or the IDE channel.
    I have FDISK my PC like 3 times now.  And re-installed XP several times....
    I originally used the MSI NForce drivers but I would subsequently install the NVIDIA unified drivers version 5.10 on my PC.  Now as soon as I did this the CD-ROM's are dead.  So I un-installed the NForce 2.5 ATA /IDE drives and then installed the Microsoft IDE channel drives.  no more blue screens but...the CDRW does not work and I can't load half my CD-ROMS without a corruption failure occuring during installation.
    Any ideas?  I'm ready to get a new MOBO....and not not talking MSI or NVIDIA at this point.
    Eric

    I have had the same sort of problems as you.Slow boot up at start up and one of my cd drives not being recognized by windows(It always would show up in the bios).
    One thing that I tried that reduces this problem from 1 out of 2 boot ups to maybe 1 in 10 boots was to not allow the bios to decide which dma mode the drive opperated in.
    Get into your device manager screen and find your ide ata/atapi controllers
    open it up and right click the parallel ATA controller.Select properties and tab through primary channel and secondary channels.
    uncheck"Let BIOS select transfer mode" for all your drives or just the drives giving you problems.
    Hope this helps

  • Problem with 64-bit OS and P55-GD65

    I recently got this board and first installed Windows 7 64-bit, but experienced bluescreens while copying files over network. Switching to a WLAN adapter didn't help. Also ran memtest and chkdsk of course. I then tried Vista 64-bit, which was even more unstable and the bluescreens appeared more or less at random. They were never related to a specific driver, but various parts of Windows kernel with hardware related STOP codes. Finally I installed Windows 7 32-bit and it appears to run fine so far.
     

    It's looking for the ACPI irq holder driver in Vista 64 on my end. Nothing in the device manager is jacked up though. I haven't found the fix either. I have googled it and it seems to be common amongst the P55 chipsets. BUT it seems that everyone that gets on their soap box over it has a GD65 or GD80. Gigabyte, Biostar, ASrock and ASUS have the same issue. I suspect that may be why DFI hasn't released anything P55ish yet. They got enough issues without that one too.    I hope there is a simple fix to this. I suspect it may have to do with my older memory not running it at spec (Corsair XMS3 1.8v set to 1.65v so I don't blow stuff up) but I won't know for sure til I get the new correct memory on the board to give it a run.

  • Problems with and tags while reading the xml file

    Hi
    I am using the xml files in my project. The project uses Tomcat, JMS. The project is divided into some components which communicate with each oher thru JMS. The component for which I am responsible gets a dcoument object from the JMS which is a processed xml of the following format (the processing is done by the DBMS_XMLGEN package of oracle)
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    <filename>157_1000000001</filename>
    <querydata>
    <tabdata>
    <tabinfo>Tab-id3</tabinfo>
    <queryset>
    <query name="Fax">
    select a.ARLN_NAME,d.TICKETED_ORIGIN,d.TICKETED_DESTINATION, d.ENDORSEMENTS,to_char(d.DATE_OF_ISSUE,'DDMONYY') as DATE_OF_ISSUE ,d.EXCHANGE_DOC_TYPE,
                   d.PASSENGER_NAME,d.ORIG_ISS_AIRLINE,d.ORIG_DOC_NO,d.ORIG_PLACE_OF_ISSUE,
                   to_char(d.ORIG_DATE_OF_ISSUE,'DDMONYY'),d.ORIG_ISSUE_AGENT,d.CUR_OF_SALE,d.GROSS_FARE,d.EQUIV_CUR_OF_SALE,d.EQUIV_FARE,
                   d.PANDA_DEAL_CODE,d.ISI,d.reporting_date
                   from airline_master a,ticket_main d,ticket_conj e where d.doc_no = e.doc_no and d.iss_airline = e.iss_airline
                   and e.conj_doc_no = (select DOC_NO from TICKET_CONJ where CONJ_DOC_NO = 1000000001 and ISS_AIRLINE = 157)
                   and e.ISS_AIRLINE = 157 and d.iss_airline = a.ARLN_NUM_CODE
    </query>
    </queryset>
    </tabdata>
    </querydata>
    the function on my side is like this
    private void processMessage(ObjectMessage objmessage)
         Document XMLreqObject = (Document) objmessage.getObject();
         Element root = XMLreqObject.getRootElement();                
         String resultFilename = root.getChildText("filename");
         Element tabSet = root.getChild("querydata");//doesnt work
         ArrayList tabSetlist = new ArrayList(tabSet.getChildren ("tabdata"));//doesnt work
    The code commented with "doesnt work", is not working. What must be the problem ?
    Thanks in Advance
    Martin

    Okay. Your original example XML didn't include < or > which was rather confusing if that particular feature was supposed to be the cause of the problem. Also calling them "tags" was rather confusing since "tags" is the term for the things that come at the beginning and of an element, like this:<data>...</data>Anyway, I assume your theory is that documents that don't have < in a text element process correctly and documents that do have < in a text element get "stuck" in the parser? Well, from your original description the process appears to be:
    1. Create XML
    2. Parse it into a Document
    3. Send the Document via JMS
    4. Receive the Document via JMS
    5. Process it.
    And it's step 4 that is "stuck"? That would be my guess based on the code you posted.

  • Having problems with and advanced form to Mail PHP app in Dreamweaver

    Hello,
    I would like to start off by saying i am horrible when it comes to php of any kind so i use an attachment for my forms call Advanced from to Mail PHP in dreameaver for connecting my site to my email contact for user data.
    I have had this problem a few times but don't remember what someone told me about a year ago, the form that i have setup is from a free template so i did not set it up. Any how i am gettiing an error where dreamweaver is stating i need to "Please Enter Valid Form" pretty sure that means the from im trying to manipulate is unreadable for this application.
    Are there any PHP or form experts out there that may be able to help me in making this form readable to the app i am using in order to tie it to my email for submisions?
    I will post a picture of the form i am trying to use the app on, the app and the error i am getting.
    Could it be that i have to replace <label for= with <Input Name   possibly?!
    Thank you so much!
    The Form
      <form action="../index.php">
               <h4>fill in your contact details</h4>
               <div class="form1">
                 <label for="fname"> <span>first name</span>
                   <input type="text" name="fname" id="fname">
                    </label>
                 <label for="lname"> <span>last name</span>
                   <input type="text" name="lname" id="lname">
                    </label>
                 <label for="email3"> <span>email address</span>
                   <input type="text" name="email3" id="email3">
                    </label>
                 <label for="phone"> <span>phone number</span>
                   <input type="text" name="phone" id="phone">
                    </label>
                 <label for="address1"> <span>address 1</span>
                   <input type="text" name="address1" id="address1">
                    </label>
                 <div>
                   <label for="city"> <span>city</span>
                     <select name="city" id="city">
                       <option value=""></option>
                       <option value=""></option>
                       <option value=""></option>
                        </select>
                      </label>
                   <label for="state"> <span>state</span>
                     <select name="state" id="state">
                       <option value=""></option>
                       <option value=""></option>
                       <option value=""></option>
                        </select>
                      </label>
                    </div>
                 <label for="address2"> <span>address 2</span>
                   <input type="text" name="address2" id="address2">
                    </label>
                 <label for="zip"> <span>zipcode</span>
                   <input type="text" name="zip" id="zip">
                    </label>
                 <label for="schedule"> <span>When Do You Prefer Us To Call?  (We only call during weekdays and Saturdays)</span>
                   <select name="schedule" id="schedule">
                     <option value=""></option>
                     <option value="">In the morning (Between 9am - 12nn)</option>
                     <option value="">In the afternoon (Between 1pm - 5pm)</option>
                     <option value="">In the evening (Between 6pm-7pm)</option>
                      </select>
                    </label>
                  </div>
               <h4> Describe the  Contents of your pickup or Quote below:</h4>
               <div class="form2">
                 <label for="message2">
                   <textarea name="message2" id="message2" cols="30" rows="10"></textarea>
                    </label>
                  </div>
               <input type="submit" name="send2" id="send2" value="">
                </form>

    > dreamweaver is stating i need to "Please Enter Valid Form"
    It's asking for a valid 'FROM' field, not FORM.

  • Problem with 8-bit uncompressed quicktime file

    I have exported my FCP video using the 8-bit uncompressed setting considering I initially captured the content uncompressed via a Blackmagic Decklink card. The problem is, regardless of the settings I have chosen for the uncompressed export, the quicktime file always has horizontal lines going across it when I watch it.
    It almost seems like this could be an interlace issue, but I don't really know why that would be the case. I imported from DigiBeta that had telecined 16mm footage on it, but the footage should be at 29.97 when it is imported. I'm sure I'm an idiot and there's a simple answer to this, so if anyone has any ideas, please let me know.
    Thanks.
    PowerMac G5 2 x 2.0 GHz, 2.5GB RAM, 1 TB Disk   Mac OS X (10.4.4)  

    If the exported movie plays fine in FCP and but not in the QT player, I would assume everything is okay and it's just the QT player. A couple of tests you can try:
    1. Make sure the Quicktime player is set to actual size in the view menu.
    2. Open up the movie properties in QT player. I have version 7 and can do this by going to the window menu, then show movie properties. If I select the video track and then the visual settings tab, there is a high quality preference checked. If I have it checked, I can see visual lines in the credits of an DV movie I have. if I have it unchecked, the horizontal lines dissapear. There are other settings there that affect the playout of the film, but shouldn't affect your final format.
    QuickTime Player is probably showing you the highest quality of image and taking an interlaced video and playing it progressive on your computer monitor.
    If you are going back to tape, you'll be using FCP to go back out to tape and shouldn't have those line issues.
    If you are compressing for DVD, you shouldn't have those issues.
    If you find a more detailed explanation for this, post back so I can know it.

  • We sorrted the problem with "32 bit plugin requred" , but another one acuired - it wants to updte the silver light every time i try to write email, we do not have silver light. What to do? Thanks program . This is with using hotmail

    When i thick "open in 32 bit mode" in "get info" from Firefox application, then every time i try to send email from Hotmail it tells me to update "silverlight" - we do not have such application or program or what every this is. I did not need to do that if i do not tick the box "open in 32 bit mode". What to do. I do not want the reminder i need to run this page on 32 bit and i do not want this "update your silverlight'' every time i try to send email.
    Thanks

    See https://support.mozilla.com/en-US/questions/822075#answer-204885

  • Problems with ' ' and ' '

    Hi,
    I have to parse some files from xml to jsp.
    In my xsl file, I wrote :
    <= KdMg.ohlKd("LIT-KD","<xsl:value-of select="./@naam"/>;",taalKd)%>;
    And I should get it perfectly like this in my jsp file.
    But the parser won't parse this piece because of the '<' and '>'.
    If I change '<' or '>' with the iso-num codes or with '&lt' or '&gt' then the parser doesn't complain, but in my jsp file, I also get '&lt' or '&gt' and so this line isn't recognized as a piece of java.
    How could I solve this?

    Not sure if this will help, but I use:
    <xsl:text disable-output-escaping="yes"><</xsl:text>
    and
    <xsl:text disable-output-escaping="yes">></xsl:text>
    throughout my XSL file for all '<'s and '>'s I want to transform.
    -G

Maybe you are looking for

  • Replaced system board? How to restore system serial number with a CD.

    I have an l412 with a defective system board- would not POST. So I replaced the system board (it's a year out of warranty) and booted up, only to be met with an error code about a sytem serial number mismatch. Boots OK, but system update does not wor

  • Find the Wait events for an objects.

    Hi Gurus. I need you help to find out the wait events for a particular table and index when batch export job running from the application. I have done some work around to to find out, but i am not able to figure out the issue or what are the wait eve

  • Dynadock U10 - USB mouse very slow in IE

    Hello, Our customer have a problem with the Dynadock port replicator. The mouse hangs or is slow on Internet Explorer. The dynadock is connected to a HP 4520S Laptop (Windows 7) Tests that did not help: - Virus/spyware test - Windows updates / IE10 -

  • JOB IDOC

    Hi everybody. How send IDOC to XI by JOB? Thanks Anvar.

  • Mac Pro 1,1 graphics upgrade

    Hi I want to upgrade my graphics card as high as I can go on my machine (details below). Any advice? I use two (aluminium enclosure) 24" cinema displays, so need two DVI ports. Any help gratefully received. Thanks Simon