Jdeveloper 11g deployed jar not running - Windows 7

After I deployed a simple form to a jar, the following message comes up when trying to run with command: java -jar  sw.jar
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jbo/uicli/controls/JUNavigationBar
Caused by: java.lang.ClassNotFoundException: oracle.jbo.uicli.controls.JUNavigationBar
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
Could not find the main class: asax.view.Form. Program will exit.
Manifest.MF contains the following:
Manifest-Version: 1.0
Main-Class: asax.view.Form
I have also added all libraries and veririfed they exist within the jar 's root.
Within jdeveloper the application runs with no problem.
I 'd appreciate any ideas any help on this..

If you run a jar from the command line, the class loader don't look into the jar for other jars needed and hence you get a class not found error.
If you start the app in JDev and look at the log window, you'll notice that jdev puts all needed jars on the classpath. This way the app finds them and the app runs OK.
This is not a jdev problem, but a general java problem. To make it run you can unzip the jar and set the classpath when starting the app to include the folder which contains the jars.
Timo

Similar Messages

  • Jdeveloper 11g cannot be installed on Windows with Thai regional settings

    I have no idea where to properly submit this issue. Hope I do not abuse this forum for too much.
    Jdeveloper 11g cannot be installed on Windows with Thai regional settings configuration.
    I've got "A fatal error has occurred. This application will terminate" error dialog, while installing.
    I have to change my regional settings to English then install it and change my setting back later.
    Regards

    Sigh... This forum software doesn't even support image posting.
    The error is every easy to reproduce.
    1. On Windows XP, goto "Control Panel" -> "Regional and Language Options" -> "Standards and format"; and change that to "Thai"
    2. Invoke "jdevstudio11110install.exe"
    3. Always click "Next" until the error dialog appear.
    <pre>
    . Exit [x] .
    . [!] A fatal error has occurred. This application will .
    . terminate. .
    . [[ OK ]] .
    </pre>
    From my experience, this always have something to do with the Buddhist Era year system (AD + 543).
    Regards.

  • Oracle XE 11g x64 does not run. No *DBF files inside of the XE folder. Windows 7 Pro x64.

    Hello everyone!
    I hope you are doing well all. In my case I have some troubles by installing Oracle XE 11g on my PC. My OS is Windows 7 Pro x64.
    1. I activated the Administrator mode on my PC (net user Administrator /active:yes)
    2. Started the setup as Administrator. The setup process was finished successfully with no errors showed.
    3. Started the Database, OracleServiceXE, OracleXETNListener and other services.
    4. Tried to connect using sqlplus-> connect system ->password, what in result gave me ORA-01034 Oracle not available and ORA-27101 Shared memory realm does not exist errors.
    5. Then I recognized that my C:\oraclexe\app\oracle\oradata\XE folder is empty when it should be usually full with 6 DBF file.
    6. I opened the cloneDBCreation.log and it contains these data:
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-12560: TNS:protocol adapter error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora";
    ORA-12560: TNS:protocol adapter error
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> alter system switch logfile;
    SP2-0640: Not connected
    SQL> alter system checkpoint;
    SP2-0640: Not connected
    SQL> alter database drop logfile group 3;
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\app\oracle\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\postScripts.log
    I spent around 2 days to come to this reason and now I do not know what to do next.
    My actions to resolve this problem:
    1. Checked if my user has administrative rights and belongs to ora_dba. It does!
    2. Turned Microsoft UAC off.
    3. Set the system and local variables of ORACLE_BASE, ORACLE_HOME, ORACLE_SID, PATH, TNS-ADMIN to the appropriate values in Enivornment Variables:
         - ORACLE_BASE -> C:\oraclexe
         - ORACLE_HOME -> %ORACLE_BASE%\app\oracle\product\11.2.0\server
         - ORACLE_SID -> XE
         - Added to PATH -> C:\oraclexe\app\oracle\product\11.2.0\server\bin;
         - TNS_ADMIN -> %ORACLE_HOME%\network\admin
    4. Removed Oracle XE 11g and reinstalled to another drive. No sense!
    Some more errors:
    1. C:\oraclexe\app\oracle\product\11.2.0\server\config\log\XE.bat.log
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Ein Mitglied konnte in der lokalen Gruppe nicht hinzugefugt oder entfernt werden, da das Mitglied nicht vorhanden ist.
    It means -> O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    I understand that I need to logon as batch job. I added me to this policy in User Rights Assignments, but still I get these "DIM-00019: create service error" and "O/S-Error: (OS 1387)". And I guess just therefore my database is not starting well.
    2. 127.0.0.1:8080/apex/f?p=4950 is not starting in browser. It is probably because the database is not running appropriately. For this issue have already seen one topic in Google that the HTTP Properties inside the Listener Status must be set to 8080 to make this link work. But in my case I do not see this line in my Listener Status:
    Some other information relevant to the issue:
    1)  echo %USERNAME% - Administrator
         echo %USERDOMAIN% - ildar-PC
    2) Listener.log:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    3) Tnsnames.log
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    4) Sqlnet.log:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    5) While connecting by sqlplus, I get this errors/messages:
    6) Confirmation that I've got admin rights and I am in ORA_DBA:
    If u need some more information from me, please let me know!!
    Guys please help me to solve this issue, 'cause I've almost got frustrated to find out the solution of this problem. Thank you beforehand!!
    Kind regards,
    ildar

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Can't Run JDeveloper 11g on JDK 6_13 for Windows 64-bit

    Hi all,
    When I attempt to run JDeveloper 11g (base install), and select my java.exe file from my JDK 6_13x64 installation I get the following error message:
    "Unable to find Java Virtual Machine.
    "To point to a location of a Java Virtual Machine, please refer to the Oracle9i JDeveloper Install Guide (jdev\install.html)."
    In addition to the incorrect version number, the JDeveloper Install Guide makes no mention of this problem. I've found a few posts on this forum where people had this problem, but they're all pretty old, and none of them got satisfactory answers. A few possibilities mentioned in those posts that I've eliminated are as follows:
    - I've confirmed that this is, indeed, the JDK, not just a JRE.
    - This is the production version of JDeveloper 11g, not a technical preview, so it shouldn't require 1.5.
    - There are no spaces in the paths to either the JDK or JDeveloper.
    Has anyone found a solution to this problem?
    Thanks much,
    Avrom

    Thanks, Shay. That does seem to work, and will suffice as a workaround for now. But are there plans to make JDeveloper compatible with the 64-bit edition of Java? It would be nice to get what I assume is a substantial performance enhancement from using it.
    10:06 PM: Actually, it doesn't work very well. JDeveloper will start, but it has a lot of stability problems; it seems to freeze at 100% CPU usage (well, 25%, but I'm on a quad processor) at the drop of a hat, such as when I minimize, walk away for 90 minutes, and come back--once it even did it just when I tried to create a new application. I've installed this version of JDev on a 32-bit system and have found it to be generally quite stable, so I assume this is a problem with my setup.
    Edited by: Avrom on May 10, 2009 10:06 PM

  • JDeveloper 11g deployment error to local Web Logic server

    I'm trying to run an existing ADF project for the first time from a JDeveloper 11g.
    But get the error below, can anyone help me?
    Deploying Application...
    <09-03-2009 11:07:23 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application VEU Portal Consumer is not versioned.>
    <09-03-2009 11:07:23 CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1236593243599' for task '0'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'VEU Portal Consumer'.>
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VEU Portal Consumer on DefaultServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete. #### Mar 9, 2009 11:07:23 AM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application VEU Portal Consumer due to error deploying to DefaultServer.
    [Application VEU Portal Consumer stopped and undeployed from Server Instance DefaultServer]
    Thanks
    Claus

    Did you use the embedded WLS?
    In this case I would try a fresh install, because you should not see this error. If you are using a stand alone WLS you need to install the ADF runtime onto the server.
    the error java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener means that there is something wrong with the ADF installation on the WLS server.
    Timo

  • Jdeveloper 11g Preview :Could not canonicalize jdk

    hi guys,
    I am using Jdeveloper 11g preview version. when i run the pages i got following message in the log :
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Documents and Settings\thillakan\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\config>
    C:\jdevstudio1111\jdk\bin\javaw.exe -client -classpath C:\jdevstudio1111\j2ee\home\oc4j.jar;C:\jdevstudio1111\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Documents and Settings\thillakan\Application Data\JDeveloper\system11.1.1.0.17.45.24\o.j2ee\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    Could not canonicalize '%C:\Java\jdk1.5.0_09\bin' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path.
    Jun 27, 2007 12:26:34 PM oracle.dms.trace.TraceManager record_config
    INFO: TransactionTracing is enabled at MIN level
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 26188 ms.
    I am worrying about this message
    "Could not canonicalize '%C:\Java\jdk1.5.0_09\bin' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path. "
    Environment :
    i am using Win Xp and i have stetted environment variable JAVA_HOME=C:\Java\jdk1.5.0_09\bin'

    thanks Ric,
    I set the user environment varilable; like this.
    JAVA_HOME = C:\Java\jdk1.5.0_09 and i added bin directory with path directory.
    path=%JAVA_HOME%\bin;
    The reason i mention about java home. The jdeveloper log shows the message
    "Could not canonicalize '%C:\Java\jdk1.5.0_09\bin' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path."
    what i wonder how it refer "C:\Java\jdk1.5.0_09\bin" ? jdeveloper has it's own java compiler.
    i checked your suggestion.
    Tool --> Embed OC4J Preferences --> java compiler
    Compiler : ojc
    Bin : jdev bin
    i tried other settings it does not work me.
    Actually what is saying to us through this message.
    "Could not canonicalize '%C:\Java\jdk1.5.0_09\bin' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path."

  • Jar not running is sarge and apache-ant  shows error of package not found

    Hello,
    First of all I am not a java programmer. I work in C/C++/C#.
    Currently I am dealing a game written in java (1.5) using netbeans 5.5.0 under windows xp. My target is to compile in my development machine and run in the clients machine. everything works fine in windows xp. I open the netbeans ide, load the necessary class libraries, build the project and run it. it runs without any problem.
    The problem begins when I run the same project from linux (fedora). it doest not run. It shows some error.
    <error platform="fedora 7">
    Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
    at java.awt.Window.<init>(Window.java:406)
    at java.awt.Frame.<init>(Frame.java:402)
    at java.awt.Frame.<init>(Frame.java:367)
    at javax.swing.JFrame.<init>(JFrame.java:163)
    at netbeansapplication.nbApplication.<init>(nbApplication.java:52)
    at netbeansapplication.nbApplication$14.run(nbApplication.java:453)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    </error>
    Some of these error were resolved when I set the DISPLAY variable (export DISPLAY="127.0.0.1:0") but the other errors were still there.
    But when I open this same project in netbeans and resolve the dependencies with class libraries it works ok after compiling.
    I can run it from console (java -jar ...)
    And again the same source tree shows the following error when I am in windows !!! (by java -jar ... command)
    <error platform="WinXPSP2">
    Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:468)
    at java.lang.Integer.parseInt(Integer.java:497)
    at cherrygame.global.readConfigForStickProtection(global.java:2060)
    at cherrygame.nbCherryGame.<init>(nbCherryGame.java:243)
    at netbeansapplication.nbApplication.<init>(nbApplication.java:46)
    at netbeansapplication.nbApplication$14.run(nbApplication.java:453)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    </error>
    I see that netbeans uses ant to compile project in the background.
    then I tried using ant to compile.
    doing only `#ant compile` where build.xml resides does the compilation.
    after that I try to run it (by java -jar ...). again the above error shows up.
    What would I do?
    If I compile it with netbeans in machine A then it runs well in A but not in machine B.
    If I compile it with ANT in machine A then it doesn't run in A, no chance for machine B.
    the contents of my build xml is here
    <code file="build.xml">
    <![CDATA[
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- You may freely edit this file. See commented blocks below for -->
    <!-- some examples of how to customize the build. -->
    <!-- (If you delete it and reopen the project it will be recreated.) -->
    <project name="NetBeansApplication" default="default" basedir=".">
    <description>Builds, tests, and runs the project NetBeansApplication.</description>
    <import file="nbproject/build-impl.xml"/>
    <!--
    There exist several targets which are by default empty and which can be
    used for execution of your tasks. These targets are usually executed
    before and after some main targets. They are:
    -pre-init: called before initialization of project properties
    -post-init: called after initialization of project properties
    -pre-compile: called before javac compilation
    -post-compile: called after javac compilation
    -pre-compile-single: called before javac compilation of single file
    -post-compile-single: called after javac compilation of single file
    -pre-compile-test: called before javac compilation of JUnit tests
    -post-compile-test: called after javac compilation of JUnit tests
    -pre-compile-test-single: called before javac compilation of single JUnit test
    -post-compile-test-single: called after javac compilation of single JUunit test
    -pre-jar: called before JAR building
    -post-jar: called after JAR building
    -post-clean: called after cleaning build products
    (Targets beginning with '-' are not intended to be called on their own.)
    Example of inserting an obfuscator after compilation could look like this:
    <target name="-post-compile">
    <obfuscate>
    <fileset dir="${build.classes.dir}"/>
    </obfuscate>
    </target>
    For list of available properties check the imported
    nbproject/build-impl.xml file.
    Another way to customize the build is by overriding existing main targets.
    The targets of interest are:
    -init-macrodef-javac: defines macro for javac compilation
    -init-macrodef-junit: defines macro for junit execution
    -init-macrodef-debug: defines macro for class debugging
    -init-macrodef-java: defines macro for class execution
    -do-jar-with-manifest: JAR building (if you are using a manifest)
    -do-jar-without-manifest: JAR building (if you are not using a manifest)
    run: execution of project
    -javadoc-build: Javadoc generation
    test-report: JUnit report generation
    An example of overriding the target for project execution could look like this:
    <target name="run" depends="NetBeansApplication-impl.jar">
    <exec dir="bin" executable="launcher.exe">
    <arg file="${dist.jar}"/>
    </exec>
    </target>
    Notice that the overridden target depends on the jar target and not only on
    the compile target as the regular run target does. Again, for a list of available
    properties which you can use, check the target you are overriding in the
    nbproject/build-impl.xml file.
    -->
    <target name="-post-jar">
    <jar update="true" destfile="${dist.jar}">
    <zipfileset src="${libs.swing-layout.classpath}"/>
    <zipfileset src="${libs.addMoney.classpath}"/>
    <zipfileset src="${libs.NormalWindow.classpath}"/>
    </jar>
    </target>
    </project>
    ]]>
    </code>
    my directory contents is here. note. I have 2 packages "cgwindow2" and "NormalWindow" for class libraries and my main application is "CherryGame". The game is "game.jar" in the CherryGame folder.
    <listing foldername="CherryGame">
    D:\src\java\CherryGame\build.xml
    D:\src\java\CherryGame\BW.txt
    D:\src\java\CherryGame\config.txt
    D:\src\java\CherryGame\config.txt.lin
    D:\src\java\CherryGame\flopsfile.txt
    D:\src\java\CherryGame\game.jar
    D:\src\java\CherryGame\LWMoneyfile.txt
    D:\src\java\CherryGame\mfile.txt
    D:\src\java\CherryGame\mfile2.txt
    D:\src\java\CherryGame\mfile3.txt
    D:\src\java\CherryGame\TotalRollsTillBigWin.txt
    D:\src\java\CherryGame\UserFile.txt
    D:\src\java\CherryGame\build\classes\cherrygame\addMoneyFrame.class
    D:\src\java\CherryGame\build\classes\cherrygame\addMoneyPanel.class
    D:\src\java\CherryGame\build\classes\cherrygame\cardsPanel.class
    D:\src\java\CherryGame\build\classes\cherrygame\cardsWindow$1.class
    D:\src\java\CherryGame\build\classes\cherrygame\cardsWindow.class
    D:\src\java\CherryGame\build\classes\cherrygame\cherryGameBackPanel.class
    D:\src\java\CherryGame\build\classes\cherrygame\cherryWindow.class
    D:\src\java\CherryGame\build\classes\cherrygame\customBorderCherryGame.class
    D:\src\java\CherryGame\build\classes\cherrygame\FixedGlassPane.class
    D:\src\java\CherryGame\build\classes\cherrygame\global.class
    D:\src\java\CherryGame\build\classes\cherrygame\helpPanelOne.class
    D:\src\java\CherryGame\build\classes\cherrygame\imagesPanel.class
    D:\src\java\CherryGame\build\classes\cherrygame\messageWindow.class
    D:\src\java\CherryGame\build\classes\cherrygame\messageWindow2.class
    D:\src\java\CherryGame\build\classes\cherrygame\messageWindow3.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$1.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$10.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$11.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$12.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$13.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$14.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$15.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$16.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$17.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$18.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$19.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$2.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$20.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$21.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$22.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$23.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$24.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$25.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$26.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$27.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$28$1.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$28$2.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$28.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$29.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$3.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$30.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$31.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$32.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$33.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$34.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$35.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$36.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$37.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$38.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$39.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$4.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$40.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$41.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$42.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$43.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$44.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$45.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$46.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$5.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$6.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$7.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$8.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$9.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame$MyTask.class
    D:\src\java\CherryGame\build\classes\cherrygame\nbCherryGame.class
    D:\src\java\CherryGame\build\classes\cherrygame\panelMessage.class
    D:\src\java\CherryGame\build\classes\cherrygame\panelMessage2.class
    D:\src\java\CherryGame\build\classes\cherrygame\panelMessage3.class
    D:\src\java\CherryGame\build\classes\lpt\LPT.class
    D:\src\java\CherryGame\build\classes\lpt\events\Events.class
    D:\src\java\CherryGame\build\classes\lpt\events\LPTEvent.class
    D:\src\java\CherryGame\build\classes\lpt\events\LPTEventListener.class
    D:\src\java\CherryGame\build\classes\lpt\ieee1284\PPParallelPort.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\customBorder.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$1.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$10.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$11.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$12.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$13.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$14.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$2.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$3.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$4.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$5.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$6.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$7.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$8.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication$9.class
    D:\src\java\CherryGame\build\classes\netbeansapplication\nbApplication.class
    D:\src\java\CherryGame\dist\NetBeansApplication.jar
    D:\src\java\CherryGame\dist\javadoc\package-list
    D:\src\java\CherryGame\dist\javadoc\stylesheet.css
    D:\src\java\CherryGame\dist\javadoc\resources\inherit.gif
    D:\src\java\CherryGame\nbproject\build-impl.xml
    D:\src\java\CherryGame\nbproject\genfiles.properties
    D:\src\java\CherryGame\nbproject\project.properties
    D:\src\java\CherryGame\nbproject\project.xml
    D:\src\java\CherryGame\nbproject\private\private.properties
    D:\src\java\CherryGame\nbproject\private\private.xml
    D:\src\java\CherryGame\src\customBorder.java
    D:\src\java\CherryGame\src\nbApplication.form
    D:\src\java\CherryGame\src\nbApplication.java
    D:\src\java\CherryGame\src\cherrygame\addMoneyFrame.form
    D:\src\java\CherryGame\src\cherrygame\addMoneyFrame.java
    D:\src\java\CherryGame\src\cherrygame\addMoneyPanel.form
    D:\src\java\CherryGame\src\cherrygame\addMoneyPanel.java
    D:\src\java\CherryGame\src\cherrygame\cardsPanel.java
    D:\src\java\CherryGame\src\cherrygame\cardsWindow.form
    D:\src\java\CherryGame\src\cherrygame\cardsWindow.java
    D:\src\java\CherryGame\src\cherrygame\cherryGameBackPanel.form
    D:\src\java\CherryGame\src\cherrygame\cherryGameBackPanel.java
    D:\src\java\CherryGame\src\cherrygame\cherryWindow.java
    D:\src\java\CherryGame\src\cherrygame\customBorderCherryGame.java
    D:\src\java\CherryGame\src\cherrygame\global.java
    D:\src\java\CherryGame\src\cherrygame\helpPanelOne.form
    D:\src\java\CherryGame\src\cherrygame\helpPanelOne.java
    D:\src\java\CherryGame\src\cherrygame\imagesPanel.java
    D:\src\java\CherryGame\src\cherrygame\messageWindow.form
    D:\src\java\CherryGame\src\cherrygame\messageWindow.java
    D:\src\java\CherryGame\src\cherrygame\messageWindow2.form
    D:\src\java\CherryGame\src\cherrygame\messageWindow2.java
    D:\src\java\CherryGame\src\cherrygame\messageWindow3.form
    D:\src\java\CherryGame\src\cherrygame\messageWindow3.java
    D:\src\java\CherryGame\src\cherrygame\nbCherryGame.form
    D:\src\java\CherryGame\src\cherrygame\nbCherryGame.java
    D:\src\java\CherryGame\src\cherrygame\panelMessage.form
    D:\src\java\CherryGame\src\cherrygame\panelMessage.java
    D:\src\java\CherryGame\src\cherrygame\panelMessage2.form
    D:\src\java\CherryGame\src\cherrygame\panelMessage2.java
    D:\src\java\CherryGame\src\cherrygame\panelMessage3.form
    D:\src\java\CherryGame\src\cherrygame\panelMessage3.java
    D:\src\java\CherryGame\src\lpt\LPT.java
    D:\src\java\CherryGame\src\lpt\events\Events.java
    D:\src\java\CherryGame\src\lpt\events\LPTEvent.java
    D:\src\java\CherryGame\src\lpt\events\LPTEventListener.java
    D:\src\java\CherryGame\src\lpt\ieee1284\PPParallelPort.java
    </listing>
    <listing foldername="NormalWindow">
    D:\src\java\NormalWindow\build.xml
    D:\src\java\NormalWindow\manifest.mf
    D:\src\java\NormalWindow\build\classes\normalwindow\global.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$1.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$10.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$11.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$12.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$13.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$14.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$15.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$16.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$17.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$2.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$3.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$4.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$5.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$6.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$7.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$8.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow$9.class
    D:\src\java\NormalWindow\build\classes\normalwindow\NormalWindow.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog$1.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog$2.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog$3.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog$4.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog$5.class
    D:\src\java\NormalWindow\build\classes\normalwindow\PasswordDialog.class
    D:\src\java\NormalWindow\dist\NormalWindow.jar
    D:\src\java\NormalWindow\dist\README.TXT
    D:\src\java\NormalWindow\dist\_normalwindow.jar
    D:\src\java\NormalWindow\dist\lib\swing-layout-1.0.jar
    D:\src\java\NormalWindow\nbproject\build-impl.xml
    D:\src\java\NormalWindow\nbproject\genfiles.properties
    D:\src\java\NormalWindow\nbproject\project.properties
    D:\src\java\NormalWindow\nbproject\project.xml
    D:\src\java\NormalWindow\nbproject\private\private.properties
    D:\src\java\NormalWindow\nbproject\private\private.xml
    D:\src\java\NormalWindow\src\normalwindow\global.java
    D:\src\java\NormalWindow\src\normalwindow\NormalWindow.form
    D:\src\java\NormalWindow\src\normalwindow\NormalWindow.java
    D:\src\java\NormalWindow\src\normalwindow\PasswordDialog.form
    D:\src\java\NormalWindow\src\normalwindow\PasswordDialog.java
    </listing>
    <listing foldername="cgwindow2">
    D:\src\java\cgwindow2\build.xml
    D:\src\java\cgwindow2\manifest.mf
    D:\src\java\cgwindow2\mfile.txt
    D:\src\java\cgwindow2\UserFile.txt
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyPanel.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$1.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$10.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$11.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$12.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$13.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$14.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$2.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$3.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$4.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$5.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$6.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$7.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$8.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow$9.class
    D:\src\java\cgwindow2\build\classes\addmoney\addMoneyWindow.class
    D:\src\java\cgwindow2\build\classes\addmoney\customBorderForAddMoneyWindow.class
    D:\src\java\cgwindow2\build\classes\addmoney\global.class
    D:\src\java\cgwindow2\dist\cgwindow2.jar
    D:\src\java\cgwindow2\dist\README.TXT
    D:\src\java\cgwindow2\dist\lib\swing-layout-1.0.jar
    D:\src\java\cgwindow2\nbproject\build-impl.xml
    D:\src\java\cgwindow2\nbproject\genfiles.properties
    D:\src\java\cgwindow2\nbproject\jax-ws.xml
    D:\src\java\cgwindow2\nbproject\project.properties
    D:\src\java\cgwindow2\nbproject\project.xml
    D:\src\java\cgwindow2\nbproject\private\private.properties
    D:\src\java\cgwindow2\nbproject\private\private.xml
    D:\src\java\cgwindow2\src\addmoney\addMoneyPanel.form
    D:\src\java\cgwindow2\src\addmoney\addMoneyPanel.java
    D:\src\java\cgwindow2\src\addmoney\addMoneyWindow.form
    D:\src\java\cgwindow2\src\addmoney\addMoneyWindow.java
    D:\src\java\cgwindow2\src\addmoney\customBorderForAddMoneyWindow.java
    D:\src\java\cgwindow2\src\addmoney\global.java
    </listing>
    About my thread subject, my clients machine is a debian sarge 3.0 and when I compiled it there with ANT It says, "normalwindow" package not found. other 2 errors were due to "normalwindow".
    Edited by: mokaddim on Sep 12, 2007 2:08 PM

    Julio.Faerman wrote:
    Hello,
    I am trying to run my annotation processor using ant.
    I already built the processor, the javax.annotation.processor.Processor file is in the correct place with the correct content.
    The jar with the processor is in the classpath (i can see it in ant -v), but it does not process my classes. in fact, i get the warning:
    warning: Annotation processing without compilation requested but no processors were found.Do i have to specify -processor or -processorpath or can i just leave it to the default classpath scanning?When -processor is not given, a service loader is used to find the annotation processors (if any). In addition to the class files of the process, to allow your processor to be found as a service, make sure you've also provided the needed META-INF data in the jar file. The general service file format is described in
    http://java.sun.com/javase/6/docs/api/java/util/ServiceLoader.html
    That said, I'd recommend setting an explicit processor path separate from your general classpath.

  • JDeveloper 11g (timezone region  not found)

    Hi all,
    I've just installed JDeveloper 11g and made sample ADF application. When I tried to run application module I got this error:
    *(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.sql.SQLException, msg=ORA-01882: timezone region not found*
    I'm using database 10g (10.2.0), is this the problem?!
    Thanks
    Edited by: Bassam2 on Oct 14, 2008 3:58 PM

    hi Bassam2
    see JDeveloper 11g production version error
    success
    Jan Vervecken

  • JDeveloper 11g breakpoints do not work in .jspx file.

    Hi, there is an issue with the JDeveloper 11g debugger, running an ADF application with embedded WL server (JSF version - Trinidad).
    It stops at the breakpoints in the .java file, but not in the .jspx files.
    Any suggestions on configurations to check....
    Currently:
    -Generate Debug info is checked,
    -precompile JSP is unchecked
    -server and application are being ran in debug mode
    Spent a lot of time already seeing similar posts but there is no meaningfull answer as to what configurations are responsible for the debugger.
    Please do not waist your time or mine advising to reboot pc or re-install Jdev ;-)
    Thank you

    Hi John,
    Thank you for your prompt response.
    Here is a sample code with the breakpoint.
    (breakpoint here)<tr:outputText value="Date of hire #{bk_editSalesRoleBean.salesRole.person.effective}">
    <f:convertDateTime pattern="#{res['date.format.readOnly.display']}"/>
    </tr:outputText>
    It's a source line type breakpoint and the execution should be halted at it. I wanted to review value in the pattern reference in the convertDateTime tag.
    Thanks,
    Taras

  • Platform Service not running - Windows 7 Ultimate 32bit

    Network Magic v5.5.9195.0 tells me that the platform service is not running - however the Services snap in says that it is and alows me to stop and start it, but NM still tells me it is not running - it was working fine until a few days ago and has suddenly stopped..
    Any ideas?
    Regards

    Apologies I appear to have hit the wrong key and posted rather than next lined
    The event log has the following entry whenever I attempt to start the service either automatically or manually:
    Faulting application name: nmsrvc.exe, version: 11.2.9170.0, time stamp: 0x4a3c0a3f
    Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b29c
    Exception code: 0xc0000005
    Fault offset: 0x00022262
    Faulting process id: 0x10f4
    Faulting application start time: 0x01cbae50d400fae5
    Faulting application path: C:\Program Files (x86)\Common Files\Pure Networks Shared\Platform\nmsrvc.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: 47565619-1a44-11e0-beb3-00241dd23cce
    Did you ever get a resolution to this problem?
    The problem started when I changed my router and Network Magic had to rebuild my configuration. Since then I have been unable to load a stable version of NM however many timkes I de-install/re-install
    PS
    I have Gigabyte EP43-UD3L motherboard, 4GB memory, 1GB LAN link, ADSL2+ with ST516V6 router/modem and a number of NAS devices & Netgear Professional gigabyte switches
    Derek GC White - Running Network Magic version -5.5..9195.0-Pure0 on Windows 7 x64 Home Premium on Wired Computer with Kasperky Internet Security (latest version)
    1GB Realtek PCIe NIC v 7.34.1130.2010 via Netgear GS105 Hub to Netgear GS108 Hub to Netgear SRXN3205 WiFi VPN Router to Draytek Vigor120 ADSL2+ "modem"
    GA-Z68XP-UD3, 8GB G.Skill Ripjaw DDR3
    RAID0 - 2 x OCZ Vertex 3 SSD
    RAID5 - 3 x 1TB Samsung Spinpoint F3 accelerated by 1 x Runcore mSATA SSD
    RAID 1 - 2 x 500GB Hitachi
    2 x ATi HD5750 Crossfire

  • SSIS Job deployment does not run my .exe but is described as a success

    Hi i have scripted a simple script task in c# to run an exe with the following code
    Process.start(filename.exe);
    i have also tried using the 'Execute Process task' in the SSIS toolbox.
    both methods work when i debug. 
    However when deployed to the SQL server as a job, the jobs are described as a success but my program does not run?!
    The exe file is published from SQL visual studio and the resultant filename is setup.exe which i am trying to run.
    Any help pleasE?
    I am not using any shared file resources, the setup.exe is on my desktop.

    this is all i get
    Message Type
    Message Time
    Message
    Message Source Name
    Subcomponent Name
    Execution Path
    OnPostExecute
    8/22/2014 4:15:09 PM
    Package:Finished, 4:15:09 PM, Elapsed time: 00:00:00.234.
    Package
    \Package
    OnPostExecute
    8/22/2014 4:15:09 PM
    Execute Process Task:Finished, 4:15:09 PM, Elapsed time: 00:00:00.203.
    Execute Process Task
    \Package\Execute Process Task
    OnPostValidate
    8/22/2014 4:15:09 PM
    Execute Process Task:Validation is complete.
    Execute Process Task
    \Package\Execute Process Task
    OnPreExecute
    8/22/2014 4:15:09 PM
    Execute Process Task:Start, 4:15:09 PM.
    Execute Process Task
    \Package\Execute Process Task
    OnPreValidate
    8/22/2014 4:15:09 PM
    Execute Process Task:Validation has started.
    Execute Process Task
    \Package\Execute Process Task
    OnPreExecute
    8/22/2014 4:15:09 PM
    Package:Start, 4:15:09 PM.
    Package
    \Package
    OnPreValidate
    8/22/2014 4:15:09 PM
    Package:Validation has started.
    Package
    \Package
    OnPreValidate
    8/22/2014 4:15:09 PM
    Execute Process Task:Validation has started.
    Execute Process Task
    \Package\Execute Process Task
    OnPostValidate
    8/22/2014 4:15:09 PM
    Execute Process Task:Validation is complete.
    Execute Process Task
    \Package\Execute Process Task
    OnPostValidate
    8/22/2014 4:15:09 PM
    Package:Validation is complete.
    Package
    \Package
    OnInformation
    8/22/2014 4:15:08 PM
    Package:Information: Succeeded in upgrading the package.
    Package
    \Package
    OnInformation
    8/22/2014 4:15:08 PM
    run exe:Information: The Script Task "ST_6ba434db5c5649b7b68ab5fb14977781" has been migrated.
    The package must be saved to retain migration changes.
    run exe
    \Package\run exe
    OnWarning
    8/22/2014 4:15:04 PM
    run exe:Warning: Found SQL Server Integration Services 2012 Script Task "ST_6ba434db5c5649b7b68ab5fb14977781"
    that requires migration!
    run exe
    \Package\run exe

  • HP mini not running windows

    Hey everyone.
    First thing first, I'm quite technology challenged and thanks for reading.
    Basically I uses the notebook last night ok and then this morning it no longer loads up windows.
    When started I get the following messages;
    'Windows failed to start.  A recent hardware of softwear may be the cause' (or similar)
    It then goes on about 'if windows files have been damaged or configured' etc and then gives me the options of 'Launch Startup Repair (recommended)' and 'Start WIndows Normally'.
    Launch Startup repair leads me to a screen that tells me to insert the windows installation disc (no drive) or contact the computer manufacturer for help.
    Other information and more likely more useful than my description is the following on the same screen;
    Status:  0xc000000f
    Info: The bot selection failed because a required device is inaccessable
    My product details are HP mini 210-1014sa
    I am running windows 7 starter.
    I know the info goes on a bit but wanted to cover everything but let me know if I have missed anything out.  I am still able to to use the default system that comes with it but that is very restricted as some of the things I use ask for a more modern browser etc.
    Thanks Lee.

    YOU NEED REPLACE YOUR HDD
    CONTACT HP OR GO TO ANY LOCAL TECH FOR REPAIR OPTIONS
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

  • Hypervisor not running Windows 8 Professional

    I know that there have been a lot of posts for this, but I have poked around everywhere and cannot find an answer for my Hypervisor situation, and most everything I see is make sure that you can support it, as well as have DEP and Virtualization enabled.
    I have poked around my BIOS turning on and off different things that are close to relation to virtualization. I recently swapped out my mobo and have found that I get the Hypervisor error when trying to start a hyper-v machine. I have enabled
    both DEP and Virtualization and know that my processor supports it (Worked on my other mobo). I know that this mobo supports the virtualization and can run VMware and Virtual box which I am doing now since Hyper-V hasn't been working. I would like to run Hyper-V
    on my machine and want to know if anyone else has any other solutions that I have not been able to find. I have not had VMware or Virtual box install when trying to run (to be sure there are no conflicts)
    If you need any other information let me know.
    Tech Specs:
    System Information
    Time of this report: 8/25/2013, 22:57:30
           Machine name:
       Operating System: Windows 8 Pro 64-bit (6.2, Build 9200) (9200.win8_rtm.120725-1247)
               Language: English (Regional Setting: English)
    System Manufacturer:
           System Model:
                   BIOS: BHZ7710H.86A.0100.2013.0517.0942
              Processor: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (4 CPUs), ~3.4GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8156MB RAM
              Page File: 2023MB used, 7348MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
     System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.02.9200.16384 64bit Unicode
    System Devices
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0E0C&SUBSYS_15613842&REV_A1\4&22CC2367&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16384 (English), 7/25/2012 21:27:36, 71168 bytes
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor PCI Express Root Port - 0151
    Device ID: PCI\VEN_8086&DEV_0151&SUBSYS_20408086&REV_09\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_1E02&SUBSYS_20408086&REV_04\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\iaStorA.sys, 12.05.0000.1066 (English), 3/22/2013 08:38:18, 678384 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1283&DEV_8892&SUBSYS_20408086&REV_30\4&2463FCD6&0&00E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: Intel(R) Z77 Express Chipset LPC Controller - 1E44
    Device ID: PCI\VEN_8086&DEV_1E44&SUBSYS_20408086&REV_04\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 17136 bytes
         Name: Intel(R) PCH SMBus Controller - 1E22 (Intel(R) SMBus 2.0 Driver)
    Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_20408086&REV_04\3&11583659&0&FB
       Driver: C:\Windows\system32\drivers\intelsmb.sys, 6.09.0001.0001 (English), 6/24/2013 12:12:19, 36880 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 5 - 1E18
    Device ID: PCI\VEN_8086&DEV_1E18&SUBSYS_20408086&REV_C4\3&11583659&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: NVIDIA GeForce GTX 560 Ti 
    Device ID: PCI\VEN_10DE&DEV_1200&SUBSYS_15613842&REV_A1\4&22CC2367&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 234272 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 5/12/2013 16:42:27, 1119704 bytes
       Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_4ba50ba05148b4a3\NvCplSetupEng.exe, 1.00.0001.0000 (English), 5/12/2013 16:42:27, 32047864 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 289632 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 2/26/2013 02:32:42, 4096 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 193336 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\Nvd3d9wrapx.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 330344 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 2/26/2013 02:32:36, 4096 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 229392 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 2/26/2013 02:32:08, 21898 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.00.4647.21994 (English), 5/12/2013 16:42:27, 1562400 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 5/12/2013 16:42:27, 215328 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 5/12/2013 16:42:27, 47946 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 315168 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 538912 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 5/12/2013 16:42:27, 53024 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 5/12/2013 16:42:27, 61216 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 11216160 bytes
       Driver: C:\Windows\system32\NvFBC64.dll, 6.14.0013.2018 (English), 5/12/2013 16:42:27, 550176 bytes
       Driver: C:\Windows\system32\NvIFR64.dll, 6.14.0013.2018 (English), 5/12/2013 16:42:27, 518944 bytes
       Driver: C:\Windows\system32\nvapi64.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 2935696 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 25256224 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 9233688 bytes
       Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 2363680 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 2942240 bytes
       Driver: C:\Windows\system32\nvd3dumx.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 15143904 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 5/12/2013 16:42:27, 20536 bytes
       Driver: C:\Windows\system32\nvinitx.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 266448 bytes
       Driver: C:\Windows\system32\nvoglshim64.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 218592 bytes
       Driver: C:\Windows\system32\nvoglv64.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 27775776 bytes
       Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 7641832 bytes
       Driver: C:\Windows\system32\nvumdshimx.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 1059560 bytes
       Driver: C:\Windows\system32\nvwgf2umx.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 15910736 bytes
       Driver: C:\Windows\SysWow64\NvFBC.dll, 6.14.0013.2018 (English), 5/12/2013 16:42:27, 443168 bytes
       Driver: C:\Windows\SysWow64\NvIFR.dll, 6.14.0013.2018 (English), 5/12/2013 16:42:27, 421152 bytes
       Driver: C:\Windows\SysWow64\nvapi.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 2597344 bytes
       Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 17560352 bytes
       Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 7682960 bytes
       Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 2002720 bytes
       Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 2754336 bytes
       Driver: C:\Windows\SysWow64\nvd3dum.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 12426216 bytes
       Driver: C:\Windows\SysWow64\nvinit.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 214448 bytes
       Driver: C:\Windows\SysWow64\nvoglshim32.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 181488 bytes
       Driver: C:\Windows\SysWow64\nvoglv32.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 21096736 bytes
       Driver: C:\Windows\SysWow64\nvopencl.dll, 8.17.0013.2018 (English), 5/12/2013 16:42:27, 6324360 bytes
       Driver: C:\Windows\SysWow64\nvumdshim.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 925648 bytes
       Driver: C:\Windows\SysWow64\nvwgf2um.dll, 9.18.0013.2018 (English), 5/12/2013 16:42:27, 13403168 bytes
       Driver: C:\Windows\system32\nvdispco6432018.dll, 2.00.0031.0004 (English), 5/12/2013 16:42:27, 1832224 bytes
       Driver: C:\Windows\system32\nvdispgenco6432018.dll, 2.00.0017.0002 (English), 5/12/2013 16:42:27, 1511712 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10
    Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_20408086&REV_C4\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_20408086&REV_04\3&11583659&0&B0
       Driver: C:\Windows\system32\DRIVERS\HECIx64.sys, 9.00.0000.1287 (English), 1/11/2013 21:02:34, 64624 bytes
         Name: Renesas USB 3.0 eXtensible Host Controller - 0096 (Microsoft)
    Device ID: PCI\VEN_1033&DEV_0194&SUBSYS_20408086&REV_04\4&36658DF1&0&00E4
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 212208 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 337136 bytes
         Name: Intel(R) PRO/100+ Server Adapter (PILA8470B)
    Device ID: PCI\VEN_8086&DEV_1229&SUBSYS_100C8086&REV_08\5&15F262D1&0&0800E2
       Driver: C:\Windows\system32\DRIVERS\eFE5b32e.sys, 9.00.0013.0000 (English), 6/2/2012 09:31:39, 182656 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
    Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_20408086&REV_04\3&11583659&0&A0
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 212208 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 337136 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_20408086&REV_04\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16384 (English), 7/25/2012 21:27:36, 71168 bytes
         Name: Xeon(R) processor E3-1200 v2/3rd Gen Core processor DRAM Controller - 0150
    Device ID: PCI\VEN_8086&DEV_0150&SUBSYS_20408086&REV_09\3&11583659&0&00
       Driver: n/a
         Name: Texas Instruments 1394 OHCI Compliant Host Controller
    Device ID: PCI\VEN_104C&DEV_8023&SUBSYS_20408086&REV_00\5&15F262D1&0&1000E2
       Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.02.9200.16384 (English), 7/25/2012 21:26:46, 226304 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
    Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_20408086&REV_04\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 78576 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 487664 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 496368 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 3 - 1E14
    Device ID: PCI\VEN_8086&DEV_1E14&SUBSYS_20408086&REV_C4\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:55, 234224 bytes
         Name: Intel(R) 82579V Gigabit Network Connection
    Device ID: PCI\VEN_8086&DEV_1503&SUBSYS_20408086&REV_04\3&11583659&0&C8
       Driver: C:\Windows\system32\DRIVERS\e1c63x64.sys, 12.06.0045.0000 (English), 2/21/2013 00:31:51, 468240 bytes
       Driver: C:\Windows\system32\e1c63x64.din, 1/6/2012 16:02:08, 3114 bytes
       Driver: C:\Windows\system32\NicCo36.dll, 2.01.0002.0000 (English), 5/26/2009 12:05:44, 36472 bytes
       Driver: C:\Windows\system32\NicInstC.dll, 9.10.0087.0000 (English), 11/14/2012 06:07:39, 101224 bytes
       Driver: C:\Windows\system32\e1cmsg.dll, 10.00.0147.0000 (English), 12/6/2012 05:21:52, 73032 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
    Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_20408086&REV_04\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 78576 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 487664 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.02.9200.16384 (English), 7/26/2012 00:00:58, 496368 bytes

    you can always
    - enable DEP
    - disable USB 3.0
    - set bcdedit hypervisor=auto
    - enable/disable virtualization in bios using a cold boot
    - change partitions
    - install a ms kb hotfix for amd cpus
    - etc....
    but PLEASE read about this post on HP forums blaming the Ralink Bluetooth Driver causing that virtualization issue !
    see http://h30434.www3.hp.com/t5/Desktop-Lockups-Freezes-Hangs/Cannot-boot-if-HP-ENVY-Bios-Virtualization-enabled-for-Win8/td-p/2006815/page/6

  • Windows 8.1 Professional x64: Windows will not run Windows Update after fresh install

    Greetings everyone.  I'm having a strange issue that I can't seem to figure out.  I'm developing an image with the following specs:
    Hardware:
    Dell XPS 12 Ultrabook Convertible
    Haswell i7
    8 GB RAM
    256 SSD HD
    Software:
    Windows 8.1 Professional x64
    Problem description:
    After formatting and partitioning the hard drive (UEFI) with a corporate copy of Windows 8.1 x64, the laptop is booted up in Audit mode.  No OEM drivers or software is installed.  Windows is then activated to the KMS server and verified. 
    I then connect to a hotspot (no proxy required) and open up IE 11.  I click tools and select Windows Update.  The laptop then searches and searches for updates and never finds any.  I've let it search for over 10 hours.  The laptop never
    returns an error message.
    Troubleshooting performed:
    1.  I've tried different copies of Windows 8.1 - same result.
    2.  I've tried installing the OS with different types of media (external hd and multiple bootable USB drives) - same result.
    3.  I've disable the Windows Update service, deleted the contents of the SoftwareDistribution folder, restarted the Windows Update service and rebooted laptop - same result
    4.  I've installed this copy of Windows 8.1 on different models of laptops with no OEM drivers or software installed - same result.
    5.  I've installed all of the OEM device drivers in the correct order and ensured that the device manager is clear of bang signs - same result.
    6.  Date and time is set correctly.
    Has anyone else experienced this with Windows 8.1 x64?  If I take a copy of Windows 7 x64 or 8 x64 and install it on this laptop, it updates Windows without any issues.  The problem seems to be with Windows 8.1.
    Thank you in advance for any help you can provide.

    2014-03-04 13:49:52:826
    888 9f8
    Misc ===========  Logging initialized (build: 7.9.9600.16403, tz: -0800)  ===========
    2014-03-04 13:49:52:826
    888 9f8
    Misc  = Process: C:\Windows\system32\svchost.exe
    2014-03-04 13:49:52:826
    888 9f8
    Misc  = Module: c:\windows\system32\wuaueng.dll
    2014-03-04 13:49:52:826
    888 9f8
    Service *************
    2014-03-04 13:49:52:826
    888 9f8
    Service ** START **  Service: Service startup
    2014-03-04 13:49:52:826
    888 9f8
    Service *********
    2014-03-04 13:49:52:842
    888 9f8
    Agent  * WU client version 7.9.9600.16403
    2014-03-04 13:49:52:842
    888 9f8
    Agent  * Base directory: C:\Windows\SoftwareDistribution
    2014-03-04 13:49:52:842
    888 9f8
    Agent  * Access type: No proxy
    2014-03-04 13:49:52:842
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 13:49:52:842
    888 9f8
    Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-03-04 13:49:52:842
    888 9f8
    Agent  * Network state: Connected
    2014-03-04 13:49:52:858
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 13:49:52:858
    888 9f8
    Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-03-04 13:49:53:045
    888 9f8
    DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2014-03-04 13:49:53:045
    888 9f8
    DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-03-04 13:49:53:045
    888 9f8
    DtaStor Data store successfully created
    2014-03-04 13:49:53:061
    888 9f8
    Agent ***********  Agent: Initializing global settings cache  ***********
    2014-03-04 13:49:53:061
    888 9f8
    Agent  * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-03-04 13:49:53:061
    888 9f8
    Agent  * WSUS server: <NULL>
    2014-03-04 13:49:53:061
    888 9f8
    Agent  * WSUS status server: <NULL>
    2014-03-04 13:49:53:061
    888 9f8
    Agent  * Target group: (Unassigned Computers)
    2014-03-04 13:49:53:061
    888 9f8
    Agent  * Windows Update access disabled: No
    2014-03-04 13:49:53:076
    888 9f8
    WuTask WuTaskManager delay initialize completed successfully..
    2014-03-04 13:49:53:076
    888 9f8
    Report CWERReporter::Init succeeded
    2014-03-04 13:49:53:076
    888 9f8
    Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-03-04 13:49:53:076
    888 9f8
    DnldMgr Download manager restoring 0 downloads
    2014-03-04 13:49:53:092
    888 9f8
    AU ###########  AU: Initializing Automatic Updates  ###########
    2014-03-04 13:49:53:092
    888 9f8
    AU AIR Mode is enabled
    2014-03-04 13:49:53:092
    888 9f8
    AU  # AU is not configured yet
    2014-03-04 13:49:53:092
    888 9f8
    AU  # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-03-04 13:49:53:092
    888 9f8
    AU  # Accelerated install is required
    2014-03-04 13:49:53:092
    888 9f8
    Agent Switching to hardware-verified ClientId.
    2014-03-04 13:49:53:092
    888 9f8
    AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070490
    2014-03-04 13:49:53:108
    888 9f8
    AU AU finished delayed initialization
    2014-03-04 13:49:53:108
    888 8c4
    IdleTmr Incremented idle timer priority operation counter to 1
    2014-03-04 13:49:53:108
    888 13c
    DnldMgr Asking handlers to reconcile their sandboxes
    2014-03-04 13:49:57:239
    888 af8
    AU ###########  AU: Setting new AU options  ###########
    2014-03-04 13:49:57:239
    888 af8
    AU Setting AU Approval Type to 4
    2014-03-04 13:49:57:239
    888 af8
    AU  # Policy changed, AU refresh required = Yes
    2014-03-04 13:49:57:239
    888 af8
    AU  # Approval type: Scheduled (User preference)
    2014-03-04 13:49:57:239
    888 af8
    AU  # Auto-install minor updates: Yes (User preference)
    2014-03-04 13:49:57:239
    888 af8
    AU  # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-03-04 13:49:57:239
    888 af8
    AU  # Accelerated install is required
    2014-03-04 13:49:57:239
    888 af8
    AU AU Refresh required....
    2014-03-04 13:49:57:239
    888 af8
    AU AU setting next detection timeout to 2014-03-04 21:49:57
    2014-03-04 13:49:57:239
    888 af8
    AU AIR Mode is enabled
    2014-03-04 13:49:57:239
    888 af8
    AU AIR Mode is disabled
    2014-03-04 13:49:57:239
    888 af8
    AU Accelerate Install required state reset
    2014-03-04 13:49:57:239
    888 af8
    AU Triggering Online detection (interactive)
    2014-03-04 13:49:57:239
    888 9f8
    AU Windows OOBE is still in progress. AU deferring detection
    2014-03-04 13:49:57:239
    888 9f8
    AU WARNING: BeginDetection failed, hr:0x8024a008
    2014-03-04 13:49:57:239
    888 9f8
    AU All AU searches complete.
    2014-03-04 13:49:57:239
    888 9f8
    AU  # WARNING: Failed to find updates with error code 8024a008
    2014-03-04 13:49:57:239
    888 9f8
    AU AU setting next detection timeout to 2014-03-04 22:19:57
    2014-03-04 13:49:57:239
    888 9f8
    AU OOBE is in progress, so cannot perform Accelerated Install
    2014-03-04 13:53:34:838
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:53:34:838
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-03-04 13:54:16:402
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:54:16:417
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 13:58:48:942
    888 6d4
    IdleTmr Decremented idle timer priority operation counter to 0
    2014-03-04 13:58:56:990
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-03-04 13:58:57:022
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:58:57:272
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 13:58:58:830
    888 9f8
    Service UpdateNetworkState Ipv4, cNetworkInterfaces = 2.
    2014-03-04 13:58:58:846
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:58:58:877
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-03-04 13:58:58:892
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:58:59:267
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 13:59:01:937
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 13:59:01:937
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 3.
    2014-03-04 13:59:01:953
    888 9f8
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 4.
    2014-03-04 14:08:49:957
    888 9f8
    AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-03-04 14:08:50:007
    888 9f8
    WuTask Uninit WU Task Manager
    2014-03-04 14:08:50:219
    888 9f8
    Service *********
    2014-03-04 14:08:50:219
    888 9f8
    Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-03-04 14:08:50:219
    888 9f8
    Service *************
    2014-03-04 14:13:11:111
    888 ba4
    Misc ===========  Logging initialized (build: 7.9.9600.16403, tz: -0800)  ===========
    2014-03-04 14:13:11:111
    888 ba4
    Misc  = Process: C:\Windows\system32\svchost.exe
    2014-03-04 14:13:11:111
    888 ba4
    Misc  = Module: c:\windows\system32\wuaueng.dll
    2014-03-04 14:13:11:111
    888 ba4
    Service *************
    2014-03-04 14:13:11:111
    888 ba4
    Service ** START **  Service: Service startup
    2014-03-04 14:13:11:111
    888 ba4
    Service *********
    2014-03-04 14:13:11:126
    888 ba4
    Agent  * WU client version 7.9.9600.16403
    2014-03-04 14:13:11:126
    888 ba4
    Agent  * Base directory: C:\Windows\SoftwareDistribution
    2014-03-04 14:13:11:126
    888 ba4
    Agent  * Access type: No proxy
    2014-03-04 14:13:11:126
    888 ba4
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 14:13:11:126
    888 ba4
    Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-03-04 14:13:11:126
    888 ba4
    Agent  * Network state: Connected
    2014-03-04 14:13:11:126
    888 ba4
    Service UpdateNetworkState Ipv6, cNetworkInterfaces = 5.
    2014-03-04 14:13:11:126
    888 ba4
    Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-03-04 14:13:11:142
    888 ba4
    Agent ***********  Agent: Initializing global settings cache  ***********
    2014-03-04 14:13:11:142
    888 ba4
    Agent  * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-03-04 14:13:11:142
    888 ba4
    Agent  * WSUS server: <NULL>
    2014-03-04 14:13:11:142
    888 ba4
    Agent  * WSUS status server: <NULL>
    2014-03-04 14:13:11:142
    888 ba4
    Agent  * Target group: (Unassigned Computers)
    2014-03-04 14:13:11:142
    888 ba4
    Agent  * Windows Update access disabled: No
    2014-03-04 14:13:11:142
    888 ba4
    WuTask WuTaskManager delay initialize completed successfully..
    2014-03-04 14:13:11:142
    888 ba4
    Report CWERReporter::Init succeeded
    2014-03-04 14:13:11:142
    888 ba4
    Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-03-04 14:13:11:142
    888 ba4
    DnldMgr Download manager restoring 0 downloads
    2014-03-04 14:13:11:142
    888 ba4
    AU ###########  AU: Initializing Automatic Updates  ###########
    2014-03-04 14:13:11:142
    888 ba4
    AU AIR Mode is disabled
    2014-03-04 14:13:11:142
    888 ba4
    AU  # Approval type: Scheduled (User preference)
    2014-03-04 14:13:11:142
    888 ba4
    AU  # Auto-install minor updates: Yes (User preference)
    2014-03-04 14:13:11:142
    888 ba4
    AU  # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-03-04 14:13:11:142
    888 ba4
    Agent Switching to hardware-verified ClientId.
    2014-03-04 14:13:11:142
    888 ba4
    AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070490
    2014-03-04 14:13:11:158
    888 ba4
    AU AU finished delayed initialization
    2014-03-04 14:13:11:158
    888 ba4
    AU OOBE is in progress, so cannot perform Accelerated Install
    2014-03-04 14:13:11:158
    888 764
    IdleTmr Incremented idle timer priority operation counter to 1
    2014-03-04 14:13:11:158
    888 10c
    DnldMgr Asking handlers to reconcile their sandboxes
    2014-03-04 14:13:13:353
    888 764
    AU Triggering AU detection through DetectNow API
    2014-03-04 14:13:13:353
    888 764
    AU Triggering Online detection (interactive)
    2014-03-04 14:13:13:353
    888 ba4
    AU Windows OOBE is still in progress. AU deferring detection
    2014-03-04 14:13:13:353
    888 ba4
    AU WARNING: BeginDetection failed, hr:0x8024a008
    2014-03-04 14:13:13:353
    888 ba4
    AU All AU searches complete.
    2014-03-04 14:13:13:353
    888 ba4
    AU  # WARNING: Failed to find updates with error code 8024a008
    2014-03-04 14:13:13:353
    888 ba4
    AU AU setting next detection timeout to 2014-03-04 22:43:13
    2014-03-04 14:13:13:353
    888 ba4
    AU OOBE is in progress, so cannot perform Accelerated Install
    2014-03-04 14:43:13:405
    888 ba4
    AU Windows OOBE is still in progress. AU deferring detection
    2014-03-04 14:43:13:405
    888 ba4
    AU WARNING: BeginDetection failed, hr:0x8024a008
    2014-03-04 14:43:13:405
    888 ba4
    AU All AU searches complete.
    2014-03-04 14:43:13:405
    888 ba4
    AU  # WARNING: Failed to find updates with error code 8024a008
    2014-03-04 14:43:13:405
    888 ba4
    AU AU setting next detection timeout to 2014-03-04 23:13:13
    2014-03-04 14:43:13:405
    888 ba4
    AU OOBE is in progress, so cannot perform Accelerated Install
    2014-03-04 14:47:37:066
    888 764
    IdleTmr Decremented idle timer priority operation counter to 0

  • Human Task in jDeveloper 11g users list not available

    I have the problem, I defined SQL authenticator in wenlogic, and I want to do assignment at human task. But, human task only see jazn users, alhough I see the users defined in db at weblogic console
    Caused By: ORABPEL-10509
    User not found.
    User "bpmuser1" is not found in configuration "jazn.com"
    Check if the user exists in the repository specified by the configurations. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    at oracle.tip.pc.services.identity.jps.JpsProvider.lookupUser(JpsProvider.java:795)
    at oracle.tip.pc.services.identity.jps.AuthorizationServiceImpl.lookupUser(AuthorizationServiceImpl.java:223)
    at oracle.tip.pc.services.identity.jps.IdentityServiceImpl.lookupUser(IdentityServiceImpl.java:171)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.lookupUser(VerificationService.java:3670)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.c
    How do I make users from myrealm in WLS available to the worklist app?

    Hi ppssrr,
    Check the providers are in "SUFFICIENT" mode,both, DefaultAutenticator as your own.
    Other way:
    If I remember correctly, you can use "External Routing", creating an allocation rule from an external supplier.
    Then assign participant based on that rule as.
    More info: Configuring Human Tasks - 11g Release 1 (11.1.1.7)
    Greetings.

