Help with x64: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

Hello, I am trying to complie some C code for some applications I am working on in labview (I am using Labview 2012 64bit).
When I try to build my code in Visual C++ 2010 ( I have set it up to be able to use x64) I get the following fatal error:
nivision.lib(StartupShutdown.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Which I understand that .lib does not have a 64bit compatability. However, if I were to use 32bit code, how can I link/emulate it to my 64bit labview? Is there a good tutorial on this application? The problem is the rest of my application uses and requires 64bit labview, so I am stuck in this enviroment.
Thanks.

dbrittain wrote:
Thanks for the reply. The C code I have cross correlates images, and it does reference the image inputs and size variables from the nivision classes. I am thinking of using a side by side labview environment with shared variables. I have not done this before, do you have any good examples? Can you make the library function node a shared variable or only the elements within it? 
I guess I could try to convert to labview, but the are a lot of lines of code that I would prefer not to try to wrap my head around in translation.
The LabVIEW API in Vision Development Module has functions that let you get access to all those parameters as well as the raw image data pointer. A common design is to query those items on the LabVIEW diagram and then pass them to your DLL. This would mean you wouldn't need to make any calls into the Vision DLL from your C code.
As for examples showing how to use shared variables, keep in mind that it isn't just like doing a function call. The more appropriate way to think of it would be communicating with another VI by getting and setting controls and indicators while it runs. You could put all your arguments into a shared variable and set a boolean indicating it is ready, then wait for another boolean to go high indicating the other code has finished and placed its results in another shared variable. Your application code interacts with the shared variables just like a control/indicator/local variable. This of course is a simple description and I would not be surprised if there are well-defined frameworks/examples searchable in the forums that use shared variables in this manner.
Eric
Eric

Similar Messages

  • Fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory

    Hi Folks:
    I am doing one Dll file for TestStand , and got an error : d:\teststand3.5\teststand 3.5\examples\modaldialogs\mfc\tsapivc.h(18) : fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory
    Could anyone help me out of that ??
    Thanks in advance !

    This type library for the adapter API is embedded in the teapi.dll. If you are using Visual Studio.NET, there is an attribute called tlbid that you can use with the #import directive in order to import that embedded library (see the MSDN documentation for more details). For example:
    #import tlbid(2)
    In VC++ 6.0, there is no way to import embedded type libraries. Therefore, you must use the attached type library file (.tlb) with the #import directive. For example:
    #import "TsAdpApi.tlb"

  • I tried to make my image larger by typing ctrl + a fatal error was created in typer shark on yahoo games

    When I tried to make the game larger I pressed control plus. The image became different and all of the parts did not fit together like it was designed. I tried to make it like it was by pressing control minus (ctrl - ) nothing happened. When I start playing the game there is a gap between where the sharks enter the playing field and after playing three rounds the screen goes to a fatal error message and after a few seconds it goes to some other screen that I pasted below. I want to put the game size back to the original size.

    When I tried to make the game larger I pressed control plus. The image became different and all of the parts did not fit together like it was designed. I tried to make it like it was by pressing control minus (ctrl - ) nothing happened. When I start playing the game there is a gap between where the sharks enter the playing field and after playing three rounds the screen goes to a fatal error message and after a few seconds it goes to some other screen that I pasted below. I want to put the game size back to the original size.

  • Help with target filter in an ACI and editing multivalue attributes

    Here is the ACI I tried to use:
    (targetattr = "*")
    (target = "ldap:///ou=xyz,dc=company,dc=com")
    (targetfilter=(objectclass=groupofuniquenames)||(objectclass=extendedobjectclass1)||(objectclass=extendedobjectcla ss2))
    (version 3.0;acl "xyzadmin privileges";
    allow (selfwrite,write,delete,add)
    (userdn = ldap:///uid=xyzadmin,ou=people,dc=company,dc=com");)
    1. Is the targetfilter syntax above correct? This does not work even when I tried the other notation
    " (|(|(objectclass=X)(objectclass=Y))(objectclass=Z)) "
    2. xyzadmin needs to update (another system creates a value initially) an 'extendedattribute' in either of the 'extendedobjectclass1/2'. This works if I set seperate ACIs. If I combine them (as above) does not work. Any solutions?
    3. Not exactly related to this. The 'extendedattribute' is a multi-value attribute. Say it has two values,
    (extendedattribute: ID1=222|ID2=333, ID1=444|ID2=-1). If I want to use ldapmodify and replace the
    'ID1=444|ID2=-1' to 'ID1=444|ID2=555', how can it be done?
    The same question can be rephrased as 'how can I replace a value amongst a set of values in a multivalued attribute with ldapmodify'? Is it possible?
    p.s.: Please don't ask to split the ID1, ID2 into 2 attributes as one of the products using the directory requires it to be that way (ID1=<vale>|ID2=<value>).

    My answer will concerne only your first query.
    Firstly, the target syntax must include the target keywork in the first portion of rule.
    Have you try these syntax ===>
    (targetfilter="(|(objectClass=groupofuniquenames)(|(objectClass=extendedobjectclass1)(objectClass=extendedobjectclass2)))")
    or
    (targetfilter="(|(objectclass=groupofuniquenames)(objectclass=extendedobjectclass1)(objectclass=extendedobjectclass2))"
    The first syntax works correctly for me.
    I hope this is help you and good luck for the rest.

  • Punchout Site Developer Needs Help With ~TARGET=_top

    I've developed an OCI punchout catalog for my company in 2004 and for several years we only had one customer on it and everything was fine.  They are using ~TARGET=Main and it seems to work fine for them.
    I'm in the process of bringing a new customer online and they want to use our punchout in a new window outside of their SRM and when they are done with our site, they want the cart contents posted back to their main window and they want to our site to close.  I'm not aware of any way a child window can post data back to a parent window and then close itself.  I've tried many different things and just about everything I've tried produces 1 of 2 results...
    I've changed the target parameter of my form to _top, _parent, window.parent, window.opener, etc.
    1.) My checkout form posts to the child window itself.
    2.) My checkout form creates yet another child window and posts to it.
    When either of these two things happen, the HOOK_URL page is shown, but my cart contents don't make it into the page.  Closing the child form part is easy with...
          window.open('','_parent','');
          window.close();
    I just can't get my form on the child window to submit back to the parent window and don't understand how to do so.  Like I said, I've messed with the target attribute of my form tag but haven't had any luck.
    I'm a bit confused by this.  I'm not sure how a child window form could possibly post back to a parent window.  Really I'm looking for a good example on posting back to the SRM correctly when your site is in a child window.  My environment of my catalog is ASP on an IIS server.
    Please forgive my weak understanding of all this... I threw together my punchout integration in our corporate catalog years ago for this first customer and I don't remember the whole process.  It really didn't take that long to get it all set up and working. 
    Thanks for any help!
    John

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Help with targeting contentType with javascript

    Newbie with a problem with probably a obvious answer. I am having a little trouble in the script snippet below. In the for statement, the alert returns the contentType, so I know that I have an object selected and I can access the contentType enumeration. The switch statement (the real code where I want to process the selection depending on the contentType) returns nothing. This probably has a simple answer, I just don’t know it.
        for(var theCounter = 0; theCounter < app.selection.length ; theCounter++){
              var theThing = app.selection[theCounter].contentType;
              alert (theThing);
             switch(theThing){
              case 'GRAPHIC_TYPE' :
              alert("This is a graphic.");
              break;
             case 'TEXT_TYPE':
              alert("This is text");
              break;
           }  //End switch item checking
    TIA

    Don't get confused by the repetition of the phrase "contentType".
    var theThing = app.selection[theCounter].contentType;
    Here 'contentType' is just the name of the property. It could be called 'type' or 'content' or 'ct', or anything else. But its value is a member of the enumeration type "ContentType"; in this case, "ContentType.GRAPHIC_TYPE". This, as a single unit, is a variable with the constant value "1735553140", declared somewhere inside InDesign.
    It is a common Javascript construct; you can define your own constants like this:
    var myValue = { Test1:1, Test2:2 }
    alert (myValue.Test1);
    http://jongware.mit.edu/idcs6js/index_Enum%20Suite.html lists all default enumerations in InDesign (my favourite is NothingEnum, with just one member: NothingEnum.NOTHING; it bears the concise description "Nothing.", and its numerical value 1851876449 is, written out in ASCII, "nada").

  • Help with Target Disk Mode

    I'm having some problems starting up a Power Mac G4 into target disk mode. I've done it before, a couple weeks ago, but now every time I try it instead starts up into open firmware mode. I can't figure out what's going on, any help would be greatly appreciated.

    Welcome to the forum.
    Firstly, let's check a few things. Have a look at APPLE'S KNOWLEDGE BASE on how to do it. If that's what you're doing then report back.

  • Module machine type 'x64' conflicts with target machine type 'X86' - opencv_highgui

    Hi , 
    Im trying to setup the opencv for c++ in visual studio i have completed setting it up. when i run the sample code i get the error as 
    error LNK1112: module machine type 'X86' conflicts with target machine type 'x64
    C++\FinalPro\FinalPro\opencv_highgui249d.lib(opencv_highgui249d.dll)
    I have set also x64 instead of win32 default but still its not working the lib of open cv are all 64bit
    Thank You , Shan Ali Khan

    Hello,
    Welcome to MSDN forum. But your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I found some thread with similar issues, maybe they can help you:
    http://social.msdn.microsoft.com/Forums/en-US/34cf5a42-16a7-4d77-b708-0830276bbab9/module-machine-type-x86-conflicts-with-target-machine-type-x64?forum=vcgeneral
    http://social.msdn.microsoft.com/Forums/en-US/d5bc5b38-6086-4f7c-a011-fc50901b9288/lnk1112-module-machine-type-x86-conflicts-with-target-machine-type-x64-error?forum=vcgeneral
    If no help, for Visual C++ development issues please post them in
    C++ forum, but those issues related to OpenCV which belongs to third-party are not supported in MSDN forums, you could consider consulting its publisher to get supports.
    Thank you for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Deploying Acrobat pro  9 or 11 error initializing interpreter fatal error

    hi,
    I've tried deploying Acrobat pro  9 or 11 silently at (3) client sites with the same result.  In all cases the installation finishes with this error message:
    Error initializing interpreter: Fatal error
    on clean  machine windows 7 is working, at the customers it's doesn't work.
    Please need help !!!
    best regards

    Acrobat is deployed by SCCM => error message
    Manual installation works => No error message
    it seems that the problem comes from SCCM

  • Help with Zinio - Air install issues on Mac os 10.6.6 Please

    I am trying to install Zinio 4 (Adobe Air app) on my new Mac but keep getting message " The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author. " ...Adobe Air installs fine, just the Zinio part has error
    I contacted Zinio, they seem to think its an Adobe issue..please help.

    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Commandline is: -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:50 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Invoking Application Installer for combined install
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,2,154,25 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:39:51 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application signature verified
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Unpackaging/validation complete
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:39:58 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13158]: Application Installer end with exit code 7
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Subprocess app installer failed (7)
    Mar 29 21:40:00 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airyo2mNf/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13157]: Runtime Installer end with exit code 7
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Commandline is: -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Invoking Application Installer for combined install
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:36 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:37 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application signature verified
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Unpackaging/validation complete
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:40:41 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13180]: Application Installer end with exit code 7
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Subprocess app installer failed (7)
    Mar 29 21:40:43 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airzz4nS5/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13179]: Runtime Installer end with exit code 7
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Runtime Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Commandline is: -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -x1 http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Invoking Application Installer for combined install
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Launching subprocess with commandline /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application Installer begin with version 2.6.0.19120 on Mac OS 10.6.7 x86
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Commandline is: -runtime "/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks" -playerVersion=10,1,52,15 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air
    Mar 29 21:40:47 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Installed runtime (2.6.0.19120) located at /Library/Frameworks/Adobe AIR.framework
    Mar 29 21:40:48 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Unpackaging http://imgs.zinio.com/zinio-reader/installers/ZinioReader4.air to /private/var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/TemporaryItems/FlashTmp0
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application signature verified
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Unpackaging/validation complete
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: No app located in directory /Users/hawrai/Dropbox/mac apps/GMX-PhotoPainter/Applications/Zinio Reader 4.app
    Mar 29 21:40:52 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[13185]: Application Installer end with exit code 7
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Subprocess app installer failed (7)
    Mar 29 21:40:57 Rais-MacBook-Pro /var/folders/QE/QEGMgGugF3a-enlK0dCYhE+++TI/-Tmp-/airpu5P1R/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[13184]: Runtime Installer end with exit code 7

  • Dreamweaver CS5 Fatal Error XML Parsing

    Can anyone help me with CS5 dreamweaver - It has a fatal error on windows 7 - it states XML Parsing fatal error an exception occurred, Type: unexpected of exception message: the end of input was not expected, line 22 file: c\users\danny\appdata\roaming\adobe\dreamweaver cs5\en_us\configuration\workspace\designer.xml.
    I cannot use dreamweaver at all - PLEASE HELP ME. Thanks

    The xml file which defines the Workspace layout has become corrupt.
    Navigate to the file via the path listed in your post, delete it and relaunch Dreamweaver.
    http://forums.adobe.com/message/2124385
    If Dreamweaver still won't launch. delete the entire Configuration folder. Dreamweaver should then create a fresh Configuration folder the next time you launch it.
    Locating your personal configuration folder
    http://forums.adobe.com/thread/494812

  • Help with Error:  PANIC: fatal region error detected; run recovery

    Here's what I'm trying to do:
    I am trying to us BDBXML in a webapp using tomcat 5.5. I have a class that is responsible for opening and closing the db. This class is accessed by a servlet for some AJAX RCP stuff and it also serves as an access point for a Web Service (Apache Axis). This class looks like this:
    public class DG implements Serializable {
    private javax.xml.datatype.DatatypeFactory datatypeFactory;
    private Environment environment;
    private EnvironmentConfig environmentConf;
    private XmlContainer xmlContainer = null;
    private XmlManager xmlManager = null;
    private XmlManagerConfig xmlManagerConfig;
    public DG() {
    try {
    File envHome = new File("C:\\bdbxml\\database");
    environmentConf = new EnvironmentConfig();
    environmentConf.setAllowCreate(true);
    environmentConf.setInitializeCache(true);
    environmentConf.setInitializeLocking(true);
    environmentConf.setInitializeLogging(true);
    environmentConf.setRunRecovery(true);
    environmentConf.setTransactional(true);
    environmentConf.setLockDetectMode(LockDetectMode.MINWRITE);
         //tried the following with default and 10000
         environmentConf.setMaxLockers(100000);
    environmentConf.setMaxLockObjects(100000);
    environmentConf.setMaxLocks(100000);
    environmentConf.setTxnMaxActive(100000);
    environment = new Environment(envHome, environmentConf);
    CheckpointConfig cpc = new CheckpointConfig();
    cpc.setKBytes(500);
    environment.checkpoint(cpc);
    xmlManagerConfig = new XmlManagerConfig();
    xmlManagerConfig.setAdoptEnvironment(true);
    xmlManager = new XmlManager(environment, xmlManagerConfig);
    XmlContainerConfig xmlContainerConfig = new XmlContainerConfig();
    xmlContainerConfig.setIndexNodes(true);
    xmlContainerConfig.setTransactional(true);
    xmlContainerConfig.setNodeContainer(true);
    xmlContainer = xmlManager.openContainer("container.dbxml", xmlContainerConfig);
    xmlContainer.sync();
    datatypeFactory = javax.xml.datatype.DatatypeFactory.newInstance();
    } catch (FileNotFoundException e) {
         e.printStackTrace();
    } catch (DatabaseException e) {
         e.printStackTrace();
    } catch (DatatypeConfigurationException e) {
         e.printStackTrace();
    public void close() {
    try {
    if (xmlContainer != null) {
    xmlContainer.close();
    if (xmlManager != null) {
    xmlManager.close();
    } catch (DatabaseException e) {
    e.printStackTrace();
    public String getDocument(String docId) {
    try {
    XmlDocument doc = xmlContainer.getDocument(docId);
    String docString = doc.getContentAsString();
    doc.delete();
    return docString;
    } catch (XmlException e) {
    e.printStackTrace();
    public Result[] search(Search search) {
    try {
         //normally I construct the query string using the Search object
    StringBuffer q = new StringBuffer("subsequence(collection('container.dbxml')/metadata[contains(./idinfo//title, 'Ecology')], 1,10)");
    XmlQueryContext xqc = xmlManager.createQueryContext();
    XmlQueryExpression xqe = xmlManager.prepare(q.toString(), xqc);
    XmlResults xr = xqe.execute(xqc);
    int i = 0;
    Vector<Result> vec = new Vector<Result>();
    while (xr.hasNext()) {
    XmlValue xv = xr.next();
    XmlDocument xd = xv.asDocument();
    Result r = new Result();
    r.setMetadata(xd.getContentAsString());
    r.setDocumentId(xd.getName());
    XmlValue groupVal = new XmlValue(XmlValue.STRING);
    xd.getMetaData("", "group", groupVal);
    r.setGroup(groupVal.asString());
    XmlValue ownerVal = new XmlValue(XmlValue.STRING);
    xd.getMetaData("", "owner", ownerVal);
    r.setOwner(ownerVal.asString());
    XmlValue createdVal = new XmlValue(XmlValue.DATE_TIME);
    xd.getMetaData("", "created", createdVal);
    r.setCreated(createdVal.asString());
    XmlValue updatedVal = new XmlValue(XmlValue.DATE_TIME);
    xd.getMetaData("", "updated", updatedVal);
    r.setModified(updatedVal.asString());
    r.setPosition(search.getStartPosition() + i);
    updatedVal.delete();
    createdVal.delete();
    ownerVal.delete();
    groupVal.delete();
    xd.delete();
    xv.delete();
    vec.add(r);
    i++;
    xr.delete();
    xqe.delete();
    xqc.delete();
    return vec.toArray(new Result[vec.size()]);
    } catch (XmlException e) {
    e.printStackTrace();
    // PLUS SOME OTHER METHODS, BUT USING ONLY THESE TO TEST
    The Servlet looks like this:
    public class DGServlet extends javax.servlet.http.HttpServlet implements javax.servlet.Servlet {
    private DG dg;
    private final XPathFactory xpf = XPathFactory.newInstance();
    private final XPath xp = xpf.newXPath();
    private final SimpleDateFormat df = new SimpleDateFormat("EEE MMM d HH:mm:ss z yyyy");
    public DGServlet() {
    super();
    @Override
    public void destroy() {
    try {
    dg.close();
    } catch (Exception e) {
    log(e.getMessage());
    e.printStackTrace();
    super.destroy();
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    String action = request.getParameter("action");
    if (action != null && !action.equals("")) {
    if (action.equals("search")) {
    response.setContentType("text/xml");
    Result[] result = null;
    try {
    result = dg.search(constructSearch(request));
    } catch (Exception e1) {
    log(e1.getMessage());
    e1.printStackTrace();
    if (result==null || result.length==0) {
    response.getWriter().print("0");
    return;
    StringBuffer sb = new StringBuffer("<results>");
    for (int i = 0; result != null && i < result.length; i++) {
    try {
    sb.append("<result"
    + " title='"
    + xp.evaluate("/metadata/idinfo//title", new InputSource(new StringReader(result[i]
    .getMetadata()))));
    sb.append("' northbc='"
    + xp.evaluate("//northbc", new InputSource(new StringReader(result.getMetadata())))
    + "' southbc='"
    + xp.evaluate("//southbc", new InputSource(new StringReader(result[i].getMetadata())))
    + "' eastbc='"
    + xp.evaluate("//eastbc", new InputSource(new StringReader(result[i].getMetadata())))
    + "' westbc='"
    + xp.evaluate("//westbc", new InputSource(new StringReader(result[i].getMetadata())))
    + "' docid='" + result[i].getDocumentId() + "' group='" + result[i].getGroup()
    + "' owner='" + result[i].getOwner() + "' position='" + result[i].getPosition()
    + "' modified='" + result[i].getModified() + "' created='" + result[i].getCreated()
    + "'>");
    NodeList nodes = (NodeList) xp.evaluate("//digform", new InputSource(new StringReader(result[i]
    .getMetadata())), XPathConstants.NODESET);
    for (int j = 0; j < nodes.getLength(); j++) {
    sb.append("<resource download='"
    + StringEscapeUtils.escapeXml(xp.evaluate("//networkr", new InputSource(
    new StringReader(XMLUtil.printDOMTree(nodes.item(j)))))));
    sb.append("' format='"
    + StringEscapeUtils.escapeXml(xp.evaluate("//formname", new InputSource(
    new StringReader(XMLUtil.printDOMTree(nodes.item(j)))))));
    sb.append("'></resource>");
    sb.append("</result>");
    } catch (XPathExpressionException e) {
    e.printStackTrace();
    log(e.getMessage());
    } catch (TransformerConfigurationException e) {
    e.printStackTrace();
    log(e.getMessage());
    } catch (TransformerFactoryConfigurationError e) {
    e.printStackTrace();
    log(e.getMessage());
    } catch (TransformerException e) {
    e.printStackTrace();
    log(e.getMessage());
    sb.append("</results>");
    response.getWriter().print(sb.toString());
    else if (action.equals("details")) {
    response.setContentType("text/html");
    String str = "";
    try {
    str = dg.getDocument(request.getParameter("docId"));
    response.getWriter().print(
    setTranslatePage(str, new java.net.URL(
    "http://localhost:8080/datastream/stylesheets/fgdc/fgdc_classic.xsl")));
    } catch (Exception e) {
    e.printStackTrace();
    log(e.getMessage());
    public void init() throws ServletException {
    super.init();
    dg = new DG();
    It seems to work fine for a while, but then I get errors like the following:
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    PANIC: fatal region error detected; run recovery
    com.sleepycat.dbxml.XmlException: Error: DB_RUNRECOVERY: Fatal error, run database recovery, errcode = DATABASE_ERROR
    at com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_prepare__SWIG_0(Native Method)
    at com.sleepycat.dbxml.XmlManager.prepare(XmlManager.java:586)
    at edu.washington.cev.datastream.api.DG.search(DG.java:935)
    at edu.washington.cev.datastream.servlets.DGServlet.doGet(DGServlet.java:83)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Thread.java:619)
    I've set this up on a Window XP machine using tomcat 5.5 and java 5 as well as a Redhat Linux machine with tomcat 5.5 and java 5. I'm using the Web Service point for other servers to access the database. Everything starts up and runs for a little while, but I can't seem to pin down what causes the errors. I've run recovery multiple times as well as started new databases. Any help is appreciated.

    There's a bug in your use of DB XML somewhere. Are you committing or aborting every transaction that you start, and calling delete() explicitly on all the DB XML objects that you use?
    Those errors mean your database has become corrupted somehow.
    John

  • HELP! Fatal error with Installation

    I keep getting a fatal error with installation of version 7.6. I've uninstalled and installed it several times with the same problem. I have tried installing a older version again and now I'm getting the same error. Help!!

    Hi Jorge,
    I am sorry to hear that.
    Here are a few things that I suggest you try:
    Grant Full Control for SYSTEM, NETWORK SERVICE and Administrator on C:\Windows\ServiceProfiles\networkservice folder.
    If you have Windows Process Activation service installed on the machine, uninstall it.
    Open required RPC ports.
    More information for you:
    Service overview and network port requirements for Windows
    http://support.microsoft.com/kb/832017#method7
    If the issue still persists, please check the event logs to see if there are any related error messages and troubleshoot accordingly.
    Regards,
    Amy

  • I just installed Lightroom 5 but can't import photos, there is no import option anywhere. Get pop-up saying error attempting to change modules  ?? Any help with this??

    I just installed Lightroom 5 but can't import photos, there is no import option anywhere. Get pop up saying error attempting to change modules.
    I had this with the trial , then I purchased license and still happens.  Any help with this ??

    <moved from Downloading, Installing, Setting Up to Photoshop Lightroom>

  • WebLogic Server installation Crashing with a fatal error - SIGSEGV

    Hello WLS Gurus,
    I am in the process of installing Discoverer 11 and I am facing problems with launching wls1036_generic.jar installer.
    I have installed installed Java 7 as follows:
    cd /u02/appldisc/11.1.1/Middleware
    tar -xvzf jdk-7u25-linux-x64.tar.gz
    JAVA_HOME=/u02/appldisc/11.1.1/Middleware/jdk1.7.0_25
    I then excuted:
    $JAVA_HOME/bin/java -Xmx1024m -jar wls1036_generic.jar
    and the installer crashed with this error output:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=28328, tid=139864618293008
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f34d03b9000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=28346, stack(0x00007f34c4d3d000,0x00007f34c4e3e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000001, RBX=0x00007f34d02bea50, RCX=0x000000009e982203, RDX=0x000000001fabfbff
    RSP=0x00007f34c4e39ab8, RBP=0x00007f34c4e39c00, RSI=0x0000000000000000, RDI=0x0000000000000058
    Can someone help?
    Thanks
    Mathias

    See
    “Generic WebLogic Server Installer generates a Crash immediately after opening GUI on ld-linux-x86-64.so.2 Library (Doc ID 1570688.1)” which states that
    “ This is an issue with AVX support appearing on newer hardware. Default glibc is incompatible with it. This problem happens due to a Red Hat Bug: Segmentation fault in dynamic loader on AVX enabled CPU “
    Solution:
    1. Set the following Environment Property on your active Shell.
      - open a bash terminal and type in:
    $ export LD_BIND_NOW=1
    2. Re-Run the installer as bellow example.
      $JAVA_HOME/bin ./java -jar wls1036_generic.jar
    Mathias

Maybe you are looking for

  • Lifecycle of Message in BPM

    Hi Friends, I wish to know the complete message flow in BPE engine.Kindly give the explanation with good clear Block diagram.

  • Desktop Manager is "DEAD" under XP 64-bit

    Greetings. I am closing my other thread to open one here, because this category appears to be the more appropriate one. I am using a brand new Perl Flip 8230 (black), along with the new software (the CD has a timestamp of 2008.12.18, well after the l

  • Daisy chaining W8960N routers

    Can someone please help me understand daisy chaining W8960N routers. Setup: Router 1 (R1 = 192.168.1.1) replaces HH3 without problem and an ethernet output from it goes from R1 to Router 2 (in this case R2 = 192.168.1.10). 1. Does R2 need a reboot af

  • Calender not syncing with WinXP

    My calendar is syncing fine between my Macbook and MobileMe, but not with my iPhone or WinXP?? Can I manually instruct the iPhone to sync? I have on WinXP.

  • Jdeveloper compatibility

    Hello, One simple question. Is Struts-Portlet-ADF applications that are made with JDEV 10.1.2, compatible with portal version 10.1.4? I coud not not find that version of portal in support matrix (http://www.oracle.com/technology/products/jdev/collate