Putting a WebLogic domain on a DMZ

Hi,
We're in the middle of a project at the moment where we are going to put a WebLogic domain which has a cluster, on a DMZ.
One question which has come up time again, is where do you put the WebLogic Admin server for that domain?? Do you put it on the DMZ with the managed servers?? Or is it better practice to put it internally behind a firewall and open up the TCP ports and multicast for the cluster traffic for JNDI updates and cluster heart beats.
Some say leave it on the DMZ, some say put it behind the firewall.
Alistair.

What is the harm of keepin Admin Server within the sam DMZ as d othr managed instances?
I feel it should be within the same DMZ as the other Managed instances.. apart frm cluster hearbeats, jndi updates, the LDAP replication also happens.
Share ur thoughts as well...
For authentication will u b using the embedded ldap or some external store?

Similar Messages

  • How to use both ojdbc14.jar and ojdbc6.jar in same weblogic domain(weblogic12C)

    Hi all,
    I 'm having issue of using both ojdbc14.jar and ojdbc6.jar in same weblogic application and same weblogic domain in weblogic 12C environment.
    how can i do that?
    i'm currently having application developed using jdk 1.6 and ojdbc6.jar, application developed using jdk 1.4 and ojdbc14.jar.both are currently installed at same domain.
    i want to use the both ojdbc14.jar and ojdbc6.jar in same domain.
    what i previously did was renaming /usr/weblogic/wls_server10.3.4/lib/ojdbc6.jar to /usr/weblogic/wls_server10.3.4/lib/ojdbc6.jar.bak and put ojdbc14.jar in the same path when i wanna use ojdbc14.jar.
    i haven't use both in same environment before, but to go live i wanna match about requirement.pls help.
    i know the way use this by having two domains, but in the same domain i could not find a solution yet.
    Please help

    Hey
    I have the similar requirement.. Did you managed to get an option of doing it? If yes, please provide some insights
    Thanks in Advance

  • Creation of Weblogic Domain in console mode not working

    Hi All,
    I've installed the Middleware home with ADF Runtime installer (Installer was 12.1.2.0.0). Now, I'm trying to create and configure a domain based on the JRF Template.  I'm executing the following command from Putty
    Step1. Navigate to MW_HOME/wlserver/common/bin
    Step2. execute "./config.sh -mode=console"
    Its throwing the following error :
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Duplicate action cause encountered: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    2014-07-21 17:03:41,643 SEVERE [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Wizard error cause
    java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
      at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
    at java.awt.Frame.<init>(Frame.java:420)
      at java.awt.Frame.<init>(Frame.java:385)
      at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1757)
      at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1832)
      at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1697)
      at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:863)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:796)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:758)
      at com.oracle.cie.wizard.internal.cont.GUIContext.handleFatalErrorMessage(GUIContext.java:1141)
      at com.oracle.cie.wizard.internal.cont.GUITaskContainer$MethodRunner.run(GUITaskContainer.java:188)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Given state 'ERROR' does not follow current 'ERROR'
    This vaguely means that its trying to open a GUI wizard, which is not what I intended to do. The argument -mode=console should run the installer in console mode, but its trying to launch it in GUI mode.
    I searched online, but I have not found anything useful on this issue yet.
    Am I missing something?  Has anyone faced this problem before.
    Any thoughts on this would be helpful  !!
    Thanks,
    Shiva Shankar B N

    Weblogic 12C (12.1.2 to be precise), currently does not support console mode Domain creation. It supports only GUI mode and Silent mode.
    Possible solution to create a 12.1.2  Weblogic domain fully qualified enough to deploy ADF Applications :
    1. Install Xming, and enable X11 forwarding on Putty
    2. Silent Mode installation: The Configuration wizard. ./config.sh -mode=silent  -silent_script=xyz . Yes, it needs a silent script, not silent.xml. I did not try this way and instead resorted to WLST.  Still there are not enough blogs that clearly tell you how to install domain based on JRF template. I stumbled upon a similar OTN forum post.
    Here is the bunch of WLST commands if anyone is interested
    #======================================================================================= 
    # Open a domain template. 
    #======================================================================================= 
    readTemplate("/u01/app/mw/Oracle_Home/wlserver/common/templates/wls/wls.jar") 
    #======================================================================================= 
    # Update the domain to enable the WebLogic Server domain with JRF and EM. 
    #======================================================================================= 
    addTemplate('/u01/app/mw/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar') 
    addTemplate('/u01/app/mw/Oracle_Home/em/common/templates/wls/oracle.em_wls_template_12.1.2.jar') 
    #======================================================================================= 
    # Configure the Administration Server and SSL port. 
    # To enable access by both local and remote processes, you should not set the 
    # listen address for the server instance (that is, it should be left blank or not set). 
    # In this case, the server instance will determine the address of the machine and 
    # listen on it. 
    #======================================================================================= 
    cd('Servers/AdminServer') 
    set('ListenAddress','') 
    set('ListenPort', 7001) 
    create('AdminServer','SSL') 
    cd('SSL/AdminServer') 
    set('Enabled', 'True') 
    set('ListenPort', 7002) 
    #======================================================================================= 
    # Define the user password for weblogic. 
    #======================================================================================= 
    cd('/') 
    cd('Security/base_domain/User/weblogic') 
    # Please set password here before using this script, e.g. cmo.setPassword('value') 
    cmo.setPassword('password') 
    # Create and configure a JDBC Data Source, and sets the JDBC user.   Provide the Schema Credentials of the Service table
    # Get RCU Configuration using RCU service table (STB) schema credentials 
    cd('/') 
    cd('JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource') 
    cd('JDBCDriverParams/NO_NAME_0') 
    set('DriverName','oracle.jdbc.OracleDriver') 
    set('URL','jdbc:oracle:thin:@XX.XX.XX.XX:1521/xe.yourdomain.com') 
    set('PasswordEncrypted', 'schemaPassword') 
    set('UseXADataSourceInterface', 'false') 
    cd('Properties/NO_NAME_0') 
    cd('Property/user') 
    cmo.setValue('DEV_STB') 
    getDatabaseDefaults() 
    #======================================================================================= 
    # Write the domain and close the domain template. 
    #======================================================================================= 
    setOption('OverwriteDomain', 'true') 
    writeDomain('/u01/data/user_projects/domains/your_domain') 
    closeTemplate() 
    #======================================================================================= 
    # Exit WLST. 
    #======================================================================================= 
    exit() 
    Hoping to write a blog post soon..
    Thanks,
    Shiva Shankar B N

  • Facing Error in Cloning a WebLogic domain in OEM

    Hi All,
    I am using OEM 12c Cloud Control and I want to clone a WebLogic domain at some other location. In my execution after various successful steps I am getting the following error in the step "Customize Domain infrastructure" under the step "Create and Configure Domain". I am not understanding the cause of error. Also how can I recover this error because I believe I am very close to completing this cloniong. Please help me with your valuble suggessions.
    My Machine configuration in the domain is : machine name: UnixMachine_70'
    listen address: <machine_ip>
    Error Message:
    This is Provisioning Executor Script
    Input PropertyFilePath is /tmp/JOB_CE85BB5AD4F09631E04012AC463B20ED/properties
    Input directiveScriptFilePath is /tmp/JOB_CE85BB5AD4F09631E04012AC463B20ED/configure_domain.pl
    Input directiveTypeProperty is NAME_Executor
    Input componentPath is Component
    Input directivePath is Directive
    Input componentFilename is /tmp/JOB_CE85BB5AD4F09631E04012AC463B20ED/null
    Directive Type is SUB_Perl
    Dir to CD is /tmp/JOB_CE85BB5AD4F09631E04012AC463B20ED
    Final command line to execute is $PERL_HOME/perl "/tmp/JOB_CE85BB5AD4F09631E04012AC463B20ED/configure_domain.pl" "/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3" "base_domainCloned" "/oradata/soa11gdb/Oracle_Clone/Middleware/base_domainCloned" "/tmp/fmwProvDest//20121115103315/toolkit"
    The output of the directive is:
    /oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/common/bin/wlst.sh /tmp/fmwProvDest/20121115103315/toolkit/domainconf.py base_domainCloned domain /oradata/soa11gdb/Oracle_Clone/Middleware/base_domainCloned /tmp/fmwProvDest//20121115103315/toolkit
    Executing WLST
    CLASSPATH=/oradata/soa11gdb/Oracle_Clone/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradata/soa11gapp/jrockit-jdk1.6.0_26-R28.1.4-4.0.1/lib/tools.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/weblogic.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/webservices.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/beaaj.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/com.oracle.diagnostics.instrumentor_1.8.0.0-try-03.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/wldfsupport.jar
    PATH=/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/bin:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/org.apache.ant_1.7.1/bin:/oradata/soa11gapp/jrockit-jdk1.6.0_26-R28.1.4-4.0.1/jre/bin:/oradata/soa11gapp/jrockit-jdk1.6.0_26-R28.1.4-4.0.1/bin:/bin:/usr/bin:/usr/local/bin:/usr/sbin
    Your environment has been set.
    CLASSPATH=/oradata/soa11gdb/Oracle_Clone/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradata/soa11gapp/jrockit-jdk1.6.0_26-R28.1.4-4.0.1/lib/tools.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/weblogic.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/server/lib/webservices.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/beaaj.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/com.oracle.diagnostics.instrumentor_1.8.0.0-try-03.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/AcseraAgent/lib/wldfsupport.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/utils/config/10.3/config-launch.jar::/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/common/derby/lib/derbynet.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradata/soa11gdb/Oracle_Clone/Middleware/wlserver_10.3/common/derby/lib/derbytools.jar::
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    *** Read Domain environment /oradata/soa11gdb/Oracle_Clone/Middleware/base_domainCloned
    Provision Machine using action Set
    resourcePath: []
    setting Name=UnixMachine_70
    Error: setName() failed. Do dumpStack() to see details.
    Error: set() failed. Do dumpStack() to see details.
    com.oracle.cie.domain.script.jython.WLSTException: java.lang.reflect.InvocationTargetException
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1304)
         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.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyInstance.invoke(Unknown Source)
         at org.python.pycode._pyx3.set$5(/tmp/WLSTOfflineIni6616265702913410706.py:45)
         at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni6616265702913410706.py)
         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.pycode._pyx15.setResourceAttribute$1(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:19)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.doMachine$11(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:139)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.MachineSet$13(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:145)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.PyObject.__call__(Unknown Source)
         at org.python.core.__builtin__.apply(Unknown Source)
         at org.python.core.BuiltinFunctions.__call__(Unknown Source)
         at org.python.pycode._pyx15.provisionResource$39(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:456)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.PyObject.__call__(Unknown Source)
         at org.python.pycode._pyx15.f$0(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:534)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyCode.call(Unknown Source)
         at org.python.core.Py.runCode(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at weblogic.management.scripting.WLST.main(WLST.java:124)
         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 weblogic.WLST.main(WLST.java:29)
    Caused by: java.lang.reflect.InvocationTargetException
         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 com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1298)
         ... 49 more
    Caused by: java.lang.reflect.UndeclaredThrowableException
         at $Proxy1.setName(Unknown Source)
         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 com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1298)
         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.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyInstance.invoke(Unknown Source)
         at org.python.pycode._pyx3.set$5(/tmp/WLSTOfflineIni6616265702913410706.py:46)
         at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni6616265702913410706.py)
         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.pycode._pyx15.setResourceAttribute$1(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:19)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.doMachine$11(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:139)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.MachineSet$13(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:145)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.PyObject.__call__(Unknown Source)
         at org.python.core.__builtin__.apply(Unknown Source)
         at org.python.core.BuiltinFunctions.__call__(Unknown Source)
         at org.python.pycode._pyx15.provisionResource$39(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:457)
         ... 17 more
    Caused by: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: java.lang.ArrayIndexOutOfBoundsException: 1
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.ScriptInvocationHandler.invoke(ScriptInvocationHandler.java:143)
         at $Proxy1.setName(Unknown Source)
         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 com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1298)
         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.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyInstance.invoke(Unknown Source)
         at org.python.pycode._pyx3.set$5(/tmp/WLSTOfflineIni6616265702913410706.py:45)
         at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni6616265702913410706.py)
         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.pycode._pyx15.setResourceAttribute$1(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:19)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.doMachine$11(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:139)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.MachineSet$13(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:145)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.PyObject.__call__(Unknown Source)
         at org.python.core.__builtin__.apply(Unknown Source)
         at org.python.core.BuiltinFunctions.__call__(Unknown Source)
         at org.python.pycode._pyx15.provisionResource$39(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:456)
         ... 17 more
    Caused by: com.oracle.cie.domain.script.ScriptException: java.lang.ArrayIndexOutOfBoundsException: 1
         at com.oracle.cie.domain.script.ScriptExecutor.setValue(ScriptExecutor.java:1358)
         at com.oracle.cie.domain.script.jython.ScriptInvocationHandler.set(ScriptInvocationHandler.java:210)
         at com.oracle.cie.domain.script.jython.ScriptInvocationHandler.invoke(ScriptInvocationHandler.java:103)
         at $Proxy1.setName(Unknown Source)
         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 com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1298)
         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.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyInstance.invoke(Unknown Source)
         at org.python.pycode._pyx3.set$5(/tmp/WLSTOfflineIni6616265702913410706.py:46)
         at org.python.pycode._pyx3.call_function(/tmp/WLSTOfflineIni6616265702913410706.py)
         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.pycode._pyx15.setResourceAttribute$1(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:19)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.doMachine$11(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:139)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.pycode._pyx15.MachineSet$13(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:145)
         at org.python.pycode._pyx15.call_function(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py)
         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.PyObject.__call__(Unknown Source)
         at org.python.core.__builtin__.apply(Unknown Source)
         at org.python.core.BuiltinFunctions.__call__(Unknown Source)
         at org.python.pycode._pyx15.provisionResource$39(/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py:457)
         ... 17 more
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
         at com.oracle.cie.domain.aspect.XBeanConfigAspect.fixReferences(XBeanConfigAspect.java:126)
         at com.oracle.cie.domain.aspect.AbstractConfigAspect.setBeanValueArray(AbstractConfigAspect.java:893)
         at com.oracle.cie.domain.aspect.XBeanDomainConfigAspect.setBeanValueArray(XBeanDomainConfigAspect.java:428)
         at com.oracle.cie.domain.operation.config.HDomainConfig.updateContents(HDomainConfig.java:87)
         at com.oracle.cie.domain.operation.HTableEditOperation.acceptChanges(HTableEditOperation.java:591)
         at com.oracle.cie.domain.script.ScriptExecutor.setAttrValue(ScriptExecutor.java:3614)
         at com.oracle.cie.domain.script.ScriptExecutor.setValue(ScriptExecutor.java:1336)
         ... 57 more
    Problem invoking WLST - Traceback (innermost last):
    File "/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py", line 534, in ?
    File "/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py", line 456, in provisionResource
    File "/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py", line 145, in MachineSet
    File "/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py", line 139, in doMachine
    File "/tmp/fmwProvDest/20121115103315/toolkit/domainconf.py", line 19, in setResourceAttribute
    File "/tmp/WLSTOfflineIni6616265702913410706.py", line 45, in set
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1304)
         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)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: java.lang.reflect.InvocationTargetException
    Exiting with value 256
    Thanks in Advance!!

    Hi Roshni,
    I'm not familiar with this error....seems like issue with configuration of the machine?
    Some questions.
    1. Is there an SR already filed on this that I could look at to get more details?
    2. Which version of EM 12c are you using?
    3. Which version of WLS are you trying to clone...looks like 10.3.5? Does it have any FMW components deployed to it...looks like perhaps SOA by the name of the directory?
    4. Are you trying to clone from components saved in the software library or from a reference installation?
    5. Are you trying to clone the Middleware Home with binaries as well as domain configuration? Or are you just trying to clone domain configuration?
    Once I get more details, I will look into and get back to you.
    Thanks,
    Nicole

  • Problem while connecting the Weblogic Domain to MySql5.

    Hi,
    I would like to send you the entire stacktrace..
    JAVA Memory arguments: -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m
    WLS Start Mode=Development
    CLASSPATH=;C:\WEBLOG~1\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_wlp1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_cie670\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\WEBLOG~1\JDK160~1\lib\tools.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic.jar;C:\WEBLOG~1\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\webservices.jar;C:\WEBLOG~1\modules\ORGAPA~1.5/lib/ant-all.jar;C:\WEBLOG~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\WEBLOG~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\xqrl.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\xquery.jar;C:\WEBLOG~1\WLSERV~1.3\server\lib\binxml.jar;
    PATH=C:\WEBLOG~1\patch_wlw1030\profiles\default\native;C:\WEBLOG~1\patch_wls1030\profiles\default\native;C:\WEBLOG~1\patch_wlp1030\profiles\default\native;C:\WEBLOG~1\patch_cie670\profiles\default\native;C:\WEBLOG~1\patch_cie660\profiles\default\native;C:\WEBLOG~1\WLSERV~1.3\server\native\win\32;C:\WEBLOG~1\WLSERV~1.3\server\bin;C:\WEBLOG~1\modules\ORGAPA~1.5\bin;C:\WEBLOG~1\JDK160~1\jre\bin;C:\WEBLOG~1\JDK160~1\bin;C:\WebLogicBea\jrockit_160_05\jre\bin;E:\Oracle\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;F:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;F:\Oracle\Ora81\orb\bin;C:\Program Files\Java\jdk1.5.0_06\bin;E:\Oracle\orb\bin;C:\WEBLOG~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Cleaning up license and uid files
    Starting Autonomy with CONTENT_SEARCH_OPTION = full
    Autonomy Distributed Search Handler engine started.
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
    Starting WLS with line:
    C:\WEBLOG~1\JDK160~1\bin\java -client -Xms256m -Xmx768m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=192m -Xverify:none -da -Dplatform.home=C:\WEBLOG~1\WLSERV~1.3 -Dwls.home=C:\WEBLOG~1\WLSERV~1.3\server -Dweblogic.home=C:\WEBLOG~1\WLSERV~1.3\server -Dweblogic.wsee.bind.suppressDeployErrorMessage=true -Dweblogic.wsee.skip.async.response=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=C:\WEBLOG~1\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_wlp1030\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_cie670\profiles\default\sysext_manifest_classpath;C:\WEBLOG~1\patch_cie660\profiles\default\sysext_manifest_classpath;C:\WebLogicBea\wlportal_10.3\p13n\lib\system;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system;C:\WebLogicBea\wlportal_10.3\portal\lib\system;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system;C:\WebLogicBea\wlportal_10.3\analytics\lib\system;C:\WebLogicBea\wlportal_10.3\apps\lib\system;C:\WebLogicBea\wlportal_10.3\info-mgmt\deprecated\lib\system;C:\WebLogicBea\wlportal_10.3\content-mgmt\lib\system -Dweblogic.alternateTypesDirectory=C:\WebLogicBea\wlportal_10.3\portal\lib\security -Dweblogic.Name=AdminServer -Djava.security.policy=C:\WEBLOG~1\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
    <Oct 27, 2009 11:15:35 AM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\WebLogicBea\wlportal_10.3\analytics\lib\system\analytics_sys.jar;C:\WebLogicBea\wlportal_10.3\apps\lib\system\groupspace_system.jar;C:\WebLogicBea\wlportal_10.3\content-mgmt\lib\system\content_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\deprecated\lib\system\commerce_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wlp-schemas.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wlp_content_system.jar;C:\WebLogicBea\wlportal_10.3\info-mgmt\lib\system\wps_system.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_common.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_schemas.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\netuix_system.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\wsrp-client.jar;C:\WebLogicBea\wlportal_10.3\light-portal\lib\system\wsrp-common.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n-schemas.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n_common.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\p13n_system.jar;C:\WebLogicBea\wlportal_10.3\p13n\lib\system\wlp_services.jar;C:\WebLogicBea\wlportal_10.3\portal\lib\system\netuix_system-full.jar>
    <Oct 27, 2009 11:15:35 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun Microsystems Inc.>
    <Oct 27, 2009 11:15:36 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR376251 Wed Aug 06 09:19:34 PDT 2008
    WebLogic Server Temporary Patch for CR371247 Sat Aug 09 20:10:38 PDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR376759 Thu Aug 14 14:53:02 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <Oct 27, 2009 11:15:42 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 27, 2009 11:15:42 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 27, 2009 11:15:42 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\WebLogicBea\user_projects\domains\zarDbDomain\zarDbDomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Oct 27, 2009 11:15:57 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 27, 2009 11:16:10 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 27, 2009 11:16:10 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 27, 2009 11:16:40 AM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.9.200.236:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 27, 2009 11:16:41 AM IST> <Warning> <Server> <BEA-002611> <Hostname "ZieF.pl", maps to multiple IP addresses: 192.9.200.236, 127.0.0.1>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "zarDbDomain" running in Development Mode>
    <Oct 27, 2009 11:16:41 AM IST> <Warning> <Server> <BEA-002611> <Hostname "192.9.200.236", maps to multiple IP addresses: 192.9.200.236, 127.0.0.1>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 27, 2009 11:16:41 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Oct 27, 2009 11:17:18 AM IST> <Error> <Security> <BEA-090064> <The DeployableAuthorizer "myrealm_weblogic.security.providers.xacml.authorization.XACMLAuthorizationProviderImpl" returned an error: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource.>
    <Oct 27, 2009 11:17:20 AM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1256622425468' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    Truncated. see log file for complete stacktrace
    weblogic.ejb20.interfaces.PrincipalNotFoundException: Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.internal.SecurityHelperWLS.deployPolicy(SecurityHelperWLS.java:357)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:306)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:294)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:249)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:228)
    Truncated. see log file for complete stacktrace
    <Oct 27, 2009 11:17:20 AM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'myPortalEAR'.>
    <Oct 27, 2009 11:17:20 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    Truncated. see log file for complete stacktrace
    weblogic.ejb20.interfaces.PrincipalNotFoundException: Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: Security:090310Failed to create resource
    at weblogic.ejb.container.internal.SecurityHelperWLS.deployPolicy(SecurityHelperWLS.java:357)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:306)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:294)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:249)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:228)
    Truncated. see log file for complete stacktrace
    There is around 140 Tables created in mysql database...
    Is there anything wrong ?
    Regards
    Zarrakh

    Well.. When i runned the script for mysql from the weblogic domain configuration and compared the pointbase and mysql database.. i found that there are few tables, views and triggers that are missing in mysql db.. Could you telll me how can i create this missing tables, views and triggeres
    Regards

  • Getting Error in creating weblogic domain in silent mode.

    Hi,
    I want to create a weblogic domain in silent mode. When I execute the command  ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml, I am getting the error given below.
    bash-3.00$ cd /apps/Oracle/Middleware/oracle_common/common/bin
    bash-3.00$ ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml
    ** Could not find default script file under home directory: "/apps/Oracle/Middleware/wlserver_10.3/configscript.txt"
    Please let me know what could be the issue
    Thanks in Advance!
    Regards,
    Roshni Shankar

    Hi Roshni,
    What is the version of wls you are using ?
    There is no silent mode of domain configuration. There is silent mode of wls installation.
    You can refer to :
    Introduction - 11g Release 1 (10.3.6)
    Thanks,
    Sharmela

  • Configuring Weblogic Domain in Offline Mode

    Hi,
    I wrote a java code which invoke wlst command required for configuring weblogic domain in offline mode.
    please give any idea even i do not know exactly what are the required jar file but i have used weblogic.jar,wlfullclient.jar,jython.jar,and some jar files from modules folder which has given in someone post
    i am getting the following error
    java.lang.reflect.InvocationTargetException
    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 weblogic.management.scripting.utils.WLSTUtil.initOfflineContext(WLSTUtil.java:291)
    at weblogic.management.scripting.utils.WLSTUtil.setupOfflineInternal(WLSTUtil.java:267)
    at weblogic.management.scripting.utils.WLSTUtil.setupOffline(WLSTUtil.java:234)
    at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:134)
    at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:76)
    at DomainConfiguration.<init>(DomainConfiguration.java:15)
    at DomainConfiguration.main(DomainConfiguration.java:61)
    Caused by: java.lang.NoClassDefFoundError: com/oracle/cie/wizard/ControllerProxy
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getMethod0(Class.java:2670)
    at java.lang.Class.getMethod(Class.java:1603)
    at com.oracle.cie.domain.AbstractManager.getInstanceObject(AbstractManager.java:88)
    at com.oracle.cie.domain.AbstractManager.load(AbstractManager.java:46)
    at com.oracle.cie.domain.ConfigManager.<clinit>(ConfigManager.java:37)
    at com.oracle.cie.domain.DomainConstants.<clinit>(DomainConstants.java:20)
    at com.oracle.cie.domain.script.jython.WLScriptContext.init(WLScriptContext.java:220)
    at com.oracle.cie.domain.script.jython.WLScriptContext.setup(WLScriptContext.java:162)
    at com.oracle.cie.domain.script.jython.WLST_offline.setupContext(WLST_offline.java:105)
    ... 11 more
    thanks in advance

    Hi,
    Make sure that you have weblogic.jar and jython-modules.jar
    You will find weblogic.jar under %BEA_Home% / server / lib
    and you will find jython-modules.jar under %BEA_Home% / common / wlst/modules
    Regards,
    Kal

  • How to upgrade weblogic domain from 10.3.2 to 10.3.6, with em modules

    I have upgraded the 10.3.2 Weblogic domain to 10.3.6 Weblogic domain, 10.3.2 domain contains the EM, JRF WL Add-on services. After upgrade EM, JRF services loading was failed. setDomainEnv.sh settings were overwritten. Domain upgrade will support FMW services upgrade, setdomainEnv configurations recovery or we need to update the FMW services path, copy the custom configurations from old setDomainEnv.sh to new setDomainEnv.sh

    Hi,
    You need to upgrade FMW stack too apart from WLS then only those libraries will active or else it will have issues with libraries supported versions.
    Regards,
    Kal

  • Enterprise Manager - Setup -   Add Weblogic Domain is gone

    Sometime between the middle of July and today - the Setup -> Add Weblogic Domain is gone from Enterprise Manager. How do I add a domain?
    I have EMASGC_PT.MAINAS11_GENERIC_090907
    - mike

    Take a look at the logs carefully:PREPARED TO ADMIN and then ADMIN TO PREPARED. Something is not being deployed successfully to the servers while starting. What all components you have selected for this domain?
    ####<Sep 4, 2013 2:44:59 PM BST> <Info> <Deployer> <bmlinux182.temenos.com> <AdminServer> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000K3dDttpE4Uc5pjH7iY1I9n^v000002> <1378302299431> <BEA-149060> <Module /em of application em successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Sep 4, 2013 2:44:59 PM BST> <Info> <WLSS.Setup> <bmlinux182.temenos.com> <AdminServer> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000K3dDttpE4Uc5pjH7iY1I9n^v000002> <1378302299433> <BEA-331208> <Start parsing sip related annotations of "em">
    ####<Sep 4, 2013 2:49:01 PM BST> <Info> <Deployer> <bmlinux182.temenos.com> <AdminServer> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000K3dDttpE4Uc5pjH7iY1I9n^v000002> <1378302541291> <BEA-149059> <Module /em of application em is transitioning from STATE_ADMIN to STATE_PREPARED on server AdminServer.>

  • Ant task for creating a new weblogic domain in weblogic 10.3

    Hi,
    Can anybody help me in writing an ant task in build.xml for creating a new weblogic domain in weblogic 10.3, like as in <target name="new-domain">
         <echo message=""/>
         <echo message="Attempting to create new domain:"/>
         <delete dir="C:\bea\user_projects\domains" />
         <mkdir dir="C:\bea\user_projects\domains"/>
         <wlserver dir="C:\bea\user_projects\domains" domainname="mydomain"
         host="127.0.0.1" port="7001"
         generateConfig="true" servername="AdminServer" username="weblogic"
         password="weblogic" action="start"/>
         </target>
    Please suggest me adding something to the above in order to create the domain successfully.

    Hi,
    Can anybody help me in writing an ant task in build.xml for creating a new weblogic domain in weblogic 10.3, like as in <target name="new-domain">
         <echo message=""/>
         <echo message="Attempting to create new domain:"/>
         <delete dir="C:\bea\user_projects\domains" />
         <mkdir dir="C:\bea\user_projects\domains"/>
         <wlserver dir="C:\bea\user_projects\domains" domainname="mydomain"
         host="127.0.0.1" port="7001"
         generateConfig="true" servername="AdminServer" username="weblogic"
         password="weblogic" action="start"/>
         </target>
    Please suggest me adding something to the above in order to create the domain successfully.

  • BUG- the Integrated Weblogic domain was not built successfully. 11.1.1.2.0

    I got this error when trying to run a test application on the latest release of JDeveloper.
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    Log File: C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Documents and Settings\rommel\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    Elapsed time: 1657 ms
    My configuration are as follows"
    Java(TM) Platform     1.6.0_14
    Oracle IDE     11.1.1.2.36.55.36
    Versioning Support     11.1.1.2.36.55.36
    Microsoft Windows XP Professional Version 2002 Service Pack 3
    help!
    pino
    Edited by: pino on 30/11/2009 04:27 ص

    Hi Timo,
    I modified the jdev.boot file as suggested but still resulted to the same error. (note: The "C:\Oracle\Middleware" is not recognized)
    # The ide.user.dir.var specifies the name of the environment variable
    # that points to the root directory for user files.  The system and
    # product will use its base directory as the user directory.
    ide.user.dir.var = JDEV_USER_HOME,JDEV_USER_DIR
    ide.user.dir = C:/Oracle/Middleware[Waiting for the domain to finish building...]
    [01:42:43 PM] Creating Integrated Weblogic domain...
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [01:42:45 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Log File: C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Oracle\Middleware\system11.1.1.2.36.55.36\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Oracle\Middleware\system11.1.1.2.36.55.36\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dms_11.1.1/dms.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.xdk_11.1.0/xml.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/org.apache.commons.digester_1.7.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.bind_2.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.activation_1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.http_client_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/auditwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/sslconfigwlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/oamap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/ossoiap_help.jar;C:\Oracle\MIDDLE~1\ORACLE~1/common/wlst/resources/jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jps_11.1.1/jps-patching.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    Elapsed time: 984 ms

  • WebLogic domain spread across two machines

    Hi All,
    I have a weblogic domain that spreads across two machines. First machine hosts the Admin server, (BAM , SOA) managed servers and the second machine hosts the (APPs and FIN) managed servers. As you can see the managed servers hosts different applications and not related with clustering. I want to know in such a setup do we need to have separate weblogic installation on both first and second machines or just have WebLogic installation on the first machine and have the second machine reference the first's WL installation.
    What's the best practice.
    Regards

    I mean for a domain spread over two machines, I need to have weblogic installation on both machines and not just the one running admin server. I read somewhere WebLogic installations have 1 to N relation with domains. Seems like for a domain spread across two machines, two WL installations and two licences. Am I right?

  • Application cannot run after extending weblogic domain

    I create a weblogic domain using jdeveloper 11.1.1.4. I deploy some adf applications to this domain. These applications are fine.
    Then, I install SOA Suite 11.1.1.4 and extending the above domain. However, these adf web applications cannot run. What's happening?

    Can you post the exceptions?

  • Which file gets updated in WebLogic domain when a user is created

    Hi All,
    I have a query regarding In a weblogic domain when we create a user or group in security realm--> myrealm in Dfault Authenticator, then which file or folder under Domain directory structure gets updated?
    Thanks in Advance!!

    In the ${DOMAIN_HOME}/security directory the ldift files for the embedded LDAP are located. Also every server gets its own copy (${DOMAIN_HOME}/servers/${SERVER_NAME}/cluster-server1/data/ldap).

  • Weblogic Domain Problem

    I'm new to jdeveloper 11...When I start jdev 11.1.1.1.0, it instantly issue an error of the following:
    [10:29:11 PM] Creating Integrated Weblogic domain...
    [10:29:15 PM] ERROR:  An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.log
    The log file contents:*
    Log File: C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407
    Product Home: C:\Jdeveloper\Middleware\jdeveloper\jdev\
    Domain: C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain
    "C:\Jdeveloper\Middleware\jdeveloper\common\bin\wlst.cmd" "C:\Users\Hootan\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\jdk16\lib\tools.jar;C:\JDEVEL~1\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\JDEVEL~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\JDEVEL~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR
    wlst >
    wlst > PATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\native;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\bin;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Java\jdk16\jre\bin;C:\Java\jdk16\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\product\10.2.0\db_2\bin;C:\oracle\product\10.2.0\db_1\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Lenovo\Bluetooth Software\;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\JDEVEL~1\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDEVEL~1\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\jdk16\lib\tools.jar;C:\JDEVEL~1\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\JDEVEL~1\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\JDEVEL~1\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\JDEVEL~1\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jrf_11.1.1/jrf-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.odl_11.1.1/ojdl2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.dconfig-infra_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xmlparserv2.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.xdk_11.1.0/xml.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/orawsdl.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.webservices_11.1.1/mdds.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/org.apache.commons.digester_1.7.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.bind_2.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.activation_1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/../modules/javax.xml.stream_1.1.1.0.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-manifest.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jps_11.1.1/jps-upgrade.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.http_client_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxframework.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.jmx_11.1.1/jmxspi.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.dconfigbeans_11.1.1.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/adfsharembean.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/commons-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/modules/oracle.adf.share_11.1.1/oracle-el.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/sslconfigwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/auditwlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/oamap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1/common/wlst/resources/ossoiap_help.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\ADF-SH~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\lib\mdswlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\ossoiap.jar;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\JDEVEL~1\MIDDLE~1\JDEVEL~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\JDEVEL~1\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Failed to get environment, environ will be empty: (0, 'Failed to execute command ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')
    wlst > Error: ADRS_DOMAIN_PASSWORD environment variable not set.
    wlst >
    wlst >
    wlst > Exiting WebLogic Scripting Tool.
    wlst >
    Elapsed time: 3518 ms
    I even tried to create a new domain using Weblogic configuration wizard but don't know where to set the new domain in Jdeveloper as my default connection.
    I would be thankful if anybody helps me...Also,I'm using Windows 7 and re-installation of the jdeveloper didn't help

    Hi,
    I followed your procedure (removing DefaultDomain folder) and created a new domain using Weblogic Configuration Wizard mostly with default settings. It makes the new configuration folder in Jdeveloper's installed directory instead of 'User Documents and Settings' where the DefaultDomain were located. The startWebLogic.cmd and setDomainEnv.cmd are using this directory as Domain_Home correctly.
    From Jdeveloper menu:
    Preferences -> Run -> Edit Server Instances
    The ex-DefaultServer with the latter settings is still listed! I wonder why..It cannot be deleted..I even changed the 'Domiain Directory' and 'Server Instance' to the newly created one but still get the same error.

Maybe you are looking for

  • Advice on small gigabit network for students

    Hi Guys (and ladies) I am about to start planning a small network of macs for use by a local college. There are only 20 students. I plan to have a Mac Pro for server and 5 networked clients for use by the students. There will also be another client i

  • Another XAV-72BT BUG

    I've checked the format of the JPG files that don't display when playing the MP3 files in the same folder. None of them use the progressive JPG format. And these same JPG files do display if I select 'Images' instead of 'Audio' from the XAV72bt user

  • Not displayed owners - BO Customer

    Hi Community, I have a problem with displaying the owners from the business object Customer, but this only happens with a user. The users others  who have the same role if they can display normally. Other users with the same role: Thanks for you supp

  • UDF  missing return statement }

    Hi, I'm wondering how the missing return statement  error can be avoided in this code, I've tried all sorts of syntaxes but it just won't work: public String DetermineCostCenter(String KTOS,String KTOH,String FNR,String KST,Container container){ int

  • Script to change Advanced TCP/IP Settings in Win XP

    First I should ask if there should be entries in both the "Append these DNS suffixes (in order)" field and the "DNS suffix for this connection" field or will that cause issues? If I should only have entries in the "Append these DNS suffixes (in order