Not able to run jspx Pages of BPM Application by using built-in WLS JDev ADF

Hello

JDeveloper 11.1.1.6 BPM 11.1.1.6, WLS 10.3.6, model: BC4J

I created a BPM Application in JDeveloper, with a process and a ViewController ADF for user interface project and a model project
The application is deployed on the WLS and works when I test it in the workspace of BPM.

But the UI of the ADF is based on custom of the database data and is a bit heavy UI with lots of data and features.
I am trying to create entire user interface in taskflows separate and use as auto generated pages created by the plugin BPM in JDev position regions.

Can I deploy the entire application and test it in the workspace of BPM, but it takes a lot of time for the process of generation and deployment.

So I tried to create a stand-alone page in the ADF ViewController project and use the ADF taskflows in the page to test in JDev integrated WLS.
So in this way I can concentrate on test only the ADF UI related code and not worry the BPM process to test the user interface. (Assuming that the process works well).

Please note that I don't want to test the BPM process (at this point), but I want to test only the built-in ADF UI of WLS.

When I try to run the stand-alone page in WLS, it gives me the error below.

Has anyone tried to run ADF UI pages in a BPM Application using JDeveloper.
Is there another way to test only the pages of user interface instead of deploying the entire BPM to WLS?
Is there a setting etc, we can change and turn the page in JDeveloper?

Thanks for any help
Concerning
Sameer

Error in JDeveloper IWLS
-----------------------------------
[10: 13:59] Application deployment...
< 13 June 2012 13:13:15 EDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1339596839457 'for task ' 0'. Error is: "weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference." References application library, defined in weblogic pending - application.xml: [Extension name: oracle.soa.workflow.wc, exact match: false]. »
weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: oracle.soa.workflow.wc, exact match: false].
at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
Truncated. check the log file full stacktrace
>
< 13 June 2012 16:14:00 CEST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task of application "XXXComboApplication" >.
< 13 June 2012 16:14:00 CEST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: oracle.soa.workflow.wc, exact match: false].
at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
Truncated. check the log file full stacktrace
>
# Cannot run application XXXComboApplication due to the deployment on IntegratedWebLogicServer error.
[10:14] # incomplete deployment. ####
[10:14] deployment remote has failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
[XXXComboApplication application stopped and cancelled Server Instance IntegratedWebLogicServer]
-----------------------------------

Hi Sameer
1. I know exactly what your condition is and what you're trying to do. I'll go with a few assumptions about what you have and on the basis that I say, unfortunately NO, that you try will NOT work. But there are other ways to test your stuff.

2. you have a bpm, i.e. with a single process bpm application and a Web of TaskForms project (which has taskDetails pages that use your JSFF of fragments using the af:region tag). Don't forget to build the TaskForms project by selecting a. File TASK etc. You have a lot of things db backend and I hope that you have created entities, EJBs and DataControls. Then, you create links in JSFF etc. Everything is deployed on a full SOA domain fleded and you're good. BUT Yes, it is very tedious and painful to test. I agree.

3. now you want to test only UI part without any process and tasks. To do this, you try to deploy on field of JDeveloper's integrated WLS and it does not work. Yes, it will fail, and it will not work. Because the domain default wls is a simple domain with just core j2ee and some modules of adf deployed. BUT your TaskForms also has some modules of bpm/soa. In JDeveloper, select your project TaskForms-> right click-> properties-> libraries project and Classpath-> right side, you see a lot of modules BPM for ex: Module of BPM. If you view it, you will see the modules (jars defined in this ex: bpm - services.jar). NOW your integrated domain name do NOT have these deployed modules, and so you get exactly the error that is entirely logical.

4. go in your area/config integration jdeveloper and open config.xml file folder. Open the file config.xml of your entire standalone soa domain also. Search for "oracle.soa.workflow.wc" in these two files. You will find this soa area but NOT in the area of default jdeveloper. It is the question.

