Installing Oracle Virtual Directory Manager client on Solaris 10

Hi,
While installing Oracle Virtual Directory Client on solaris 10, I am getting
"ovidm1014.bin : /tmp/install.dir.<number>/linux/resource/jre/bin/java: cannot execute" error while initiating the installer.
Can someone look into the message and advice me in overcoming the issue as we are held up on this for three days?
Earliest reply is favoured
Thanks

Hi,
Thanks once again for reply!!
If you already installed Oracle Virtual Directory Manager on Sun SPARC, can you brief us pre-requisite setting and installation steps, so that we can follow the same.
Because, we are getting error in the initialization of installation process itself. So, I think there must be some configuration settings to be made.
We already raised SR (Service Request) with Oracle, bu there is no reply from their side till now.
I am waiting for your reply ASAP
Regards

Similar Messages

  • Error while accessing Oracle Virtual Directory 11g client view.

    Hi everyone,
    I'm a beginner in Oracle IDAM suite 11g.
    I'm facing an issue while configuring LDAP adapter in Oracle Virtual Directory.
    LDAP adapter is configured for ODSEE instances. Currently I've configured two instances.
    For these adapters, the entries from ODSEE instances are getting populated under Adapter browser but under Client View while expanding the root we're getting the following error:
    LDAPException: malformedRequest (2) Protocol Error LDAPException: Server Message: Protocol Error
    In the diagnostic.log file I'm getting the following error:
    [2012-02-28T11:38:55.255+05:30] [octetstring] [ERROR] [OVD-60335] [com.octetstring.vde.dsmlv2.ImportExportVDE] [tid: 20] [ecid: 0000JMcs_zPEWNppSO1Fic1FHBss000083,0] Failure in getting LDAP 1.[[
    com.octetstring.vde.util.DirectoryException: LDAP Error 2 : localhost:1489
         at com.octetstring.vde.backend.jndi.BackendJNDI.getInternalConnection(BackendJNDI.java:1023)
         at com.octetstring.vde.backend.jndi.BackendJNDI.getConnection(BackendJNDI.java:920)
         at com.octetstring.vde.backend.jndi.ConnectionHandle.getHolder(ConnectionHandle.java:382)
         at com.octetstring.vde.backend.jndi.ConnectionHandle.search(ConnectionHandle.java:233)
         at com.octetstring.vde.backend.jndi.JNDIEntrySet.initialize(JNDIEntrySet.java:203)
         at com.octetstring.vde.backend.jndi.BackendJNDI.get(BackendJNDI.java:723)
         at com.octetstring.vde.chain.Chain.nextGet(Chain.java:297)
         at com.octetstring.vde.chain.plugins.performance.MonitorPerformance.monitorSearch(MonitorPerformance.java:506)
         at com.octetstring.vde.chain.plugins.performance.MonitorPerformance.get(MonitorPerformance.java:444)
         at com.octetstring.vde.chain.Chain.nextGet(Chain.java:308)
         at com.octetstring.vde.chain.PluginChain.runGet(PluginChain.java:234)
         at com.octetstring.vde.chain.PluginManager.runGet(PluginManager.java:489)
         at com.octetstring.vde.chain.PluginManager.runGet(PluginManager.java:427)
         at com.octetstring.vde.backend.AdapterServiceInterface.getByAdapter(AdapterServiceInterface.java:649)
         at com.octetstring.vde.backend.AdapterServiceInterface.get(AdapterServiceInterface.java:514)
         at com.octetstring.vde.backend.BackendHandler.get(BackendHandler.java:592)
         at com.octetstring.vde.chain.Chain.nextGet(Chain.java:289)
         at com.octetstring.vde.chain.plugins.performance.MonitorPerformance.monitorSearch(MonitorPerformance.java:506)
         at com.octetstring.vde.chain.plugins.performance.MonitorPerformance.get(MonitorPerformance.java:450)
         at com.octetstring.vde.chain.Chain.nextGet(Chain.java:308)
         at com.octetstring.vde.chain.plugins.AclCheckerPlugin.get(AclCheckerPlugin.java:398)
         at com.octetstring.vde.chain.Chain.nextGet(Chain.java:308)
         at com.octetstring.vde.chain.PluginChain.runGet(PluginChain.java:234)
         at com.octetstring.vde.chain.PluginManager.runGet(PluginManager.java:489)
         at com.octetstring.vde.chain.PluginManager.runGet(PluginManager.java:427)
         at com.octetstring.vde.chain.GlobalServicesInterface.runGet(GlobalServicesInterface.java:207)
         at com.octetstring.vde.dsmlv2.ImportExportVDE.doGet(ImportExportVDE.java:428)
         at com.octetstring.vde.dsmlv2.ImportExportVDE.process(ImportExportVDE.java:171)
         at com.octetstring.vde.dsmlv2.DsmlService.doPost(DsmlService.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
         at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:342)
         at com.octetstring.vde.admin.AuthFilter.doFilter(AuthFilter.java:259)
         at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
         at com.octetstring.webgateway.filters.DOSFilter.doFilter(DOSFilter.java:67)
         at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
         at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:286)
         at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
         at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
         at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:526)
         at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
         at org.mortbay.http.HttpServer.service(HttpServer.java:879)
         at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
         at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
         at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
         at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
         at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
         at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
    Caused by: javax.naming.CommunicationException: localhost:1489 [Root exception is java.lang.NullPointerException]
         at com.sun.jndi.ldap.Connection.<init>(Connection.java:207)
         at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:118)
         at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
         at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2652)
         at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:293)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
         at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
         at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
         at com.octetstring.vde.backend.jndi.JNDIConnectionPool.createCtx(JNDIConnectionPool.java:422)
         at com.octetstring.vde.backend.jndi.JNDIConnectionPool.create(JNDIConnectionPool.java:453)
         at com.octetstring.vde.backend.jndi.JNDIConnectionPool.getLdapContext(JNDIConnectionPool.java:276)
         at com.octetstring.vde.backend.jndi.JNDIConnectionPool.checkOutContext(JNDIConnectionPool.java:167)
         at com.octetstring.vde.backend.jndi.BackendJNDI.getInternalConnection(BackendJNDI.java:1009)
         ... 48 more
    Caused by: java.lang.NullPointerException
         at com.octetstring.vde.backend.jndi.OvdJndiWorkerCoordinator.register(OvdJndiWorkerCoordinator.java:100)
         at com.octetstring.vde.backend.jndi.OvdJndiSocket.getInputStream(OvdJndiSocket.java:95)
         at com.sun.jndi.ldap.Connection.<init>(Connection.java:190)
         ... 65 more
    Kindly help me resolving this issue.

    Did you ever fixed or resolved the issue ? If yes, could you please share the reason for issue ?
    Getting following errors in OVD logs :-
    [ERROR] [OVD-60335] [com.octetstring.vde.dsmlv2.ImportExportVDE] [tid: 25] [ecid: 0000J_Gc3Qu0ZrqawLicMG1G6Pz^00000J,0] Failure in getting LDAP 1.[[
    com.octetstring.vde.util.DirectoryException: LDAP Error 32 : No Such Object
    [OVD-40066] [com.octetstring.vde.backend.jndi.ConnectionHandle] [tid: 25] [ecid: 0000J_Gc3Qu0ZrqawLicMG1G6Pz^00000J,0] Remote Server Failure:l120814vaps2013:21389.[[
    javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'ou=int,ou=people,dc=domain,dc=com',dc=com'

  • EMC Replication Manager Client on Solaris 10 Zone?

    Hello,
    Hoping I could find out if anyone out there has had success running EMC's Replication Manager (client) on a Solaris zone where an Oracle database is running, and how it was installed. Normally we install 3rd party software on the Global host /opt, and then call the libs, etc, from the zone (the global host's /opt is made readable to the zone). An obvious solution would be to install the client directly within the zone, but should we need to add another zone for redundancy purposes (two hosts running one database each, should one host go down, we'd migrate it's zone w/ the other database over to the other host), we would have to install the EMC client (again), rather than being able to just call the same deployment from the Global host from within the new zone.
    Any info or links to info would be appreciated. I tried searching around but didn't find anything.
    Vlad

    Hi,
    Thanks once again for reply!!
    If you already installed Oracle Virtual Directory Manager on Sun SPARC, can you brief us pre-requisite setting and installation steps, so that we can follow the same.
    Because, we are getting error in the initialization of installation process itself. So, I think there must be some configuration settings to be made.
    We already raised SR (Service Request) with Oracle, bu there is no reply from their side till now.
    I am waiting for your reply ASAP
    Regards

  • Oracle Virtual Directory 10.1.4.0.1 installation on SUSE SLES10

    I am attempting to install Oracle Virtual Directory version 10.1.4.0.1 on a brand new SUSE SLES10 Linux server. The installation fails due to missing libraries. This is true whether using the GUI or the console installation. The same set of binaries installs fine on a SLES8 and a SLES9 server.
    The OVD 10.1.4.0.1 release notes and certification guide indicate that SLES10 is a supported platform. However, I cannot get the installer to work.
    Following is the output and the error messages generated by the installer:
    *** output start ***
    # ./ovid1014.bin -i console
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.11813/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    *** output end ***
    I verified that the libraries listed above are installed as part of the glibc package. The following glibc packages are installed:
    glibc-2.4-31.2
    glibc-devel-2.4-31.2
    glibc-i18ndata-2.4-31.2
    glibc-locale-2.4-31.2
    Does anybody know why this is failing? Thanks in advance for your help.

    Here is the reply that I received from Oracle Support. The proposed workaround worked in my case. I am posting it here so that it may help others.
    Workaround
    ===========
    1.) cp ovid1014.bin ovid1014.bin.bak
    2.) cat ovid1014.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ovid1014.bin
    3) run the modified installer: ./ovid1014.bin
    Note: 417016.1 "error while loading shared libraries during OVD install" was created to document the issue.

  • Oracle Virtual Machine Manager not complete the installation

    Hi all, I have tried repeatedly install Oracle Virtual Machine Manager on a Linux Oracle 6.3.1 without success. At first I thought it was the database that was installed. In a first instance I install Virtual Machine Manager with the demo option then install a standard database and had the same result. The error occurs when is completing the installation and gets stuck in this stage:
    Retrieving Oracle VM Manager Upgrade tool ...
    Extracting Oracle VM Manager Upgrade tool ...
    Installing Oracle VM Manager Upgrade tool ...
    Copying Oracle VM Manager shell to '/ usr / bin / ovm_shell.sh' ...
    Installing ovm_admin.sh in '/ u01/app/oracle/ovm-manager-3/bin' ...
    Installing ovm_upgrade.sh in '/ u01/app/oracle/ovm-manager-3/bin' ...
    Enabling Oracle VM Manager service ...
    Shutting down Oracle VM Manager instance ...
    Restarting Oracle VM Manager instance ...
    Waiting 15 seconds for the application to initialize ...
    Oracle VM Manager is running ...
    Oracle VM Manager installed.
    Please wait while configure the WebLogic applications ... This can take up to 5 minutes.
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Trying ...
    Check the installation log and this is the error that repeated any times:
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6000E Internal Error: Connection refused Connection refused
    Fri Jan 18 18:05:19 VET 2013
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.open (OvmManagerImpl.java: 597)
    at com.oracle.ovm.mgr.api.OvmClient.dynamicConnect (OvmClient.java: 283)
    at com.oracle.ovm.mgr.api.OvmClient.staticConnect (OvmClient.java: 262)
    at com.oracle.ovm.mgr.api.OvmClient.connect (OvmClient.java: 241)
    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.python.core.PyReflectedFunction.__call__ (Unknown Source)
    at org.python.core.PyReflectedFunction.__call__ (Unknown Source)
    at org.python.core.PyObject.__call__ (Unknown Source)
    $ com.oracle.ovm.mgr.tools.ovm_shell_v PyInner.executeScript at $ 5 (ovmshell_v.java: 416)
    com.oracle.ovm.mgr.tools.ovm_shell_v at $ PyInner.callfunction (ovm_shell_v.java: 271)
    at org.python.core.PyTableCode.call (Unknown Source)
    at org.python.core.PyTableCode.call (Unknown Source)
    at org.python.core.PyFunction.__call__ (Unknown Source)
    at org.python.core.PyInstance.invoke (Unknown Source)
    $ com.oracle.ovm.mgr.tools.ovm_shell_v PyInner.main at $ 10 (ovmshell_v.java: 706)
    com.oracle.ovm.mgr.tools.ovm_shell_v at $ PyInner.callfunction (ovm_shell_v.java: 281)
    at org.python.core.PyTableCode.call (Unknown Source)
    at org.python.core.PyCode.call (Unknown Source)
    at org.python.core.imp.createFromCode (Unknown Source)
    at org.python.core.imp.createFromCode (Unknown Source)
    at org.python.core.Py.runMain (Unknown Source)
    at com.oracle.ovm.mgr.tools.ovm_shell_v.main (ovm_shell_v.java: 793)
    Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.PlainSocketImpl.doConnect (PlainSocketImpl.java: 351)
    at java.net.PlainSocketImpl.connectToAddress (PlainSocketImpl.java: 213)
    at java.net.PlainSocketImpl.connect (PlainSocketImpl.java: 200)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java: 366)
    at java.net.Socket.connect (Socket.java: 529)
    at com.oracle.odof.io.AbstractSocket. <init> (AbstractSocket.java: 136)
    at com.oracle.odof.io.ExchangeConnection. <init> (ExchangeConnection.java: 24)
    at com.oracle.odof.OdofExchange.newConnection (OdofExchange.java: 502)
    at com.oracle.odof.OdofExchange.acquireConnection (OdofExchange.java: 315)
    at com.oracle.odof.OdofExchange.connect (OdofExchange.java: 250)
    at com.oracle.odof.OdofExchange.connect (OdofExchange.java: 120)
    at com.oracle.odof.OdofExchange.connect (OdofExchange.java: 102)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.open (OvmManagerImpl.java: 592)
    ... 24 more
    I searched this error in the forum and found several solutions that none of them work for me.
    I really appreciate all the support you can give me.
    Greetings.
    Rafael Emmi

    Did you get any solution for this error? We are also stuck at the same error.

  • Oracle Virtual Directory vs. Oracle External Authentication Plug-in

    I am working in Windows 2003 Server platform and I have Oracle Portal 10g R2 with Oracle Single Sign On 10g R2 setup. I also have Microsoft Active Directory setup. I want to use Microsoft Active Directory users from Oracle Portal and as per my understanding I could use Oracle External Authentication Plug-in or Oracle Virtual Directory for this purpose. I would like to use Oracle Virtual Directory if possible. Could someone please tell me if I could use Oracle Virtual Directory or not?
    Thanks.

    Yeah, I could use Oracle External Authentication Plug-in, but I am having issues with running the oidspadi.sh script on my Windows 2003 server environment. I am running this script using Cygwin's latest software, but for some reason I get the following error message.
    : command not found8:
    : command not found8:
    : command not found3:
    : command not found7:
    : command not found1:
    : command not found8:
    : command not found9:
    : command not found0: clear
    OID Active Directory Plug-in Configuration
    Please make sure Database and OID are up and running.
    : command not found7:
    : command not found0:
    oidspadi.sh: line 103: syntax error near unexpected token 'fi'
    'idspadi.sh: line 103:' fi
    Therefore, I was trying to find an alternative solution, which will be using Virtual Directory. Right now, I have installed Oracle Virtual Directory on my testing system and I have both Active Directory server and OID server part of LDAP Browser. My goal is to using Oracle Portal to log-in and first look for the user in OID if not found then look in Active Directory. Can this be accomplished using Oracle Virtual Directory?
    Please let me know.

  • Problem while creating an OU from LDAP client, in Oracle Virtual Directory

    Hi,
    1. I have created a Custom Adapter with root (i.e. dc=mycompany,dc=co,dc=in)
    2. Trying to create an "OU" under these above root (i.e. ou=test,dc=mycompany,dc=co,dc=in) using the LDAP client.
    I have given following inputs for the second step:
    Dn: ou=test,dc=mycompany,dc=co,dc=in
    ou=test
    objectClass: top
    objectClass: organizationalunit
    When I try to perform second step with above inputs its gives following error
    "LDAP Error 32 : No Such Object"
    Same inputs is valid for SunONE directory server.
    Is the above approach is valid for Oracle Virtual Directory?
    Does any one faced same problem before?
    Regards,
    Hardew

    You're going to have to install the Oracle client on the Win2000 box before doing anything else. Once you've done that, simply add a TNS name that points to the database on the Solaris box (the Net8 Configuration Assistant) can walk you through this. Finally, you'll go to the ODBC Data Source Administrator and create a new DSN.
    Note that if you install the latest ODBC driver, the 'service name' text box that you have to fill in when you actually create the DSN has been replaced with a combo box, which should make the process a little easier.
    Justin

  • Problem register Oracle Virtual Directory to WebLogic - urgent ... pls help

    Hi,
    I'm a new to Oracle product and would like to install and run Oracle Virtual Directory for the following purpose:
    Using LDAP client that connects to OVD and to issue ldapsearch command line based on the attrbiutes and filters of each one of the two Directories behind the OVD..
    |-- Tivoli LDAP directory
    LDAP client -> OVD ---|
    |-- MS AD
    I have downloaded the identity management package 11g and install only the OVD on Windows 2003 standard machine.
    I then realized that I have to install the WebLogic package to have WEB UI to the OVD admin.
    So I downloaded the WebLogic 10.3.1.0 package and install it.
    I followed the installation instructions of
    'Installing and Configuring Only Oracle Virtual Directory Without a WebLogic Administration Domain' at http://download.oracle.com/docs/cd/E12839_01/install.1111/e12002/ovd.htm#CIHFFAFH
    and complete the installation.
    Notice that the OVD and the WeblOgic SW are installed on the same Windows machine.
    After that I had to register Oracle Virtual Directory with the WebLogic Administration Server.
    Running the command-line I got the following error:
    Deploying NonJ2EEManagement Application...Done
    Command failed: Exception while registering the instance
    Details are logged in C:\....\provision.log
    opmnctl registerintance: failed
    The provision.log file has the following exception call stack:
    Aug 18, 2009 4:08:05 PM oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Start of command: [registerinstance, -adminHost, 127.0.0.1, -adminPort, 7001, -adminUsername, weblogic, -oracleHome, C:\oracle\product\11.1.1\OracleIDM_1, -oracleInstance, C:\as_admin\asinst_1]
    Aug 18, 2009 4:08:14 PM oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    SEVERE: Command failed:
    oracle.as.config.ProvisionException: Exception while registering the instance
         at oracle.as.config.impl.OracleASInstanceImpl.register(OracleASInstanceImpl.java:239)
         at oracle.as.config.provisioner.commands.RegisterInstanceCommand.execute(RegisterInstanceCommand.java:11)
         at oracle.as.config.provisioner.InstallerCmdLine.run(InstallerCmdLine.java:86)
         at oracle.as.config.provisioner.InstallerCmdLine.main(InstallerCmdLine.java:44)
    Caused by: oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
         at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:595)
         at oracle.as.config.impl.OracleASInstanceImpl.register(OracleASInstanceImpl.java:219)
         ... 3 more
    Caused by: oracle.as.config.ProvisionException: The AdminServer is not enabled for NonJ2ee applications.
         at oracle.as.config.impl.RuntimeServiceConnection.isValidJrfInstall(RuntimeServiceConnection.java:547)
         at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:201)
         at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:587)
         ... 4 more
    Any thoughts ?

    Hi,
    I am also facing the same problem. I have oracle internet directory 11.1.1 installed without domain. I then installed weblogic 32bit exe on same windows server.
    while registering getting the same error. I think it is because of bit compatibility. OID is 64bit and weblogic is 32bit. Not sure.
    thanks

  • After Installing Oracle Virtual Box and changing the network adapter to bridged mode cant access my server

    Hi ,
    I have installed Oracle Virtual box on windows server 2008 r2 hosted on 1und1.de.
    Till installtion and setting up untun on virtualbox it was fine, but once i changed the adapater to bridged mode. I immediatly lost connectivity with my server and now cant access.
    It is now 2 days i cant access my server and neither ping it, also the website hosted on it is also down.
    The 1und1 has following 2 options
    1) using putty i can connect to server command prompt using administrator but cant run any gui application
    2) Server Rescue mode: where i get special environment to start, stop services, access registry and command prompt.
    Till now i have tried lot of setting to enable network connectivity but not able to success
    This is the result of Ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : s15453760
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter VirtualBox Host-Only Network:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
       Physical Address. . . . . . . . . : 08-00-27-00-04-FD
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::5d5c:5bbc:c61:e9b1%16(Preferred)
       Autoconfiguration IPv4 Address. . : 169.254.233.177(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.0.0
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 352845863
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-B9-51-EA-00-19-99-A5-E7-BE
       DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                           fec0:0:0:ffff::2%1
                                           fec0:0:0:ffff::3%1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{BBF9AA14-45EA-460C-8F23-E106D890D878}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter 6TO4 Adapter:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft 6to4 Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 12:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    How can i restore my connection.
    Thanks

    Hi,
    According to the result of "ipconfig /all", the physical adapter dosen't appear.
    Please check if the physical network adapter works properly. We can verify this in Device Manager.
    To open Device Manager by using the Windows interface
    Click Start, and then click Control Panel.
    Click Hardware and Sound.
    Click Device Manager.
    If the network adapter is working properly, please make sure that the Internet Protocol Version 4(TCP/IPv4) has been checked in the properties of the physical network adapter.
    If issue persists, please try to uninstall the Oracle Virtual box.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • How to install Oracle BPEL Process Manager with the BEA WebLogic

    Hi ,
    I will install Oracle BPEL Process Manager with BEA WebLogic 9.2(MP2). I have download orabpel_10133_WebLogic.zip ,then Modify the following mandatory installation properties in the orabpel_10133_WebLogic\bpelDomain.properties file:
    # BEA_HOME is the path where Weblogic is Installed
    BEA_HOME=/opt/bea
    # JAVA_HOME is the path of jdk folder inside your weblogic
    JAVA_HOME=/opt/bea/jrockit90_150_10
    # DOMAIN_HOME is the path where you wish to create your domain called BPELDomain
    DOMAIN_HOME=/opt/bea/user_projects/domains
    # APPS_HOME is the path where you wish to copy your applications and adapters that are required for oracleBPELServer
    APPS_HOME=/opt/bea/user_projects/apps
    # BEA_HOME is the path where BPEL PM is Installed
    BPEL_HOME=/home/oracle/bpel/product/10.1.3.1/OraBPEL_1/bpel
    # DRIVER_TYPE is the datasource class that installable use to create a datasources for oracleBPELServer
    DRIVER_TYPE=oracle.jdbc.xa.client.OracleXADataSource
    # DB_URL is the url to connect to orabpel schema
    DB_URL=jdbc:oracle:thin:@16.157.134.17:1521:orcl
    # DB_USER is the user Id for orabpel shema in database
    DB_USER=ORABPEL
    #DB_PASSWORD is the password for orabpel schema in database
    DB_PASSWORD=bpel
    #BPEL_SERVER_NAME is the server i.e. to be created under BPELDomain
    BPEL_SERVER_NAME=oracleBPELServer
    #PROXY_HOST is the Host name of the proxy server
    PROXY_HOST=www-proxy.us.oracle.com
    #PROXY_HOST=
    #PROXY_PORT is the Port where the proxy server is running
    PROXY_PORT=80
    #PROXY_PORT=
    #NON_PROXY_HOST is the list of non proxy hosts that are divided by a | symbol
    #NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com
    NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com|16.157.134.135
    When I run the setup.sh , it will report
    BUILD FAILED
    /opt/software/WL_Installables/build.xml:131: Traceback (innermost last):
    File "./wl_scripts/bpelDomain.py", line 22, in ?
    File "./wl_scripts/createGroupsAndUsers.py", line 4, in ?
    weblogic.management.utils.AlreadyExistsException: [Security:090267]Group BpelGroup
    Actully ,there is no BpelGroup in Weblogic. Does anybody know how to solve it ?

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Oracle Virtual Directory - Local Store Adapter Creation

    Hi All,
    I had an Oracle Virtual Directory Server integrated with three different Active Directory Server.
    Active Directory1: ou=group1,dc=company,dc=com
    Active Directory2: ou=group2,dc=company,dc=com
    Active Directory3: ou=group3,dc=company,dc=com
    I had created three different LDAP Adapter for three Active Directory servers.
    LDAP Adapter_AD1 : ou=group1,dc=company,dc=com
    LDAP Adapter_AD2 : ou=group2,dc=company,dc=com
    LDAP Adapter_AD3 : ou=group3,dc=company,dc=com
    Now i had created a Local Store Adapter for all the three Adapters. During creation it is fine. Doesn't throwed any exception. But when i see the data from the Browser window, I was not able to navigate and check the data.
    Even Oracle Access Manager is not able to bind with user credentials.
    Solution needed very urgently. Please help
    Thanks in Advance,
    Sandeep D

    Hi Saggu,
    You are absolutely right. It's working fine now. I need to know one more like performance.
    If i have three adapters in the adapter configuration, and 21 adapters in the adapter configuration.
    Which kind of configuration will help to improve the performance?
    Two Scenarios:
    1. Three Adapters
    2. 21 Adapters.
    Explanation:
    1. Adapters are mapped at Root DN level.
    Example: dc=company,dc=groups,dc=com
    2. Adapters are mapped to interior level.
    Example: ou=Firstgroup,o=initialemp,dc=company,dc=group,dc=com
    Based on the above two scenarios which mapping is the best regarding the performance level.
    Can you please suggest me on this performance issue.
    Thanks in Advance,
    Sandeep D

  • Struck In Installing Oracle eSSO Kiosk Manager!

    Hello guys,
    I am digging my head while installing Oracle eSSO Kiosk Manager(v-go passlogix Signon Manager). I downloaded the software ESSO bundle from OTN and started the installation as per the notes.In the Kiosk Manager Installation ,setup PDF which is very vague,it has been said before installing KM we should install Logon Manager version 10.1.4.0.3(searched for the mentioned version in the bundle),but to my worries, i could not find the mentioned version of LM.anyway proceeded with the 10.1.0.4 version of LM and tried to configure it with Microsoft Active directory, till this the installation is fine and it works ,but when i installed the Kiosk Manager ,after rebooting the machine,It does not allow me login again to my machine.the Kiosk manager console only opens and the unlock dialogue is disabled and start new session dialogue also does not work.whats wrong with my installation .Can anybody throw some lights on this.?According to my knowledge it shuld be the version of Logon Manager which is the issue( i think the version in the bundle ) is not compatible. but where to download the version 10.1.4.0.3 ,had anybody tried at all this installation.It will be great if any can help me out this .
    Thanks
    -- Vivek R

    Hi All,
    Again Its me.This time I am going to install the latest version of kiosk manager which oracle released recently. esso 10.1.4.1.0.Lets wait and see!!
    -- Vivek

  • How can we integrate OVD(Oracle Virtual Directory) with CDB(Content Databas

    Hi,
    We are using Oracle Content DB (10.2.0.0.0) which is integrated with OID (Oracle Internet Directory).
    We are trying to use OViD (Oracle Virtual Directory) as Identity management for integrating multiple Directory sources like OID and Database.
    Can you give us some suggestions or referrals on implementing OVD as Identity management for CDB.
    Thank You,
    Parker

    Hi,
    I am looking at a similar architecture & would like to know if this can be achieved.
    I have a set of users in OID and another set of users in Database tables. I want to abstract the two sources with OViD and present OViD as the single source of truth to Oracle AS 10.1.2 Single Sign On.
    Can you please tell me if this is possible & if yes, can you please share some best practices ? Also, is this a certified & supported configuration ?
    Thanks,
    Sandeep

  • Installing Oracle 8.1.7 Client

    I am in the process of Installing ORACLE 8.1.7 client on a COMPAC machine. What is the minimun requirement to install SQL*LOADER. What
    other products are required to be included in order for SQL*LOADER to work properly from the CLIENT perspective. I want to avoid installing other products that
    will never be used and take up additional space. Thank you

    810591 wrote:
    the version on which oracle db is 8.1.7.0.
    I do not know about the oracle 10g client that which version is that on.
    For your information actually error is ORA-03134: connection to this server are no longer supported.
    The error which i am getting is on SSMA a tool by microsoft to migrate oracle to sql 2008. So that tool is displaying this error when i am trying to connect to oracle by the help of SSMA.That tool may be displaying the error, but it is only passing what it was given by the underlying Oracle client. The MS product really has nothing to do with the underlying problem, and can do nothing to fix it.
    I believe Schavalli is right, you may need to get a 9.2 client in there as an intermediary. I once had a system where the app was built in pro-C and the source was lost so could not be recompiled/relinked. We had to host the db on 10.2 to take advantage of certain security features. Ended up having to have an intermediate 9.2 database for the 8.1 client (and there's where we had to patch up to 8.1.7.4) to connect to, and all of the "tables" in the 9.2 were really just public synonyms to db_links pointing on to the 10.2 database.
    please suggest sth?
    Thanks for help

  • Installing oracle 10g release 2 on spark solaris!! urgent help!

    hi guys!
    Am installing oracle 10g r2 on spark sun solaris. I did install the software without any pb, but when installing the database using dbca, I have this errors.
    ORA-27154: post/wait create failed
    ORA-27300: OS system dependent operation:semget failed with status: 28
    ORA-27301: OS failure message: No space left on device
    ORA-27302: failure occurred at: sskgpcreates
    Edited my kernel parameters and in the /etc/system file, ai've added
    set noexec_user_stack=1
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semmsl=256
    set semsys:seminfo_semvmx=32767
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    Space aint an issue and dont know how to over come this error!
    Should ai just install the db using scripts and run the neccessary .sql scripts instead of going through dbca?
    junior DBA in distress.

    This appears to be because of low semaphores setting. Did you reboot your server after making the /etc/system parameter changes ?
    -Ramesh

Maybe you are looking for