Error installing jdeveloper 10g

i have this error when trying to unzip and install jdeveloper 10g (jdev9052.zip)
it says..
Error loading Theme
The file "C:\WINDOWS\system32\Themes\MyTheme.Theme" is not a valid theme.
therefore, i cant install jdeveloper 10g..which i need it for my school assignment.
hope anyone out there can help me with this problem i'm encounting..thanks for your help
ps: i'm using XP pro for my OS

Try it on another computer this probably has more to do with your computer than with JDeveloper.
Joris

Similar Messages

  • Installing JDeveloper 10g on Linux

    I am installing JDeveloper 10g base_installation on Fedora Core 2.
    I am using Sun J2SDK 1.4.2_05 which is work well with other applications. I have P4 with 512MB of Memory.
    I fellowed the intallation procedure in http://www.oracle.com/technology/products/jdev/htdocs/9.0.5.2/install.html#installnonwindows
    when i start jdev (even when i log as a root) the jdev start ok.
    But when i choose new from the short cut menue of the "Application Navigator" nothing happen.
    *the same copy works fine with Windows XP.
    Help me please!!

    For step-by-step instructions see here
    http://www.puschitz.com/InstallingOracle10g.shtml

  • Getting HTTP 500 Internal Server Error in JDeveloper 10g Release 3

    Hello,
    I had run a web page of JSF a month ago with no issues from the server. Now however whnever I try running any page from the IDE, I keep getting following message in the log:
    [i]Mar 1, 2008 10:06:25 AM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.OC4JRestarter.run(OC4JRestarter.java:35)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.mysql.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/Program Files/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\Program Files\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    08/03/01 10:06:25 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Mar 1, 2008 10:06:25 AM com.evermind.server.Application setConfig
    WARNING: Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    2008-03-01 10:06:25.109 WARNING J2EE 0JR0013 Exception initializing deployed application: current-workspace-app. Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 22578 ms.
    Target URL -- http://192.168.1.2:8989/AVTproject-ViewController-context-root/faces/HomeLogin.jspx
    [Another instance of the server is still running.  JDeveloper will shut it down and then restart the server.]
    Process exited.
    **** Server startup cancelled by the user.
    I finally deleted the MYSQL Database connection to the application. Still it doesnt work. Please help me as I really cant track why this is so.

    Hello,
    Thank You very much for the solution. I had uninstalled the previous JDeveloper 10g installation and installed a new instance of the same. After which it worked without much of a problem.
    However, my application requires to use MySQL database, so how do I tackle such an error. What was wrong with the connection? I mean MySQL instance seemed to work fine. Is there any version with which JDeveloper can work? Right now am using MySQL 5.0.? Please do advise.

  • Error Installing Oracle 10g on Windows Vista

    I have just bought new Laptop with Intel Core Solo Processor U1500 (1.33 Ghz) and 1Gb Ram, and Windows Vista Business Edition.
    When I ran Oracle 10g Enterprise Edition Setup on my laptop, setup asked for Administrative Password and then Unknown Error Occured, any idea what could be the problem ?
    Regards,
    Luqman

    You didn't mention if you have Vista Home Premium or Vista Home Basic. Whether Vista is 32-bit or 64-bit version. Nor did you mention which version of oracle software you downloaded and used to install.
    I have installed Oracle 10g Enterprise on Windows Vista Home Premium 32-bit. It does work. However, I downloaded and used the version of Vista 32-bit.
    So, did you use the version of Windows Vista 32-bit or not?
    What is the error message?
    People can not help you unless you tell use the error message.

  • Error Installing JDeveloper 11.1.2.2.0 in windows 7

    Hello friends,
    I have a problem installing JDeveloper Studio for 64-bit Windows, the installer used is as follows> jdevstudio11122install.exe
    Here more details of the error message:
    Could not extract the archive since it is corrupted error code = 2
    Any recommendations to successfully complete the installation process.
    Very grateful...
    Edited by: Luis_vkacito on Nov 14, 2012 12:43 PM

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Error installing oracle 10g in centos5.3

    Hi,
    i got this error while installing oracle 10g in centos...
    Checking Network Configuration requirements ... Check complete. The overall result of this check is: Not executed <<<< Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    please help me how to solve this....i am new to oracle and linux...kindly provide me detailed instructions.....

    hi veeravicky22,
    just ignore this error, and press next button. this kind of error usually happen when you forget to set an IP address to your linux box.
    hope it help.

  • Port Allocation error installing oracle 10g enterprise manager on OEL 4.0

    Dear All...
    This is urgent requirement...plz any one help me .......i have install oracle 10g on OEL 4.0. after some time i need to install a EM but i am starting to install em it rais error
    run this command:
    emca -config dbcontrol db
    after press inter ask SID port sys password and dbsnmp password and sysman password..after inputting all these parameter..it is start installation..but in some seconds it gives
    error
    "SERVER: failed to allocate port(s) in the specified range for the following process JMS [5540-5559], RMI [5520-5539], Database control [5500-5519], EM Agent [3938] [1830-1849]"
    faild to installation...
    Plz any one help me..as soon as possible.......
    Thnx
    Ali
    India
    DBA

    Dear All...
    This is urgent requirement...plz any one help me .......i have install oracle 10g on OEL 4.0. after some time i need to install a EM but i am starting to install em it rais error
    run this command:
    emca -config dbcontrol db
    after press inter ask SID port sys password and dbsnmp password and sysman password..after inputting all these parameter..it is start installation..but in some seconds it gives
    error
    "SERVER: failed to allocate port(s) in the specified range for the following process JMS [5540-5559], RMI [5520-5539], Database control [5500-5519], EM Agent [3938] [1830-1849]"
    faild to installation...
    Plz any one help me..as soon as possible.......
    Thnx
    Ali
    India
    DBA

  • MYSQL error in JDeveloper 10g using ADF Swing

    I am trying to update data in mysql database. But the following error appears in JDeveloper 10g using ADF Swing
    Mysql library is mysql-connector-java-3.1.12
    What is the problem ? INSERT and SELECT queries do not give errors. But UPDATE has problem.
    Thank you in advance.
    Sony Kalkan
    (oracle.jbo.DMLException) JBO-26041: Failed to post data to database during "Update": SQL Statement "UPDATE banner Banner SET imptotal=? WHERE bid=?".
    ----- LEVEL 1: DETAIL 0 -----
    (java.sql.SQLException) You have an error in your SQL syntax near 'Banner SET imptotal=22 WHERE bid=1' at line 1

    After i put a jtable,navigator on the form using appmoduledatacontrol on the top-right side of the jdeveloper, i run the form. Everything goes ok listing rows of data. But the error appears when i change the value of a field on the table and updating it using navigator.
    Thank you very much.

  • Error in Jdeveloper 10g in Remote deployment : Help Needed ASAP

    Hi,
    Am trying to deploy the simple application to remote oracle IAS server from Jdeveloper 10g. It is not allowing me to deploy any application remotely. The deployment log window shows following message:
    Target platform is Oracle9i Application Server (AppServerConnection1).
    Wrote WAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear
    Invoking DCM servlet client...
    C:\jdev10g\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar C:\jdev10g\jdev\lib\oc4j_remote_deploy.jar http://as18schgefage:1811/Oc4jDcmServletAPI/ ias_admin **** redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Initializing log
    Servlet interface for OC4J DCM commands
    Command timeout defined at 600 seconds
    Executing DCM command...
    Executing command redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Command = INVALID_COMMAND
    #### Invalid command: redeploy /home/ias/unified C:\jdev10g\jdev\mywork\Business Insight\Project1\deploy\webapp1.ear webapp1 home
    Opening connection to Oc4jDcmServlet
    Setting userName to ias_admin
    Sending command to DCM servlet
    #### Could not send command to Oc4jDcmServlet
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-6)
    #### HTTP return code was -6
    Exit status of DCM servlet client: -6
    Elapsed time for deployment: 4 seconds
    #### Deployment incomplete. #### Mar 16, 2005 9:20:03 AM
    Please help asap.
    Regards,
    Ujwala

    1. Re-test your connection from JDev to AS and it must success.
    I suggest to create a new OC4J instance on AS and fill
    the instance name on the dialog window while
    creating AS Connection on JDev. i.e OC4J instance name (optional)
    2. For JDev 9.0.5.x/10.1.2 using AS 9.0.4,
    don't forget to install ADF Runtime Libraries on AS.
    3. Make sure your AS support JDK/J2SE version as in JDev.
    JDev 10.1.2 need AS to use JDK version 1.4.2_04-b05.
    You can download it from http://java.sun.com/products/archive/j2se/1.4.2_04/index.html
    and install it.
    To cek your ORACLE_HOME/jdk/bin/java -fullversion
    Regs,
    Ferry Situmorang

  • Error installing oracle 10g on WIN2000 server

    Where we install oracle 10g on win2000 server, the OUI show the 78% advance but simply close the window and don't show any error, next show the last messages from C:\Program Files\Oracle\Inventory\logs path:
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleHomeSpace
         This is a prerequisite condition to check whether the specified Oracle Home contains any spaces in the path.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking InstallOnRoot
         This is a prerequisite condition to test whether installation is done at the root of a drive.
    INFO: Checking the ORACLE HOME.... :C:\oracle\product\10.2.0\db_1
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking DetectAnyInvalidASMHome
         This is a prerequisite condition to test whether the system has been cleaned properly.
    INFO: Checking the platform .......912
    Thanks.

    When screen show:
    Product-Specific Prerequisite Checks.
    In the first pane show: Check for proper system clean-up
    78%
    In second pane show: Check for proper system clean-up

  • Error installing Oracle 10g on AMD64 WinXP-32bit

    I got the following error message half way through the setting up of "Oracle Remote Configuration Agent" during the installation of Oracle 10g.
    "OLE initialization or OCX load error while registering OCX"
    My system specs are as follows:
    AMD64 3500
    Asus A8N-SLI Deluxe
    1GB RAM on dual-channel
    NV6600GT PCI-E
    WindowsXP Pro 32bit SP2
    I've tried to ignore the error and continue but installation would stall while starting up listener. I've also tried to bypass the startup of listener during install and went ahead to try to startup and configure the listener, but I still cant get Oracle to work.
    The most fustrating thing is that I cant find any information concerning OLE and OCX errors. Can someone please help?

    When screen show:
    Product-Specific Prerequisite Checks.
    In the first pane show: Check for proper system clean-up
    78%
    In second pane show: Check for proper system clean-up

  • OUI error installing Oracle 10g on RHEL 3 (Taroon update 2)

    Hi. I trying to install Oracle 10.1.0.3 on RHEL 3 (Taroon update 2). I followed the guide http://www.puschitz.com/InstallingOracle10g.shtml. Quick install guide too.
    My server is Dell PowerEdge 2850. And i did all requirements, enviroments. RHEL 3 is fresh and updated via RHN.
    But when i run ./runInstaller occurs following error:
    [oracle@sw5 Disk1]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-09-07_04-24-13PM. Please wait ...[oracle@sw5 Disk1]$
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x8077640
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    Dynamic libraries:
    0000000008048000-000000000804e000 r-xp 0000000000000000 08:03 2130475 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/bin/java
    000000000804e000-000000000804f000 rwxp 0000000000005000 08:03 2130475 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/bin/java
    000000000804f000-0000000008096000 rw-p 0000000000000000 00:00 0
    0000000040000000-0000000040015000 r-xp 0000000000000000 08:03 524291 /lib/ld-2.3.2.so
    0000000040015000-0000000040016000 rwxp 0000000000015000 08:03 524291 /lib/ld-2.3.2.so
    0000000040016000-000000004001e000 r-xp 0000000000000000 08:03 3473545 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    000000004001e000-000000004001f000 rwxp 0000000000007000 08:03 3473545 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    000000004001f000-0000000040023000 rwxs 0000000000000000 08:03 2687247 /tmp/hsperfdata_oracle/3269
    0000000040023000-0000000040024000 rwxp 0000000000000000 00:00 0
    0000000040024000-0000000040031000 r-xp 0000000000000000 08:03 7323655 /lib/tls/libpthread-0.60.so
    0000000040031000-0000000040032000 rwxp 000000000000c000 08:03 7323655 /lib/tls/libpthread-0.60.so
    0000000040032000-0000000040034000 rwxp 0000000000000000 00:00 0
    0000000040034000-0000000040036000 r-xp 0000000000000000 08:03 524304 /lib/libdl-2.3.2.so
    0000000040036000-0000000040037000 rwxp 0000000000001000 08:03 524304 /lib/libdl-2.3.2.so
    0000000040037000-0000000040169000 r-xp 0000000000000000 08:03 7323650 /lib/tls/libc-2.3.2.so
    0000000040169000-000000004016c000 rwxp 0000000000132000 08:03 7323650 /lib/tls/libc-2.3.2.so
    000000004016c000-0000000040170000 rwxp 0000000000000000 00:00 0
    0000000040170000-000000004056a000 r-xp 0000000000000000 08:03 8028660 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/client/libjvm.so
    000000004056a000-0000000040586000 rwxp 00000000003f9000 08:03 8028660 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/client/libjvm.so
    0000000040586000-0000000040598000 rwxp 0000000000000000 00:00 0
    0000000040598000-00000000405aa000 r-xp 0000000000000000 08:03 524308 /lib/libnsl-2.3.2.so
    00000000405aa000-00000000405ab000 rwxp 0000000000011000 08:03 524308 /lib/libnsl-2.3.2.so
    00000000405ab000-00000000405ad000 rwxp 0000000000000000 00:00 0
    00000000405ad000-00000000405ce000 r-xp 0000000000000000 08:03 7323653 /lib/tls/libm-2.3.2.so
    00000000405ce000-00000000405cf000 rwxp 0000000000021000 08:03 7323653 /lib/tls/libm-2.3.2.so
    00000000405cf000-00000000405d0000 rwxp 0000000000000000 00:00 0
    00000000405dc000-00000000405e7000 r-xp 0000000000000000 08:03 524324 /lib/libnss_files-2.3.2.so
    00000000405e7000-00000000405e8000 rwxp 000000000000a000 08:03 524324 /lib/libnss_files-2.3.2.so
    00000000405f6000-00000000405f9000 ---p 0000000000000000 00:00 0
    00000000405fd000-0000000040607000 rwxp 0000000000000000 00:00 0
    0000000040607000-0000000040617000 r-xp 0000000000000000 08:03 3473625 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libverify.so
    0000000040617000-0000000040619000 rwxp 000000000000f000 08:03 3473625 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libverify.so
    0000000040619000-0000000040639000 r-xp 0000000000000000 08:03 3473626 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libjava.so
    0000000040639000-000000004063b000 rwxp 000000000001f000 08:03 3473626 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libjava.so
    000000004063b000-000000004064f000 r-xp 0000000000000000 08:03 3473628 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libzip.so
    000000004064f000-0000000040652000 rwxp 0000000000013000 08:03 3473628 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/i386/libzip.so
    0000000040652000-0000000041fea000 r-xs 0000000000000000 08:03 3473873 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/rt.jar
    0000000041fea000-0000000042034000 rwxp 0000000000000000 00:00 0
    0000000042034000-000000004204a000 r-xs 0000000000000000 08:03 3473650 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/sunrsasign.jar
    000000004204a000-0000000042125000 r-xs 0000000000000000 08:03 3473870 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/jsse.jar
    0000000042125000-0000000042136000 r-xs 0000000000000000 08:03 3473651 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/jce.jar
    0000000042136000-000000004268f000 r-xs 0000000000000000 08:03 3473871 /tmp/OraInstall2005-09-07_04-24-13PM/jre/1.4.2/lib/charsets.jar
    000000004268f000-0000000042707000 rwxp 0000000000000000 00:00 0
    0000000042707000-000000004468f000 rwxp 0000000000078000 00:00 0
    000000004468f000-0000000044691000 rwxp 0000000000000000 00:00 0
    0000000044691000-000000004470f000 rwxp 0000000002002000 00:00 0
    000000004470f000-0000000044737000 rwxp 0000000000000000 00:00 0
    0000000044740000-00000000447e0000 rwxp 0000000000000000 00:00 0
    00000000447e0000-00000000452c0000 rwxp 00000000000a9000 00:00 0
    00000000452c0000-0000000045420000 rwxp 0000000000000000 00:00 0
    0000000045420000-000000004dd40000 rwxp 0000000000ce9000 00:00 0
    000000004dd40000-000000004e140000 rwxp 0000000000000000 00:00 0
    000000004e140000-0000000051d40000 rwxp 0000000009a09000 00:00 0
    0000000051d40000-0000000051d41000 rwxp 0000000000000000 00:00 0
    0000000051d41000-0000000051d45000 rwxp 000000000d60a000 00:00 0
    0000000051d45000-0000000051d47000 rwxp 0000000000000000 00:00 0
    0000000051d47000-0000000051d8b000 rwxp 000000000d610000 00:00 0
    0000000051d8b000-0000000051d8d000 rwxp 0000000000000000 00:00 0
    0000000051d8d000-0000000051dab000 rwxp 000000000d656000 00:00 0
    0000000051dab000-0000000051dad000 rwxp 0000000000000000 00:00 0
    0000000051dad000-0000000051df2000 rwxp 0000000000001000 00:00 0
    0000000051df2000-0000000051df5000 rwxp 0000000000000000 00:00 0
    0000000051df5000-0000000051e13000 rwxp 0000000000049000 00:00 0
    0000000051e13000-0000000051e14000 ---p 0000000000000000 00:00 0
    0000000051e14000-0000000051e94000 rwxp 0000000000001000 00:00 0
    00000000fff71000-00000000ffffe000 rw-p fffffffffff74000 00:00 0
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 0K [0x44740000, 0x447e0000, 0x452c0000)
    eden space 512K, 0% used [0x44740000, 0x44740048, 0x447c0000)
    from space 64K, 0% used [0x447c0000, 0x447c0000, 0x447d0000)
    to space 64K, 0% used [0x447d0000, 0x447d0000, 0x447e0000)
    tenured generation total 1408K, used 0K [0x452c0000, 0x45420000, 0x4dd40000)
    the space 1408K, 0% used [0x452c0000, 0x452c0000, 0x452c0200, 0x45420000)
    compacting perm gen total 4096K, used 277K [0x4dd40000, 0x4e140000, 0x51d40000)
    the space 4096K, 6% used [0x4dd40000, 0x4dd85490, 0x4dd85600, 0x4e140000)
    Local Time = Wed Sep 7 16:24:17 2005
    Elapsed Time = 0
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3269.log.
    # Please refer to the file for further information.
    What i did wrong? Please help me.

    Try to set the LD_ASSUME_KERNEL
    export LD_ASSUME_KERNEL=2.4.19
    cu
    Andreas

  • Can I install jdeveloper 10g on aix5.2?

    Hi,
    I want to use oracle application framework while i develop my applicaiton with jdeveloper10g,but I don't know if I can install adf run-time on weblogic 8.1 which installed on IBM AIX5.2£¬who can give me some idea?
    thank you very much
    li xinzhu

    you can try installing Oracle on the server and run the ADF installer.
    Or you can try to do it manually coping the libraries.
    Maybe this can help
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html

  • Error installing Oracle 10g Express Editon on 64bit windows

    After downloading the executable file, when I try to run it I get "Error Reading setup Initialization file"

    I guess your download is corrupt.
    Strangely there are no checksums provided for the exe files at the download page so you are not able to check your file :(
    Try to download again.

  • Error installing Oracle 10g on Windows XP SP2

    Hi
    I had an error message at the end of the setup.
    Error instantiating EM configuration files.
    Log about the error is below.
    thanks in advance for your help
    OS:windows xp sp2
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emconfig.log
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: '\regedit.exe' i‡ ya da d?Ÿ komut, ‡al?Ÿt?r?labilir
    program ya da toplu iŸ dosyas? olarak tan?nm?yor.
    Creating registry entries failed. Aborting...
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C C:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole C:\oracle\product\10.2.0\db_1\mylaptop_orcl mylaptop:3938 mylaptop orcl
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
    at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2560)
    at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1166)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:207)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:185)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:146)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
    at java.lang.Thread.run(Thread.java:534)

    Hi
    I had an error message at the end of the setup.
    Error instantiating EM configuration files.
    Log about the error is below.
    thanks in advance for your help
    OS:windows xp sp2
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emconfig.log
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: '\regedit.exe' i‡ ya da d?Ÿ komut, ‡al?Ÿt?r?labilir
    program ya da toplu iŸ dosyas? olarak tan?nm?yor.
    Creating registry entries failed. Aborting...
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C C:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole C:\oracle\product\10.2.0\db_1\mylaptop_orcl mylaptop:3938 mylaptop orcl
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Failed to deploy state dirs
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating EM configuration files
    Refer to the log file at C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Dec 7, 2005 7:40:57 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating EM configuration files
    at oracle.sysman.emcp.EMAgentConfig.updateAgentConfigFiles(EMAgentConfig.java:2560)
    at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1166)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:207)
    at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:185)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:146)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
    at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • OBIEE-11g Double columns question

    Hi guys, on my pc i've installed business intelligence suite 11.1.3 and now I need support about double columns feature. In the business model I've this hierarchy Region -> Province -> Municipality where the keys for each level are represented by the

  • Mass data upload from LSMW

    hi guys i heard from many guys that mass documents can be uploaded through LSMW. pls do suggest me, how the path way for documents(files) can be given and where it will be given ...........and where the care has to be taken Regards surya

  • File conversion in words

    i cant converts my file into words documents

  • I get this error when trying to compile a plain C++ project

    Tool:0: Couldn't run '/usr/bin/gcc-3.3' because it does not refer to an accessible executable. I get this error when I try to compile/build a normal C++ project. I make a new project. C++ tool. Call it "test" It automatically makes a main.cpp file wh

  • DDP file problem

    Hi There I mastered out a dual layer project to 2 DLTs using DVDSP 4.1.2. I read the DLTs back and burnt a DL DVD-R in Toast as a test disc (knowing that Toast would create its own layer break point). The test disc worked fine. So I delivered both a