5. now, you can not make your name domain integrated to work for SOA/BPM applications. This requires a lot of effort to add all modules and corrupt your domain also name. I would not recommend this.

Now, is there another way, you can test your pages of fragment that has stuff heavy backend. Yes. In your app JDev, create a new Web project with only the ADF modules. Remember when we create an application for the PIA, it creates 2 ViewController and model projects. So everything you want is create a new ViewController project that has all the web, jsff, javax, adl added modules. In what you create DataControls for your EJBs and create or copy Fragments that you already have. Then create pages of simple jsxp as hell01.jsxp, hello2.jspx etc and include your fragments using af: region etc. You can deploy your application to the exclusion of TaskForms on domain JDeveloper. As to the level of the EAR, creating a new deployment profile. Add all (EJB) projects, including the new project viewcontroller except for process and TaskForms. I am convinced that it will work. Then you test your JSPx files directly their performance:
http://localhost:7101/myViewWeb/faces/hello1.JSPX (assuming that the file jspx is under folder contenuWeb)
http://localhost:7101/myViewWeb/faces/hello2.JSPX

If none of the fragments needs input data set, you can still create a PageFlowController class and have life like prepareModel etc. methods to define the criterion of data entries. Assign to this pageflowcontroller the pagedef. So every time that you run jspx, he calls this controller pageflow. Or just have a few fields on your screen jsff that stores data and a link to a managed bean. In this way, test you and certify your screen jsff, connections, ejb code backend db stuff etc etc. Once it works, it will work if you put this jsff in file taskDetails.jspx also with maybe a few minor changes.

If you want to really test your UI and all the backend without too much stuff to focus on the tasks of process / and NOT using soa domain, then this is the only way to go. I wouldn't recommend updating JDev field with stuff of soa/bpm. This is just my 2 cents opinion.

Thank you
Ravi Jegga

Tags: Fusion Middleware

