RDBMSRealm in Weblogic 5.1.0

Hi,
I am developing a database realm security application for weblogic 5.1.0
server. The application DbmsRealm works and produces correct security data.
But I got this error message:
The instruction at '0x10005220' referenced memory at '0x10005220'. The
memory could not be 'read'. Click on OK to terminate the program....
I think it may have something to do with the file "weblogicoci36.dll". I
copied it from \weblogic510\bin\oci815_8 to \weblogic510\bin and set the
java.library.path to it to make it run.
Can someone help who has had this problem before. Thanks.
John

For me it seems that you have not created the native method header file correctly.
To create the header file correctly you have to call the javah compiler in the following
way:
javah -jni fullpackagename.NativeClassName
then you get the right package name in your header file.
This has solved the UnsatisfiedLinkError at the first call of my nativ method call.
I hava not tested this within a EJB. It's still a "normal" programm.
Greetings
Johannes

Similar Messages

  • RdbmsRealm - how to make it work

    I was running the example server. I would like to see if I can delegate the security to an rdbmsRealm. I followed the instruction from the documentation. I created the three tables for security in Oracle 8i Lite in my NT machine. I then startup the example server and created a security realm for my oracle 8i tables. I then selected the cacing realm and selected my oralce 8i Lite realm. However, this does not change the security because the new users that I created are still updated in the filerealm.properties file.
    My understanding is that we should be able to use the oracle realm I just created for the wls realm. As for the caching realm, I thought it's there for performance reasons.
    Could somebody tell me how to make it work? Thanks.

    Hi Susan:
    I followed you instruction and modified the config.xml file to use the rdbmsRealm in that I set up in Oracle 8i Lite. I am using the Oracle 8i Lite driver to talk to the database. I then tried to create new users. From the console, it appears that the users are added successfully. However, the new users do not exit in the oracle 8i lite rdbmsRealm. They do not exist in the filerealm.properties file neither.
    I then tried to use the cloudscape rdbmsRealm. This is achived by the following configuration in the config.xml file:
    <CachingRealm BasicRealm="defaultRDBMSRealmForCloudscape" Name="defaultCachingRealm"/>
    However, the realm initialization failed. Then I checked the definition for the cloudscape rdbmsRealm in the config file and found out that the schemaproperties entried are all chopped off. This is because of the bug you told me earlier.
    I would like to get the cloudscape rdbmsRealm working first and then try to find out why the oracle 8i Lite rdbmsRealm did not work. Could you please send me the schemaproperties entries needed for the cloudscape rdbmsRealm? Thanks.
    Helen
    "Suresh Vallabhaneni" <[email protected]> wrote:
    >
    Hi Helen
    Here is a sample of what you need in the config.xml. Modify to match your environment.
    <Security
    Realm="defaultRealm"
    />
    <Realm
    Name="defaultRealm"
    FileRealm="defaultFileRealm"
    CachingRealm="defaultCachingRealm"
    />
    <CachingRealm
    Name="defaultCachingRealm"
    BasicRealm="defaultRDBMSRealmForOracle"
    />
    SUBSTITUTE THE REQUIRED VALUES FOR THE RDBMS REALM
    <RDBMSRealm
    Name="defaultRDBMSRealmForOracle"
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm"
    DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabaseURL="jdbc:weblogic:oracle:yourdatabase"
    DatabaseUserName=""
    DatabasePassword=""
    SchemaProperties=""
    />
    Let me know if you still have a problem.
    thanks
    "Helen Semus" <[email protected]> wrote:
    Hi Suresh:
    Yes, I was selecting the default cacherealm from the console.
    I checked my config.xml for the exampe server. You are right. The schemaProperties attribute values are truncated. I guess I will have to manually modify my config.xml file to get it to work.
    Besides making sure the attributes for the rdbmsRealm element correct, is there anyother element or attribute that I need to set to enable the rdbmsRealm?
    Thanks.
    Helen
    "Suresh Vallabhaneni" <[email protected]> wrote:
    Hi Helen
    Are you trying to select the caching realm through console? There is a release note on this(http://www.weblogic.com/docs60/notes/issues.html#1029973) that selecting the caching realm through console will corrupt the config file. If you're doing otherwise, plz let me know.
    thanks
    "Helen Semus" <[email protected]> wrote:
    I was running the example server. I would like to see if I can delegate the security to an rdbmsRealm. I followed the instruction from the documentation. I created the three tables for security in Oracle 8i Lite in my NT machine. I then startup the example server and created a security realm for my oracle 8i tables. I then selected the cacing realm and selected my oralce 8i Lite realm. However, this does not change the security because the new users that I created are still updated in the filerealm.properties
    file.
    My
    understanding
    is
    that we should be able to use the oracle realm I just created for the wls realm. As for the caching realm, I thought it's there for performance reasons.
    Could somebody tell me how to make it work? Thanks.

  • HELP: cannot find class RDBMSRealm !!!

    After setting the realmClass in weblogic.properties file:
    weblogic.security.realmClass=rdbmsrealm.RDBMSRealm
    weblogic.security.realm.cache.user.enable=true
    weblogic.security.realm.cache.group.enable=true
    weblogic.security.realm.cache.permission.enable=true
    weblogic.security.realm.cache.acl.enable=true
    weblogic.security.realm.cache.auth.enable=true
    However, when I restart weblogic server, this exception occured:
    java.lang.ClassNotFoundException: rdbmsrealm.RDBMSRealm
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java:355)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java:111)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1086)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Anyone know how to avoid this? Thanks !

    It looks like there is a problem finding the RDBMSRealm class - make sure
    that it is in your classpath
    terry
    Gary Wang <[email protected]> wrote in message
    news:[email protected]..
    After setting the realmClass in weblogic.properties file:
    weblogic.security.realmClass=rdbmsrealm.RDBMSRealm
    weblogic.security.realm.cache.user.enable=true
    weblogic.security.realm.cache.group.enable=true
    weblogic.security.realm.cache.permission.enable=true
    weblogic.security.realm.cache.acl.enable=true
    weblogic.security.realm.cache.auth.enable=true
    However, when I restart weblogic server, this exception occured:
    java.lang.ClassNotFoundException: rdbmsrealm.RDBMSRealm
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java:355)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java:111)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1086)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Anyone know how to avoid this? Thanks !

  • Cloudscape rdbmsrealm

    Hi,
    I am trying the sample rdbmsrealm secuirty example in WLS6.0 SP2.
    I followed all the steps in
    wlserver6.0\samples\examples\security\rdbmsrealm\package-summary.html.
    But I am not able to view User, Group, and Access Control Lists nodes
    and view the addition security information defined by the RDBMS security
    realm.
    Also when I tried to add new user it is updating in fileRealm.properties
    not in cloudscape rdbmsrealm.
    pls guide me,
    thanks in advance,
    Milind.

    thanks satya it is working perfectly
    regards,
    Milind.
    milind puranik wrote:
    thanks a lot satya .
    i tried below tags into config.xml
    but still I am getting following exception
    <Jun 26, 2001 11:49:57 AM EDT> <Notice> <Management> <Loading
    configuration file .\config\examples\config.xml ...>
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: undefined
    mbean reference: examples:Name=myFileRe
    alm,Type=FileRealm
    weblogic.management.configuration.ConfigurationException: undefined
    mbean reference: examples:Name=myFileRealm,Type=FileRealm
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.resolveMBeanAttributes(ConfigurationPars
    er.java:352)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.endDocument(ConfigurationParser.java:194
    at
    weblogic.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1222)
    at
    weblogic.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:743)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1545)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:380)
    at
    weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
    at
    weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationParser.java:103)
    at
    pls guide me I am sending u my config.xml.
    thanks,
    Milind.
    Satya Ghattu wrote:
    Milind,
    Looks like your RDBMSRealm is not configured properly. In your config.xml
    file make sure that you have something like this,
    For the Realm tag,
    <Realm
    Name="defaultRealm"
    FileRealm="defaultFileRealm"
    CachingRealm="defaultCachingRealm"
    />
    For the cachingRealm tag,
    <CachingRealm
    Name="defaultCachingRealm"
    BasicRealm="defaultRDBMSRealmForCloudscape"
    />
    RDBMSRealm tag
    <RDBMSRealm
    Name="defaultRDBMSRealmForCloudscape"
    RealmClassName="security.rdbmsrealm.RDBMSRealm"
    DatabaseDriver="COM.cloudscape.core.JDBCDriver"
    DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
    DatabaseUserName=""
    DatabasePassword=""
    SchemaProperties="getGroupNewStatement=true;getUser=SELECT U_NAME,
    U_PASSWORD FROM users WHERE U_NAME = ?;getGroupMembers=SELECT GM_GROUP,
    GM_MEMBER from groupmembers WHERE GM_GROUP = ?;getAclEntries=SELECT
    A_NAME,
    A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY
    A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM
    users;getGroups=SELECT
    GM_GROUP, GM_MEMBER FROM groupmembers;getAcls=SELECT A_NAME, A_PRINCIPAL,
    A_PERMISSION FROM aclentries ORDER BY A_NAME,
    A_PRINCIPAL;getPermissions=SELECT DISTINCT A_PERMISSION FROM
    aclentries;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries
    WHERE
    A_PERMISSION = ?;newUser=INSERT INTO users VALUES ( ? ,
    ? );addGroupMember=INSERT INTO groupmembers VALUES ( ? ,
    ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND
    GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME =
    ?;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER =
    ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL =
    ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP =
    ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?"
    />
    Now, restart your server and you should see the users, groups and acls
    that
    you defined in your RDBMSRealm on the console.
    -satya
    milind puranik <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am trying the sample rdbmsrealm secuirty example in WLS6.0 SP2.
    I followed all the steps in
    wlserver6.0\samples\examples\security\rdbmsrealm\package-summary.html.
    But I am not able to view User, Group, and Access Control Lists nodes
    and view the addition security information defined by the RDBMS security
    realm.
    Also when I tried to add new user it is updating in fileRealm.properties
    not in cloudscape rdbmsrealm.
    pls guide me,
    thanks in advance,
    Milind.
    <?xml version="1.0" encoding="UTF-8"?>
    <!--If your domain is active, please do not edit the config.xml file. Any changes made to that file while the domain is active will not have any effect on the domain's configuration and are likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do so, please refer to the configuration documentation at http://edocs.bea.com/wls/docs60/adminguide/config_xml.html. In general, we recommend that changes to your configuration file be made through the Administration Console.-->
    <Domain Name="examples">
    <Application Deployed="true" Name="jta_ejb_jmsjdbc" Path=".\config\examples\applications">
    <EJBComponent Name="jta_ejb_jmsjdbc" Targets="examplesServer" URI="jta_ejb_jmsjdbc.jar"/>
    </Application>
    <Application Deployed="true" Name="ejb_basic_statefulSession" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_statefulSession"
    Targets="examplesServer" URI="ejb_basic_statefulSession.jar"/>
    </Application>
    <Log FileName="./config/examples/logs/wl-domain.log" Name="examples"/>
    <Application Deployed="true" Name="ejb_extensions_readMostly" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_extensions_readMostly"
    Targets="examplesServer" URI="ejb_extensions_readMostly.jar"/>
    </Application>
    <WLECConnectionPool FailoverAddresses="//wlehost:2468"
    MaximumPoolSize="3" MinimumPoolSize="2" Name="simplepool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="simple"/>
    <JTA AbandonTimeoutSeconds="86400"
    BeforeCompletionIterationLimit="100" ForgetHeuristics="false"
    MaxTransactions="10000" MaxUniqueNameStatistics="1000"
    Name="examples" TimeoutSeconds="100"/>
    <!--Realm FileRealm="myFileRealm" Name="myRealm"/-->
         <Realm Name="defaultRealm" FileRealm="defaultFileRealm" CachingRealm="defaultCachingRealm"/>     
    <Application Name="wl_management_internal2" Path=".\config\tmp">
    <WebAppComponent Name="wl_management_internal2"
    Targets="examplesServer" URI="wl_management_internal2.war"/>
    </Application>
    <JMSConnectionFactory
    JNDIName="weblogic.examples.jms.TopicConnectionFactory" Name="exampleTopic"/>
    <JMSConnectionFactory
    JNDIName="weblogic.examples.jms.QueueConnectionFactory" Name="exampleQueue"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=airius.com,ou=Groups" GroupIsContext="false"
    GroupNameAttribute="cn" GroupUsernameAttribute="uniquemember"
    LDAPURL="ldap://ldapserver:389"
    Name="defaultLDAPRealmForNetscapeDirectoryServer"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
    UserAuthentication="local" UserDN="o=airius.com,ou=People"
    UserNameAttribute="uid" UserPasswordAttribute="userpassword"/>
    <JDBCConnectionPool CapacityIncrement="2"
    DriverName="weblogic.jdbc.oci.Driver" InitialCapacity="4"
    LoginDelaySeconds="1" MaxCapacity="10" Name="oraclePool"
    Properties="user=SCOTT;password=tiger;server=DEMO"
    RefreshMinutes="10" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" TestTableName="dual" URL="jdbc:weblogic:oracle"/>
    <Application Deployed="true" Name="cluster_ejb_teller" Path=".\config\examples\applications">
    <EJBComponent Name="cluster_ejb_teller" Targets="examplesServer" URI="cluster_ejb_teller.jar"/>
    </Application>
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.cloudscape.core.XaDataSource"
    InitialCapacity="1" MaxCapacity="2" Name="demoXAPool"
    Properties="dataSourceName=demoXAPool;databaseName=demo;createDatabase=create"
    RefreshMinutes="0" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" Targets="examplesServer"
    TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" URL="jdbc:cloudscape:demo"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=airius.com,ou=Groups" GroupIsContext="true"
    GroupNameAttribute="cn" GroupUsernameAttribute="member"
    LDAPURL="ldap://ldapserver:363"
    Name="defaultLDAPRealmForNovellDirectoryServices"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="cn=Admin,o=airius.com" SSLEnable="true"
    UserAuthentication="bind" UserDN="o=airius.com,ou=People"
    UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
    <Application Deployed="true" Name="console" Path=".\config\examples\applications">
    <WebAppComponent Name="console" Targets="examplesServer" URI="console.war"/>
    </Application>
    <Application Deployed="true" Name="DefaultWebApp_examplesServer" Path=".\config\examples\applications">
    <WebAppComponent Name="DefaultWebApp_examplesServer"
    Targets="examplesServer" URI="DefaultWebApp_examplesServer"/>
    </Application>
    <RDBMSRealm DatabaseDriver="sun.jdbc.odbc.JdbcOdbcDriver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:odbc:MyDataSourceName"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForODBC"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <StartupClass ClassName="examples.rmi_iiop.hello.HelloImpl"
    FailureIsFatal="false" Name="hello_iiop"/>
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.cloudscape.core.JDBCDriver" InitialCapacity="1"
    MaxCapacity="2" Name="demoPool"
    Properties="user=none;password=none;server=none"
    RefreshMinutes="0" ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true" Targets="examplesServer"
    TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="false" URL="jdbc:cloudscape:demo"/>
    <Application Deployed="true" Name="ejb_basic_containerManaged" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_containerManaged"
    Targets="examplesServer" URI="ejb_basic_containerManaged.jar"/>
    </Application>
    <StartupClass ClassName="examples.rmi.hello.HelloImpl"
    FailureIsFatal="false" Name="hello" Targets="examplesServer"/>
    <StartupClass ClassName="examples.rmi.stock.StockServer"
    FailureIsFatal="false" Name="stock"/>
    <LDAPRealm AuthProtocol="simple" Credential="MyLDAPCredential"
    GroupDN="o=Microsoft, ou=Groups" GroupIsContext="true"
    GroupNameAttribute="cn" GroupUsernameAttribute="memberObject"
    LDAPURL="ldap://ldapserver:389"
    Name="defaultLDAPRealmForMicrosoftSiteServer"
    Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment."
    Principal="cn=ldapadmin" UserAuthentication="local"
    UserDN="o=Microsoft, ou=Members" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/>
    <Server AcceptBacklog="50" AdministrationPort="0" ClusterWeight="1"
    ConsoleInputEnabled="false" DGCIdlePeriodsUntilTimeout="2"
    DefaultProtocol="t3" DefaultSecureProtocol="t3s"
    HttpdEnabled="true" JavaCompiler="d:\bea\jdk130/bin/javac"
    ListenPort="7001" Name="examplesServer" NativeIOEnabled="true"
    SocketReaderTimeoutMaxMillis="10"
    TransactionLogFilePrefix="config/examples/logs/"
    TunnelingClientPingSecs="45" TunnelingClientTimeoutSecs="40" XMLRegistry="examplesXMLRegistry">
    <KernelDebug Name="examplesServer"/>
    <ServerDebug Name="examplesServer"/>
    <SSL Enabled="true" ListenPort="7002" Name="examplesServer"
    PeerValidationEnforced="0"
    ServerCertificateChainFileName="./config/examples/ca.pem"
    ServerCertificateFileName="./config/examples/democert.pem"
    ServerKeyFileName="./config/examples/demokey.pem" TrustedCAFileName="./config/examples/ca.pem"/>
    <WebServer DefaultWebApp="DefaultWebApp_examplesServer"
    LogFileName="./config/examples/logs/access.log"
    LoggingEnabled="true" Name="examplesServer"/>
    <Log FileName="./config/examples/logs/weblogic.log" Name="examplesServer"/>
    </Server>
    <PasswordPolicy Name="wl_default_password_policy"/>
    <JMSConnectionFactory JNDIName="jms.connection.traderFactory" Name="exampleTrader"/>
    <StartupClass ClassName="examples.security.acl.FrobImpl"
    FailureIsFatal="false" Name="frob" Targets="examplesServer"/>
    <JDBCDataSource JNDIName="examples-dataSource-demoPool"
    Name="examples-dataSource-demoPool" PoolName="demoPool" Targets="examplesServer"/>
    <JDBCTxDataSource JNDIName="myDataSource" Name="myDataSource" PoolName="oraclePool"/>
    <StartupClass
    Arguments="connectionFactory=weblogic.examples.jms.TopicConnectionFactory,topic=weblogic.examples.jms.exampleTopic"
    ClassName="examples.jms.startup.ServerReceive"
    FailureIsFatal="false" Name="serverReceive"/>
    <Application Deployed="true" Name="ejb_basic_beanManaged" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_beanManaged"
    Targets="examplesServer" URI="ejb_basic_beanManaged.jar"/>
    </Application>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:weblogic:oracle:MyOracleServerName"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForOracle"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=false;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <!--RDBMSRealm DatabaseDriver="COM.cloudscape.core.JDBCDriver"
    DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
    Name="defaultRDBMSRealmForCloudscape"
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/-->
         <RDBMSRealm Name="defaultRDBMSRealmForCloudscape" RealmClassName="security.rdbmsrealm.RDBMSRealm" DatabaseDriver="COM.cloudscape.core.JDBCDriver"
              DatabaseURL="jdbc:cloudscape:demo;create=true;autocommit=false"
              DatabaseUserName=""
              DatabasePassword=""
              SchemaProperties="getGroupNewStatement=true;getUser=SELECT U_NAME,U_PASSWORD FROM users WHERE U_NAME = ?;getGroupMembers=SELECT GM_GROUP,GM_MEMBER from groupmembers WHERE GM_GROUP = ?;getAclEntries=SELECT A_NAME,A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getAcls=SELECT A_NAME, A_PRINCIPAL,A_PERMISSION FROM aclentries ORDER BY A_NAME,A_PRINCIPAL;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;newUser=INSERT INTO users VALUES ( ? ,? );addGroupMember=INSERT INTO groupmembers VALUES ( ? ,? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?" />
    <JDBCTxDataSource JNDIName="examples-dataSource-demoXAPool"
    Name="examples-dataSource-demoXAPool" PoolName="demoXAPool" Targets="examplesServer"/>
    <WLECConnectionPool ApplicationPassword="wlepassword"
    FailoverAddresses="//wlehost:2468" MaximumPoolSize="3"
    MinimumPoolSize="2" Name="Univpool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="university"/>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.mssqlserver4.Driver"
    DatabaseURL="jdbc:weblogic:sybase:database@MyDatabaseHost:MyDatabasePort"
    DatabaseUserName="sa"
    Name="defaultRDBMSRealmForMSSQLServerType4"
    Notes="This is provided as an example and is designed to work with the schema created for the examples.security.rdbmsrealm example. To enable this RDBMSRealm, you must first create the database tables and edit the configuration parameters as appropriate for your environment."
    RealmClassName="examples.security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME, U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;getGroupNewStatement=true;deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT U_NAME, U_PASSWORD FROM users;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getPermissions=SELECT DISTINCT A_PERMISSION FROM aclentries;getAclEntries=SELECT A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND GM_MEMBER = ?"/>
    <StartupClass ClassName="examples.cluster.rmi.HelloClusterImpl"
    FailureIsFatal="false" Name="hello_cluster"/>
    <Application Name="wl_management_internal1" Path=".\config\tmp">
    <WebAppComponent Name="wl_management_internal1"
    Targets="examplesServer" URI="wl_management_internal1.war"/>
    </Application>
    <ApplicationManager Name="examples"/>
    <Application Deployed="true" Name="examplesWebApp" Path=".\config\examples\applications">
    <WebAppComponent Name="examplesWebApp" Targets="examplesServer" URI="examplesWebApp"/>
    </Application>
    <Application Deployed="true" Name="ejb_basic_statelessSession" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_basic_statelessSession"
    Targets="examplesServer" URI="ejb_basic_statelessSession.jar"/>
    </Application>
    <WLECConnectionPool ApplicationPassword="wlepassword"
    FailoverAddresses="//wlehost:2468" MaximumPoolSize="3"
    MinimumPoolSize="2" Name="StatelessSessionPool"
    PrimaryAddresses="//wlehost:2468" UserName="wleuser"
    UserRole="developer" WLEDomain="ejbsample"/>
    <!--CachingRealm BasicRealm="defaultRDBMSRealmForCloudscape" Name="defaultCachingRealm"/-->
         <CachingRealm Name="defaultCachingRealm" BasicRealm="defaultRDBMSRealmForCloudscape"/>
    <JMSServer Name="examplesJMSServer" Store="exampleJDBCStore" Targets="examplesServer">
    <JMSQueue JNDIName="weblogic.examples.jms.exampleQueue" Name="exampleQueue"/>
    <JMSTopic JNDIName="quotes" Name="quotes"/>
    <JMSTopic JNDIName="weblogic.examples.jms.exampleTopic" Name="exampleTopic"/>
    </JMSServer>
    <StartupClass ClassName="examples.rmi.multihello.HelloImpl"
    FailureIsFatal="false" Name="multihello"/>
    <JMSJDBCStore ConnectionPool="demoPool" Name="exampleJDBCStore"/>
    <Security GuestDisabled="false" Name="examples"
    PasswordPolicy="wl_default_password_policy" Realm="myRealm" SystemUser="system"/>
    <StartupClass
    Arguments="connectionFactory=weblogic.examples.jms.TopicConnectionFactory,topic=weblogic.examples.jms.exampleTopic"
    ClassName="examples.jms.startup.PoolReceive"
    FailureIsFatal="false" Name="poolReceive"/>
    <Application Deployed="true" Name="xml_xslt_content" Path=".\config\examples\applications">
    <EJBComponent Name="xml_xslt_content" Targets="examplesServer" URI="xml_xslt_content.jar"/>
    </Application>
    <!--FileRealm Name="myFileRealm"/-->
    <Application Deployed="true" Name="ejb_subclass" Path=".\config\examples\applications">
    <EJBComponent Name="ejb_subclass" Targets="examplesServer" URI="ejb_subclass.jar"/>
    </Application>
    <Application Deployed="true" Name="security-1" Path=".\config\examples\applications">
    <WebAppComponent Name="security" Targets="examplesServer" URI="security"/>
    </Application>
    <XMLRegistry Name="examplesXMLRegistry">
    <XMLRegistryEntry EntityPath="stocktrade.dtd" Name="stocktrade"
    PublicId="examples.xml.http-stocktrade" RootElementTag="stocktrade"/>
    </XMLRegistry>
    <StartupClass ClassName="examples.security.acl.FrobImpl"
    FailureIsFatal="false" Name="FrobImpl"/>
    <Application Name="security" Path="d:\bea\wlserver6.0\samples\examples\webapp">
    <WebAppComponent Name="security" URI="security"/>
    </Application>
    </Domain>
    config.xml
    Content-Type:
    text/xml
    Content-Encoding:
    quoted-printable

  • Web.xml & RDBMSRealm URGENT

              Hi All,
              I am using WLS5.1 and RDBMS Realm. I have group called 'IS_Dept','HR_Dept' setup
              in Realm.How do I set the same in web.xml file and weblogic.xml while deploying
              WebApp.
              NOTE: I have specified RDBMSRealm in weblogic.properties.
              regards
              sanjeev
              

    I don't use Extensis Suitcase, however, after the Muse upgrade, when I was in Australia, it didn't work. Later, they did, so it all seems OK now.
    Best,
    Rick

  • RDBMSRealm in WL6.0 sp2

    Hi,
    I have my Own Database Schema.
    ( users table(userID,pasword,firstname,lastname).Group table
    (groupId,groupName,groupDesc) UserGrouptable (userid,groupid))
    How would like implement RDBMSRealm
    How to Implement RDBMSRealm in weblogic?
    Please let me Know the Steps...
    Thanks,
    Murali

    If you the implementations steps please let me know
    Murali
    "kirankumar nimashakavi" <[email protected]> wrote:
    hi,
    to my knowledge the communication between weblogic & rdbmsrealm relies
    on
    the schema props( the quests you define to retrieve users.so u need to
    write
    your queries accordingly.
    Regards
    kiran
    "murali" <[email protected]> wrote in message
    news:3bcb0d2b$[email protected]..
    Hi,
    I have my Own Database Schema.
    ( users table(userID,pasword,firstname,lastname).Group table
    (groupId,groupName,groupDesc) UserGrouptable (userid,groupid))
    How would like implement RDBMSRealm
    How to Implement RDBMSRealm in weblogic?
    Please let me Know the Steps...
    Thanks,
    Murali

  • Configure MSSQL database in portal/platform domain

    Hi,
    i have created a platform domain with the domain wizard. It runs fine with pointbase.
    Now i want to change to my MS SQL database.
    1. Is my db_properties file correct ? (connection with database name = portal)
    2. Can someone mail me the config.xml file settings for the RDBMSRealm and the
    JDBCConnectionPool's ?
    Thanx
    Bjoern
    #------MS SQL Server-----------------------------#
    #@IF_USING_MSSQL@
    database=MSSQL
    db_version=2000
    jdbcdriver=weblogic.jdbc.mssqlserver4.Driver
    server=procomres2
    port=1433
    dblogin=portalserver
    dbpassword=otto1234
    connection=jdbc:weblogic:mssqlserver4:portal@procomres2:1433
    #@ENDIF_USING_MSSQL@

    I made notes so I could do this with ease. Here they are:
    Changing Portal Domain from default to SQL Server 2000
    Delete pointbase folder from domain.
    FILE: db_settings.properties
    1) Comment out PointBase entries
    2) Enter MSSQL properties:
    (Note: This assumes a database named "cm" has been created on the local SQL
    server and that a user with name and password = "weblogic" has been created
    with dbo rights on database "cm". You'll need to change these to match your
    SQL Server setup)
    database=MSSQL
    db_version=2000
    jdbcdriver=weblogic.jdbc.mssqlserver4.Driver
    server=localhost
    port=1433
    dblogin=weblogic
    dbpassword=weblogic
    connection=jdbc:weblogic:mssqlserver4:localhost:1433
    FILE: config.xml
    Replace existing sections with the following SQL Server information
    <JDBCConnectionPool
    Name="commercePool"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    URL="jdbc:weblogic:mssqlserver4:localhost:1433"
    Properties="user=weblogic;password=weblogic"
    InitialCapacity="20"
    MaxCapacity="20"
    CapacityIncrement="1"
    RefreshMinutes="0"
    ShrinkingEnabled="false"
    Targets="portalServer"
    TestConnectionsOnReserve="false"
    TestTableName="WEBLOGIC_IS_ALIVE"
    />
    <!-- DATASYNC -->
    <JDBCConnectionPool
    Name="dataSyncPool"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    URL="jdbc:weblogic:mssqlserver4:localhost:1433"
    Properties="user=weblogic;password=weblogic"
    InitialCapacity="1"
    MaxCapacity="5"
    CapacityIncrement="1"
    RefreshMinutes="0"
    ShrinkingEnabled="false"
    Targets="portalServer"
    TestConnectionsOnReserve="false"
    TestTableName="WEBLOGIC_IS_ALIVE"
    />
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.mssqlserver4.Driver"
    DatabasePassword="weblogic"
    DatabaseURL="jdbc:weblogic:mssqlserver4:localhost:1433"
    SchemaProperties="user=weblogic;password=weblogic"
    Name="portalRealm"
    RealmClassName="com.bea.p13n.security.realm.RDBMSRealm"/>
    Run create_db.cmd script.
    Note: If using Bedrock and this is a new domain run "ant ejbs" before
    starting domain.
    Start domain.
    Run loadads.bat
    Run loaddocs.bat
    "Bjoern" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi,
    i have created a platform domain with the domain wizard. It runs fine withpointbase.
    Now i want to change to my MS SQL database.
    1. Is my db_properties file correct ? (connection with database name =portal)
    2. Can someone mail me the config.xml file settings for the RDBMSRealmand the
    JDBCConnectionPool's ?
    Thanx
    Bjoern
    #------MS SQL Server-----------------------------#
    #@IF_USING_MSSQL@
    database=MSSQL
    db_version=2000
    jdbcdriver=weblogic.jdbc.mssqlserver4.Driver
    server=procomres2
    port=1433
    dblogin=portalserver
    dbpassword=otto1234
    connection=jdbc:weblogic:mssqlserver4:portal@procomres2:1433
    #@ENDIF_USING_MSSQL@

  • Problems configuring Platform Domain with MS Sql Server

    Hi,
    We are having problems configuring a Platform Domain with MS Sql Server 2000.
    We are using Weblogic version 7.0.0.2. These are the steps we followed
    1.We manually created a database called TestDB and created a user account called
    "system", pwd ==>> "weblogic" in SQL server and assigned him as the DB owner for
    the TestDB created.
    2. Changed dbsettings_properties files (Commented pointbase entries and uncommented
    SQL Server entries. I gave the connection parameter as connection=jdbc:weblogic:mssqlserver4:localhost:1433
    in this file.
    3. Modified Config.xml and changed properties for DataSyncPool, WLIPool, CommercePool,WLIPool
    and modified the RDBMS realm properties to point to the database.
    4. ran the create_db script and it seemed to have run fine looking at the log
    file.
    5. I then tried to start the BEA Server instance and I get the following error.
    I am also attaching the config.xml file for reference.
    Appreciate any help/suggestions. Thanks in Advance.
    Vikram
    <Apr 9, 2003 2:57:45 AM EDT> <Error> <RDBMSRealm> <000000> <An error occured cre
    ating a database connection for the realm.
    java.sql.SQLException: Invalid port: weblogic:mssqlserver4:localhost:1433
    at weblogic.jdbc.mssqlserver4.ConnectionInfo.<init>(ConnectionInfo.java:
    193)
    at weblogic.jdbc.mssqlserver4.ConnectDriver.parse(ConnectDriver.java:333
    at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:1
    02)
    at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:1
    69)
    at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSD
    elegate.java:962)
    at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
    at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153
    at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:232)
    at weblogic.security.acl.Realm.getRealm(Realm.java:87)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    <Apr 9, 2003 2:57:45 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    in
    itialize the server: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.R
    DBMSException: An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.R
    DBMSException: An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    [config.xml]

    Try removing the server section from the SchemaProperties line.
    Preferrably do not use localhost or hostnames in the server
    configuration file.
    <RDBMSRealm
    Name="wlcsRealm"
    DatabaseDriver="weblogic.jdbc.mssqlserver4.Driver"
    DatabasePassword="weblogic"
    DatabaseURL="jdbc:weblogic:mssqlserver4:yourIPAddress:1433"
    RealmClassName="com.bea.p13n.security.realm.RDBMSRealm"
    SchemaProperties="user=system;password=weblogic"/>
    Also consider ...
    If you have a new Portal database created in SQL Server?
    Does the user system have the Portal database as his default database?
    -- Jim
    Vikram wrote:
    Hi,
    We are having problems configuring a Platform Domain with MS Sql Server 2000.
    We are using Weblogic version 7.0.0.2. These are the steps we followed
    1.We manually created a database called TestDB and created a user account called
    "system", pwd ==>> "weblogic" in SQL server and assigned him as the DB owner for
    the TestDB created.
    2. Changed dbsettings_properties files (Commented pointbase entries and uncommented
    SQL Server entries. I gave the connection parameter as connection=jdbc:weblogic:mssqlserver4:localhost:1433
    in this file.
    3. Modified Config.xml and changed properties for DataSyncPool, WLIPool, CommercePool,WLIPool
    and modified the RDBMS realm properties to point to the database.
    4. ran the create_db script and it seemed to have run fine looking at the log
    file.
    5. I then tried to start the BEA Server instance and I get the following error.
    I am also attaching the config.xml file for reference.
    Appreciate any help/suggestions. Thanks in Advance.
    Vikram
    <Apr 9, 2003 2:57:45 AM EDT> <Error> <RDBMSRealm> <000000> <An error occured cre
    ating a database connection for the realm.
    java.sql.SQLException: Invalid port: weblogic:mssqlserver4:localhost:1433
    at weblogic.jdbc.mssqlserver4.ConnectionInfo.<init>(ConnectionInfo.java:
    193)
    at weblogic.jdbc.mssqlserver4.ConnectDriver.parse(ConnectDriver.java:333
    at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:1
    02)
    at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:1
    69)
    at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSD
    elegate.java:962)
    at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
    at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153
    at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:232)
    at weblogic.security.acl.Realm.getRealm(Realm.java:87)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <Apr 9, 2003 2:57:45 AM EDT> <Emergency> <WebLogicServer> <000342> <Unable to
    in
    itialize the server: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.R
    DBMSException: An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.R
    DBMSException: An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSExcepti
    on: An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:94)
    at weblogic.security.acl.Realm.getRealm(Realm.java:65)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:353)
    at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.in
    itialize(AuthorizationProviderImpl.java:72)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1875)
    at weblogic.security.service.AuthorizationManager.initialize(Authorizati
    onManager.java:206)
    at weblogic.security.service.AuthorizationManager.<init>(AuthorizationMa
    nager.java:127)
    at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServic
    eManager.java:1613)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(Secu
    rityServiceManager.java:1426)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecuritySe
    rviceManager.java:1365)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(Sec
    urityServiceManager.java:1487)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:1207)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <Domain Name="epmsDomain">
    <Log
    FileName="logs/wl-domain.log"
    Name="epmsDomain"
    />
    <!-- Configuration Wizard Cluster and Admin/Managed Node support -->
    <Server
    Name="platformServer"
         ListenAddress="localhost"
    ListenPort="7501"
    NativeIOEnabled="true"
    TransactionLogFilePrefix="logs/"
    >
    <SSL
    Name="platformServer"
    ListenPort="7502"
    Enabled="true"
    ServerCertificateChainFileName="ca.pem"
    ServerCertificateFileName="democert.pem"
    ServerKeyFileName="demokey.pem"
    />
    <Log
    FileName="logs/weblogic.log"
    />
    <WebServer
    DefaultWebApp="splashPage"
    LogFileName="./logs/access.log"
    LoggingEnabled="true"
    Name="platformServer"
    />
    </Server>
    <!-- WLP Pool -->
    <JDBCConnectionPool
    Name="commercePool"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    URL="jdbc:weblogic:mssqlserver4:localhost:1433"
    Properties="user=system;password=weblogic;server=jdbc:weblogic:mssqlserver4:localhost:1433"
    Password="weblogic"
    InitialCapacity="20"
    MaxCapacity="20"
    CapacityIncrement="1"
    RefreshMinutes="0"
    ShrinkingEnabled="false"
    Targets="platformServer"
    TestConnectionsOnReserve="false"
    TestTableName="WEBLOGIC_IS_ALIVE"
    />
    <!-- WLI Pool -->
    <JDBCConnectionPool
    CapacityIncrement="2"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    InitialCapacity="8"
    LoginDelaySeconds="1"
    MaxCapacity="36"
    Name="wliPool"
    Properties="user=system;password=weblogic;server=jdbc:weblogic:mssqlserver4:localhost:1433"
    Password="weblogic"
    RefreshMinutes="0"
    ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true"
    Targets="platformServer"
    URL="jdbc:weblogic:mssqlserver4:localhost:1433"
    />
    <JDBCTxDataSource
    EnableTwoPhaseCommit="false"
    JNDIName="weblogic.jdbc.jts.commercePool"
    Name="commercePool"
    PoolName="commercePool"
    Targets="platformServer"
    />
    <JDBCDataSource
    JNDIName="weblogic.jdbc.pool.commercePool"
    Name="commercePool"
    PoolName="commercePool"
    Targets="platformServer"
    />
    <JDBCDataSource
    JNDIName="WLAI_DataSource"
    Name="WLAI_DataSource"
    PoolName="wliPool"
    Targets="platformServer"
    />
    <JDBCTxDataSource
    EnableTwoPhaseCommit="true"
    JNDIName="com.bea.wlpi.TXDataSource"
    Name="TXDataSource"
    PoolName="wliPool"
    Targets="platformServer"
    />
    <JDBCTxDataSource
    EnableTwoPhaseCommit="true"
    JNDIName="WLCHub.DS"
    Name="WLCHub.DS"
    PoolName="wliPool"
    Targets="platformServer"/>
    />
    <!-- Configure WebLogic Workshop to run in Platform domain -->
    <JDBCTxDataSource
         EnableTwoPhaseCommit="true"
    JNDIName="cgDataSource"
    Name="cgDataSource"
    PoolName="commercePool"
    Targets="platformServer"/>
    <JDBCTxDataSource
    EnableTwoPhaseCommit="true"
    JNDIName="cgSampleDataSource"
    Name="cgSampleDataSource"
    PoolName="commercePool"
    Targets="platformServer"/>
    <JMSConnectionFactory JNDIName="weblogic.jws.jms.QueueConnectionFactory"
    Name="cgQueue" Targets="platformServer"/>
    <JMSJDBCStore ConnectionPool="commercePool" Name="cgJDBCStore" PrefixName="WEBLOGIC"/>
    <JMSServer Name="cgJMSServer" Store="cgJDBCStore" Targets="platformServer">
    <JMSQueue JNDIName="jws.queue" Name="cgJWSQueue" StoreEnabled="default"/>
    </JMSServer>
    <JTA Name="epmsDomain" TimeoutSeconds="3600"/>
    <!-- End: Configure WebLogic Workshop to run in Platform domain -->
    <!-- WLP DATASYNC -->
    <JDBCConnectionPool
    Name="dataSyncPool"
    DriverName="weblogic.jdbc.mssqlserver4.Driver"
    URL="jdbc:weblogic:mssqlserver4:localhost:1433"
    Properties="user=system;password=weblogic;server=jdbc:weblogic:mssqlserver4:localhost:1433"
    Password="WEBLOGIC"
    InitialCapacity="1"
    MaxCapacity="5"
    CapacityIncrement="1"
    RefreshMinutes="0"
    ShrinkingEnabled="false"
    TestConnectionsOnReserve="false"
    TestTableName="WEBLOGIC_IS_ALIVE"
    Targets="platformServer"/>
    />
    <JDBCTxDataSource
    EnableTwoPhaseCommit="false"
    JNDIName="weblogic.jdbc.jts.dataSyncPool"
    Name="dataSyncPool"
    PoolName="dataSyncPool"
    Targets="platformServer"/>
    />
    <!-- General Config -->
    <Security
    GuestDisabled="false"
    Name="epmsDomain"
    PasswordPolicy="wl_default_password_policy"
    Realm="wl_default_realm"
    CompatibilityMode="true"
    />
    <PasswordPolicy
    Name="wl_default_password_policy"
    />
    <Realm
    Name="wl_default_realm"
    CachingRealm="wlcsCachingRealm"
    FileRealm="wl_default_file_realm"
    />
    <CachingRealm
    BasicRealm="wlcsRealm"
    CacheCaseSensitive="true"
    Name="wlcsCachingRealm"
    />
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.mssqlserver4.Driver"
    DatabasePassword="weblogic"
    DatabaseURL="jdbc:weblogic:mssqlserver4:localhost:1433"
    SchemaProperties="user=system;password=weblogic;server=jdbc:weblogic:mssqlserver4:localhost:1433"
    Name="wlcsRealm"
    RealmClassName="com.bea.p13n.security.realm.RDBMSRealm"/>
    <FileRealm
    Name="wl_default_file_realm"
    />
    <StartupClass
    ClassName="com.beasys.commerce.ebusiness.security.KeyBootstrap"
    FailureIsFatal="false"
    Name="KeyBootstrap"
    Targets="platformServer"
    />
    <!-- WLI configuraion for Platform -->
    <JMSConnectionFactory Name="WLI_B2B_TopicFactory"
    JNDIName="com.bea.wli.b2b.server.TopicConnectionFactory"
    AllowCloseInOnMessage="true"
    UserTransactionsEnabled="true"
    Targets="platformServer"
    />
    <JMSConnectionFactory
    AllowCloseInOnMessage="true"
    JNDIName="com.bea.wli.b2b.rosettanet.QueueConnectionFactory"
    Name="RNQueueFactory"
    Targets="platformServer"
    UserTransactionsEnabled="true"
    />
    <JMSConnectionFactory
    AllowCloseInOnMessage="false"
    DefaultDeliveryMode="Persistent"
    DefaultPriority="4"
    DefaultTimeToLive="0"
    JNDIName="com.bea.wlai.JMSConnectionFactory"
    MessagesMaximum="10"
    Name="WLAI_JMSConnectionFactory"
    OverrunPolicy="KeepOld"
    UserTransactionsEnabled="true"
    Targets="platformServer"/>
    />
    <JMSConnectionFactory
    AllowCloseInOnMessage="true"
    JNDIName="com.bea.wlpi.TopicConnectionFactory"
    Name="wlpiFactory"
    Targets="platformServer"
    UserTransactionsEnabled="true"
    />
    <JMSConnectionFactory
    AllowCloseInOnMessage="true"
    JNDIName="com.bea.wlpi.QueueConnectionFactory"
    Name="wlpiQueueFactory"
    Targets="platformServer"
    UserTransactionsEnabled="true"
    />
    <JMSJDBCStore
    ConnectionPool="wliPool"
    Name="JMSWLIStore"
    PrefixName="PBPUBLIC"
    />
    <JMSServer Name="WLIJMSServer"
    Targets="platformServer"
    TemporaryTemplate="TemporaryTemplate"
    Store="JMSWLIStore">
    <JMSTemplate Name="TemporaryTemplate"/>
    <!-- B2B -->
    <JMSQueue Name="WLI_B2B_RNEncoderQueue"
    JNDIName="com.bea.wli.b2b.rosettanet.EncoderQueue"/>
    <JMSTopic Name="WLI_B2B_Topic"
    JNDIName="com.bea.wli.b2b.server.B2BTopic"/>
    <JMSQueue Name="WLI_B2B_OutboundQueue"
    JNDIName="com.bea.b2b.OutboundQueue"/>
    <!-- BPM -->
    <JMSTopic Name="wlpiEvent"
    JNDIName="com.bea.wlpi.EventTopic"/>
    <JMSQueue Name="WLI_BPM_Timer"
    JNDIName="com.bea.wli.bpm.TimerQueue"
    StoreEnabled="true"
    Template="WLI_JMSTemplate"/>
    <JMSQueue Name="WLI_BPM_Event"
    JNDIName="com.bea.wli.bpm.EventQueue"
    StoreEnabled="true"
    Template="WLI_JMSTemplate"/>
    <JMSQueue Name="WLI_BPM_ValidatingEvent"
    JNDIName="com.bea.wli.bpm.ValidatingEventQueue"
    StoreEnabled="true"
    Template="WLI_JMSTemplate"/>
    <JMSTopic Name="WLI_BPM_Error"
    JNDIName="com.bea.wli.bpm.ErrorTopic"/>
    <JMSTopic Name="WLI_BPM_Audit"
    JNDIName="com.bea.wli.bpm.AuditTopic"/>
    <JMSTopic Name="WLI_BPM_Notify"
    JNDIName="com.bea.wli.bpm.NotifyTopic"/>
    <!-- AI -->
    <JMSQueue Name="WLAI_ASYNC_REQUEST_QUEUE"
    JNDIName="com.bea.wlai.ASYNC_REQUEST_QUEUE"/>
    <JMSQueue Name="WLAI_ASYNC_RESPONSE_QUEUE"
    JNDIName="com.bea.wlai.ASYNC_RESPONSE_QUEUE"/>
    <JMSQueue Name="WLAI_EVENT_QUEUE"
    JNDIName="com.bea.wlai.EVENT_QUEUE"/>
    <JMSTopic Name="WLAI_EVENT_TOPIC"
    JNDIName="com.bea.wlai.EVENT_TOPIC"/>
         <!-- App View control -->
         <JMSQueue JNDIName="com.bea.wlai.WORKSHOP_ASYNC_RESPONSE_QUEUE" Name="WLAI_WORKSHOP_ASYNC_RESPONSE_QUEUE"/>
         <JMSQueue JNDIName="com.bea.wlai.WORKSHOP_EVENT_QUEUE" Name="WLAI_WORKSHOP_EVENT_QUEUE"/>
    <!-- WLI -->
    <JMSQueue Name="WLI_FailedEvent"
    JNDIName="com.bea.wli.FailedEventQueue"
    StoreEnabled="true"/>
    <JMSTemplate Name="WLI_JMSTemplate"
    ErrorDestination="WLI_FailedEvent"
    RedeliveryDelayOverride="60000"
    RedeliveryLimit="10"/>
    </JMSServer>
    <JMSJDBCStore Name="JMSWLIStore"
    ConnectionPool="wliPool"
    PrefixName="platformServer"/>
    <!-- Distributed queue/topic configuration for WLI components -->
    <!-- End WLI configuraion for Platform -->
    <!--===========================================================================-->
    <!-- Configure the J2EE enterprise applications supporting the Platform -->
    <!--===========================================================================-->
    <!-- The enterprise application containing the WLS-based Tax and Payment WebService -->
    <Application
    Deployed="true"
    Name="taxWSApp"
    Path="C:/bea/user_projects/epmsDomain/beaApps/taxWSApp"
    TwoPhase="true"
    >
    <EJBComponent
    Name="tax"
    URI="tax.jar"
    Targets="platformServer"
    />
    <WebAppComponent
    Name="tax-webservice"
    URI="tax-ws"
    Targets="platformServer"
    />
    </Application>
    <Application
    Deployed="true"
    Name="paymentWSApp"
    Path="C:/bea/user_projects/epmsDomain/beaApps/paymentWSApp"
    TwoPhase="true"
    >
    <EJBComponent
    Name="payment"
    URI="payment.jar"
    Targets="platformServer"
    />
    <WebAppComponent
    Name="payment-edit webservice"
    URI="pay-ws"
    Targets="platformServer"
    />
    </Application>
    <!-- The enterprise application containing the installed/online links documentation -->
    <Application
    Deployed="true"
    Name="wlpDocsApp"
    Notes=""
    Path="C:/bea/weblogic700/portal/lib"
    TwoPhase="true"
    >
    <WebAppComponent
    IndexDirectoryEnabled="false"
    Name="wlpDocs"
    Targets="platformServer"
    URI="wlpDocs.war"
    ServletReloadCheckSecs="300"
    />
    </Application>
    <!-- The enterprise application containing the WLP components -->
    <Application
    Deployed="true"
    Name="portalApp"
    Notes=""
    Path="C:/bea/user_projects/epmsDomain/beaApps/portalApp"
    TwoPhase="true"
    >
    <ApplicationConfiguration
    Name="portalApp"
    Targets="platformServer"
    URI="META-INF/application-config.xml"
    />
    <EJBComponent
    Name="events"
    Targets="platformServer"
    URI="events.jar"
    />
    <EJBComponent
    Name="pipeline"
    Targets="platformServer"
    URI="pipeline.jar"
    />
    <EJBComponent
    Name="property"
    Targets="platformServer"
    URI="property.jar"
    />
    <EJBComponent
    Name="rules"
    Targets="platformServer"
    URI="rules.jar"
    />
    <EJBComponent
    Name="usermgmt"
    Targets="platformServer"
    URI="usermgmt.jar"
    />
    <EJBComponent
    Name="customer"
    Targets="platformServer"
    URI="customer.jar"
    />
    <EJBComponent
    Name="ebusiness"
    Targets="platformServer"
    URI="ebusiness.jar"
    />
    <EJBComponent
    Name="portal"
    Targets="platformServer"
    URI="portal.jar"
    />
    <EJBComponent
    Name="campaign"
    Targets="platformServer"
    URI="campaign.jar"
    />
    <EJBComponent
    Name="catalogws"
    Targets="platformServer"
    URI="catalogws.jar"
    />
    <EJBComponent
    Name="document"
    Targets="platformServer"
    URI="document.jar"
    />
    <EJBComponent
    Name="ejbadvisor"
    Targets="platformServer"
    URI="ejbadvisor.jar"
    />
    <EJBComponent
    Name="mail"
    Targets="platformServer"
    URI="mail.jar"
    />
    <EJBComponent
    Name="placeholder"
    Targets="platformServer"
    URI="placeholder.jar"
    />
    <WebAppComponent
    Name="toolSupport"
    Targets="platformServer"
    URI="toolSupport"
    ServletReloadCheckSecs="300"
    />
    <WebAppComponent
    Name="tools"
    Targets="platformServer"
    URI="tools"
    ServletReloadCheckSecs="300"
    />
    <WebAppComponent
    Name="datasync"
    Targets="platformServer"
    URI="datasync"
    ServletReloadCheckSecs="300"
    />
    <WebAppComponent
    Name="splashPage"
    Targets="platformServer"
    URI="splashPage"
    ServletReloadCheckSecs="300"
    />
    <!-- The enterprise application containing the WLP P13N Console components -->
    </Application>
    <Application
    Deployed="true"
    TwoPhase="true"
    StagedTargets="platformServer"
    Name="p13nConsoleApp"
    Path="C:/bea/weblogic700/portal/lib"
    >
    <WebAppComponent
    Name="p13nConsole"
    ServletReloadCheckSecs="300"
    Targets="platformServer"
    URI="p13nConsole.war"
    />
    </Application>
    <!-- The enterprise application containing the WLI components -->
    <Application Deployed="true" LoadOrder="900" Name="EAI" Path="C:/bea/weblogic700/samples/workshop/wlai/ear/" TwoPhase="true">
    <EJBComponent
    DeploymentOrder="100"
    Name="repository-ejb.jar"
         Targets="platformServer"
    URI="repository-ejb.jar"/>
    <EJBComponent Name="WLI-B2B Startup"
    DeploymentOrder="200"
    Targets="platformServer"
    URI="b2b-startup.jar"/>
    <EJBComponent DeploymentOrder="300" Name="b2b-rosettanet.jar" Targets="platformServer" URI="b2b-rosettanet.jar"/>
    <WebAppComponent DeploymentOrder="400" Name="b2b.war" Targets="platformServer" URI="b2b.war"/>
    <WebAppComponent DeploymentOrder="500" Name="b2bconsole.war" Targets="platformServer" URI="b2bconsole.war"/>
    <EJBComponent DeploymentOrder="600" Name="WLI-AI Server" Targets="platformServer" URI="wlai-server-ejb.jar"/>
    <WebAppComponent DeploymentOrder="700" Name="wlai" Targets="platformServer" URI="wlai.war"/>
    <EJBComponent DeploymentOrder="800" Name="WLI-AI Async Processor" Targets="platformServer" URI="wlai-asyncprocessor-ejb.jar"/>
    <EJBComponent DeploymentOrder="900" Name="WLI-AI Event Processor" Targets="platformServer" URI="wlai-eventprocessor-ejb.jar"/>
    <EJBComponent DeploymentOrder="1000" Name="wlpi-ejb.jar" Targets="platformServer" URI="wlpi-ejb.jar"/>
    <EJBComponent DeploymentOrder="1100" Name="wlpi-master-ejb.jar" Targets="platformServer" URI="wlpi-master-ejb.jar"/>
    <EJBComponent DeploymentOrder="1200" Name="wlpi-mdb-ejb.jar" Targets="platformServer" URI="wlpi-mdb-ejb.jar"/>
    <EJBComponent DeploymentOrder="1300" Name="WLXTEJB.jar" Targets="platformServer" URI="WLXTEJB.jar"/>

  • Error starting Portal or Commerce Server when Configured for Oracle

    I've been attempting to configure Portal 4.0 to work with Oracle. I'm running Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connection pools and successfully
    run the scripts to populate the tables. I am confident the Oracle OCI driver is configured
    properly (have done this many times). However, after I make all of the necessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading configuration file .\config\wlcsDomain\config.xml
    ..> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    at weblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. I tried a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point to my instance
    of Oracle (are their additional things I need to load in Oracle to support it using
    the RDBMS realm). Is there a way I can disable the security realm to at least get
    the server up-and-running (via the web.xml). I've installed and reinstalled many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

    I finally found this bug in the release notes, i'm surprised one of the bea guys couldn't
    answer this....
    "Mike Friesen" <[email protected]> wrote:
    >
    I had the same type of problem with portal 4.0. Trying downloading the
    newest 7.0, I found it works much better.
    Mike
    "K C" <[email protected]> wrote in message news:[email protected]...
    I found this as well. However, i still am not able to run the portal afterconfiguring
    for oracle. While running create_all, i get many errors like "can binda
    LONG value
    only for insert into a LONG column"
    the table are being created, this appears to occur in the "insertingrequired bootstrap
    data" phase.
    thanks
    "Joshua Davies" <[email protected]> wrote:
    You probably followed the instructions too closely. I had the same
    problem,
    due to
    something that's not quite a "bug" in the installation instructions.Look
    back at
    the section "Update Settings for the RDBMS Security Realm" in thedeployment
    guide
    (http://edocs.bea.com/wlp/docs40/deploygd/oraclnew.htm#1039294).
    In the table in step 2, they show the URL on top, and the Driverclassname
    underneath
    it. HOWEVER... on the actual data screen, the Driver is on top and the
    URL is underneath
    it. If you're not being very very careful, it's easy to swap thesetwo
    values
    and put the URL in the Driver input box and the Driver in the URL input
    box. Make
    sure you haven't accidentally done this; if you have, you can stillchange
    this in
    the config.xml file (do a text search for an element RDBMSRealm withan
    "name" attribute
    of "wlcsRealm").
    Verify that it looks like this:
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabaseURL="jdbc:weblogic:oracle"
    Name="wlcsRealm"
    and not this:
    <RDBMSRealm DatabaseDriver="jdbc:weblogic:oracle"
    DatabaseURL="weblogic.jdbc.oci.Driver"
    Name="wlcsRealm"
    Very subtle gotcha...
    "Jeff Davis" <[email protected]> wrote:
    I've been attempting to configure Portal 4.0 to work with Oracle. I'm
    running
    Oracle
    8i. I carefully followed the instructions found in "Configuring WebLogic
    Portal for
    Oracle Databases". Specifically, I setup the tablespaces, connectionpools
    and successfully
    run the scripts to populate the tables. I am confident the Oracle OCIdriver
    is configured
    properly (have done this many times). However, after I make all of thenecessary
    changes and launch the server, I receive the following error:
    Starting WebLogic Server ....
    <Jun 26, 2002 4:47:32 AM PDT> <Notice> <Management> <Loading
    configuration
    file .\config\wlcsDomain\config.xml
    ...> <Jun 26, 2002 4:47:39 AM PDT> <Emergency> <Server> <Unable toinitialize
    the
    server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException:
    An error occured creating a database connection for the realm.]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    atweblogic.security.SecurityService.initializeRealm(SecurityService.java:258)
    atweblogic.security.SecurityService.initialize(SecurityService.java:115)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    The startup appears to have trouble with the RDBMS security realm. Itried
    a) leaving
    the settings "as-is", configured for Cloudscape, or b) modified to point
    to my instance
    of Oracle (are their additional things I need to load in Oracle tosupport
    it using
    the RDBMS realm). Is there a way I can disable the security realm toat
    least get
    the server up-and-running (via the web.xml). I've installed andreinstalled
    many
    times, trying various combinations of things.
    Any help would be hugely appreciated!
    Thanks,
    jeff

  • Problems in starting up Connection Pools in SQLServer7

    Hi
    We are running both Commerce and Personlaization Server 3.5 with an SQL erver
    7 backend. I recently migrated the database from Cloudscape to SQL Server and
    added the following entry into my weblogicCommerce.properties file
    <I>
    # ---------------SQL Server ----------------------#
    commerce.usermgmt.RDBMSRealm.driver=weblogic.jdbc.mssqlserver4.Driver
    commerce.usermgmt.RDBMSRealm.dbUrl=jdbc:weblogic:mssqlserver4:wlcsDatabase@WEBLOGICSRVR01:1433
    commerce.usermgmt.RDBMSRealm.dbUser=sa
    commerce.usermgmt.RDBMSRealm.dbPassword=mcpassword
    </I>
    After doing this, the commercePool (Connection Pool) that comes with the installation
    of the Commerce server did not work and came up with some java exceptions i.e.
    <I>
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Can't open a socket on none:1433. Check host and port num
    ber and make sure the security manager allows this connection. You can also try
    running the SocketApplet (java.net.UnknownHostException: none).
    at weblogic.jdbcbase.mssqlserver4.BaseConnection.prepareConnection(BaseC
    onnection.java:176)
    at weblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:32)</I>
    Can any one give me an idea on what I need to do to resolve this problem?
    Thanx

    hii..did u change the startup and bea/wlcs/bin/win32/set-environment.cmd
    files where u need to change the classpath related with SQL Server.After
    that you will have to change JDBC setting thru console using
    http://ip:7501/console/index.jsp
    Do that and hope it will work.
    Rajesh
    "Bola Taylor" <[email protected]> wrote in message
    news:3b724a71$[email protected]..
    >
    Hi
    We are running both Commerce and Personlaization Server 3.5 with an SQLerver
    7 backend. I recently migrated the database from Cloudscape to SQL Serverand
    added the following entry into my weblogicCommerce.properties file
    <I>
    # ---------------SQL Server ----------------------#
    commerce.usermgmt.RDBMSRealm.driver=weblogic.jdbc.mssqlserver4.Driver
    commerce.usermgmt.RDBMSRealm.dbUrl=jdbc:weblogic:mssqlserver4:wlcsDatabase@W
    EBLOGICSRVR01:1433
    commerce.usermgmt.RDBMSRealm.dbUser=sa
    commerce.usermgmt.RDBMSRealm.dbPassword=mcpassword
    </I>
    After doing this, the commercePool (Connection Pool) that comes with theinstallation
    of the Commerce server did not work and came up with some java exceptionsi.e.
    >
    <I>
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Can't open a socket on none:1433. Check host andport num
    ber and make sure the security manager allows this connection. You canalso try
    running the SocketApplet (java.net.UnknownHostException: none).
    atweblogic.jdbcbase.mssqlserver4.BaseConnection.prepareConnection(BaseC
    onnection.java:176)
    atweblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:32)</I>
    >
    >
    Can any one give me an idea on what I need to do to resolve this problem?
    Thanx

  • Accessing separate databases for two Wb Apps.

    I have two entries in my weblogic.properties file for two web apps:
    # Netstride portal deployment
    weblogic.httpd.webApp.webapp=D:/dev/portal/public_html/
    # Defines the ISPS portal WAR deployment.
    weblogic.httpd.webApp.isps=D:/dev/ISPS_app/public_html/
    and my connection Pool entry in weblogic.properties file is:
    weblogic.jdbc.connectionPool.commercePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=0,\
    initialCapacity=3,\
    maxCapacity=50,\
    capacityIncrement=1,\
    allowShrinking=true,\
    shrinkPeriodMins=2,\
    testConnsOnReserve=true,\
    testTable=dual,\
    refreshMinutes=1,\
    props=user=inet2;password=in3t2;server=ispsdevl;weblogic.t3.waitForConnection=true;weblogic.t3.waitSecondsForConnection=999999999999,\
    weblogic.jts.waitSecondsForConnectionSecs=999999999999,\
    verbose=false
    The webLogic JDriver entry in weblogiccommerce.properties file is:
    #------WebLogic jDriver for Oracle 8.1.5 jdbc20---------#
    commerce.usermgmt.RDBMSRealm.driver=weblogic.jdbc.oci.Driver
    commerce.usermgmt.RDBMSRealm.dbUrl=jdbc:weblogic:oracle
    commerce.usermgmt.RDBMSRealm.dbServer=ispsdevl
    #commerce.usermgmt.RDBMSRealm.dbUser=inet
    #commerce.usermgmt.RDBMSRealm.dbPassword=in3t
    # FOR GOING AGAINST INET2 SCHEMA
    commerce.usermgmt.RDBMSRealm.dbUser=inet2
    commerce.usermgmt.RDBMSRealm.dbPassword=in3t2
    If I want to point the 1st app to database schema inet and the 2nd app to inet2
    schema, what changes in weblogiccommerce.properties.
    I think in weblogic.properties file i will have to have two different connection
    pools for the two apps. am I right?
    I zipped the weblogic.properties and weblogiccommerce.properties files into webLogic.zip
    and attaching the zip file.
    Thanks.
    [WebLogic.zip]

    i think you need to use link server to create the bridge.
    http://msdn.microsoft.com/en-us/library/ms188279.aspx

  • Rdbms realm

    Hi,
    I tried creating rdbms realm in mydomain.
    I am able to see the rdbms realm users in the console when I click on users.
    I am not able to see the new groups or new members in old groups when I click
    groups. I can only see the old groups' entries.
    When I click on ACL I get the following
    weblogic.management.configuration.RealmException: RealmManager.listAcls - with
    nested exception: [security.rdbmsrealm.RDBMSException: RDBMSEnumeration.nextElement
    failed - with nested exception: [java.sql.SQLException: ResultSet has already
    been closed]] at weblogic.management.configuration.RealmManager.listAcls(RealmManager.java:203)
    at weblogic.management.console.pages._panels._mbean._acltable._jspService(_acltable.java:213)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Any idea whats wrong? I am using the default dbschema
    I have the entries as listed below in my config.xml.
    <CachingRealm BasicRealm="defaultRDBMSRealmForOracle" Name="defaultCachingRealm"/>
    <Realm CachingRealm="defaultCachingRealm"
    FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:weblogic:oracle:vogue"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForOracle"
    Notes="I have changed the package to security.rdbmsrealm from examples.security.rdbmsrealm
    example. I am using the same schema(in the ddl) in oracle"
    RealmClassName="security.rdbmsrealm.RDBMSRealm" SchemaProperties="getGroupMembers=SELECT
    GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP = ?;deleteGroup2=DELETE FROM
    aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP
    = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );getUser=SELECT U_NAME,
    U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCT A_PERMISSION
    FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentries WHERE
    A_PRINCIPAL = ?;getGroupNewStatement=false;deleteUser2=DELETE FROM groupmembers
    WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME = ?;getAcls=SELECT
    A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME, A_PRINCIPAL;getUsers=SELECT
    U_NAME, U_PASSWORD FROM users;getPermissions=SELECT DISTINCT A_PERMISSION FROM
    aclentries;getGroups=SELECT GM_GROUP, GM_MEMBER FROM groupmembers;getAclEntries=SELECT
    A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ? ORDER BY A_PRINCIPAL;newUser=INSERT
    INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP
    = ? AND GM_MEMBER = ?"/>
    ananya

    Hi Narin,
    I seem to have forgotten to mention that the problem got fixed when I set getGroupNewStatement
    to true.
    Anu
    "Narinder Gaheer" <[email protected]> wrote:
    Have you taken the RDBMSRealm example that comes with weblogic? If thats
    the case, that example doesn't implement Group related functionality
    as
    pointed out by many posts earlier on this newsgroup. You need to provide
    that implementation on your own.
    "ananya" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I tried creating rdbms realm in mydomain.
    I am able to see the rdbms realm users in the console when I clickon
    users.
    I am not able to see the new groups or new members in old groups whenI
    click
    groups. I can only see the old groups' entries.
    When I click on ACL I get the following
    weblogic.management.configuration.RealmException: RealmManager.listAcls-
    with
    nested exception: [security.rdbmsrealm.RDBMSException:RDBMSEnumeration.nextElement
    failed - with nested exception: [java.sql.SQLException: ResultSet has
    already>> been closed] atweblogic.management.configuration.RealmManager.listAcls(RealmManager.java:20
    3)
    atweblogic.management.console.pages._panels._mbean._acltable._jspService(_aclt
    able.java:213)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :213)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:1265)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Any idea whats wrong? I am using the default dbschema
    I have the entries as listed below in my config.xml.
    <CachingRealm BasicRealm="defaultRDBMSRealmForOracle"Name="defaultCachingRealm"/>
    <Realm CachingRealm="defaultCachingRealm"
    FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
    <RDBMSRealm DatabaseDriver="weblogic.jdbc.oci.Driver"
    DatabasePassword="tiger"
    DatabaseURL="jdbc:weblogic:oracle:vogue"
    DatabaseUserName="scott" Name="defaultRDBMSRealmForOracle"
    Notes="I have changed the package to security.rdbmsrealm fromexamples.security.rdbmsrealm
    example. I am using the same schema(in the ddl) in oracle"
    RealmClassName="security.rdbmsrealm.RDBMSRealm"SchemaProperties="getGroupMembers=SELECT
    GM_GROUP, GM_MEMBER from groupmembers WHERE GM_GROUP =?;deleteGroup2=DELETE FROM
    aclentries WHERE A_PRINCIPAL = ?;deleteGroup1=DELETE FROM groupmembersWHERE GM_GROUP
    = ?;addGroupMember=INSERT INTO groupmembers VALUES ( ? ,? );getUser=SELECT U_NAME,
    U_PASSWORD FROM users WHERE U_NAME = ?;getPermission=SELECT DISTINCTA_PERMISSION
    FROM aclentries WHERE A_PERMISSION = ?;deleteUser3=DELETE FROM aclentriesWHERE
    A_PRINCIPAL = ?;getGroupNewStatement=false;deleteUser2=DELETE FROMgroupmembers
    WHERE GM_MEMBER = ?;deleteUser1=DELETE FROM users WHERE U_NAME =?;getAcls=SELECT
    A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries ORDER BY A_NAME,A_PRINCIPAL;getUsers=SELECT
    U_NAME, U_PASSWORD FROM users;getPermissions=SELECT DISTINCT A_PERMISSIONFROM
    aclentries;getGroups=SELECT GM_GROUP, GM_MEMBER FROMgroupmembers;getAclEntries=SELECT
    A_NAME, A_PRINCIPAL, A_PERMISSION FROM aclentries WHERE A_NAME = ?ORDER
    BY A_PRINCIPAL;newUser=INSERT
    INTO users VALUES ( ? , ? );removeGroupMember=DELETE FROM groupmembersWHERE GM_GROUP
    = ? AND GM_MEMBER = ?"/>
    ananya

  • GetRealm() throws ClassNotFound

    Hi,
    I'm trying to extend the examples/security/rdbmsrealm example by getting
    an EJB to add a user to the realm using newUser() but I get a
    ClassNotFound exception:
    My EJB code:
    import examples.security.rdbmsrealm.RDBMSRealm;
    import weblogic.security.acl.Realm;
    RDBMSRealm realm = (RDBMSRealm) Realm.getRealm("RDBMS Realm");
    realm.newUser("fred", "password", null);
    The exception that gets thrown:
    java.lang.ClassNotFoundException:
    weblogic.security.acl.DefaultRealmImpl
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at weblogic.boot.ServerClassLoader.findLocalClass(Compiled
    Code)
    at weblogic.boot.ServerClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName0(Compiled Code)
    at java.lang.Class.forName(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at cleo.account.AccountBean.ejbCreate(AccountBean.java:229)
    at
    cleo.account.AccountBeanEOImpl.create(AccountBeanEOImpl.java:55)
    at
    cleo.account.AccountBeanHomeImpl.create(AccountBeanHomeImpl.java:32)
    at
    cleo.account.AccountBeanHomeImpl_ServiceStub.create(Compiled Code)
    at cleo.account.reg_servlet.service(reg_servlet.java:144)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Compiled
    Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled
    Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    3 questions:
    1) Is this a valid way to add users? - calling newUser() on the realm
    from an EJB???
    2) Am I using the right value for the name parameter in the call to
    getRealm ("RDBMS Realm" - that's the unchanged value passed to super in
    the RDBMSRealm constructor).
    3) All I've been able to find on the ClassNotFound problem is notes on
    search.beasys.com that say:
    ISSUE 32633: Fixed ClassNotFoundException. The path to
    'weblogic.security.acl.DefaultRealmImpl' was incorrect.
    And this issue is fixed in Service Pack 7.
    Am I barking up the right tree here? Do I need to install SP7?
    Many thanks,
    Dave
    I'm running on - WLS5.1.0 SP5, Solaris

    Hmmm, OK, I installed SP8. Now I get:
    java.security.acl.NotOwnerException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at
    java.security.acl.NotOwnerException.<init>(NotOwnerException.java:29)
    at
    weblogic.security.acl.internal.DefaultRealmImpl.load(DefaultRealmImpl.java:214)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at cleo.account.AccountBean.ejbCreate(AccountBean.java:229)
    at cleo.account.AccountBeanEOImpl.create(AccountBeanEOImpl.java:55)
    at
    cleo.account.AccountBeanHomeImpl.create(AccountBeanHomeImpl.java:32)
    at cleo.account.AccountBeanHomeImpl_ServiceStub.create(Compiled
    Code)
    at cleo.account.reg_servlet.service(reg_servlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    java.rmi.RemoteException: java.lang.IllegalAccessError:
    java.security.acl.NotOwnerException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:50)
    at java.lang.LinkageError.<init>(LinkageError.java:43)
    at java.lang.IncompatibleClassChangeError.<init>(Compiled Code)
    at java.lang.IllegalAccessError.<init>(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at cleo.account.AccountBean.ejbCreate(AccountBean.java:229)
    at cleo.account.AccountBeanEOImpl.create(AccountBeanEOImpl.java:55)
    at
    cleo.account.AccountBeanHomeImpl.create(AccountBeanHomeImpl.java:32)
    at cleo.account.AccountBeanHomeImpl_ServiceStub.create(Compiled
    Code)
    at cleo.account.reg_servlet.service(reg_servlet.java:144)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    I guess I need to set some permission/ACL on the security realm or call
    something like doAsPrivileged() from the EJB.
    Any help appreciated,
    Dave
    Dave Roxburgh wrote:
    Hi,
    I'm trying to extend the examples/security/rdbmsrealm example by getting
    an EJB to add a user to the realm using newUser() but I get a
    ClassNotFound exception:
    My EJB code:
    import examples.security.rdbmsrealm.RDBMSRealm;
    import weblogic.security.acl.Realm;
    RDBMSRealm realm = (RDBMSRealm) Realm.getRealm("RDBMS Realm");
    realm.newUser("fred", "password", null);
    The exception that gets thrown:
    java.lang.ClassNotFoundException:
    weblogic.security.acl.DefaultRealmImpl
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at weblogic.boot.ServerClassLoader.findLocalClass(Compiled
    Code)
    at weblogic.boot.ServerClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName0(Compiled Code)
    at java.lang.Class.forName(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at weblogic.security.acl.Realm.getRealm(Compiled Code)
    at cleo.account.AccountBean.ejbCreate(AccountBean.java:229)
    at
    cleo.account.AccountBeanEOImpl.create(AccountBeanEOImpl.java:55)
    at
    cleo.account.AccountBeanHomeImpl.create(AccountBeanHomeImpl.java:32)
    at
    cleo.account.AccountBeanHomeImpl_ServiceStub.create(Compiled Code)
    at cleo.account.reg_servlet.service(reg_servlet.java:144)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Compiled
    Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled
    Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)
    3 questions:
    1) Is this a valid way to add users? - calling newUser() on the realm
    from an EJB???
    2) Am I using the right value for the name parameter in the call to
    getRealm ("RDBMS Realm" - that's the unchanged value passed to super in
    the RDBMSRealm constructor).
    3) All I've been able to find on the ClassNotFound problem is notes on
    search.beasys.com that say:
    ISSUE 32633: Fixed ClassNotFoundException. The path to
    'weblogic.security.acl.DefaultRealmImpl' was incorrect.
    And this issue is fixed in Service Pack 7.
    Am I barking up the right tree here? Do I need to install SP7?
    Many thanks,
    Dave
    I'm running on - WLS5.1.0 SP5, Solaris

  • RDBMSRealm Configured but WebLogic not using

    I’ve configured my RDBMSRealm but it doesn’t appear to get used by WebLogic when
    I try to authenticate. I’d appreciate any help. Here’s what I’ve done:
    I've compiled the realm classes and placed them on my classpath. I've set up
    my realm through the console and added it to the CachingRealm. Below is segments
    of my config.xml.
    <CachingRealm BasicRealm="TestRealm" Name="MyCaching Realm"/>
    <RDBMSRealm DatabaseDriver="oracle.jdbc.driver.OracleDriver"
    DatabasePassword="{3DES}InhWhkbT0="
    DatabaseURL="jdbc:oracle:thin:@101.101.101.101:1521:t"
    DatabaseUserName="user1" Name="TestRealm" RealmClassName="com.mycompany.RDBMSRealm"/>
    I've got my web.xml configured correctly for use of BASIC authentication. In
    fact the security part of it works in other servlet containers. When I access
    my secured resource I get the BASIC pop-up box for user name and password. However,
    WebLogic doesn't authenticate my correct credentials against my RDBMSRealm. It
    doesn't appear to even be using it at all because my System.out statements never
    printed out when the classes are created and such. Am I missing something with
    my configuration of my RDBMSRealm? Thanks for your help.
    Using WebLogic 6.1 sp2

    Hi Vishwanath,
    That was it exactly. That you so much. I didn't realize that once you connected
    the RDBMSRealm to the CachingRealm you also had to connect the CachingRealm to
    the FileRealm. Thanks again.
    Vishwanath Kumar <[email protected]> wrote:
    Hi,
    I have following suggestion for you.
    1) Open the admin console and click on Security tab in the left hand
    pane. You will see
    FileRealm tab in right hand pane.
    2) Click FileRealm tab and point Caching Realm to your caching realm
    name.
    I think you caching realm is not hooked up with filerealm.
    Let me know if that helps.
    Regards,
    Vishwanath Kumar
    N wrote:
    I’ve configured my RDBMSRealm but it doesn’t appear to get used byWebLogic when
    I try to authenticate. I’d appreciate any help. Here’s what I’vedone:
    I've compiled the realm classes and placed them on my classpath. I'veset up
    my realm through the console and added it to the CachingRealm. Belowis segments
    of my config.xml.
    <CachingRealm BasicRealm="TestRealm" Name="MyCaching Realm"/>
    <RDBMSRealm DatabaseDriver="oracle.jdbc.driver.OracleDriver"
    DatabasePassword="{3DES}InhWhkbT0="
    DatabaseURL="jdbc:oracle:thin:@101.101.101.101:1521:t"
    DatabaseUserName="user1" Name="TestRealm" RealmClassName="com.mycompany.RDBMSRealm"/>
    I've got my web.xml configured correctly for use of BASIC authentication.In
    fact the security part of it works in other servlet containers. WhenI access
    my secured resource I get the BASIC pop-up box for user name and password.However,
    WebLogic doesn't authenticate my correct credentials against my RDBMSRealm.It
    doesn't appear to even be using it at all because my System.out statementsnever
    printed out when the classes are created and such. Am I missing somethingwith
    my configuration of my RDBMSRealm? Thanks for your help.
    Using WebLogic 6.1 sp2--
    Vishwanath Kumar
    Developer Relations Engineer
    BEA Systems, Inc.

  • Should ODI be installed on a remote box for the remote managed server of Java EE Agents on top of the WebLogic home

    I am configuring ODI 111.1.1.1.7 java ee agents on four managed servers, (two in Linux VM and another two in Windows VM) within one domain (on the Linux VM). I am wondering whether I need to install ODI software on top of the WebLogic that has been installed on the windows vm. The weblogic release is 10.3.6(11g) and the jdk is jdk1.7.0_4 on both VM.
    Without ODI installation on the Windows VM, I have configured a new domain with four managed servers, two on localhost (linux vm) and two on the remote machine (windows vm). After tested two local managed server working, I have tried to use pack/unpack command to transfer the domain managed servers (managed servers contents with -managed=true) to the windows VM, and with relative domain path specified (as WLS home directories are different between linux and windows), and I have got the following error message when unpacking on the Windows VM, therefore, I am wondering whether ODI shall be installed on WIndows VM (still don't think so):
    C:\OraODI\product\odifmw>C:\OraODI\product\odifmw\wlserver_10.3\common\bin\unpack.cmd -domain=user_projects\domains\odi_domain -template=C:\software\odi_domain_template.jar
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSpinning; support was removed in 7.0_40
    << read template from "C:\software\odi_domain_template.jar">>  fail: read template from "C:\software\odi_domain_template.jar"
    CFGFWK-60550:  Script execution aborted. The script may contain an error. Required component home not found for component 'oracle.as.jrf' version '11.1.1.7.0'
    Any ideas? Please shed some light on me...
    The following is a long version debug info if you are interested:
    2014-01-29 10:02:27,113 DEBUG [main] com.oracle.cie.wizard.WizardController - Wizard Controller Version 4.0.0.0 (Saruman) Started.
    2014-01-29 10:02:27,129 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_wizard) in namespace (wizard-internal) in locale (en_AU).
    2014-01-29 10:02:27,144 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: en
    2014-01-29 10:02:27,144 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_public) in namespace (public) in locale (en_AU).
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/wizard/i18n_wizard_silent) in namespace (wizard-internal) in locale (en_AU).
    2014-01-29 10:02:27,160 DEBUG [main] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: en
    2014-01-29 10:02:27,519 DEBUG [main] com.oracle.cie.wizard.WizardController - Executing Oracle WebLogic Configuration Wizard 7.0.0.0 in Silent Mode under namespace <config>
    2014-01-29 10:02:27,878 DEBUG [main] com.oracle.cie.wizard.WizardController - Loaded target: config
    2014-01-29 10:02:27,893 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - Excecuting.
    2014-01-29 10:02:27,893 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/comdev/comdev) in namespace (comdev) in locale (en_AU).
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,003 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,003 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,018 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,018 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,049 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,049 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,065 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,065 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,065 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,081 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,081 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,081 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadResources --> com.oracle.cie.wizard.silent.tasks.LoadResourcesTask
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,096 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages_map) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:28,096 DEBUG [loadResources] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: setMessagePrefix --> com.oracle.cie.wizard.domain.silent.tasks.SetMessagePrefixTask
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,096 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,112 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: propertyFileFinder --> com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask
    2014-01-29 10:02:28,112 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Going to get Class object of weblogic.Home
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Got Class object of weblogic.Home
    2014-01-29 10:02:28,112 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Calling getPath method of weblogic.Home
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - Called getPath method of weblogic.Home and the home is: C:/OraODI/product/odifmw/WLSERV~1.3/server
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - fname: C:\OraODI\product\odifmw\WLSERV~1.3\.product.properties
    2014-01-29 10:02:28,689 DEBUG [propertyFileFinder] com.oracle.cie.wizard.domain.silent.tasks.PropertiesFinderTask - propFile: C:\OraODI\product\odifmw\WLSERV~1.3\.product.properties
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadNamespace --> com.oracle.cie.wizard.silent.tasks.LoadObjectStoreTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: getMode --> com.oracle.cie.wizard.silent.tasks.GetModeTask
    2014-01-29 10:02:28,689 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: addSelectableItem_s --> com.oracle.cie.wizard.domain.silent.tasks.AddSelectableItemSilentTask
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:28,705 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:28,720 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: dumpVersions --> com.oracle.cie.wizard.domain.silent.tasks.DumpVersionsTask
    2014-01-29 10:02:28,720 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [dumpVersions] com.oracle.cie.wizard.domain.helpers.WLSVersionHelper - WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050
    2014-01-29 10:02:29,017 INFO  [dumpVersions] com.oracle.cie.wizard.domain.silent.tasks.DumpVersionsTask -
    Common Development 6.4 Thu Aug 25 17:01:47 EDT 2011 6.4.0.0 Change-Id: 31463 [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev_6.4.0.0.jar]
    Common Development L10N Resources (de) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.de_6.4.0.0.jar]
    Common Development L10N Resources (es) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.es_6.4.0.0.jar]
    Common Development L10N Resources (fr) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.fr_6.4.0.0.jar]
    Common Development L10N Resources (it) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.it_6.4.0.0.jar]
    Common Development L10N Resources (ja) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.ja_6.4.0.0.jar]
    Common Development L10N Resources (ko) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.ko_6.4.0.0.jar]
    Common Development L10N Resources (pt_BR) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.pt.BR_6.4.0.0.jar]
    Common Development L10N Resources (zh_CN) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.zh.CN_6.4.0.0.jar]
    Common Development L10N Resources (zh_TW) 6.4 Mon May 9 13:14:44 EDT 2011 - internal build by unknown on client unknown 6.4.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.comdev.zh.TW_6.4.0.0.jar]
    Config Wizard 7.2 Fri Aug 19 17:47:23 EDT 2011 7.2.0.0 Change-Id: 31407 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config_7.2.0.0.jar]
    Config Wizard L10N Resources (de) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.de_7.2.0.0.jar]
    Config Wizard L10N Resources (es) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.es_7.2.0.0.jar]
    Config Wizard L10N Resources (fr) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.fr_7.2.0.0.jar]
    Config Wizard L10N Resources (it) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.it_7.2.0.0.jar]
    Config Wizard L10N Resources (ja) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.ja_7.2.0.0.jar]
    Config Wizard L10N Resources (ko) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.ko_7.2.0.0.jar]
    Config Wizard L10N Resources (pt_BR) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.pt.BR_7.2.0.0.jar]
    Config Wizard L10N Resources (zh_CN) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.zh.CN_7.2.0.0.jar]
    Config Wizard L10N Resources (zh_TW) 7.2 Mon May 9 13:14:50 EDT 2011 - internal build by unknown on client unknown 7.2.0.0 Change-Id: ?????? [C:/OraODI/product/odifmw/modules/com.oracle.cie.config.zh.TW_7.2.0.0.jar]
    Global Product Registry 3.1 Thu Feb 11 20:47:52 EST 2010 3.1.0.0 Change-Id: 27582 [C:/OraODI/product/odifmw/modules/com.oracle.cie.gpr_3.1.0.0.jar]
    Global Product Registry Impl 3.1 Thu Feb 11 20:47:55 EST 2010 3.1.0.0 Change-Id: 27582 [C:/OraODI/product/odifmw/modules/com.oracle.cie.gpr-impl_3.1.0.0.jar]
    Oracle CIE OUI Inventory 1.3 Tue Sep 7 16:24:41 EDT 2010 1.3.0.0 Change-Id: 29286 [C:/OraODI/product/odifmw/modules/com.oracle.cie.oui_1.3.0.0.jar]
    WLW Plaf 5.3 Thu Sep 24 18:49:22 EDT 2009 5.3.0.0 Change-Id: 26058 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf_5.3.0.0.jar]
    WLW Plaf L10N Resources (de) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.de_5.3.0.0.jar]
    WLW Plaf L10N Resources (es) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.es_5.3.0.0.jar]
    WLW Plaf L10N Resources (fr) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.fr_5.3.0.0.jar]
    WLW Plaf L10N Resources (it) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.it_5.3.0.0.jar]
    WLW Plaf L10N Resources (ja) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.ja_5.3.0.0.jar]
    WLW Plaf L10N Resources (ko) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.ko_5.3.0.0.jar]
    WLW Plaf L10N Resources (pt_BR) 5.3 Wed Jun 23 16:18:26 EDT 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.pt.BR_5.3.0.0.jar]
    WLW Plaf L10N Resources (zh_CN) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.zh.CN_5.3.0.0.jar]
    WLW Plaf L10N Resources (zh_TW) 5.3 Wed Feb 10 22:01:27 EST 2010 5.3.0.0 Change-Id: 27525 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wlw-plaf.zh.TW_5.3.0.0.jar]
    WebLogic Config Wizard 7.2 Mon Aug 29 11:25:24 EDT 2011 7.2.0.0 Change-Id: 31488 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (de) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.de_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (es) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.es_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (fr) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.fr_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (it) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.it_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (ja) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.ja_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (ko) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.ko_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (pt_BR) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.pt.BR_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (zh_CN) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.zh.CN_7.2.0.0.jar]
    WebLogic Config Wizard L10N Resources (zh_TW) 7.2 Tue Jul 26 14:36:07 EDT 2011 7.2.0.0 Change-Id: 31026 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls.zh.TW_7.2.0.0.jar]
    WebLogic Config Wizard Schema 7.2 Mon Aug 29 11:25:19 EDT 2011 10.3.6.0 Change-Id: 31488 [C:/OraODI/product/odifmw/modules/com.oracle.cie.config-wls-schema_10.3.6.0.jar]
    Wizard Framework 6.1 Tue Sep 7 16:24:30 EDT 2010 6.1.0.0 Change-Id: 29286 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard_6.1.0.0.jar]
    Wizard Framework L10N Resources (de) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.de_6.1.0.0.jar]
    Wizard Framework L10N Resources (es) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.es_6.1.0.0.jar]
    Wizard Framework L10N Resources (fr) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.fr_6.1.0.0.jar]
    Wizard Framework L10N Resources (it) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.it_6.1.0.0.jar]
    Wizard Framework L10N Resources (ja) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.ja_6.1.0.0.jar]
    Wizard Framework L10N Resources (ko) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.ko_6.1.0.0.jar]
    Wizard Framework L10N Resources (pt_BR) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.pt.BR_6.1.0.0.jar]
    Wizard Framework L10N Resources (zh_CN) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.zh.CN_6.1.0.0.jar]
    Wizard Framework L10N Resources (zh_TW) 6.1 Thu Aug 5 17:58:12 EDT 2010 6.1.0.0 Change-Id: 29099 [C:/OraODI/product/odifmw/modules/com.oracle.cie.wizard.zh.TW_6.1.0.0.jar]
    XML Data Handler 2.5 Tue Dec 15 20:45:35 EST 2009 2.5.0.0 Change-Id: 27027 [C:/OraODI/product/odifmw/modules/com.oracle.cie.xmldh_2.5.0.0.jar]
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: setTitle --> com.oracle.cie.wizard.silent.tasks.SetTitleTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: getMode --> com.oracle.cie.wizard.silent.tasks.GetModeTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: loadScripts --> com.oracle.cie.wizard.domain.silent.tasks.LoadScriptFilesTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: iterator --> com.oracle.cie.wizard.silent.tasks.IteratorTask
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,017 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: logKey --> com.oracle.cie.wizard.silent.tasks.LogKeyTask
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,032 DEBUG [logKey] com.oracle.cie.wizard.silent.tasks.LogKeyTask - The key scriptFileIterator.current.value has a value of <C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws>
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Retrieving Next Task
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.TargetWalker - Configuring task: runScript --> com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - RunScriptTask scriptFile:C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - WLS_PRODUCT_VERSION=10.3.6.0
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - WLS_PRODUCT_SHORT_VERSION=10.3
    2014-01-29 10:02:29,032 DEBUG [WizardController] com.oracle.cie.wizard.WizardController - WizardController waiting...
    2014-01-29 10:02:29,032 DEBUG [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - Going to execute script: C:\Users\BIS909~1\AppData\Local\Temp\2\tmpUnpack603348485792127080cws
    2014-01-29 10:02:29,032 DEBUG [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - Try to run the script as silent script
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,235 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_tasks) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager - Attempting to manage resource bundle (resources/config-wls/config_messages) in namespace (config) in locale (en_AU).
    2014-01-29 10:02:29,251 DEBUG [runScript] com.oracle.cie.common.util.ResourceBundleManager$ResourceNamespace - Actual Resource Bundle Managed: base
    2014-01-29 10:02:29,469 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - read template from "C:\software\odi_domain_template.jar"
    2014-01-29 10:02:29,500 DEBUG [runScript] com.oracle.cie.domain.AbstractManager - The getInstance method did not exist for class class com.oracle.cie.domain.WLSSummaryHelper trying default constructor before failing...
    2014-01-29 10:02:29,500 DEBUG [runScript] com.oracle.cie.domain.AbstractManager - The getInstance method did not exist for class class com.oracle.cie.wizard.domain.helpers.WLSChoiceTaskHelper trying default constructor before failing...
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Locating base product for BASE_PRODUCT_ID=WebLogic Server BASE_PRODUCT_HOME=C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.4.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.5.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.6.0 [installed]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install dir: C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Found base product: ProductInfo WebLogic Server:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Processing registry products.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.4.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.5.0 [notinstalled]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: WebLogic Server:10.3.6.0 [installed]
    2014-01-29 10:02:30,218 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Checking base product dependency
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current component: Core Application Server
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Found component dependency on WebLogic Server:10.3.6.0
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product depends on the base product. Attempting to add its install dir to the list.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install directory [C:\OraODI\product\odifmw\wlserver_10.3] is already in the list.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Workshop:10.3.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Workshop:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.2.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.3.3.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.4.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Pack for Eclipse:10.5.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.5.3.2 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.6.0.4 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Coherence:3.7.1.1 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.4.0.0 [installed]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Install directory is not set. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.3.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.2.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.1.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:7.0.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.8.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.7.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Common Infrastructure Engineering:6.6.0.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.5.0 [installed]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Install directory is not set. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.2.1 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.1.2 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Configuration Manager:10.3.1.0 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Current product: Oracle Enterprise Repository:11.1.1.3 [notinstalled]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product is not installed. Skipping the product.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.BEAInstDirLocator - Product install directories: [C:\OraODI\product\odifmw\wlserver_10.3]
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Retrieving inventories
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - GPR is available.
    2014-01-29 10:02:30,233 DEBUG [runScript] com.oracle.cie.oui.impl.GPRInfo - Processing GPR information.
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\logs\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\logs
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\modules\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\modules
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\patch_wls1036\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\patch_wls1036
    2014-01-29 10:02:30,249 DEBUG [runScript] com.oracle.cie.oui.impl.FMWHomeInventoryImpl - C:\OraODI\product\odifmw\utils\inventory\ContentsXML\comps.xml doesn't exist. Skipping C:\OraODI\product\odifmw\utils
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Processing inventory for C:\OraODI\product\odifmw\wlserver_10.3
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Inventory is crosslisted in the registry. Skipping.
    2014-01-29 10:02:30,546 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.OracleHomeLocator - Oracle homes: []
    2014-01-29 10:02:31,497 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - Added C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml for further processing.
    2014-01-29 10:02:31,497 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - Parsing : C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml
    2014-01-29 10:02:31,513 INFO  [runScript] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\OraODI\product\odifmw\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Attempting to determine default template [Basic WebLogic Server Domain]
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Found first default template match: Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
    2014-01-29 10:02:31,513 DEBUG [runScript] com.oracle.cie.domain.template.catalog.impl.WLSGlobalTemplateCatalog - Created Global Tempalte Catalog [C:\OraODI\product\odifmw]
      Catalog of type REGISTRY_PROD_CAT. Product home [C:\OraODI\product\odifmw\wlserver_10.3]
        Templates:
        ==========
        WebLogic SIP Server Domain - Diameter Topology:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\diameterdomain.jar]
        WebLogic SIP Server Domain - Geo Topology Site 1:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\geo1domain.jar]
        WebLogic SIP Server Domain - Geo Topology Site 2:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\geo2domain.jar]
        WebLogic SIP Server Domain - Replicated Topology with DB Persistence:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\rdbmsdomain.jar]
        WebLogic SIP Server Domain - Replicated Topology:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\replicateddomain.jar]
        Basic WebLogic SIP Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\sipserverdomain.jar]
        Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
        WebLogic Starter:10.3.1.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls_starter.jar]
        WebLogic Advanced Web Services for JAX-RPC Extension:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\applications\wls_webservice.jar]
        WebLogic Advanced Web Services for JAX-WS Extension:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\applications\wls_webservice_jaxws.jar]
      ======================
      Catalog of type COMPONENTS_CAT. Product home [C:\OraODI\product\odifmw]
        Templates:
        ==========
      ======================
    Base product catalog location: C:\OraODI\product\odifmw\wlserver_10.3
    Core (default) template: Basic WebLogic Server Domain:10.3.6.0 [C:\OraODI\product\odifmw\wlserver_10.3\common\templates\domains\wls.jar]
    2014-01-29 10:02:31,606 DEBUG [runScript] com.oracle.cie.domain.WLSTemplateBuilder - Attempting to parse domain template in: C:\software\odi_domain_template.jar
    2014-01-29 10:02:31,653 DEBUG [runScript] com.oracle.cie.domain.aspect.XBeanDomainTypeBuilder - Loading namespace mappings from resources/config/xml/namespacemap.xml
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing the security attributes with input params: targetPath=null; type=1
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: BridgeDestination#
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for BridgeDestination# with [Ljava.lang.String;@2d8e9b8e
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: BridgeDestination:UserPasswordEncrypted:true
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@6d869eff
    2014-01-29 10:02:32,620 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SecurityConfiguration:NodeManagerPasswordEncrypted:false
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-SAFRemoteContext#-SAFLoginContext
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@23a83610
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: RDBMSRealm#
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSRealm# with [Ljava.lang.String;@787566b9
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: RDBMSRealm:DatabasePasswordEncrypted:true
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration-Realm#-RDBMSSecurityStore
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,636 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Realm# with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSSecurityStore with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for RDBMSSecurityStore with [Ljava.lang.String;@63ab3977
    2014-01-29 10:02:32,652 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: RDBMSSecurityStore:PasswordEncrypted:false
    2014-01-29 10:02:32,667 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: Server#-SSL
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,964 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SSL with [Ljava.lang.String;@537d147e
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: SSL:ServerPrivateKeyPassPhraseEncrypted:false
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: SecurityConfiguration-Realm#-AuthenticationProvider#
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for SecurityConfiguration with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Realm# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for AuthenticationProvider# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for AuthenticationProvider# with [Ljava.lang.String;@611a5a82
    2014-01-29 10:02:32,995 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: AuthenticationProvider:CredentialEncrypted:true
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: WLECConnectionPool#
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for WLECConnectionPool# with [Ljava.lang.String;@5372ad66
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: WLECConnectionPool:UserPasswordEncrypted:true
    2014-01-29 10:02:33,010 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: WLECConnectionPool:ApplicationPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-ForeignServer#-ForeignConnectionFactory#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@dd62e57
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JMSSystemResource#-JmsResource-ForeignServer#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JMSSystemResource# with [Ljava.lang.String;@687c58d9
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: Server#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for Server# with [Ljava.lang.String;@3bad4426
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:DefaultIIOPPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:DefaultTGIOPPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:SystemPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:CustomIdentityKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:CustomTrustKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: Server:JavaStandardTrustKeyStorePassPhraseEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JoltConnectionPool#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JoltConnectionPool# with [Ljava.lang.String;@6c553965
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JoltConnectionPool:ApplicationPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JoltConnectionPool:UserPasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: ForeignJNDIProvider#
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for ForeignJNDIProvider# with [Ljava.lang.String;@4f2b4d73
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: ForeignJNDIProvider:PasswordEncrypted:true
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JDBCSystemResource#-JdbcResource-JDBCDriverParams
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCSystemResource# with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,026 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JdbcResource with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:33,042 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JDBCDriverParams:PasswordEncrypted:false
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JdbcResource with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process attributes for JDBCDriverParams with [Ljava.lang.String;@23e9e1a0
    2014-01-29 10:02:34,337 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Process at the eachTag level with params: JDBCDriverParams:PasswordEncrypted:false
    2014-01-29 10:02:34,352 DEBUG [runScript] com.oracle.cie.domain.security.AttributeProcessor - Processing security related object: JDBCSystemResource#-JdbcResource-JDBCOracleParams
    2014-01-29 10:02:34,352 DEBUG [runScri

    I have found out the answer myself after trying the following:
    I have installed ODI on the remote Windows VM and retried unpack and it has succeeded.
    So answer is yes

Maybe you are looking for

  • Cannot Open iTunes After Upgrading to 6.0.4

    I downloaded the latest version of iTunes and ever since, I cannot open the program on my computer. I have tried everything they say to do in the on line support manual. Does anyone have any suggestions? I have sent a few hours on this and nothing th

  • I can't see from my PC the .pps files stored into Keynote in my iPad

    Hi all, i would want to know if it's possible to see from my PC the .pps files stored into Keynote in my iPad 2. When i am syncronyzing the iPad with the PC, in the iTunes tab called Applications, in its end part there's a double panel (Share files):

  • Message 8I 478 error at MIRO

    Hi Experts, We are facing a very strange problem with the message control 8I 478 as an error at MIRO with different behavior in different servers. In dev the same scenario with same message control the message is not triggering and taxes also calcula

  • Non-printing of maps and other website document printing.

    Since an update of Firefox (I don't know which one) I am unable to print maps and other online website documents. The maps comes up onscreen with no difficulty but when I choose "print map" the "print preview" and the actual print is blank. In the pa

  • Outlook 2013 with Office 365 and Google Apps Sync.

    This is the scenario, hopefully somebody can give me some insight on how to resolve this. Outlook 2013 with gapps. Both updated. Outlook profile with an office 365 email account (which is as an exchange account) and google apps with our main account.