Diablo(Weblogic90) domain configuration/installation problem

Hi,
I am trying to install a Weblogic90 BETA domain on Solaris 5.8 host and running into the following problem. Did anyone successfully Weblogic90 Beta domain on Solaris 5.8 ? Any lights much appreciated.
config.sh -mode=console
<----------------------------------------- BEA WebLogic Configuration Wizard ----------------------------------------->
Welcome:
Choose between creating and extending a domain. Based on your selection, the Configuration Wizard guides you
through the steps to generate a new or extend an existing domain.
->1|Create a new WebLogic domain
| Create a WebLogic domain in your projects directory.
2|Extend an existing WebLogic domain
| Extend an existing WebLogic domain. Use this option to add applications and services, or to override existing |database access (JDBC) and messaging (JMS) settings. You can also incorporate additional functionality in your
|domain, for example, by including WebLogic Service Bus.
Enter index number to select OR [Exit][Next]> 1
<----------------------------------------- BEA WebLogic Configuration Wizard ----------------------------------------->
Select Domain Source:
Select the source from which the domain will be created. You can create the domain by selecting from the required
components or by selecting from a list of existing domain templates.
->1|Choose Weblogic Platform components
| You can choose the Weblogic component(s) that you want supported in your domain.
2|Choose custom template
| Choose this option if you want to use an existing template. This could be a custom created template using the |Template Builder.
Enter index number to select OR [Exit][Previous][Next]> 1
A fatal error has occured. This application will terminate.
It doesn't say much on why it failed. Please let me know if you have any insights.
Thanks,
Gopal

This problem usually occurs if you use the weblogic.jar from WLS8.1SPx with WLS90
Please visit the following link to know more about this.
http://e-docs.bea.com/wls/docs81/isv/setup.html#1031690
Regards,
Prasanna Yalam

