Native Library path in OC4J (Oracle AS managed)

Hi all,
Where can I configure -Djava.library.path in oracle application server managed OC4J?. I need to include java native library path. My Oracle AS version is 10.1.3.1.0
Thanks,
Sujnan

Hi all,
I have figured out why the variable is empty in terminal. My terminal preferences were set to execute the standard shell from /usr/bin/login. I took a look inside the login file and found a reference to /usr/lib/dyld. I guess somewhere over there the var DYLDLIBRARYPATH is set to empty. Changed the standard login shell command to /bin/bash and the environment var is OK.
Now I still have the problem of one iBook refusing to launch my app from the dock. Because the environment var is overwritten somewhere else I suppose.
I agree that setting the variable DYLD_... 'globally' using environment.plist is not a good habit. But it is the only way I could get my application working with Oracle OCI.
My app is created using 4th Dimension using 4D for OCI plugin.
I tried to add a LSEnvironment dictionary containing the environment vars to the Info.plist file, but I can't get it to work. Perhaps I have done something wrong? My application is called Vivaldi.
I edited the file Vivaldi/Contents/Info.plist using Property list editor. Beneath a fragment of the dumped contents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<array>
</array>
<key>CFBundleExecutable</key>
<string>EXE</string>
<key>LSEnvironment</key>
<dict>
<key>DYLDLIBRARYPATH</key>
<string>/Oracle</string>
</dict>
</dict>
</plist>

