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)

Similar Messages

  • JRockit JVM Freezes on server start and WLST domain configuration

    Hi,
    Here is our configuration:
    OS:
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    uname -a
    Linux ********* 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    rpm -qa | grep glibc
    glibc-2.5-34
    glibc-common-2.5-34
    glibc-2.5-34
    We are using WLS 10.3 with 64 bit OS and 64 bit JRockit JVM on Xeon system.
    The JVM freezes for about 10m when I am trying to start the server. I also see the same behavior when I am trying to create the domain using WLST. Here is the thread dump during the freeze. The JVM eventually recovers from this and continues processing. During domain configuration, the freeze happens when it is trying to write the domain files to disk. All writes are happening to local disk.
    ===== FULL THREAD DUMP ===============
    Mon Apr 20 18:37:41 2009
    BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2104-linux-x86_64
    "Main Thread" id=1 idx=0x4 tid=30539 prio=5 alive, in native
    at jrockit/io/FileNativeIO.readBytesPinned(Ljava/io/FileDescriptor;[BII)I(Native Method)
        at jrockit/io/FileNativeIO.readBytes(FileNativeIO.java:46)
        at java/io/FileInputStream.readBytes([BII)I(FileInputStream.java)
        at java/io/FileInputStream.read(FileInputStream.java:199)
        at sun/security/provider/NativePRNG$RandomIO.readFully(NativePRNG.java:185)
        at sun/security/provider/NativePRNG$RandomIO.implGenerateSeed(NativePRNG.java:202)
        ^-- Holding lock: java/lang/Object@0x8577948[biased lock]
    at sun/security/provider/NativePRNG$RandomIO.access$300(NativePRNG.java:108)
    at sun/security/provider/NativePRNG.engineGenerateSeed(NativePRNG.java:102)
    at java/security/SecureRandom.generateSeed(SecureRandom.java:495)
    at com/bea/security/utils/random/AbstractRandomData.ensureInittedAndSeeded(AbstractRandomData.java:83)
    ^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[recursive]
    at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:97)
    ^-- Holding lock: com/bea/security/utils/random/SecureRandomData@0x95f5db0[biased lock]
    at com/bea/security/utils/random/AbstractRandomData.getRandomBytes(AbstractRandomData.java:92)
    at weblogic/security/Salt.getRandomBytes(Salt.java:18)
    at weblogic/security/internal/encryption/JSafeSecretKeyEncryptor.decryptSecretKey(JSafeSecretKeyEncryptor.java:108)
    at weblogic/security/internal/encryption/JSafeEncryptionServiceImpl.<init>(JSafeEncryptionServiceImpl.java:206)
    at weblogic/security/internal/encryption/JSafeEncryptionServiceFactory.getEncryptionService(JSafeEncryptionServiceFactory.java:23)
    at weblogic/security/internal/SerializedSystemIni.getEncryptionService(SerializedSystemIni.java:214)
    at weblogic/security/internal/SerializedSystemIni.getExistingEncryptionService(SerializedSystemIni.java:240)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(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/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.<init>(DescriptorManager.java:149)
        at weblogic/descriptor/DescriptorManager$SecurityServiceImpl$SecurityProxy.instance(DescriptorManager.java:137)
        at weblogic/descriptor/DescriptorManager$SecurityServiceImpl.isEncrypted(DescriptorManager.java:108)
        at weblogic/descriptor/internal/AbstractDescriptorBean._isEncrypted(AbstractDescriptorBean.java:968)
        at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncrypted(SecurityConfigurationMBeanImpl.java:1557)
        at weblogic/management/configuration/SecurityConfigurationMBeanImpl.setCredentialEncryptedAsString(SecurityConfigurationMBeanImpl.java:781)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(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/bea/staxb/runtime/internal/util/ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
        at com/bea/staxb/runtime/internal/RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:531)
        at com/bea/staxb/runtime/internal/MultiIntermediary.setValue(MultiIntermediary.java:80)
        at com/bea/staxb/runtime/internal/ByNameRuntimeBindingType$ElementQNameProperty.fill(ByNameRuntimeBindingType.java:348)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:139)
        at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
        at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.unmarshalElementProperty(LiteralUnmarshalResult.java:164)
        at com/bea/staxb/runtime/internal/LiteralUnmarshalResult.extractAndFillElementProp(LiteralUnmarshalResult.java:136)
        at com/bea/staxb/runtime/internal/ByNameUnmarshaller.deserializeContents(ByNameUnmarshaller.java:51)
        at com/bea/staxb/runtime/internal/AttributeUnmarshaller.unmarshalIntoIntermediary(AttributeUnmarshaller.java:47)
        at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:189)
        at com/bea/staxb/runtime/internal/UnmarshalResult.unmarshalDocument(UnmarshalResult.java:159)
        at com/bea/staxb/runtime/internal/UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
        at weblogic/descriptor/internal/MarshallerFactory$1.createDescriptor(MarshallerFactory.java:95)
        at weblogic/descriptor/BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:240)
        at weblogic/management/provider/internal/DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:63)
        at weblogic/management/provider/internal/RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:683)
        at weblogic/management/provider/internal/RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:268)
        at weblogic/management/provider/internal/RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:115)
        at weblogic/management/provider/internal/RuntimeAccessService.start(RuntimeAccessService.java:39)
        at weblogic/t3/srvr/ServerServicesManager.startService(ServerServicesManager.java:459)
        at weblogic/t3/srvr/ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
        ^-- Holding lock: java/lang/Class@0x939df30[biased lock]
    at weblogic/t3/srvr/T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic/t3/srvr/T3Srvr.startup(T3Srvr.java:482)
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:440)
    at weblogic/Server.main(Server.java:67)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    <<Truncated for brevity>>
    ===== END OF THREAD DUMP ===============
    The same process works fine on a VM with the same OS. Any ideas what might be going on?
    Thanks,
    Chengi

    This does not look familiar to me. Download R27.6.3 and see if that works things out: http://www.oracle.com/technology/software/products/jrockit/index.html. If that does not help, I recommend you to report the issue to JRockit support (see how to below).
    Best Regards,
    Tuva
    JRockit PM
    How to report to JRockit support:
    You must register and file the issue on Metalink, http://metalink.oracle.com. Note that you must have purchased support to continue.
    If you have problems during the registration or filing you can call our support +1.800.223.1711* or 1-800-633-0738 directly.
    In case you have not purchased support call 1.800.833.3536* for support sales.
    More information on our support site: http://www.oracle.com/support/index.html.
    *) US numbers - for global technical support contacts see: http://www.oracle.com/support/contact.html

  • 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

  • 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

  • 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'

  • Domain Configuration

    Hi,
    I have the tuxedo client application in a HP machine and the Server application
    in a SUN machine. I have been given a task to do the DOMAIN configuration between
    both the machines, So I started of with the sample simpapp application and I got
    the following error in the ULOGS of the client and the server side.
    Client side
    =======
    175907.deuxvi3m!GWTDOMAIN.22325: LIBGWT_CAT:1008: ERROR: Unable to connect to
    remote domain (domainid=<222222>)
    Server Side
    =======
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1547: ERROR: Use -t server option
    to interoperate with sites older than 7.1
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1506: ERROR: Error occurred during
    security negotiation - closing connection
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1008: ERROR: Unable to connect
    to remote domain (domainid=<111111>)
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1049: ERROR: Unrecoverable error
    occurred - deleting action
    I couldnt find any problem with the domain configuration files. I tried changing
    different port numbers still the same problem and as well I am able to ping from
    both the machines the other machine.
    What else could be the problem ??
    Will be very thankful if somebody responds immly as the schedules are slipped
    already.
    Thanks in advance
    Thanks and Regards,
    Maria

    Hi,
    Thanks a lot.
    You are bang on target.
    The problem was the version compatability issue. One m/c was running V 8.0 and
    the other was running V 7.1. After giving the -t option and specifying the machine
    types it was through
    Once again thanks alot .
    Regards,
    Maria
    Scott Orshan <[email protected]> wrote:
    If you are running mixed releases, make sure that you use -t, as the
    message tells
    you to.
    Otherwise, make sure that you set MTYPE to different values for the HP
    and Sun
    machines.
    Since you say that this is a fairly critical, time sensitive issue, I
    recommend
    that you contact Support, so that they can look at your configuration
    and help you
    get going.
         Scott Orshan
    Maria wrote:
    Hi,
    I have the tuxedo client application in a HP machine and the Serverapplication
    in a SUN machine. I have been given a task to do the DOMAIN configurationbetween
    both the machines, So I started of with the sample simpapp applicationand I got
    the following error in the ULOGS of the client and the server side.
    Client side
    =======
    175907.deuxvi3m!GWTDOMAIN.22325: LIBGWT_CAT:1008: ERROR: Unable toconnect to
    remote domain (domainid=<222222>)
    Server Side
    =======
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1547: ERROR: Use -tserver option
    to interoperate with sites older than 7.1
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1506: ERROR: Erroroccurred during
    security negotiation - closing connection
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1008: ERROR: Unableto connect
    to remote domain (domainid=<111111>)
    175907.deuxviuj!GWTDOMAIN.28805.1.0: LIBGWT_CAT:1049: ERROR: Unrecoverableerror
    occurred - deleting action
    I couldnt find any problem with the domain configuration files. I triedchanging
    different port numbers still the same problem and as well I am ableto ping from
    both the machines the other machine.
    What else could be the problem ??
    Will be very thankful if somebody responds immly as the schedules areslipped
    already.
    Thanks in advance
    Thanks and Regards,
    Maria

  • 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

  • Using content mgmt in app built by domain configurator

    I'm trying to get the content management piece to work using the portal app that
    is built when the domain configurator is used. I have a portal application that
    is working, but if I try to use the <pz:contentQuery id="docs" contentHome="<=ContentHelper.DEF_DOCUMENT_MANAGER_HOME%>"
    query="<%=sQuery%>" /> tag it does not work (there is an "Exception raised while
    creating Advisor".
    I looked at the console and I get the following error when viewing the EJB Descriptor
    for document: Error getting attribute on MBean

    Worked like a charm - thank you!
    "Peter Laird" <[email protected]> wrote:
    >
    Heidi,
    Look at http://edocs/wlp/docs70/relnotes/relnotes.htm#292355 and look
    at the info
    for CR079828. I think this will explain your problem and the workaround.
    PJL
    "Heidi Wagner" <[email protected]> wrote:
    I'm trying to get the content management piece to work using the portal
    app that
    is built when the domain configurator is used. I have a portal application
    that
    is working, but if I try to use the <pz:contentQuery id="docs" contentHome="<=ContentHelper.DEF_DOCUMENT_MANAGER_HOME%>"
    query="<%=sQuery%>" /> tag it does not work (there is an "Exceptionraised
    while
    creating Advisor".
    I looked at the console and I get the following error when viewing the
    EJB Descriptor
    for document: Error getting attribute on MBean

  • Using WLST to configure security in application deployments ?

    Hi,
    I would like to configure security (create roles and policies) in an application through WLST.
    I did not manage to find what MBeans are available for this, not how to navigate to them.
    Is it possible to configure security for an application (that is not in the domain or server realms, but as in the console from the security tab of a specific deployed application) through WLST ?
    Thanks for your help.
    Hugues

    Bengt,
    Configuring security policy via MBeans is not supported, console uses
    internal api to achieve that. Said that, I will see if I can do anything.
    Thanks,
    -satya
    Bengt Rodehav wrote:
    We use WLST to configure our servers. Unfortunately we haven't found out how to configure a security policy via WLST.
    In our case we need to define a security policy on our JMS queues. Presently we have to do this manually via the administration console. Can this be done with WLST?
    Bengt Rodehav

  • After new weblogic domain configuration with oim 11g, not able to login

    After new weblogic domain configuration with oim 11g, not able to login for the frist time as xelsysadm.
    it says invalid sign in. and in logs it says password is invalid.
    Please help me in asap...

    Thanks Pallavi for the effort. I tried commenting out, its still the same. It do not throw exception this time. However, It tells me that the recon event is completed and linked to user. When I go to user's profile, I dont see the resource provisioned.
    Also,
    The Account ID in recon manager of Web Console and the Account ID that is stored in the tables, doesn't match.
    I wrote a custom code to fetch account and user details and here is the output,
    User Key : 13 -- has Login Id : USER_CS
    Account with account key : 49 is with user key : [USER_CS]
    Getting Account Data......
    {UD_TEST_1P_EMPLOYEENUMBER=1567, UD_TEST_1P_NAME=Kim1}
    However the Account Id in recon manager is : 91
    This seems fine.
    Doesn't this mean, the account is reconciled successfully?
    The problem is that, I am not able to see this resource in User's resource profile.
    Edited by: Shashi kiran on Apr 18, 2013 3:56 PM

  • WLST offline configuration

    Hi
    I am trying to add an authenticator (LDAP) in the WLST offline configuration script.
    Basically, pretty simple
    e.g.
    cd('/')
    cd('Security/mydomain')
    cd('User/weblogic')
    cmo.setPassword('weblogic')
    #mytest=create('testIPlanetProvider','com.bea.providers.IPlanetAuthenticator')
    But, I dont seem to be able to create the authenticator. I am using wls sp4 and trying to create a WLS domain. I am also, using WLST offline.
    Any help would be appreciated.
    Thanks
    Ronnie

    Hello Ronnie,
    Configuring 3rd party security providers via wlst offline is not possible, please use online wlst.
    Thanks,
    -satya

  • Repeated weblogic domain configuration

    Hi OTN,
    I oftenly have to install new weblogic domains with admin+managed servers, applying ADF configuration, creating couple JDBC datasources and security provider.
    I am intrested wheather I can somehow automate something not to repeat all of those steps manually?
    Say, could I have a script to create a datasource or a domain snapshot (template) to complete the same configuration on new servers faster and (half)automated?
    Thanks.
    WeLogic 10.3.4/5

    The installation steps have to be performed by hand (WebLogic and add ADF runtime)
    You can create a basic ADF domain and create a domain template of that domain (http://download.oracle.com/docs/cd/E21764_01/web.1111/e14138/toc.htm)
    DataSources etc. can be configured by using WLST (http://download.oracle.com/docs/cd/E21764_01/web.1111/e13715/toc.htm)
    An example of a domain configuration can be found here: http://middlewaremagic.com/weblogic/?p=6329

  • FPN - Cross domain configuration...

    Hi All,
    Has anyone done cross domain configuration in FPN ?
    I have see the steps what SAP has given. But I am sure it has lots apart from it.
    It will be great if anyone can share the detail steps and also list any issues and the associated solutions .
    Thanks and Regards,
    Mahantesh

    Hi Mahantesh,
    the problem with different domains is in setting up the trust. You may use relax domain parameter but this depends on the domains you use. A proxy may also be helpful.
    Hope this helps
    Anja

  • 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

  • How can I list all the domains configured for Weblogic Servers?

    How can I list all the domains configured for Weblogic Servers?
    I saw a note, which says the following:
    "WebLogic Server does not support multi-domain interaction using either the Administration Console, the weblogic.Admin utility, or WebLogic Ant tasks. This restriction does not, however, explicitly preclude a user written Java application from accessing multiple domains simultaneously."
    In my case, I just want to list all the domains, is that possible by using any scripts?
    Thanks
    AJ

    If you use WLS Node Manager and the Config Wizard was used to create the domains, then the list of domains should be in a location like this:
    <MIDDLEWARE_HOME>\wlserver_10.3\common\nodemanager\nodemanager.domains
    Enterprise Manager Grid Control also has support for multi-domain management of WLS in a console.

Maybe you are looking for

  • Creation of ASN and invoice in SUS

    Hello All, I have 2 queries with the functionality in SUS 1. ASN creation: I have created a PO in MM for item A with 1000 quantity In SUS i have created a confirmation for complete 1000 items I have also created an ASN for all the 1000 items I have a

  • Creat RFC destination for portal

    Hello, when i am doing RSPOR_SETUP , i am getting java and abap support package versions are different error message for step 2, i.e creating RFC destination for portal. Please send me suggestion regarding this issue. regards Sreesudha

  • Calling bounded task flows imported as ADF libraries

    Hello, I have a main application referencing many bounded task flows included in ADF libraries. Is there a way to make the application not throwing exceptions if one of these libraries including the called task flow is not found? The first question i

  • New 875p Problem

    Hi guys thought you might like a change from all your BIOS problems although I think this one might be related Trying to install an MSI G4Ti4600-VT2Dx8 graphics card Here's where I've got to so far Remove existing display adaptor from device manager,

  • Known issues of reader 7.0.7

    As part of our product documentation process, I would like to request some information about Adobe Reader 7.0.7 which we used. Could anyone provide me with a list of known problems/issues at time of release, and issues discovered since release?