Similar Messages

  • WLST domain configuration readTemplate problem

    Hi,
    I am getting java.lang.NoClassDefFoundError when I try to invoke readTemplate operation while installing WLS90 domain on solaris environment. I sourced $WL_HOME/server/bin/setWLSEnv.sh before I invoked WLST shell. Can anyone shed some light on this ?
    wls:/offline> readTemplate("/export/webapps/sbea/weblogic900/common/templates/domains/wls.jar")
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<string>", line 18, in readTemplate
    java.lang.NoClassDefFoundError: com/bea/xml/XmlObject
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.bea.plateng.domain.aspect.ConfigAspectManager.<clinit>(ConfigAspectManager.java:39)
    at com.bea.plateng.domain.TemplateBuilder.<clinit>(TemplateBuilder.java:184)
    at com.bea.plateng.domain.script.ScriptExecutor.readTemplate(ScriptExecutor.java:353)
    at com.bea.plateng.domain.script.jython.WLScriptContext.readTemplate(WLScriptContext.java:246)
    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:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx3.readTemplate$1(<string>:18)
    at org.python.pycode._pyx3.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    at org.python.pycode._pyx16.f$0(<input>:1)
    at org.python.pycode._pyx16.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.core.Py.exec(Py.java:1157)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:40)
    at weblogic.management.scripting.WLST.main(WLST.java:130)
    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:585)
    at weblogic.WLST.main(WLST.java:22)
    java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: com/bea/xml/XmlObject

    Hi Satya,
    I have another followup issue regarding domain creation in WLS90.
    WLST complains on local registry file and jdbcdrivers.xml under /export/webapps/wls90 filesystem, which is true.
    The way I installed WLS90 is I ran the installer bin file on one host under /export/webapps/wls90 directory and after removing some unnecessary files (line man, samples, examples etc), I tared up the remaining directories and untared on another host. I modified all scripts that refered to /export/webapps/wls90 to new location. But not sure why it is still refrering to OLD directory structure. The new location is /export/webapps/sbea.
    Does installer caches the installation directory other than scripts under common/bin and server/bin ? Can you please let me know if I am missing anything. I verified all scripts under common/bin, server/bin which points to new location.
    2005-07-07 11:37:50,068 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Transform BEAHOME: /export/webapps/wls90
    2005-07-07 11:37:50,073 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Could not find the local registry file
    2005-07-07 11:37:53,211 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Transform BEAHOME: /export/webapps/wls90
    2005-07-07 11:37:53,216 DEBUG [main] com.bea.plateng.gpr.model.BEAHomeBuilder - Could not find the local registry file
    2005-07-07 11:37:53,302 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - Looking file system for: /export/webapps/w
    ls90/weblogic90/server/lib/jdbcdrivers.xml
    2005-07-07 11:37:53,307 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found at "/export/weba
    pps/wls90/weblogic90/server/lib/jdbcdrivers.xml", giving up...
    2005-07-07 11:37:53,828 ERROR [main] com.bea.plateng.domain.jdbc.JDBCHelper - weblogic.xml.stream.XMLStreamException: Un
    able to instantiate the stream, the error was: Unable to resolve input source.
    weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
    at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:91)
    at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:49)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:67)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:49)
    at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:79)
    at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.loadSchema(JDBCConnectionMetaDataParser.java:207)
    at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.<init>(JDBCConnectionMetaDataParser.java:124)
    at com.bea.plateng.domain.jdbc.JDBCHelper.getDriverInfoFactory(JDBCHelper.java:495)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.initDriverMap(JDBCAspectHelper.java:700)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getJDBCDriverInfoTable(JDBCAspectHelper.java:113)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getAllVendors(JDBCAspectHelper.java:396)
    at com.bea.plateng.domain.GeneratorHelper.configureDBVariables(GeneratorHelper.java:862)

  • Informatica installation problem - pinging the domain

    Hi,
    I am trying to install informatica and seem to be hitting a common installation problem.
    I get to the 'Domain Configuration' point and the installation halts @ the 'Pinging the domain'.
    After a few attempts, it comes back with the error 'Host:Port [MC:6001} has failed to ping back.
    As an aside the service is created, starts OK and then fails.
    All the Oracle side of things is fine and the objects have been created in my informatica schema.
    I have seen a few posts with the same issue, but no one has a definitive answer.
    Any help greatly appreciated.
    Thanks.

    Hi,
    Try to use the IP address instead of host name. I got it resolved wen i did this.
    Rgds,
    Sid

  • Installation problem: "Java Security Configuration Asistant" failed

    Hello, does anybody can help for the following installation problem of Oracle Enterprise Manager 10g:
    During installation, when I come to the step "Configuration Asistants", the "Java Security Configuration Asistant" can not pass, it always failed even after retry. Pls help!!!

    I'm having the same problem installing on W2K, what I discovered is that it's unable to start listener, I hat to start it manually but it still won't end tihs task.
    I also have a 9i Client / Manager software installed in a 9i Home which disapeared from home selector.
    If I try to deinstall OEM10G it'll just get to a 2% advance and stop...
    ...is this a BETA?

  • Create IDM Domain(OID Domain) Problem -- Bootstrap Domain Configuration. Library not found

    Hi Expert
    I have installed Weblogic 10.3.5 (64 bit) in my Oracle Linux 5 (x86_64 bit), I already installed JDK 6 (64 bit) lasted release.
    Next, I install IDM 11.1.1.2.0 (64 bit), was successful, after that patchset 11.1.1.5.0 (64 bit) was installed without any error.
    When I use IDM Configuration (ORACLE_HOME/bin/config.sh) to create a new domain for idm, It stuck in "Start Managed Server" phrase.
    In install log I found entries as below, am I missing something?
    Thank you,
    Noraset
    [2013-09-24T08:45:11.224+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] STARTING CONFIG OPERATION ...
    [2013-09-24T08:45:11.233+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] Install Adapter: Mark Start for:CONFIG
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2013-09-24T08:45:11.676+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.688+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2013-09-24T08:45:11.760+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] Setting data for action:Bootstrap Domain Configuration
    [2013-09-24T08:45:11.768+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] No data for action:Bootstrap Domain Configuration

    Do you mean that I should create new domain without  OID instance, and next use ORACLE_HOME/bin/config.sh to create new OID instance with existing domain ?
    Thanks you,
    Noraset

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • EPM 11.1.2.1 Installation problem on Laptop (Windows Server 2008 R2 x64)

    Dear All,
    I hope someone can help me here with EPM 11.1.2.1 installation problem on my notebook - Windows Server 2008 R2 x65, 8 GB RAM, running SQLServer 2008 Express.
    I installed Hyperion Foundation. The installation and configuration went through successfully.
    I am facing two problems:
    Problem 1
    When I try to access the workspace through the URL http://hostname:19000/workspace/index.jsp, I get error:
    Quote
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    End-quote
    Problem 2
    Also, the service "Hyperion EPM Server" service not able to start. When I try to start, I get error message:
    Quote
    The Hyperion EPMA Server service on Local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
    End-quote
    I tried checking everything but can't seem to figure out what's going wrong.
    I have uploaded (1) EPM Config Manager screenshot (2) EPM System diagnostic report (3) EPM Registry editor output and (4) system services listing at
    http://www.mediafire.com/?pr9l1v99w4d9u4r,c3vggxeibqkxbo2,lyzclu2aggbn8qh,8kur9gxal5b361z
    It would be very grateful if someone can have a look and help me.
    Many thanks in advance for any help / pointers / suggestions.
    - Neil

    Hi Pablo,
    Thanks to your suggestion for database, problem #2 seem to be resolved. I am now able to start EPMA Service.
    Re: Problem 1
    a) Log for C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\services\HyS9FoundationServices-sysout is as below
    -----<start>--------
    <Feb 15, 2012 4:04:47 AM > <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Feb 15, 2012 4:04:47 AM > <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Feb 15, 2012 4:04:47 AM > <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.2-11-135406-1.6.0_20-20100624-2119-windows-x86_64 from Oracle Corporation>
    <Feb 15, 2012 4:04:48 AM > <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:
    ------<end>-----
    I am intrigued by the last line "Enter username to boot WebLogic server:" - is there anything wrong going here?
    Log for C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\logs\FoundationServices0 is as below:
    -----<start>--------
    ####<Feb 15, 2012 12:49:49 AM <Info> <WebLogicServer> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589459> <BEA-000000> <WebLogic Server "FoundationServices0" version:
    WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Feb 15, 2012 12:49:49 AM <Notice> <Log Management> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589568> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\logs\FoundationServices0.log is opened. All server side log events will be written to this file.>
    ####<Feb 15, 2012 12:49:49 AM <Info> <Log Management> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589584> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Feb 15, 2012 12:49:49 AM <Info> <Diagnostics> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324589631> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "http" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "https" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <RJVM> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594950> <BEA-000570> <Network Configuration for Channel "FoundationServices0"
    Listen Address          :28080
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Feb 15, 2012 12:49:54 AM <Info> <RJVM> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594950> <BEA-000570> <Network Configuration for Channel "FoundationServices0"
    Listen Address          :28443 (SSL)
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594982> <BEA-002609> <Channel Service initialized.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595013> <BEA-000406> <NTSocketMuxer was built on Jan 24 2006 20:40:35
    >
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595075> <BEA-000436> <Allocating 4 reader threads.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595075> <BEA-000446> <Native IO Enabled.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <IIOP> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595216> <BEA-002014> <IIOP subsystem enabled.>
    ####<Feb 15, 2012 12:49:59 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324599818> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600286> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600442> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_9V5rIdcvntKDauQNwFIW41HchnU=>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600722> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\XACMLAuthorizermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600738> <BEA-090074> <Initializing Authorizer provider using LDIF template file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601050> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601315> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\DefaultCredentialMappermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601315> <BEA-090827> <LDIF template file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DefaultCredentialMapperInit.ldift was empty. The WebLogic provider CredentialMapper has been bootstrapped but has not been initialized with any LDIF data.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601331> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\XACMLRoleMappermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601331> <BEA-090074> <Initializing RoleMapper provider using LDIF template file C:\Oracle\Middleware\user_projects\domains\EPMSystem\security\XACMLRoleMapperInit.ldift.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601346> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: C:\Oracle\Middleware\user_projects\domains\EPMSystem\security\XACMLRoleMapperInit.ldift>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601565> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server FoundationServices0 for security realm myrealm.>
    ####<Feb 15, 2012 12:50:01 AM <Notice> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601565> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Feb 15, 2012 12:50:01 AM <Notice> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601658> <BEA-090083> <Storing boot identity in the file: C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties>
    ------<end>-----

  • Can't run Domain Configuration Wizard in GUI mode

    I work on a Java development team where each developer has a local WebLogic 10.3.2 server for Windows x86 installed. A small handful of these developers are unable to run the Domain Configuration Wizard (i.e. <WLS_HOME>\common\bin\config.cmd) in GUI mode. When they start it the splash screen will appear briefly and then disappear with nothing more to see. The majority of the developers have no problem with this. Where should I start looking to identify the possible causes for this problem?

    I will suggest following:
    1) instead of clicking on config.cmd in windows browser; run config.cmd at command prompt. You can see error there
    2) check version of java, and if it is certified.
    3) as an alternate you can start the installer in console mode using 'config.cmd -mode=console'

  • OSB 11g Domain Configuration.

    Hello,
    I am having trouble understanding the results of the OSB 11g domain configuration. In creating the domain i have selected the following options:
    Oracle Service Bus OWSM Extension
    Oracle Service Bus Extension - All domain topologies
    Weblogic Advanced Web Services for JAX-RPC Extension
    Oracle WSM Policy Manager
    Oracle JRF
    I have selected the 'all domain topologies' as i wish to end up with an 'AdminServer' (using port 7001) and 'osb_server1' (using port 8011). Everything installs without a problem, its that i just don't understand the outcome. The OSB transport providers and adpaters (FTP, File, Db, AQ, etc) are targeted at both the admin server and the osb managed server. I also notice that the osb console is targeted only at the admin server. The confusion comes from the fact that when i use the OSB console application to create a project which i then test (successfully) it appears to all be deployed and running on the admin server? This is based on the fact that the URL used to invoke the OSB proxy service has to specify the port of the admin server. I would have thought that the url to access the proxy service would have been directed at the managed server?
    Can someone confirm / explain to me what is going on or why it works this way, please?

    The OSB transport providers and adpaters (FTP, File, Db, AQ, etc) are targeted at both the admin server and the osb managed server.Your observation is correct.
    I also notice that the osb console is targeted only at the admin server.Yes. This is by design.
    The confusion comes from the fact that when i use the OSB console application to create a project which i then test (successfully) it appears to all be deployed and running on the admin server?No. This cannot happen. When you activate the configuration, OSB deploys configuration to the managed server.
    This is based on the fact that the URL used to invoke the OSB proxy service has to specify the port of the admin server. I would have thought that the url to access the proxy service would have been directed at the managed server?Are you test console?
    Manoj
    Edited by: Manoj Neelapu on May 24, 2010 9:28 AM

  • Silent domain configuration

    Does anyone know the call to make to run the domain configuration wizard in silent
    mode (directly, without using the weblogic installer)?
    Thanks,
    James

    Hello all, I am trying to execute the domain configuration wizard in silent mode,
    but appear to be having some classpath problems. The class that is complains
    about not finding exists in the weblogic.jar of the ebcc and server lib, but I
    have tried several times and different ways (ie. export CLASSPATH, pass -classpath,
    execute set-environment, etc.) to include these classes in the classpath. Any
    help would be greatly appreciated. The wizard still returns that it completed
    successfully, however, all of the files for the domain template have not been
    copied to the new instance. An excerpt from the dmwiz filent log containing the
    error receieved is as follows:
    2002-12-17 22:19:47,198 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=WLS_PASSWORD before=@B
    EA_WEBLOGIC_SERVER_ADMIN_PASSWORD@ after=$C_password$ value=q1w2e3r4
    2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=WL_HOME before=@WL_HOM
    E after=$USER_INSTALL_DIR$ value=
    2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=BEAHOME before=@BEA_HO
    ME after=$BEAHOME$ value=
    2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=JAVA_HOME before=@JAVA
    HOME after=$JAVAHOME$ value=
    2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=DOMAIN_NAME before=@DO
    MAIN_NAME after=$C_domainName$ value=portalDevDomain
    java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
    at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
    at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
    at com.bea.installer.tasks.SecurityTask.updateFileRealm(SecurityTask.java:105)
    at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:75)
    at java.lang.Thread.run(Thread.java:479)
    2002-12-17 22:19:47,912 ERROR [updateSecurity] com.bea.installer.tasks.SecurityTask
    - Error creating ldift file for doma
    in: /home/agrohs/web7.0/portalDevDomain
    java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
    at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
    at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
    at com.bea.installer.tasks.SecurityTask.updateLDAP(SecurityTask.java:150)
    at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:78)
    at java.lang.Thread.run(Thread.java:479)
    2002-12-17 22:19:48,340 INFO [BEAInstallController] com.bea.installer.BEAInstallController
    - Terminating.
    Thanks,
    Adam S. Grohs
    [email protected]
    Simon Nunn <[email protected]> wrote:
    James,
    Here is how to start in silent mode:
    #!/bin/sh
    # $1 is the xml file for the installer.
    cd /export/home/snunn/cust/bea/weblogic700/common/lib
    echo `date`
    if [ "$1" = "console" ]; then
    /export/home/snunn/cust/bea/jdk131_02/bin/java
    -Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
    -Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=console
    else
    /export/home/snunn/cust/bea/jdk131_02/bin/java
    -Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
    -Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=silent
    -silent_xml=/export/home/snunn/$1 -log=/export/home/snunn/install.log
    fi
    Thanks,
    Simon
    James Weavers wrote:
    Does anyone know the call to make to run the domain configuration wizardin silent
    mode (directly, without using the weblogic installer)?
    Thanks,
    James

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Xp_logininfo Installation problem

    Hello gurus,
    I'm facing the same problem as described in this link:
    Re: xp_logininfo "Installation problem on windows 2003 with Sql 2005"
    the error I get is similiar:
    <i>The below message comes from executing the command master..xp_logininfo '<domain>\<user> ' Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62 Could not obtain information about Windows NT group/user '<domain>\<user> ', error code 0x534. The statement has been terminated</i>
    but I just don't get how to solve it.
    -I've tried to use the profiler but didn't find any information that will help me to solve.
    -One of the guys wrote to add "logon rights" to the user ... what does it mean ?
    Please advice,
    Dimitry Haritonov

    Hi sven,
    Thank you very much for the quick and direct answer.
    The problem was that the user that runs the SQL SERVER service didn't have authorization to retrieve information from active directory.
    I've changed the service user, run the sapinst again, and after it succeeded I've returned the previous user.
    Best regards,
    Dimitry Haritonov

  • Installation Problem with APEX 3.1 on 11g

    Hey,
    I've a big problem with apex3.1 on 11g. Yesterday i wanted to install the new version, which i've downloaded from the oracle server. Furthermore i have followed the instructions by the documentation.
    i executed:
    1. apexins.sql FLOW_1 USERS TEMP /i/ Is that correct?
    2. apxconf.sql
    Do i have do remove the old version (3.0)?
    Thanks for your help
    Best Regards,
    Andi

    Hi Andrea,
    I tried to reproduce this and could not.
    I created a new 11.1.0.6 database on Oracle Enterprise Linux with character set WE8MSWIN1252. I even did this with an OS locale of Italian (and trust me, it was a struggle, as my Italian is about as weak as my German). The only thing that is different between my test and your configuration is the server OS.
    I then installed APEX 3.1, tried it in browser language 'it' and 'en-us', but I could not reproduce the issue.
    Can you think of anything atypical in your configuration, installation, or database parameter settings?
    Joel

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Oracle8.1.5 installation problem on Solaris2.6

    I am trying to install oracle 8.1.5 on Sun Solaris 2.6
    system using OUI. During the installation and while creating
    the database using DB configuration assistant, I am getting
    the error message:
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java)
    at WizOSD.DBQueryAvailableRAM(WizOSD.java:245)
    at CheckerClass.CheckAvailableRAM(CheckerClass.java:475)
    at CheckerClass.DetectAll(CheckerClass.java:62)
    at DBConfigInfo_base.<init>(DBConfigInfo_base.java:901)
    at DBConfigInfo.<init>(DBConfigInfo.java:44)
    at DBCreateWizard.<init>(DBCreateWizard.java:414)
    at DBCreateWizard.main(DBCreateWizard.java:1075)
    any suggestion
    thanks a lot
    larry([email protected])

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

Maybe you are looking for

  • Problem with .DLL and global variables

    Hi, I need some helps to figure out my problem. I wrote a .dll file to open and run a GUI. When I run it at the first time, it is ok. When I call it again, there is an error "Pointer to free memory passed to library. It will be ok if I completely exi

  • PP CS4: Error compiling movie. I/O Error

    I get this incessant I/O error any time I try to export a movie, regardless what format or codec I am exporting to. I've tried this on a BRAND NEW Project with the same result. I'm almost convinced that it's a problem or issue with Adobe Media Encode

  • Message on C8180

    Message on C8180 "Cannot Print" Unable to remove and print with black only

  • Agent Inbox Resp. Group results

    Hello Experts, In the Agent Inbox, when applying the responsible group filter (my group / identified department), the results still return all results instead of filtered results. Any assistance would be appreciated. Thank you, Tanya

  • Best setup for me with Audig

    Hi, a couple of questions if I may : I have a SB Audigy card (the model sticker end with 090 - this I cannot find on the list) - it has a firewire connector at the end..... ) What is the best way to connect this to my Sony TA-KSl7 amplifier ? The son