Maybe you are looking for

  • Alternative way of Updating of Subinventory Accounts

    Hi. Issue at hand : How to update (alternative way) the subinventory accounts of FIN and STAGE? Facts : 1. Current setup includes - OM, Financials, INV ( but only to a very minimum level, having 2 Subinventories FIN and STAGE used for Order-to-Cash C

  • Recent up grade to 10.4.11

    Recent up grade to 10.4.11, Finder now displays a black lined rectangle that appears in all windows in all apps. Very annoying! Also now the apple pull down window displays two of everything, (Dock, Force quit, Sleep, Restart, Shut down) All duplicat

  • Premiere Elements 10 64 bit GUI refresh slow

    Hello All, Before I start talking about the issue, I want to take this opportunity to thank Adobe for an amazingly feature rich Elements product pair.  Both Photoshop and Premiere Elements 10 are chalk full of unexpected features that can be useful f

  • Using an old Airport Express as a 'wireless gaming adapter' with a PC

    Patience please - this is prob v obvious but I'm no tech! I want to set up a wirelessly connected 'Slingbox' in the UK at my sisters place. I have an old (OLD!) Airport Express 'port' (looks like the current base station but is from a time when base

  • How to get jbuttons under jtable and within menu?

    I've developed a menu and will like to display the results of reading a text file in a jtable with jbuttons underneath on the screen somewhere. Is there a way I can display my jbuttons underneath the jtable?, i.e. itemno item desc 1111 bbb 2222 ccc <