Similar Messages

  • Migration 10.1.2 - 10.1.3, error:: no ocijdbc10 in java.library.path

    Hi,
    I'm using Jdev 10.1.3, and my problem is the following one:
    In my connection definition, that ORACLE_JDBC_TYPE is oci8 and when i try to conenct to BD, it occurs:
    java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path
    I've Oracle Client 9i and 8i, i've used each of them, but it doesn'nt work
    I've drivers,jar, dll of client 10, becuase i supposse that it is that application need,
    and i copy them in jdbc/lib of Oracle client(8i and 9i) and in jDev 10.1.3, but it doesn`t work.
    The files are :
    jars:: classes12.jar and ojdbc14.jar
    dll ::oci.dll,ocijdbc10.dll, ociw32.dll,orannzsbb10.dll,oraocci10.dll and oraociei10.dll
    Is there other path else where i should copy this jars,dllls?
    Could we help me?
    Thanks.

    I am not familiar with Mac OS, but there are two things I can think of that you can check:
    - This is trivial, and you probably did that: ist libocijdbc10.dylib in /usr/local/oracle/instantclient10_1 ?
    - Could it be that Java is 32-bit and libocijdbc10.dylib is 64-bit or vice versa?
    Yours,
    Laurenz Albe

  • Oracle VM Manager Instalation issue

    I Trying install Oracle VM Manager but suddenly stop, then i try find out in log file but i don't understand, can anyone help me... here is the detail :
    Oracle VM Manager Release 3.2.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovm-manager-3-install-2013-06-05-110036.log
    Please select an installation type:
    1: Simple (includes database if necessary)
    2: Custom (using existing Oracle database)
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting production with local database installation ...
    Verifying installation prerequisites ...
    Oracle VM Manager can only be installed on a 64 bit Oracle Linux version 5.5 and higher.
    Current version is 'redhat' version '3.2.1'
    *** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database Software...
    Installing Database Software...
    Retrieving MySQL Database 5.5 ...
    [root@OracleVM OracleVM-Manager-3.2.1-installer-OracleLinux]#
    more ovm-manager-3-install-2013-06-05-110036.log
    Traceback (most recent call last):
    File "setup.py", line 38, in ?
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/installer.py", line 274, in install
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/installer.py", line 500, in installDB
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/database.py", line 53, in install
    File "/tmp/ovmm-installer.selfextract_Sg8414/ovm/installer/database.py", line 324, in installMySQLRPM
    UnboundLocalError: local variable 'mysqlfile' referenced before assignment
    fs DEBUG path /etc/sysconfig/ovmm is not a file
    06-05 11:00 system.fs DEBUG Opened file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype for reading
    06-05 11:00 system.fs DEBUG Reading file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype
    06-05 11:00 system.fs DEBUG File /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/dbtype is closed after rea
    ding
    06-05 11:00 ovm.installer INFO
    06-05 11:00 system.console DEBUG Please select an installation type:
    06-05 11:00 system.console DEBUG 1: Simple (includes database if necessary)
    06-05 11:00 system.console DEBUG 2: Custom (using existing Oracle database)
    06-05 11:00 system.console DEBUG 3: Uninstall
    06-05 11:00 system.console DEBUG 4: Help
    06-05 11:00 system.console DEBUG
    06-05 11:01 ovm.installer DEBUG Manager UUID argument set to : 'None'
    06-05 11:01 ovm.installer INFO
    06-05 11:01 ovm.installer INFO Starting production with local database installation ...
    06-05 11:01 ovm.installer.prerequisites INFO
    06-05 11:01 ovm.installer.prerequisites INFO Verifying installation prerequisites ...
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if run by root user
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if OS is Oracle Linux or Solaris
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if OS is at least Oracle Linux version 5.5
    06-05 11:01 ovm.installer.prerequisites INFO Oracle VM Manager can only be installed on a 64 bit Oracle Linux version 5.5 and
    higher.
    Current version is 'redhat' version '3.2.1'
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if hostname is pingable
    06-05 11:01 system.net DEBUG pingMachine OracleVM, timeout=5, recheck=False
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    PING OracleVM.anggia.com (192.168.56.3) 56(84) bytes of data.
    64 bytes from OracleVM.anggia.com (192.168.56.3): icmp_seq=1 ttl=64 time=0.073 ms
    --- OracleVM.anggia.com ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.073/0.073/0.073/0.000 ms
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.net DEBUG Machine with ip:[OracleVM] is pingable
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if system has enough memory
    06-05 11:01 system.fs DEBUG Opened file /proc/meminfo for reading
    06-05 11:01 system.fs DEBUG Reading file /proc/meminfo
    06-05 11:01 system.fs DEBUG File /proc/meminfo is closed after reading
    06-05 11:01 system.fs DEBUG Opened file /proc/cpuinfo for reading
    06-05 11:01 system.fs DEBUG Reading file /proc/cpuinfo
    06-05 11:01 system.fs DEBUG File /proc/cpuinfo is closed after reading
    06-05 11:01 ovm.installer.prerequisites WARNING *** WARNING: Recommended memory for the Oracle VM Manager server installation us
    ing Local MySql DB is 7680 MB RAM
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if the permission of /tmp is 777
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if the 'oracle' user and group exist
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying hardnofiles for user 'oracle'
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying softnofiles for user 'oracle'
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying /u01
    06-05 11:01 ovm.installer.prerequisites DEBUG Changing /u01 permission to 755
    06-05 11:01 system.fs DEBUG path [u01/app] is not a directory
    06-05 11:01 system.fs DEBUG path [u01/app/oracle] is not a directory
    06-05 11:01 ovm.installer.prerequisites DEBUG * Verifying Install Env
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/Middleware/.installed does not exist
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/java/.installed does not exist
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/ovm-manager-3/.installed does not exist
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 49500
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.questions INFO
    06-05 11:01 ovm.installer.questions INFO One password is used for all users created and used during the installation.
    06-05 11:01 system.fs DEBUG Opened file /tmp/ovm_configBbY8PB for writing
    06-05 11:01 system.fs DEBUG Writing contents in file /tmp/ovm_configBbY8PB
    06-05 11:01 ovm.installer DEBUG Reading configuration about installers in '/source/OracleVM-Manager-3.2.1-installer-OracleLinu
    x/components/files.yml'
    06-05 11:01 system.fs DEBUG Opened file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml for readi
    ng
    06-05 11:01 system.fs DEBUG Reading file /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml
    06-05 11:01 system.fs DEBUG File /source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/files.yml is closed after
    reading
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ofm_appdev_generic_11.1
    .1.5.0_disk1_1of1.zip' as installation file for Oracle ADF
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_upgrade_3.2.1.516.z
    ip' as installation file for Oracle VM Manager Upgrade tool
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/wls1035_generic.jar' as
    installation file for Oracle WebLogic Server
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/weblogic_3.2.1.516.zip'
    as installation file for Oracle VM core & console
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_cli_3.2.1.516.zip'
    as installation file for Oracle VM Manager CLI tool
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/ovm_shell_3.2.1.516.zip
    ' as installation file for Oracle VM Manager Shell & API
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/OEL6_p14405782_55_Linux
    -x86-64.zip' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/OEL5_p14405786_55_Linux
    -x86-64.zip' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/MEB_OEL6_meb-3.8.0-el6.
    x86_64.rpm' as installation file for Database
    06-05 11:01 ovm.installer DEBUG Using '/source/OracleVM-Manager-3.2.1-installer-OracleLinux/components/MEB_OEL5_meb-3.8.0-rhel
    5.x86_64.rpm' as installation file for Database
    06-05 11:01 system.fs DEBUG path /u01/app/oracle/java does not exist
    06-05 11:01 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'java')
    06-05 11:01 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'ovm', 'installer', 'djc', 'lib', 'java')
    06-05 11:01 ovm.installer.prerequisites INFO
    06-05 11:01 ovm.installer.prerequisites INFO Verifying configuration ...
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if enough diskspace is available
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if database port is available
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 49500
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if database server hostname 'localhost' is pingable
    06-05 11:01 system.net DEBUG pingMachine localhost, timeout=60, recheck=False
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 0
    06-05 11:01 system.process DEBUG system.process.run stdout:
    PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.096 ms
    --- localhost.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.096/0.096/0.096/0.000 ms
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.net DEBUG Machine with ip:[localhost] is pingable
    06-05 11:01 ovm.installer.prerequisites DEBUG * Checking if Oracle VM ports are available
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 54321
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 system.process DEBUG Checking whether a service is running on port 7002
    06-05 11:01 system.process DEBUG system.process.start
    06-05 11:01 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:01 system.process DEBUG system.process.run stdout:
    06-05 11:01 system.process DEBUG system.process.run stderr:
    06-05 11:01 ovm.installer INFO
    06-05 11:01 system.console DEBUG Start installing the configured components:
    06-05 11:01 system.console DEBUG 1: Continue
    06-05 11:01 system.console DEBUG 2: Abort
    06-05 11:01 system.console DEBUG
    06-05 11:02 system.unix DEBUG Chown oracle:dba /tmp/ovm19GZ7h
    06-05 11:02 ovm.installer INFO
    06-05 11:02 ovm.installer INFO Step 1 of 9 : Database Software...
    06-05 11:02 ovm.installer INFO Installing Database Software...
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/java does not exist
    06-05 11:02 system.fs DEBUG Join paths ('/tmp/ovmm-installer.selfextract_Sg8414', 'java')
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app
    06-05 11:02 system.fs DEBUG path [u01/app] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app]
    06-05 11:02 system.unix DEBUG Chmod /u01/app
    06-05 11:02 system.fs DEBUG isfile:/u01/app
    06-05 11:02 system.fs DEBUG path /u01/app is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle
    06-05 11:02 system.fs DEBUG path [u01/app/oracle] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql/data] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql/data]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG Creating directory if not exists /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path [u01/app/oracle/mysql/dbbackup] is not a directory
    06-05 11:02 system.fs DEBUG Created the directory [u01/app/oracle/mysql/dbbackup]
    06-05 11:02 system.unix DEBUG Chmod /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a file
    06-05 11:02 system.fs DEBUG Scanning directory (walk) /u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.unix DEBUG Chown oracle:dba /u01/app
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/data is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql/data
    06-05 11:02 system.fs DEBUG isfile:/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a file
    06-05 11:02 system.fs DEBUG path /u01/app/oracle/mysql/dbbackup is not a link
    06-05 11:02 system.fs DEBUG Scanning directory (walk)/u01/app/oracle/mysql/dbbackup
    06-05 11:02 system.process DEBUG system.process.start
    06-05 11:02 system.process DEBUG system.process.run ended, exitcode was 1
    06-05 11:02 system.process DEBUG system.process.run stdout:
    06-05 11:02 system.process DEBUG system.process.run stderr:
    06-05 11:02 ovm.installer.database INFO Retrieving MySQL Database 5.5 ...
    06-05 11:02 system.fs DEBUG Removing directory tree with path: /tmp/ovm19GZ7h
    06-05 11:02 system.fs DEBUG path /tmp/ovm19GZ7h exists
    06-05 11:02 system.fs DEBUG Trying to remove Directory tree with path: /tmp/ovm19GZ7h (warn on errors)
    06-05 11:02 system.fs DEBUG Directory tree with path: /tmp/ovm19GZ7h is successfully removed
    06-05 11:02 system.fs DEBUG Removing directory tree with path: /tmp/ovmm-installer.selfextract_Sg8414
    06-05 11:02 system.fs DEBUG path /tmp/ovmm-installer.selfextract_Sg8414 exists
    06-05 11:02 system.fs DEBUG Trying to remove Directory tree with path: /tmp/ovmm-installer.selfextract_Sg8414 (warn on erro
    rs)

    Hi!,
    Modify the version release file /etc/redhat-release
    put the line
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    save file, them delete directories /u01/app/oracle/* and /tmp/* and try again
    I hope help you.
    Carlos G.

  • [Oracle VM Manager 3.1.1] Unable to setup TCPS

    Hello,
    I'm trying the setup the TCPS protocol for Oracle VM Manager (OVMM) 3.1.1.
    I used secureOvmmTcpGenKeyStore.sh to create a certificate and secureOvmmTcp.sh to setup OVMM.
    However, when I start OVMM, I'm getting the following error and the TCPS protocol is not enabled:
    :####<Jul 3, 2012 9:18:20 AM CEST> <Info> <com.oracle.odof.core.WorkflowManager> <ovmmanager.comunefaenza.local> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JXBgyXBFw0WFLzePOA1FwdmX000002> <1341299900914> <BEA-000000> <Failed to start tcps service at port: 54322 message: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)>
    I checked the installation with
    ovm_managercontrol -u admin -p XXX -h localhost -c keystoreinfo
    whose output is:
    Oracle VM Manager Control utility 0.5.2.
    Manager version : 3.1.1.365
    Connected.
    Command : keystoreinfo
    Key Store information :
    Key Path : '/u01/app/oracle/ovm-manager-3/ovmmCoreTcps.ks'
    The keystore ovmmCoreTcps.ks is there and is readable and writable for oracle:dba.
    Any help will be appreciated.
    Alessandro

    I just did it a couple of weeks go in my system and it went pretty smooth. Are you running any firewall or have something that might be using the port used for tcps?

  • Native library problem

    I am trying to get a berkeley xml database working in java and i get an error when i try to run their sample programs. I am trying this in linux right now with problems. I got it to work in windows.
    I used this command to set the native library path:
    export LD_LIBRARY_PATH=/home/test/Desktop/dbxml-2.3.10/install/lib/
    When i run the sample program i get this error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: cannot open shared object file: No such file or directory

    Do you have that so file in that location?
    If yes then do the correct permissions exist for the app to access it?
    If yes then are there any third party shared libraries needed? If yes then where are they?

  • Mac OS X 10.4.x and error no ocijdbc10 in java.library.path

    Hi all,
    I installed Oracle Instant Client 10.1.0.3 on my Mac OS X 10.4 (PPC). I stored this client into path /usr/local/oracle/instantclient10_1. I set all properties as PATH, ORACLE_HOME, DYLD_LIBRARY_PATH, etc...
    export set ORACLE_HOME=/usr/local/oracle/instantclient10_1
    export set DYLD_LIBRARY_PATH=$ORACLE_HOME
    export set LD_LIBRARY_PATH=$ORACLE_HOME
    export set SQLPATH=$ORACLE_HOME
    export set TNS_ADMIN=$ORACLE_HOME
    export set PATH=$PATH:$ORACLE_HOME
    When I use SQLPLUS all work correctly but when I use JDBC OCI driver I got error no ocijdbc10 in java.library.path. But when I show system property java.library.path I can see this: java.library.path ==> /usr/local/oracle/instantclient10_1:.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    Can you somebody help with it. Thanx
    Edited by: user2258172 on 4.6.2009 7:21

    I am not familiar with Mac OS, but there are two things I can think of that you can check:
    - This is trivial, and you probably did that: ist libocijdbc10.dylib in /usr/local/oracle/instantclient10_1 ?
    - Could it be that Java is 32-bit and libocijdbc10.dylib is 64-bit or vice versa?
    Yours,
    Laurenz Albe

  • JDev 10.1.2/Embedded OC4J / JDev generated Library path

    Hello!
    I migrated a JDeveloper 9.0.3.4 - Workspace and Project to JDeveloper 10.1.2.
    My application uses Struts 1.2.4 and Toplink 9.0.3.
    I don't want to migrate Toplink 9.0.3 to Toplink 10G (9.0.4.5) in that moment.
    Running my application on embedded OC4J it uses not my referenced toplink 9.0.3 but toplink 9.0.4.5 library.
    I edited "$JDEV_HOME\jdev\system10.1.2.0.0.1811\oc4j-config\application.xml" file and commented out the toplink library path, but as this entry is "jdev-generated", this entry is regenerated.
    How can i solve this issue?
    Thank you!
    Harald.

    Refer to
    http://www.oracle.com/technology/products/jdev/htdocs/10.1.2.0.0/install.html#migrating

  • How to connect OC4J of Oracle VM manager

    Hi:
    I want to connect OC4J of Oracle VM manager.
    http://hostname:8888/em
    403 Forbidden
    Access forbidden from this IP/hostname

    Hi,
    the administration of OC4J is per default restricted to the local node.
    So this will work, if you access the site locally (from the server where your OC4J is running).
    To change this, you can edit the "allow" entries in
    /opt/oc4j/j2ee/home/application-deployments/ascontrol/ascontrol/orion-web.xml
    (You will possibly need to restart oc4j).
    Regards
    Sebastian

  • Oracle Calendar - UnsatisfiedLinkError: no csdkjni in java.library.path

    Hi, all.
    I deployed my test calendar application developed using Jdeveloper 10.1.3.0 (on Windows XP) to the Oracle 10.1.3. AS on a linux server, but the CalendarServer in on another installation (Collaboration Suite 10.1.2) on the same linux server.
    When I try to executed the code that calls the calendar server I get this error:
    500 Internal Server Error
    javax.faces.el.EvaluationException: java.lang.UnsatisfiedLinkError: no csdkjni in java.library.path
    I set the LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/ocal/lib on the collaboration suite 10.1.2 installation.
    When I try to run the code on my Jdeveloper I get the same error:
    java.lang.UnsatisfiedLinkError: no csdkjni in java.library.path
    In my windows machine I create a folder where I put the dll's and jar files that came from the collaboration suite windows installation, but I get always the same error
    This is the code:
    try
    Api.init("calendar.ini", "calendar.log");
    catch(Api.StatusException e)
    System.out.println("init returned status'" + e.getMessage() + "'");
    System.exit (1);
    Is my approach correct? Because if i'm developing on Windows and I need dll's files to connect to the calendar server on linux, but when I deploy the application to the linux server those dll's are useless and cannot be used. So am I missing something here? Do I need anything else to get this to work?
    Best Regards,
    Rui

    1. Use 1 and only 1 of classes12.zip and ojbc14.jar; they have different versions of the same classes in them.
    2. The Oracle OCI driver for JDBC uses .dll files or .so files from the Oracle client installation (as well as Oracle network configuration files, I think); most people use the thin driver instead to avoid this problem.
    To use the thin driver, change your url, see here for details:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#05_00
    To stay with the OCI driver (not recommended), you need to have the appropriate Oracle client installation (or at least get the dlls or sos), and I think set additional environment variables, such as ORACLE_HOME and possibly LD_LIBRARY_PATH. I don't do this myself, so I can't give much more advice.

  • No ocijdbc12 in java.library.path -- Oracle 11g client on machine - 4.1 EA

    no ocijdbc12 in java.library.path when trying to open a connection SQL Developer 4.1 EA version
    My 32-bit machine has an 11g cllient.
    Connections should work with 11g client as well.
    Not planning on 12c client until we  start migrating to new releases/

    If you do not have Tools > Preferences > Database > Advanced > Use OCI/Thick driver checked, that message will not appear whether the client is 11g or 12c.  If you want to use OCI/Thick in conjunction with 11g, then make sure Advanced > Use Oracle Client is checked and points to your installed 11g client.  Run the Test... button in the Configure panel and make sure any other requirements are also met.

  • Does JVM variable java.library.path make sense from native code?

    Hello all,
    Well, everybody loads native library from the Java side by calling System.loadLibrary("myNative").
    But what if, for example, myNative.dll loads another two libraries itself?
    Suppose, when I call java method "initMyNative", it in turn call native function Java_initMyNative(...). That Java_initMyNative(...) wants to load two native libraries and make: HINSTANCE lib01 = LoadLibrary("auxlib01.dll");  // LoadLibrary from capital, it's Win function!
    HINSTANCE lib02 = LoadLibrary("auxlib02.dll");  // LoadLibrary from capital, it's Win function!As specified, native LoadLibrary call will look for auxlib01.dll and auxlib02.dll in catalogs which are enumerated in system variable PATH, current catalog.
    Does java.library.path make any sense on order of such search?
    If not, is there any way of flexible configuring of the catalog in which to look auxlib01.dll and auxlib02.dll for?
    I see some ways:
    * changing system variable PATH - not flexible
    * passing content of java.library.path into native code, parsing it and looking for auxlib01.dll and auxlib02.dll in each catalog listed in java.library.path - too heavy
    I hope there is more smart way to do that.
    Thanks, Alex

    Thank you Shane for your reply. I actually didnt have to create 2 jar files, one for Java files and one for the dll file. I got an idea from your post and referenced the same jar file twice by saying:
    <j2se version="1.2+" />
    <jar href="HelloWorld.jar"/>
    <nativelib href="HelloWorld.jar"></nativelib>
    and by saying that the jnlp file started working from the browser.
    Again, thanks a lot for your replies.
    Thanks
    Nick

  • HANA Studio installation error: Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

    When attempting to add the ADT to HANA Studio I get the error:
    Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
    Additionally I get something about a possibly missing Microsoft Runtime DLL VS2010.
    When I then attempt to add ABAP Projects I get the error:
    An error has occurred. See error log for more details.
    com/sap/mw/jco3/eclipse/Registry
    I have tried with sites:
    SAP Development Tools for Eclipse - Juno Software Repository
    SAP Development Tools for Eclipse - Kepler Software Repository
    I have been able to install the ADT on Eclipse-Kepler which is running fine.

    I did and on that page the following is stated:
    For Windows OS: DLLs VS2010 for communication with the back-end system is required.
    NOTE: Install either the x86 or the x64 variant, accordingly to your 32- or 64-Bit Eclipse installation.
    This seems exactly to address the issue I am grapling with, but when downloading and trying to install the file I get the message that the current version on my frontend is more recent than the version I am trying to install.
    Is that not strange?

  • Library paths and environment variables

    Hello,
    I am using 10g AS 9.0.4 on a Unix system.
    I am trying to convert an old JSP web application to work with 10g. It is not an EAR/WAR file so I am manually trying to set it up under the "default-web-app" folder. It uses a number of java class files which currently reside in $J2EE_HOME/default-web-app/WEB-INF/classes/mystuff.
    These class files require access to a number of libraries. I foolishly believed that they would be accessible if I were to place them in the $J2EE_HOME/default-web-app/WEB-INF/lib folder, but that did not work.
    I read that OC4J uses a "catch all" lib directory at $J2EE_HOME/applib. I copied the library files there and they still did not work.
    Frustrated, I tried to print out the environment variables for the server - only to find that this function is not supported.
    I managed to print out the library path by creating a Java class files which returns the following as a string:
    System.getProperty("java.library.path");
    This (when called from a JSP) prints a number of different library paths, none of which match those found listed in the $J2EE_HOME/config/application.xml file. I placed the library files in one of the paths listed by the "java.library.path" and it worked!
    3 questions:
    1. How do you print the server's environment variables using a JSP? This strikes me as a very useful function for sorting out library and path issues. Do a search on Google for "print environment variables OC4J" or something similar and there are no useful pages suggesting how this can be done.
    2. Why are the default library paths different on the server than to those specified in application.xml?
    3. How do I change the LD_LIBRARY_PATH (or any environment variable for that matter)? I have tried adding the following line to $ORACLE_HOME/Apache/Jserv/etc/jserv.properties without success:
    wrapper.env=LD_LIBRARY_PATH=/my/custom/library/path
    Any help you can offer would be most appreciated.

    >
    Thanks very much for a such a comprehensive response
    - it has helped answer a lot of questions, especially
    being able to print out the system properties. That
    will be really useful!
    No worries at all Rob.
    The main hurdle is that the libraries are indeed
    native (*.so) libraries. I hadn't considered that
    until you pointed it out in your message. Can I
    assume, then, that $J2EE_HOME/applib and
    $J2EE_HOME/default-web-app/WEB-INF/lib are only
    designed to handle Java's .JAR librares? That would
    explain why placing the native libraries in there
    didn't work, but is there a way of getting such
    native libraries recognised and bundled up in a
    WAR/EAR file?
    Yep, that's it.
    Our proprietary applib and the servlet specs web-inf/lib are only dealing with Java archives.
    The J2EE specs don't cover how to deal with native libs like this.
    Now I've NEVER EVER tried it, but it's worth a shot of at least trying -- for simplified packaging purposes, what you may be able to do is to distribute the .so's within the web-inf/lib -- and then just set that directory (where's its realized on the server after the app is deployed) to be referenced witihn the LD_LIBRARY_PATH. I'd expect our deployment manager will just ignore files it doesn't know about, so arguably you should be able to at least distribute them with the standard archive.
    You'll need to specifically set the LD_LIBRARY_PATH as a separate task outside of the deployment operation though.
    >
    This is where things get a bit weird, and is partly
    my fault during the installation of 10g AS.
    We already had an existing installation of Oracle 10g
    Database (10.1.0) at $ORACLE_HOME under the user
    "oracle". I logged in as the user "oracle" to install
    the Application Server into a different location (In
    this case, "$ORACLE_HOME/../ias10g_9.0.4" - let's
    call this $IAS_HOME). So there is no separate user
    account for Oracle Database and Application Server
    (and hence no separate $LD_LIBRARY_PATH).
    If I log into UNIX as the user "oracle" and echo the
    LD_LIBRARY_PATH, I get the following directories:
    $ORACLE_HOME/lib
    /usr/openv/netbackup/bin
    /usr/dt/lib
    /usr/lib
    I use this user to do "opmnctl stopall" and "opmnctl
    startall". If I then print out the library path from
    a JSP using
    "System.getProperty("java.library.path");", I get the
    following paths:
    $IAS_HOME/jdk/jre/lib/sparc/server
    $IAS_HOME/jdk/jre/lib/sparc
    $IAS_HOME/jdk/jre/../lib/sparc
    $IAS_HOME/opmn/lib
    $IAS_HOME/lib
    $IAS_HOME/usr/lib
    Which is totally different to those listed by
    $LD_LIBRARY_PATH at the command line, which means
    they must be coming from somewhere else.
    It gets worse - my application is trying to call a
    native library that is only present in the
    $ORACLE_HOME/lib32 directory (libclntsh.so.10.1), so
    unless I can include this path in the
    "java.library.path" on the Applicaiton Server, then
    my program will not work.
    So, how do I change the "java.library.path" when the
    values aren't coming from $LD_LIBRARY_PATH in the
    first place?
    The utility $IAS_HOME/opmn/bin/opmnctl is actually a shell script.
    It has this section which sets the LD_LIBRARY_PATH:
    if [ -z "$LD_LIBRARY_PATH" ]
    then
    LD_LIBRARY_PATH=$ORACLE_HOME/opmn/lib:$ORACLE_HOME/lib ; export LD_LIBRARY_PATH
    else LD_LIBRARY_PATH=$ORACLE_HOME/opmn/lib:$ORACLE_HOME/lib:${LD_LIBRARY_PATH} ; export LD_LIBRARY_PATH
    fi
    So if you have an existing LD_LIBRARY_PATH env var set, it should just be putting its paths onto the front of it.
    What you could try as a quick test is to edit the opmnctl script (after taking a backup of course) and either appending the path you need to it, or just add some debug statements to output the LD_LIBRARY_PATH value it ends up setting so you can try and work out what's causing it.
    I expect these other entries:
    $IAS_HOME/jdk/jre/lib/sparc/server
    $IAS_HOME/jdk/jre/lib/sparc
    $IAS_HOME/jdk/jre/../lib/sparc
    are coming from the JRE when it is launched, in probably a similar manner to our opmn entries.
    I really appreciate your help, and I bet if anyone
    can answer these questions, you can! ;-)
    You're very welcome.
    cheers
    -steve-

  • Error in Java Runtime Environment when running JNI native library

    Hi,
    I am kinda new to JNI but understand it [and done some tutorials]. I am trying to implement JavaStyle [ a Java vst host that uses JNI ] and have reached a point where i successfully build the native code to a dll, and almost manage to load the native dll library. I do not get a Unsatisfied Link Error, but instead have the JVM close due an internal error.
    I am completely lost and dont know what to try now, and I would appreciate any help offered.
    I have debugged and the error arrives at the System.load line of code:
      static {
        System.out.print("Pre loadLibrary..."); 
        System.loadLibrary("JaVaSTyle");
        System.out.println("JavaStyle dll loaded in JVSTLibrary");
      }Detail: I compiled the native library with MS visual studio .NET 2003 using the project settings supplied from the CVS repository.
    I use Netbeans 6.0 for the java side of things. The console output is:
    # An unexpected error has been detected by Java Runtime Environment:
    #  Internal Error (0xe0434f4d), pid=1500, tid=6012
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
    # Problematic frame:
    # C  [kernel32.dll+0x12a5b]
    # An error report file with more information is saved as hs_err_pid1500.logand the error report is :
    # An unexpected error has been detected by Java Runtime Environment:
    #  Internal Error (0xe0434f4d), pid=1500, tid=6012
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
    # Problematic frame:
    # C  [kernel32.dll+0x12a5b]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x00297000):  JavaThread "main" [_thread_in_native, id=6012]
    siginfo: ExceptionCode=0xe0434f4d
    Registers:
    EAX=0x0090f4c0, EBX=0x00000001, ECX=0x000b0fd0, EDX=0x00000000
    ESP=0x0090f4bc, EBP=0x0090f510, ESI=0x00000000, EDI=0x00000000
    EIP=0x7c812a5b, EFLAGS=0x00000246
    Top of Stack: (sp=0x0090f4bc)
    0x0090f4bc:   000b0fd0 e0434f4d 00000001 00000000
    0x0090f4cc:   7c812a5b 00000000 791b9d02 02ea1198
    0x0090f4dc:   07624998 000b0fd0 0090f4fc 791be271
    0x0090f4ec:   000ae008 00000002 07624998 00000000
    0x0090f4fc:   0090f50c 791be286 000ae008 07624998
    0x0090f50c:   0090f51c 0090f568 7921020d e0434f4d
    0x0090f51c:   00000001 00000000 00000000 000b0fd0
    0x0090f52c:   0090f578 00000001 7c812a5b 0090f1f0
    Instructions: (pc=0x7c812a5b)
    0x7c812a4b:   8d 7d c4 f3 a5 5f 8d 45 b0 50 ff 15 08 15 80 7c
    0x7c812a5b:   5e c9 c2 10 00 85 ff 0f 8e 36 93 ff ff 8b 55 fc
    Stack: [0x008c0000,0x00910000),  sp=0x0090f4bc,  free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [kernel32.dll+0x12a5b]
    C  [mscorwks.dll+0x6020d]
    C  [mscorwks.dll+0x60190]
    C  [mscorwks.dll+0x60144]
    C  [mscorwks.dll+0xa6dcb]
    C  [mscorwks.dll+0x26a7e]
    C  0x000b15f6
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+268
    j  java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j  java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j  org.tango.JaVaSTyle.JVSTLibrary.<clinit>()V+10
    v  ~StubRoutines::call_stub
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+268
    j  java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j  java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j  org.tango.JaVaSTyle.JVSTLibrary.<clinit>()V+10
    v  ~StubRoutines::call_stub
    j  org.tango.JaVaSTyle.Main.main([Ljava/lang/String;)V+3
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x02a6d800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4752]
      0x02a68c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4472]
      0x02a67800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2016]
      0x02a66c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4328]
      0x02a62400 JavaThread "Finalizer" daemon [_thread_blocked, id=5072]
      0x02a5dc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=5552]
    =>0x00297000 JavaThread "main" [_thread_in_native, id=6012]
    Other Threads:
      0x02a5cc00 VMThread [id=4660]
      0x02a6f000 WatcherThread [id=3864]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 960K, used 199K [0x22970000, 0x22a70000, 0x22e50000)
      eden space 896K,  22% used [0x22970000, 0x229a1ff0, 0x22a50000)
      from space 64K,   0% used [0x22a50000, 0x22a50000, 0x22a60000)
      to   space 64K,   0% used [0x22a60000, 0x22a60000, 0x22a70000)
    tenured generation   total 4096K, used 0K [0x22e50000, 0x23250000, 0x26970000)
       the space 4096K,   0% used [0x22e50000, 0x22e50000, 0x22e50200, 0x23250000)
    compacting perm gen  total 12288K, used 23K [0x26970000, 0x27570000, 0x2a970000)
       the space 12288K,   0% used [0x26970000, 0x26975c48, 0x26975e00, 0x27570000)
        ro space 8192K,  66% used [0x2a970000, 0x2aebf860, 0x2aebfa00, 0x2b170000)
        rw space 12288K,  52% used [0x2b170000, 0x2b7bf078, 0x2b7bf200, 0x2bd70000)
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\msvcr71.dll
    0x6d870000 - 0x6daba000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\client\jvm.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x5cd70000 - 0x5cd77000      C:\WINDOWS\system32\serwvdrv.dll
    0x5b0a0000 - 0x5b0a7000      C:\WINDOWS\system32\umdmxfrm.dll
    0x003a0000 - 0x003ad000      C:\WINDOWS\system32\myokent.dll
    0x6d3c0000 - 0x6d3c8000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d820000 - 0x6d82c000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\verify.dll
    0x6d460000 - 0x6d47f000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      C:\Program Files\Java\jdk1.6.0_03\jre\bin\zip.dll
    0x10000000 - 0x10018000      D:\NetbeansWorkspace\myJavaStyle\JaVaSTyle.dll
    0x79170000 - 0x79196000      C:\WINDOWS\system32\mscoree.dll
    0x10480000 - 0x1053c000      C:\WINDOWS\system32\MSVCP71D.dll
    0x10200000 - 0x10287000      C:\WINDOWS\system32\MSVCR71D.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x791b0000 - 0x79412000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll
    0x79040000 - 0x79085000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
    0x7c9c0000 - 0x7d1d6000      C:\WINDOWS\system32\SHELL32.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5d090000 - 0x5d12a000      C:\WINDOWS\system32\comctl32.dll
    0x79780000 - 0x79980000      c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x79430000 - 0x7947c000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSCORJIT.DLL
    0x51a70000 - 0x51af0000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll
    VM Arguments:
    java_command: org.tango.JaVaSTyle.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\jdk1.5.0_09\bin;C:\Program Files\Java\jre1.6.0_03\lib\ext\QTJava.zip
    PATH=C:\Program Files\MiKTeX 2.7\miktex\bin;c:\program files\imagemagick-6.3.7-q16;C:\texmf\miktex\bin;C:\Program Files\ActiveState Komodo IDE 4.2\;C:\Program Files\Autodesk\Maya2008\bin;C:\Python25\;C:\Program Files\PC Connectivity Solution\;C:\ORANT\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\GPS Pathfinder Office 3.00;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\Common Files\Motorola\Toolbox;C:\PROGRA~1\COMMON~1\Motorola\Toolbox;C:\Program Files\Novell\ZENworks\;C:\Program Files\Novell\SecureLogin;C:\Program Files\Smart Projects\IsoBuster;C:\Latex\MikTeX\V2.10;C:\PROGRA~1\CA\Common\SCANEN~1;C:\Program Files\CA\Common\ScanEngine;C:\Program Files\CA\SharedComponents\CAUpdate\;C:\Program Files\CA\SharedComponents\ThirdParty\;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\QuickTime\QTSystem\;C:\cygwin\bin;C:\Program Files\Tcl\bin;D:\netbeansWorkspace\myJavaStyle;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\Csound\bin;C:\Program Files\CVSNT\
    USERNAME=hectorj
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1047920k(270244k free), swap 2520456k(1654520k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0_03-b05) for windows-x86, built on Sep 24 2007 22:24:33 by "java_re" with unknown MS VC++:1310

    Something is wrong with the library.
    Staring at java code will not help you figure that out.
    Maybe it isn't intended to be loaded in java but instead it loads java itself?
    If not then write a C/C++ basic app that links that dll in and see if you can at least get it to start.

  • Issue while installing Oracle Revenue Management and Billing for Financial

    I'm trying to install RMB and getting the below error. I have installed MicroFocus Server 5.1 with the WrapPack 3 but still getting the Winsock error. Please advise.
    - 2012-01-17 16:29:59,278 [main] ERROR (host.sockets.WindowsPipeSocket) Cannot instantiate com.splwg.base.support.cobol.host.sockets.WindowsPipeSocket because of problem loading a library com_splwg_base_support_cobol_host_sockets_WindowsPipeSocket during static initialization.
    java.lang.UnsatisfiedLinkError: no com_splwg_base_support_cobol_host_sockets_WindowsPipeSocket in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at com.splwg.base.support.cobol.host.sockets.WindowsPipeSocket.<clinit>(WindowsPipeSocket.java:25)
         at com.splwg.base.support.cobol.host.sockets.WindowsPipeSocketStrategy.clearServerPortResources(WindowsPipeSocketStrategy.java:51)
         at com.splwg.base.support.cobol.host.SocketStrategy.bindServerPort(SocketStrategy.java:144)
         at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel.<init>(OptimizedRemoteExecuterSkel.java:43)
         at com.splwg.base.support.cobol.host.OptimizedInvocationStrategy.startOnParentJvm(OptimizedInvocationStrategy.java:25)
         at com.splwg.base.support.cobol.host.RemoteJVMFactoryImpl.<init>(RemoteJVMFactoryImpl.java:64)
         at com.splwg.base.support.cobol.host.CobolHostStartup.startup(CobolHostStartup.java:41)
         at com.splwg.base.support.context.ApplicationContext.initializeCobolRuntime(ApplicationContext.java:231)
         at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:212)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:115)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:91)
         at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:512)
         at com.splwg.base.web.startup.SPLWebStartup.initializeApplicationContext(SPLWebStartup.java:181)
         at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:63)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:516)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    - 2012-01-17 16:29:59,278 [main] FATAL (support.context.ApplicationContext) Error initializing ApplicationContext
    - 2012-01-17 16:29:59,278 [main] INFO (web.startup.SPLWebStartup) Shutting Down the JMX Connectors...
    - 2012-01-17 16:29:59,294 [main] INFO (web.startup.SPLWebStartup) JMX Connectors shutdown successfully
    - 2012-01-17 16:29:59,294 [main] INFO (web.startup.SPLWebStartup) Shutting Down the Application Context...
    - 2012-01-17 16:29:59,294 [main] ERROR (web.startup.SPLWebStartup) Exception shutting down SPL Application Context
    Edited by: 906696 on Jan 17, 2012 3:13 AM

    Hi Jeff,
    Appreciate your suggestion. My intention was also to post it in the right forum but i could not find any forum for Oracle Revenue Management and Billing, since its a new product.
    Its for such new products that we need help and support. Let me know if you are aware of any such forum. That would be great help indeed.

Maybe you are looking for

  • VEctor: Problem in arithmetical operation

    The problem with the following code is that when an element is accessed with v.elementAt() the compilation is OK. But if I try to do some arithmetic operation on the element, it won't compile, giving the message - VectorDemo.java:36: operator * canno

  • Adobe After Effects CS6 Ram Preview Crash Problem

    Hey, Recently my AE cs6 has been crashing when I started to RAM preview and the message that shows up is. "After Effects error: Crash In Progress. last logged message was: <1948><ai.blit.pipe><2> HardwareBlitpipe Disenaged." Specs: AMB 8150 16 GB of

  • Ides ecc  customization.

    I’m in the process of installing IDES ECC 5.0 evaluation copy. Can anyone advice me how to customize this installation so I can perform the assignments in the SAP HR academy study material. I need to have a  company code called CABB within the ECC in

  • Teststand report UUT result

    Hi, I execute a teststand sequence from Labview using teststand's API. From Labview I'd like to get the UUT report result ("passed" or "failed") of the Teststand sequence I execute. Which Active x Invoke method or property node must i use? I have loo

  • Question:  Why won't Adobe Export PDF convert to Word when requested?

    Adobe Export PDF will not send back Word doc., symbol just spins and says converting and I receive nothing.  I paid for service, it doesn't work.  Why isn't it converting??