Similar Questions

  • MAF: Not able to run the sample project or a simple project with only one page

    Hi all

    I am trying to run examples of applications of the MAF delivered with Jdeveloper 12.1.3. I am not able to run these applications on the device in the emulator. They gets deployed successfully. However, when I try to open these applications, it hangs on the initial screen of the Oracle.

    I even tried to create a new MAF application with only a device with a page of the AMX. Tried to deploy, but still get the same result.

    No idea what could be the problem?

    Thank you

    Ajay

    Hello

    Problem has been resolved, after the re-installation of the Jdev and MAF extension.

    Understood that somehome, maf - application.xml couldn't refer to the features of the maf - feature.xml. When I created a new feature in the MAF - feature.xml, it was the adfmf - feature.xml and maf-application creation could refer to the functionality of this file.

    This seems to me an installation problem. I have therefore re-installed, now its works very well.

    Thank you

    AJ

  • system is not able to run the Apple Application Support service

    I can't install itunes on windows 7 32 bit. Any suggestions on Apple Support do not work. The system is not able to run the Apple Application Support service. Any suggestiones?

    Can you post the error message you get when you try to install or launch iTunes?

    For general advice, see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    The more information box has direct links with the current and recent if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit - for older video cards) as a workaround for problems with installation or operation, or compatibility with third-party software.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    TT2

  • I'm not able to run a Windows Azure application

    I have a very strange problem.

    I'm not able to run an application in windows azure has a WCF service and mschart inside. Here are the steps to reproduce the error:

    (1) create a new windowsazureapplication with an empty asp.net webrole
    (2) now to add a new WCfService
    (3) run to make sure it works ok

    http://i.stack.imgur.com/1g6gW.PNG

    (4) now in one pages include mschart and open page design to ensure that the webconfig is changed to use the mschart.
    (5) now try to run the project.
    I get the error message like this one:
    Enter a description of the image here

    Is this a problem with blue windows or I do something wrong?
    FYI: This isn't my first project on windows azure.

    RuchitRami

    As far as I know Toshiba doesn't support this Microsoft stuff, so I think that Microsoft is the right address for these issues.

    Have you already checked that Microsoft saying about it?

  • I'm not able to run windows update. [Error number: 0 x 80244019]

    I'm not able to run windows update. I get an error: [error number: 0 x 80244019] I took and I tried all the suggestions on the support for windows Xp article because that's what I'm running [error number: 0x8DDD0010] "When you click on a link, you see the error HTTP 500 - internal server, error 0x8ddd0010 error" but none of these solutions work.  I tried the ' Fix It program this car works but askes me to install Windows XP Service pack 3 or later and .NET Framework 2.0 or later version of windows update but as you can see I can't get windows update to work if it does not really help. "  Any ideas... Help, please!

    What XP SP level are you at?

    For your error: http://support.microsoft.com/kb/883820

    But that will not help you if you are not at the level of SP3.

    You must be at Service Pack 3 level before you can use Windows updates.

    To determine which service pack is currently installed on your computer, follow these steps:

    1. Click Startand then click run.
    2. Copy and paste, or type the following command, and then click OK:

    winver

    A dialog box displays the version of Windows and the service pack that is currently installed on your computer.

    See also: http://support.microsoft.com/kb/2497281
    You may be unable to access the site Web Windows Update in Windows XP, Windows 2000 or Windows Server 2003

    If you haven't already done so, you will need to install the SP2 and SP3 (SP1 note no longer exists).

    How to obtain the latest Windows XP service pack
    http://support.Microsoft.com/kb/322389

    SP2 - http://www.microsoft.com/en-us/download/details.aspx?id=28
    (for single PCs too)

    For Windows XP Service Pack 2 installation procedure
    http://support.Microsoft.com/kb/875364

    Steps to take before you install Windows XP Service Pack 3
    http://support.Microsoft.com/kb/950717

    It is stated in "How to obtain the latest service pack XP" is.

    If you have problems obtaining the service pack from Windows Update, you can download the package of standalone update from the Download Center. This page will say that this installation package is intended for it professionals and developers. However, you can download this file safely. The following file is available for download from the Microsoft Download Center:

    Download the Windows XP Service Pack 3 package now

  • Not able to open the page in R12

    Hi all

    I developed a page in 9i jdevoloper, I registerd page in oracle applications.
    It works very well in 11i instance. But I'm not able to run the instance of R12 page.
    This is to show the error when I open the page in oracle below applications.

    oracle.apps.fnd.framework.OAException: could not load application module 'wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM '.
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    to the RFjspService(_RF.java:225)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    # # 0 in detail
    Houston-30003: AppPool (wimuat1.wind.wnsgroup.netTESTFIN1529wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM) failed at the checkout a module of application because of the following exception:
    oracle.jbo.JboException: Houston-29000: Unexpected exception caught: oracle.jbo.JboException, msg = Houston-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg = Houston-25002: type wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM ApplicationModule definition not found
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    to the RFjspService(_RF.java:225)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)


    Can someone help me on this issue... It is urgent

    Thank you
    NGO

    Published by: NGO on May 8, 2012 14:17

    Clear the cache in the responsibility of the functional administrator and not the bounce apache to apply the changes

  • After update my iPad Pro with 9.3 iOS iPad crashes on safari. For example I googled something results appear, but I am not able to enter any page, because the iPod does not respond

    After update my Pro iPad with iOS 9.3 iPad crashes on Safari. Example I googled something results appear, but I am not able to enter any page

    It seems that it is a result of the update. Other users report it, and I also read that Apple is aware of the problem and working on a fix. Be patient and watch for an update. Some have reported that disabling Java script has worked for them. You need to check yourself.

  • Not able to run RealPlayer on the Windows XP machine, the file msvcp90.dll is missing

    Dear Sir / Madam,.

    Pls help advise the question of 'not able to run RealPlayer on Windows XP machine, file msvcp90.dll is missing'?

    Thank you!

    Hi EddieFang,

    Try to download and install real player http://www.real.com.au/.

    I hope this helps.

  • not able to run micro security essentials says need to reinstall the client security micro

    not able to run the bases of microsoft security said that I need to install the microsoft security customer no idear was to conclude this

    Additional posts appear in the MSE Forum:

    http://answers.Microsoft.com/en-us/protect/Forum/protect_scanning/i-have-error-code-ox-80070715/578e0e44-99c9-4293-b75e-79e2ff1dc2b6

    http://answers.Microsoft.com/en-us/protect/Forum/protect_updating/not-able-to-uninstalll-micrisoft-security/f3bb8423-3671-453F-BB30-8b7f3e53daad

    Recommended as previously you could try to uninstall your MSE, then download and install a new copy of: File of Installation of MSE

    If it does not contact the MSE Support as previously suggested.

  • Not able to run oracle ADF application (.ear) in integrated Jdev wls

    Hello

    I'm not able to run a simple ADF application in Integrated WebLogic Server of JDev. This application (.ear) worked very well before in the same jdev (11.1.1.3.0).

    The error of fact face is
    "< 20 July 2012 12:47:54 IST > < WARNING > < hats > < BEA-149007 > < new location source, 'C:\Documents and Settings\Atul Singh\Application Data\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\CallTracker', can be deployed to configured application, ' CallTracker [Version = V2.0]. The source of the application is 'C:\Documents and Settings\Atul Singh\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\upload\CallTracker\V2.0\app\CallTracker.ear'. Changing the location of the source is not allowed for a deployment earlier attempt. Try to deploy without specifying the source. >

    I checked the error in documents:

    BEA-149007
    ATTENTION: New location of the source, "newPath", can be deployed to configured application, 'name '. The source of the application is to 'configPath '. Changing the location of the source is not allowed for a deployment earlier attempt. Try to deploy without specifying the source.

    Description you cannot specify a new source for an application previously configured with another source.

    The cause of this error occurs when you try to change the location of the source for an application previously configured.

    Action deploy your application with the same source location that has been configured in the application.

    But I don't know where to change the location of 'source' or how to deploy "without specifying the source.

    Please notify.

    Best regards, Atul

    (a). after that you cancel the deployment by using the console, do not use the console to deploy it... just run your JDeveloper application
    (b) unless you tell us what real errors, there is not much more to say

  • The host CPU is not able to run 64-bit virtual machines

    I am running VMWare Server Console on a Windows 2003 64 bit OS 1.0.3 and prepare to create a 64-bit VM server to test a new application on.  This forum server works on is a SuperMicro SuperServer 6025 B - TR +.  I entered the bios and activated the virtual bios in the CPU settings.  However, when I start my VM, I get the following error:

    «You have configured the virtual machine as an operationg system 64-bit client.»  However, this host processor is not able to run 64-bit virtual machines or this virtual machine has 64-bit support disabled.

    I looked online and saw some references to allow an EM64T which was to be activated but I do not see this option in my BIOS.  Someone at - it any other suggestions as to what I have to do to get the virtual machine to use the 64-bit compatibility.

    Unfortunately, the 1.x server logs are a little sparse in this regard.  However, it seems that you have mixed steppings of physical processors.  In this range of models, Intel changed the VMCS review between the Bx steppings and Gx steppings ID, making it incompatible for the execution of VT - x.  Realizing their mistake, Intel has provided to OEMS for a microcode patch that makes the revision ID the Gx stepping VMCS matches that of the Bx stepping.  OEMs distribute this patch of microcode as a BIOS update.

    In short, an update of the BIOS of your system provider should solve the problem.

  • Mac Pro Dual Quad 3.0 GHz (8 cores - April 2007) not able to run 64 bit comments

    Help, I should be able to do.

    See this thread, because it is a similar issue that only my machine does not all 64-bit indicating my machine does not support hardware virtualization

    http://communities.VMware.com/thread/143298?start=0 & tstart = 0

    Here is what I get:

    * "VT operation is not supported by this VM configuration. " *

    You have configured the virtual machine to use an operating system 64-bit client.  However, this host is not able to run 64-bit virtual machines or virtual computer has 64-bit support disabled.

    + For more information, see http://vmware.com/info?id=152""+ "

    Running on the latest version, but this problem has always been there in previous versions (2.0.5)

    10.5.7 (failed in earlier versions either)

    8 GB ram

    2 TB of storage

    Tried the switch recommended on the config file but nothing.

    Thank you

    You have only one physical processor that implements revision VT VMCS a 7 and another that implements revision VMCS VT 11.  These processors are not compatible for execution of VT.  One processor is family 6 model 15 stepping 7 and the other family 6 model 15 stepping 11.  Intel has released a firmware fix that resolves this problem for the processors that differ only by deepening.  You should check to see if there is an update of the firmware from Apple that contains this fix firmware.

  • not able to install the driver mx NIDAQ (for the use of USB-6008) in my laptop, NIDAQ902f0? any solution...

    I am not able to install driver of mx NIDAQ (for the use of USB-6008) in my laptop,... well NIDAQ902f0 want to give any suggestion...

    Following message comes when I run the Setup... (installation program downloaded from the website OR..)

    Runtime error:

    This application has requested to terminate in an unusual way.

    Please contact the application support is more information.

    Title of the dialog box is "Microsoft Visual C++ runtime library"

    Is the same when NIDAQmx 7.5 is tried to install from the CD that came with the USB-6008.

    Double post

  • Impossible to install the software to receive error message like "16-bit MS-DOS subsystem config.nt msiexec.exe file system not suitable for running MS-DOS and Microsoft Applications."

    Hello

    Original title: problem installing the software
     
    When my wife tries to install software (for example the updates of Windows or Itunes) on his Dell laptop (Windows Vista Home Premium), she gets this error developed box.
    "the 16-bit MS-DOS subsystem
    The msiexec.exe config.nt file this system is not suitable for running MS-DOS and Microsoft Applications. »
    Grateful for any ideas on how to fix this problem!

    Hello

    1. what 16-bit or software program you try to run? Should I use the CD Rom drive?

    2 - is the question also appear during the installation of Windows updates?

    3. have you made changes on the computer before this problem?

    Follow the methods and check them out below:

    Method 1: Perform a clean boot and check.

     

    To help resolve the error message, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135


    Please note:  After troubleshooting, be sure to start your computer in normal mode by following step 7.

    Method 2:

    Run an analysis of auditor of system files on your computer and check for the issue.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 3: Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    Hope the above information is helpful.

  • I was not able to open my my Adobe Illustrator application after update. He says there are a few problems with the preference but after following the instructions, Illustrator still does not work and it keeps giving the samei question. Help, please.

    I was not able to open my my Adobe Illustrator application after update. He says there are a few problems with the preference but after following the instructions, Illustrator still does not work and it keeps giving the samei question. Help, please.

    I think you are talking after upgrade to CC 2015 you're not able to launch I. Also, I believe you speak for read only matter of preference.

    After following the instructions please do not launch Illustrator and check your file preference if the permissions have been set correctly. A good way would be to get inside the preferences folder and then try to create a file manually. If it succeeds, please write to [email protected]

    A few external links to help you set permissions:

    MAC

    OS X Yosemite: set permissions for items on your Mac

    WIN

    Set, view, change, or remove permissions on files and folders

    r-and-file-permissions/465f2b42-63dd-4486-8dd1-c870290efeed http://Answers.Microsoft.com/en-US/Windows/Forum/windows_vista-Files/How-do-i-change-folde

    Kind regards

    Ashutosh

Maybe you are looking for