(Error in Developing) JDEVELOPER Studio Edition Version 11.1.1.3.0

SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sohail-PC TXID = CONTEXTID = cec57ae05f79953b:-149a1c17:12f430338a6:-8000-000000000000016c TIMESTAMP = 1302501784085
WatchAlarmType: AutomaticReset
WatchAlarmResetPeriod: 30000

hi user6721422
I HAVE SOLVED IT.Good for you.
If you could share some details, e.g. "how", others could benefit from it too.
(tip : You can use "Your Control Panel" to make your name visible in forum posts.)
regards
Jan Vervecken

Similar Messages

  • Unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS

    Hi,
    I am unable to debug the jspx page on Jdeveloper Studio Edition Version 11.1.1.6.0, Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1, using Windows 7 OS.
    When right click on jspx page , clicks on Debug option, it gives the following error:
    Debugger unable to connect to local process.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    I also restarted the Jdeveloper, even re-installed Jdev but still the problem persist.
    Any help is appreciated.
    Thanks in advance.

    If the jspx page is not part of the adfc-config.xml the page can only be displayed, but the tags will not work as the adf life cycle  is not involved. drag te page onto the adfc-config.xml (the unbounded task flow), right click on it and select debug from the context menu.
    Main problem is : Weblogic server cannot be started in debug mode.
    To check this, open the application navigator, select the integrated server, right click on it and select 'debug' from the context menu.
    After a short time you should see some messages and at last you should see <Runnning> in the message log. Now the server runs (without any of your applications, but it runs).
    If you done't see the 'Running' message you should see an error, which you should post here.
    Timo

  • CVS branching  in JDeveloper Studio Edition Version?

    Hi there,
    how can i create a CVS-Branch for a project that is in CVS ? I use JDeveloper Release version(Studio Edition Version). There is a "tag" section which gives tag to the project, but i think this does not mean that we can branch. Is there another way to create branch?

    JDeveloper can do almost all the features of CVS with the embedded CVS Versioning plug-in except branching capability. You can see the activities for CVS with JDeveloper from the internal documentation of JDeveloper which is great to learn the details of CVS and JDeveloper. Just click the "Table Of Contents" from "Help" menu and search for "cvs' and read the tutorials.

  • Pie Graph ring-multi Studio Edition Version 11.1.1.2.0

    Update:
    Discovered that a specific sequence is required.
    Column 1 must be set to slice and colums 2-5 pie -- then Preview
    Then swap and it works.
    What ever it takes!!!
    Hi,
    I am trying to create a Pie Graph using Ring_Multi .
    I created a database table with 3 rows.
    1st column is a varchar2 that I want to use for no of Pies.
    2-5 columns are number types.
    When I assign column 1 to the pie and columns 2-5 to the slice I receive a error that states to add a numeric value to the pie. If a swap then the error states to add a numeric value to the slice.
    When I added one of the columns 2-5 to pie it runs, but the result is useless.
    I have tried this at least 50 times, and believe it or not on 3 out of the 50 tries the error did not occur and produceed the desired result.
    I am using Vista 32.
    By the way the Bar graphs work fine.
    Help!!
    chuck
    Edited by: user634580 on Nov 23, 2009 7:23 AM

    Frank,
    Thanks for your response.
    I have installed the Studio Edition Version 11.1.2.4.0 in my PC. But the Tutorial document I have with me, that was written for 11.1.1.2.0. This document I received from ORACLE during my ADF traing with Oracle corporation. Now I have a new PC and I installed the latest version of the Jdeveloper(11.1.2.4.0). This time when I tried to follow the document, I do not see the same screens as before. Sould I remove 11.1.2.4.0 version and install the version 11.1.1.2.0 to follow the training document?
    Or is there any training document or user guide for this new version 11.1.2.4.0.
    I just need to practice few ADF applications/examples with step by step guidance. Any link or document will be helpful.
    Thanks,
    Sudam.

  • "Invalid Java Home ...." .Installing the JDeveloper  Studio Edition ---Mac

    I have try every Path OR"JDK Path",and jdev told me: "Invalid Java Home ......" .
    I cannot understand this: Ref: http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/toc.htm
    6.2 Specifying the JDK location on Mac OS X Systems
    Note: This section is not applicable to the Studio edition.
    When you start JDeveloper for the first time, the jdev script prompts you to provide the location of your JDK installation if it cannot locate it. You will need to enter the path to java.exe.
    Edited by: user4527807 on 2008/11/28 下午 11:11

    A quick search on this forum for Mac would have shown you that there are some extra steps mentioned in the release notes for Mac:
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4

  • XSL Map Generation Failed: JDev Studio Edition Version 10.1.3.1.0.3984

    XSLT mapper will neither create nor open XSL files. Error given is "Attribute version missing from XSLT element". Below is my XSLT document. As you can see, the version element is present. Please advise.
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="XSD">
    <schema location="../xsd/MapGetData.xsd"/>
    <rootElement name="job" namespace="http://hanson.hansplc.com/MapGetData"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="XSD">
    <schema location="../xsd/geocode_request.xsd"/>
    <rootElement name="geocode_request" namespace=""/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.1.0(build 061009.0802) AT [THU FEB 01 15:01:05 CST 2007]. -->
    ?>
    <xsl:stylesheet version="1.0"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:gd="http://hanson.hansplc.com/MapGetData"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    exclude-result-prefixes="xsl gd xs xp20 bpws ora ehdr orcl ids hwf">
    <xsl:template match="/">
    </xsl:template>
    </xsl:stylesheet>

    Hi,
    still it doesn't reproduce in my environment. However, I am not testing Webcenter but JDeveloper/ADF FAces. The error you see might be a dependency issue that needs to be followed up by Webcenter (forum WebCenter Portal
    I found bug 6339095 filed by Detlef Mueller against Webcenter for this problem
    Frank

  • BUG: Deadlock in JDeveloper Studio Edition 11.1.1.5.0

    I encountered the deadlock when saving a Java source file (the one named in the error message below). I had just removed a method from the class and hit Ctrl + S to save the file. I'm afraid the behaviour is not readily reproducilble, as it seems to be tied to bad timing, but it is certainly not the first time I've encountered a deadlock when saving files in the IDE. The pair of stack traces produced for the deadlock is copied below. I've not included my "About" export, as that makes the post exceed the 30,000 character limit, but this is available on request.
    17 May 2012 10:38:06 AM oracle.javatools.buffer.ReadWriteLock traceDeadlock
    SEVERE: lock deadlock; thread 'Finalizer' blocked on lock 'ResetPasswordController.java' for more than 20,000ms:
    "Finalizer" id=3, blocked, no reads, no writes, no history collected:
    at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:270)
    at oracle.ide.model.Node.readLock(Node.java:256)
    at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:729)
    at oracle.jdeveloper.java.util.SourceElementHandle.detachTextBufferListener(SourceElementHandle.java:175)
    at oracle.jdeveloper.java.util.SourceElementHandle.release(SourceElementHandle.java:285)
    at oracle.jdeveloper.java.dependency.JavaSourceDeclaration.finalize(JavaSourceDeclaration.java:73)
    at oracle.jdeveloper.java.dependency.MethodDeclaration.finalize(MethodDeclaration.java:14)
    at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
    at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
    at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
    "AWT-EventQueue-0" id=15, no reads, 1 write, no history collected:
    at oracle.javatools.parser.java.v2.internal.symbol.FileSym.getTransactionSym(FileSym.java:1604)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.closeTransaction(SymTransaction.java:444)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.close(SymTransaction.java:438)
    at oracle.javatools.parser.java.v2.internal.symbol.SymTransaction.commit(SymTransaction.java:295)
    at oracle.jdeveloper.controller.JavaSourceNodeActionDelegate.doAction(JavaSourceNodeActionDelegate.java:59)
    at oracle.jdeveloper.controller.NodeActionController$NodeHandler.doAction(NodeActionController.java:973)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Do.execute(NodeActionController.java:724)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand$Task.run(NodeActionController.java:660)
    at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1534)
    at oracle.jdeveloper.controller.NodeActionController$ProgressMonitor.execute(NodeActionController.java:1503)
    at oracle.jdeveloper.controller.NodeActionController$NodeActionCommand.doit(NodeActionController.java:537)
    at oracle.ide.controller.CommandProcessor$BatchCommand.add(CommandProcessor.java:1975)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:298)
    at oracle.jdeveloper.controller.NodeActionController.handleEvent(NodeActionController.java:441)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.doAction(SaveActionsPlugin.java:107)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.runSaveActions(SaveActionsPlugin.java:72)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin.access$100(SaveActionsPlugin.java:28)
    at oracle.ide.ceditor.saveactions.SaveActionsPlugin$Listener.nodeWillBeSaved(SaveActionsPlugin.java:132)
    at oracle.ide.model.Node$7.run(Node.java:2568)
    at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
    at oracle.ide.model.Node.fireNodeWillBeSaved(Node.java:2566)
    at oracle.ide.model.Node.save(Node.java:1117)
    at oracle.ide.cmd.SaveCommand._saveNode(SaveCommand.java:187)
    at oracle.ide.cmd.SaveCommand.doit(SaveCommand.java:65)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
    at oracle.ide.IdeController.handleEvent(IdeController.java:748)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at oracle.ide.ceditor.keymap.IdeKeymapHelper.invokeAction(IdeKeymapHelper.java:180)
    at oracle.javatools.editor.keys.MultiKeyHandler.keyPressed(MultiKeyHandler.java:334)
    at java.awt.Component.processKeyEvent(Component.java:6248)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2801)
    at java.awt.Component.processEvent(Component.java:6067)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4653)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1836)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676)
    at java.awt.Component.dispatchEventImpl(Component.java:4525)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Window.dispatchEventImpl(Window.java:2482)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:607)
    at java.awt.EventQueue$1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:621)
    at java.awt.EventQueue$2.run(EventQueue.java:619)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Sorry...that previous post is not 100% correct.
    It's the "Web Service Proxy" option that has the message:
    To enable this option, you must select a project or a file within a project in the Application Navigator.
    At any rate, this seems like an impossible task, because once I select the "New Gallery" item at the application level, my projects are automatically deselected, so I can't figure out to fulfill this requirement :)
    Thanks,
    Jonathan

  • JDeveloper studio, does it come with a database , what is the default conne

    Hi everyone,
    I just installed Jdeveloper using jdevstudio11113install.exe which is downloaded from Oracles FMW page.The description for the studio version says it has the database in it. Is that so, if yes, does anybody know the default connection string to use. Appreciate your help.
    Thanks
    Sudeep

    Its in following link just below "Download Oracle Jdeveloper studio Edition for windows(1185 MB)"
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/soft11-098086.html
    Thanks
    Sudeep

  • WD Drive Manager Services component error message MyBook Studio Edition II 2TB on iMac

    For five months I have been using a WD MyBook Studio Edition II 2TB in RAID 1 mode on a 27" iMac i7, 2.93 GHz, running Mac OS X 10.6.7, as a Time Machine connected via FW800.  Initial installation and operation was all good.
    Recently, the blue WD logo disappeared from the menu bar. I reinstalled the WD Drive Manager version 2.25 from the installation disk. The logo reappeared, however when selecting Launch WD RAID Manager from the menu an error message appears:
    "The WD Drive Manager Services component could not be found. Make sure the Drive Services component is running first."
    I removed the WD Drive Manager with the installation disk and reinstalled and tried again. No good.
    Tried again, this time using the USB connection with the same result. No joy.
    Tried using the downloadable version (2.25) from the WD website with same results.
    Searching Google lead to no hits on anything remotely related for a solution.
    So, at this point, I cannot confirm that the drive is actually in RAID 1 mode. It shows up in the Finder as a 1TB drive with 268 GB used.
    How can I restore a working version of the WD Drive Manager?
    WD Tech Support has escalated the issue to programmer level but without a successful solution. They suggested I post here as well to see if any other Mac users may have had this problem and have found a solution.
    Thanks for any assistance or referral.

    Unfortunately you probably will not find very many if anyone using WD Drive Manager here, most of us are using a variety of backup strategies that include Time Machine, an on-line backup and a Bootable Clone made with CarbonCloner or SuperDuper.
    The no-worry backup plan | Business Center | Working Mac | Macworld
    Dennis

  • An error occurred while downloading a larger version of this photo for editing. Please try again later.

    I've moved to photos from iphoto and for a while all was good. And quite exciting. My entire 15k photos have migrated and are available on all my devices. 
    Suddenly, I get this warning when I select or try to edit a photo: Cant Download Photo: An error occurred while downloading a larger version of this photo for editing. Please try again later.
    There is an exclamation  mark and a warning triangle on the picture. I am only able to test on my ibook as my Imac is out of action.
    If I log in to icloud in Safari, I can down load the full sized image no problem.  Any one got any ideas?

    Well stone me, it's started working.  Nothing changed on my side.....  go figure.

  • Total No of pages different in report printed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8)

    Currently in our application, we are using Crystal Report XI R2 for generating the reports. We are in the process of upgrading the Crystal Report to SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). I updated that on my machine and all the reports work fine. I didn't have to modify any of the reports.
    However when comparing the reports, we found that there are few reports on which the total no. of pages differ from the report displayed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). Comparing the reports, it looks all the data that were fit on one page earlier with version XI R2 doesn't fit on the same page with version 13.8, thereby increasing the page counts.
    The fonts, page margins everything set on report itself. Nothing being set in the code.
    Both the application is using the same report that is pulling the data from the same database. Our application is a web application.
    Any suggestion, why this is happening.
    Thanks.
    Sanjay

    I am not sure what is being compared here?
    CRXI R2 designer to CRVS?
    CR XI R2 in some version of .NET to CRVS?
    CR XI R2 using RDC SDK to CRVS?
    Also, is this happening on your development computer or after you deploy?
    If you compare the the "Page setup" options dialog between reports that work and those that do not work, do you see any difference?
    Is this a web or a win app?
    Are you seeing the same issue when viewing and exporting - say export to PDF?
    What is the printer driver used and it's version?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Time Machine Error with brand new WD My Book Studio Edition

    I have a brand new iMac and just bought a new WD My Book Studio Edition 500 gb HD for specific use with my Time Machine. The iMac has a 500 HD is about 3 months old and the WD HD is brand new. I am getting an error when I try to activate and back up with Time Machine that says, " Time Machine Error. This backup is too large for a backup volume. The backup requires 524.4 gb but only 465.5 gb are available. To select a larger volume, or make the backup smaller by excluding files, open System Preferences and choose Time Machine."
    I copied the files from the Time Machine to my hard drive to make as much space as possible. I have a capacity of 465.44 GB and 28.48GB of free space on my MacHD. I have a capacity of 465.64 GB and 465.49 GB of free space on my WD. It is formatted Mac OS Extended (Journaled) the way it was originally sold. I have not tried to reformat. Not too sure about how to. But I have tried all of these scenarios.
    I have tried the following and nothing works to get Time Machine backing up at all:
    1. I have changed the preferences in Time Machine Options to a smaller file size excluding the applications folder (appx. 12 GB),
    2. I have zapped the P-RAM,
    3. I have reset the index in the Spotlight by putting my Macintosh HD and Time Machine in the Privacy section, let it reindex and then pulled it out, and
    4. I have deleted the preferences in Macintosh HD>Library>Preferences>com.apple.TimeMachine.plist.
    Nothing is working and I bought the HD when I was home visiting in the states and I live in Bogota, Colombia. Quite hard to return HD.
    Can anyone help me?
    Thanks,
    Marsh64

    You have a nearly full 500 GB hard drive and you are trying to use TM with a 500 GB hard drive - but the way TimeMachine works, your TimeMachine hard drive should be at least twice the size of your backup data. In other words, to use TM effectively you should have bought a 1 TB external drive.
    With a 500 GB drive for backups, you need to determine exactly what has to be backed up and what can be left out. If you open the TimeMachine preferences you'll see that there's an Options button. Click it and you can select folders to exclude from backing up. For example, you might decide that you don't need to back up your music because it is all on your iPod anyway and the Mac OS and your applications are all on CD so those can be left out. By carefully paring the list down you may be able to get your backup data down under 250 GB and if so, then TimeMachine will do the job for you.
    Another solution would be to drop TimeMachine as your backup solution and simply use a program such as SuperDuper! or CarbonCopyCloner (CCC) to perform your backups. There are advantages and disadvantages to each backup method. As you mull your options, don't be afraid to ask more questions.

  • Application deploying problem JDevelopeStudio Edition Version 11.1.1.2.0

    Hi we are using JDeveloperStudio Edition Version 11.1.1.2.0 and facing strange problem on few machines,when we are trying to run the application we are getting error as follows:
    [11:00:11 AM] #### Deployment incomplete. ####
    [11:00:11 AM] null
    #### Cannot run application XBSystemMasters due to error deploying to IntegratedWebLogicServer.
    [Application XBSystemMasters stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Only after deleting our application folder from <C:\Documents and Settings\Username\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs> we are able to run the application for once, again if we try to run it we are getting same above error message.
    To run it again we have to delete the above mention folder again by stopping weblogic server then it works properly.Every time to run the application we have to delete the folder.Complete uninstall/reinstall and even formatting of the system is also not working.The same application copied on another system with same configuration i.e Windows xp sp3 it's working there but few machines are giving this problem.
    Every time stopping the web server and deleting the folder to test the code is very painful process.
    Please let me know if I am making any mistake while installing or configuring JDeveloper
    Thanks!!!

    Yes Frank all the development machines are with same configurations i.e XP SP3 but few machines are facing this problem ,undeploy and redeploy is not solving the problem we tried the same.Even complete shutdown of JDeveloper/pc is not solving the problem unless and untill that application folder from drs is not deleted JDeveloper is not allowing us to rerun the application again.We will try to change default user directory hope that may solve the problem.Thanks!!

  • Fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'

    Hi all,
    I have a Team Foundation Build Agent that has Visual Studio Team System 2008 Test Edition installed. One of the solutions that I compile with that Build Agent gives me the following errors:
      VCBUILD : fatal error C1047: The object or library file '.\bin\Release\main.obj' was created with an older compiler than other objects; rebuild old objects and libraries
      LINK : fatal error LNK1257: code generation failed
      VCBUILD : fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
      LINK : fatal error LNK1257: code generation failed
    I've searched online and found that other people have experienced the same problem:
    http://software.intel.com/en-us/forums/intel-c-compiler/topic/62516/
    http://nuicode.com/issues/266
    In the second posting one states "I had the same Error! After installing Service Pack1 for VS2008 it worked!". Thats great for him but I don't see any such update for the Test Edition of Visual Studio Team System 2008 - Test Edition.
    What can I do to get rid of that problem?
    Thanks!

    Hello ACKH
    I once handled a similar case in newsgroups. That case exhibit a almost same symptom. Please check out my summary below:
    Problem
    In that case, the customer has a DLL project that you had built on a machine where VS 2008 SP1 was installed. You then attempted to rebuild that project on a machine without SP1, and got a fatal compiler error C1900 “IL mismatch between ‘P1’ version ‘20080116’ and ‘P2’ version ‘20070207’”, and then LNK1257 “Code generation failed”. He found that rebuilding your static library alleviated the errors, but cannot accept this as a workaround because your clients will not have the ability to rebuild the libraries you distribute before they use them.
    Cause
    You had built the static library with the /GL (Whole Program Optimization) compiler switch, which requires Link Time Code Generation (/LTCG) when the static library is subsequently linked. These features require that all linked modules be built by the same version of the compiler. In fact, if precompiled headers are used, the same machine must build and link all the involved object code. Therefore, it is highly recommended that static libraries not be built with the /GL switch, since their intended use is quite frequently to support reuse by others.
    Solution
    You rebuilt the static library on your VS2008 SP1 machine without the /GL switch, and you no longer encounter this problem.
    Please let me know if this info is helpful to you or not.
    Regards,
    Jialiang Ge
    MSDN Subscriber Support in Forum
    If you have any feedback of our support, please contact [email protected]
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • Problem while starting the Jdeveloper studio

    Hi,
    I have installed the Jdeveloper 11.1.2.0.0.
    But when I am starting the Jdeveloper Studio I am getting the error as "Unable to create an instance of the Java Virtual machine located at C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll".
    I have install the JDK 6.0 Update 20 at C:\Program Files\Java Folder before installing the Jdeveoper.
    And I had mention C:\Program Files\Java\jdk1.6.0_20 path while installing Jdeveoper JDK location.
    To test whether JDK has been install properly or not I have also tested a sample java program and it worked.So I think there is no problem for JDK.
    But While starting the Jdeveloper Studio I am getting the above mentioned error.
    Can Someone is aware of this error? Or face this error at any stage?
    Please let me know the solution if knows
    Thanks,
    Shweta

    Hi,
    Changing the virtual memory option did not worked for me.
    I have found the following solution and it worked for me.
    In order to fix this type of error, go to installation_directoy\Middleware\JDeveloper\jdev\bin folder
    and edit file jdev.conf.
    Locate line "AddVMOption -XX:MaxPermSize=256M".
    Now add another line just below this line:
    AddVMOption -Xmx256M
    I found this solution at : javainnovations.blogspot.com/.../jdeveloper11g-startup-error.html
    It work for me.
    Thanks,
    Shweta

Maybe you are looking for

  • Questions on one of my first programs for school

    I am taking an intro to Java class and I am in need of some help. I am not looking for anyone to do the work for me just to help me figure out what I am missing and get me back on track. Here is what the program is I am suppose to write: Write a Java

  • AS 2.0 form help

    I have to re do a page inside a fla It is a contact page with a forrn made of input text. The form is a movieclip with 5 input txt fields, problem is the only actionscript I see is on the submit button in the movieclip onClipEvent(data){ this.sendRes

  • Scanned in - Iphoto doesn't read...

    I'm new to Iphoto and wanted to make a book for my mother in law's birthday. So I scanned in a bunch of photos to Iphoto library - they appear and are RGB .jpgs - but they don't show up. Then I tried to import and it said unreadable format so I saved

  • Need user exist?

    Hello,  Need user exist in RFFOEDI1 to create custom segment to populate some  fileds. If any one done this type requirement please let me know the user exist. Thanks, chinna

  • OWSM: it's possible manipulate a xml string date with a policies ?

    Hello, It's the first time that i use the OWSM. The objecties of my project is reuse a old webservice deploy in the old application. The authentication of websercice is inside the structure string xml type. For example any service are the follow soap