Silent install Weblogic 12.1.1 - Unable to locate product "WebLogic Server

Hi all,
I try to install Weblogic 12.1.1 via silent install. I work on Solaris 10, have already installed JDK 1.7.
here what happens:
root@usqwrts001:/tmp/karin# java -d64 -Xmx1024m -jar wls1211_generic.jar  -mode=silent -silent_xml=/tmp/karin/silent.xml.long -log=./install.out
Extracting 0%....................................................................................................100%
The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
root@usqwrts001:/tmp/karin# less install.out
2013-03-20 11:16:14,862 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
2013-03-20 11:16:22,240 WARN [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for solaris32_jdk160_29b11.zip not found..
2013-03-20 11:16:22,302 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server "
at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:364)
at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
at java.lang.Thread.run(Thread.java:722)
2013-03-20 11:16:22,307 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
My silent.xml.long looks like this:
root@usqwrts001:/tmp/karin# less silent.xml.long
<?xml version="1.0" encoding="UTF-8"?>
<bea-installer>
<input-fields>
<data-value name="BEAHOME" value="/opt/weblogic-12.1-MP1" />
<data-value name="WLS_INSTALL_DIR" value="/opt/weblogic-12.1-MP1/weblogic-12.1-MP1" />
<data-value name="COMPONENT_PATHS"
value="WebLogic Server/Core Application Server|WebLogic Server
/Administration Console|WebLogic Server/Configuration Wizard and Upgrade
Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
|WebLogic Server/Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
<data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
<data-value name="LOCAL_JVMS" value="/opt/jdk1.7.0_11"/>
</input-fields>
</bea-installer>
I already tried it with simply <data-value name="COMPONENT_PATHS" value="WebLogic Server" /> instead of the whole bunch, but behaviour didn't change.
My environment settings:
root@usqwrts001:/tmp/karin# echo $JAVA_HOME
/opt/jdk1.7.0_11/bin/sparcv9/
root@usqwrts001:/tmp/karin# echo $PATH
/opt/jdk1.7.0_11/bin/sparcv9:/sbin:/usr/bin:/usr/sbin:/usr/platform/sun4v/sbin:/usr/local/bin:/opt/openssh/bin:/usr/openwin/bin
As there is no bin directory under sparcv9 (which contains the 64-Bit modules), i took sparcv9 again for the path (instead of taking $JAVA_HOME/bin as described in documentation) . But I also tried the bin directory (without sparcv9) with the same effect.
Has anybody an idea for me??
Thanks a lot in advance
Karin.

Under root:
[root@middleware-magic temp]# ./install-software.sh
Extracting 0%....................................................................................................100%
Extracting 0%....................................................................................................100%
The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
Under another user:
[someone@middleware-magic temp]$ ./install-software.sh
Extracting 0%....................................................................................................100%
Extracting 0%....................................................................................................100%
The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
Looking at the log it is saying the following:
2013-03-21 13:06:19,425 INFO  [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
2013-03-21 13:06:20,311 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
2013-03-21 13:06:20,315 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
2013-03-21 13:06:20,339 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "WebLogic Web Server Plugins"
     at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
     at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
     at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
     at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
     at java.lang.Thread.run(Thread.java:662)
2013-03-21 13:06:20,344 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Supportwhich means the select option 'WebLogic Server/WebLogic Web Server Plugins' is not a valid option (this is indeed the case as in WebLogic 12c there are no Plugins available, you can use the ones for WebLogic 10.3.6 though, but that is not the issue here).
After editing the weblogic-silent.xml to reflect the correct components, we have something like:
<?xml version="1.0" encoding="UTF-8"?>
<bea-installer>
     <input-fields>
          <!-- BEAHOME: The full path for the middleware home directory. -->
          <data-value name="BEAHOME" value="/home/someone/weblogic12.1.1/installation"/>
          <!-- WLS_INSTALL_DIR: The full path for the directory where to install WebLogic Server. -->
          <data-value name="WLS_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/wlserver_12.1"/>
          <!-- OCP_INSTALL_DIR: The full path for the directory where to install Coherence. -->
          <data-value name="OCP_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/coherence_3.7"/>
          <!-- COMPONENT_PATHS: Specify the components and subcomponents to install. -->                 
          <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic SCA|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/Xquery Support|Oracle Coherence/Coherence Product Files"/>
          <!-- INSTALL_NODE_MANAGER_SERVICE: Install Node Manager as a Windows service. -->
          <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no"/>
          <!-- LOCAL_JVMS: Select JVMs which are already installed. -->
          <data-value name="LOCAL_JVMS" value="/home/someone/jrockit"/>
     </input-fields>
</bea-installer>
Unfortunately, the documentation (http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/silent.htm#i1044116) says the option 'WebLogic Server/WebLogic Web Server Plugins' is available. When running the installation again the following is observed:
[someone@middleware-magic temp]$ ./install-software.sh
Extracting 0%....................................................................................................100%
Extracting 0%....................................................................................................100%
Mar 21, 2013 1:09:05 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.
and we have a much larger log file, with the last entry reading
2013-03-21 13:09:26,990 INFO  [WizardController] com.bea.plateng.wizard.silent.tasks.LogTask - The installation was successfull!In your case it crashed on: Unable to locate product "WebLogic Server " - which looks like you have enters in your XML file "value="WebLogic Server/Core Application Server|WebLogic Server". Make sure everything is on one line, and that (as in my case) you select the right components.
Should have posted this answer two days ago, but I thought to let you flounder a little (just kidding).

Similar Messages

  • Photoshop CS6 is not installing properly and i am unable to locate the application

    HELP ME!!!! My trial Photoshop CS6 is not installing properly and i am unable to locate and open the application on my mac. I am just going around in circles from file to file and back to the starting "intall" icon

    I am on the Adobe Download Assistant. It was stuck at "less than a minute" for an hour and a half, showing that the installation was basically done, since the installation bar was full.  But it was stuck.  Now it has stopped all together, and is restarting the download from scratch.
    Apparently it does not save the download, or only saves a small portion.
    c:\adobe/CS6MasterCollection/MasterCollection_CS6_LS16.7z.adadownload
    It is at 85.6 MB, even though a short time ago it was close to 99.9% done with the 6,352 MB download.
    My internet connection is fine, all is working, and I am able to browse, etc.
    I have been careful to keep activity minimal on the computer, so as to avoid conflicts.
    The conflicts are with the Adobe Download Assistant.
    I amabout ready to just give up, and look for alternatives.
    Please help.

  • BB Pearl - 8100 Bluetooth: "Unable to locate Object Push Server..."

    I just purchased a New 2009 Audi A4 that has Bluetooth, however my Blackberry Pearl (8100) does not correctly transfer the Phonebook.  Based on what I've read on various message boards, I should be happy it at least functions to make & receive calls, however when I try to sync the phonebook, I receive an Error:  "Unable to locate Object Push Server..." 
    My BB Pearl has the following OS Version - 4.2.1.96 (Platform 2.3.0.78).   
    Based on the Official Audi Documentation, Research In Motion (RIM), Blackberry 8100 (Pearl), GSM, 4.2.0.51 was certified to work with the car.  I assume (maybe incorrectly) since I'm at a higher version, I should be ok.  I reviewed and have tried several options below, however have not been successful. 
    1.  Turn on Car & Pair, disconnect Phone, then Reconnect and manually "Transfer Contacts"
    2.  Move Contacts into a Specific Category, then in the Bluetooth Menu just sync that particular category...manually " Transfer Contacts"
    3.  Disable Encryption & manually "Transfer Contacts" In my Bluetooth menu, it says the following Bluetooth Options are available: 
    Discoverable: Yes
    Allow Outgoing Calls: Always
    Address Book Transfer:  All Entries
    Led Indicator:  On
    Services
    - Headset
    - Handsfree
    - Dial-Up Networking 
    Any ideas?
    Thanks,- Nick

    I too have a 2009 A4 Avant Audi - initially the BB and car paired beautifully, but after two weeks the phonebook would no longer transfer.  I managed to solve the problem by deleting the call log.  the BB keeps a lot of history and it seems as if over time, the memory get clogged, preventing the transfer of the telephone book.  On trying to doing it manually, you then get the unable to locate object push server.  Try it, it worked for me

  • Transfer Address Book - unable to locate object push server

    Well, I've seen this issue raised on many forums but no answers forthcoming from either RIM nor service providers - in my case, Swisscom.
    The environment & issue:-
    unit: Blackberry Pearl 8100 / firmware just updated to v4.2.1.94 (platform 2.3.0.77) - enterprise server activated
    Car:  BMW 330 new off the line Nov 2008
    BMW notes:- according to their literature, the Pearl and this level firmware is fully supported
    Before the firmware upgrade...
    could make Bluetooth connection but if "transfer address book" was enabled, the link would drop every 30 seconds
    After the firmware upgrade...
    Bluetooth connection established and stable - even with address book transfer enabled but:-
    *  address book is not (automatically) transferred
    *  attempts to force a transfer results in the message (on the Pearl) - "unable to locate object push server"
    This seems to indicate the pearl is looking for an enterprise server in the car - why, I don't know
    Would be great to break this impasse

    I had this problem on my own (I have a car with Bluetooth -Mercedes W204- and a BB 8820) and I was struggling with this for several months. I look everywhere on the internet with no answers and I found a lot of people with the same problem. However.... I think I FINALLY HAVE THE SOLUTION:
    Here we go:
    - On a bluetooth connection you have, basically, two components.
    - You have the BB device and the car device. The key is that the car that is able to receive address book transfers has TWO services:
    1) hands free unit
    2) Objects Push
    The thing is that this TWO services cannot work together AT THE SAME TIME. Normally, you have the car device activated as a "hands free unit", SO, when you attempt to transfer the address book, you receive the famous message "unable to locate object push server".
    The one million dollar question is "how can you switch to "Objects push" mode ? Answer: go to Bluetooth, select your car device, open Options and press for "update list of services" and.... voilá!!! the description "hands free unit" will change to "objects push". At that time you will be able to transfer contacts (obviously setting your car device -in my case- to receive those contacts).
    Be careful: once you finalized the transfer, you must deactive the car device for receiving contacts and, on your BB, update again the list of services to get your "hands free unit" again because, if not, you were possible will be having problems on connecting over the bluetooth (another common problem I saw in several posts). And that´s it. It worked for me so, pleae try it and Enjoy!! By the way, you don´t need to update your OS....
    Cheers from Argentina. Diego

  • Problems installing 8.0.2 update (unable to locate the product)

    Hello, I'm trying to install the patch 8.0.2 for AAE CS3 on WinXP(32bit) SP3, but I'm getting a message "The updater is unable to locate the product to be updated.". Can I do something with that?

    Yepp, as Jonas said, give them a call. On a guess I would assume that you installed to a non-standard path or another Adobe product has messed up the pertinent install info, but you never know, so it's best to contact phone support and explain the situation and steps taken so far.
    Mylenium

  • "weblogic.utils.classloader.GenericClassLoader" Unable to locate the jar ?

    Hi,
    I get the exception ClassNotFoundException : weblogic.utils.classloader.GenericClassLoader
    I tried searching for the jar having this class everywhere but did not find the jar. Anybody has any idea ?
    I am using weblogic version 10.0 MP1
    Thanks and Regards,
    as

    com.bea.core.utils.classloaders*.jar in $ORACLE_HOME/modules directory

  • 'unable to find product oracle.swd.jre[1.3.1,1.6] in Oracle Inventory'

    Hi All,
    i am running the runInstaller for patch set 9.2.0.8 on AIX 5L Based Systems (64-Bit)
    after selecting the products.xml file and selecting the oracle home to update and then cllick Install
    i get the error 'unable to find product oracle.swd.jre[1.3.1,1.6] in Oracle Inventory'
    is it the issue of the version of oracle.swd.jre? can we skip the installation of this componenet?
    Kindly suggest
    Thanks
    SK

    Hi,
    Please see if these documents help.
    Note: 397745.1 - Error when installing Patch 2376472: "Unable to find product oracle.swd.jre "
    Note: 315842.1 - 'unable to find product oracle.swd.jre' Error During Agent Upgrade from 10.1.0.3 to 10.1.0.4
    Regards,
    Hussein

  • Silent install of Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE

    Hi, I'm trying to deploy the Oracle WebLogic Server 11R1 (10.3.6) on multiple computers. So I created a silent.xml file to use in my silent installation. The xml file appears to have the correct syntax. But when I launch the command: oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.exe -mode=silent -silent_xml="C:\Temp\silent.xml" -log="C:\Temp\silent-install.log", it crash with these 2 errors.
    ERROR [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    ERROR [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException
    Here's the content of my xml file.
    <?xml version="1.0" encoding="UFF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="C:\Oracle\Middleware_Home" />
    <data-value name="WLS_INSTALL_DIR" value="C:\Oracle\Middleware_Home\wlserver_10.3" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="yes" />
    <data-value name="NODEMGR_PORT" value="5559" />
    <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes" />
    </input-fields>
    </bea-installer>
    I need to deploy it to Windows 7 Ent SP1 x64 computers. So I sure like to know what I'm doing wrong?!
    Note: I didn't use the value COMPONENT_PATHS because I want to install everything.
    Thanks in advance for the help!

    I solved the problem myself. I think I was missing my caffeine ;-) <?xml version="1.0" encoding="*UFF-8*"?>
    Have a good day!

  • Silent Install for WebLogic

    Hi, I am trying to install Weblogic 8.1 in silent mode. I found a web page that talked about using a silent.xml file which I tried. But, I still can't get it to work. Does anyone have a silent.xml file for Weblogic 8.1 they can post here or e-mail at [email protected]
    Or, is there another way to install Weblogic 8.1 in silent mode?
    Thanks,

    Hi Matt,
    Attached is a sample silent.xml file
    platform812_win32.exe -mode=silent -silent_xml=d:\misc\shortcut\silent1.xml
    silent.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <domain-template-descriptor>
    <identification display-name="Silent Install" base-jar-name="bids.jar" alias="WLS" />
    <input-fields>
    <data-value name="BEAHOME" value="D:\currentbuild" />
    <data-value name="USER_INSTALL_DIR" value="D:\currentbuild/weblogic81" />
    <data-value name="JVM_TYPE"      value="other" />
    <data-value name="domain.directory" value="D:\currentbuild/user_domains/mydomain" />
    <data-value name="SERVER-RUN-AS" value="Single Server (Standalone Server)" />
    <data-value name="templateJarFileDir" value="D:\currentbuild/weblogic81b/common/templates/domains" />
    <data-value name="selectedJar" value="D:\currentbuild/weblogic81b/common/templates/domains/wls.jar" />
    <data-value name="INSTALL_NT_SERVICE" value="no" />
    </input-fields>
    </domain-template-descriptor>
    Cheers
    Raj

  • Weblogic 9.23 Silent Install Problem

    When trying to install Weblogic 9.23 Platform or just the server component using a silent install, the following error is generated:
    2008-09-03 14:15:46,783 FATAL [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    2008-09-03 14:15:46,873 FATAL [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException

    When trying to install Weblogic 9.23 Platform or just the server component using a silent install, the following error is generated:
    2008-09-03 14:15:46,783 FATAL [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
    2008-09-03 14:15:46,873 FATAL [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException

  • Weblogic 6.0 Silent Install CHOSEN_INSTALL_SET Options?

    I am looking for the valid options for the CHOSEN_INSTALL_SET option within
    the Weblogic 6.0 silent installation.
    According to page 2-4 of the Installation Guide - the SERVER value is used
    to install both the program files and the samples.
    What value(s) should be used to install the program files only?
    Note: By trying to relate the GUI choices to the silent install, it looks
    like the option should be some derivative of CUSTOM SET, CUSTOM_SET,
    CUSTOMSET, CUSTOM-SET, etc. buth then there seems to be a need to include a
    parameter to specify what the custom choices are.
    Thanks,
    Bob Novak
    [email protected]

    Unfortunately, that is not yet supported. We plan to add that feature in
    the future.
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Bob" <[email protected]> wrote in message
    news:3a5f7ef2$[email protected]..
    I am looking for the valid options for the CHOSEN_INSTALL_SET optionwithin
    the Weblogic 6.0 silent installation.
    According to page 2-4 of the Installation Guide - the SERVER value is used
    to install both the program files and the samples.
    What value(s) should be used to install the program files only?
    Note: By trying to relate the GUI choices to the silent install, it looks
    like the option should be some derivative of CUSTOM SET, CUSTOM_SET,
    CUSTOMSET, CUSTOM-SET, etc. buth then there seems to be a need to includea
    parameter to specify what the custom choices are.
    Thanks,
    Bob Novak
    [email protected]

  • Unable to start the Weblogic Server after installing OFM SOA suite

    Hi All,
    As part of Oracle Fusion Middleware installation, i installed the SOA suite and tried to start the AdminServer configured for the SOA domain. But the server was forced shutdown due to the following error messages. (Windows 7 is my OS). Please help me to resolve this issue.
    <AdminServer2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>>
    <> <> <1265344200947> *<BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException:*
    com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load
    LDIF for provider Authorizer from file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift..
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException:
    weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider
    Authorizer from file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 nonfatal store error> kodo.jdo.DataStoreException: ORA-00942: table or view does not exist
    {prepstmnt 2428110 *INSERT INTO BEAXACMLAP (DOMN, REALMN, TYPEN, CN, XVER, CTS, WCN, WCI, WXF, XD, XS, MTS)* VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params=(String) soa_domain, (String) myrealm, (String) Policies, (String) urn:bea:xacml:2.0:entitlement:resource:type@E@Fjms@G, (String) 1.0, (null) null, (null) null, (null) null, (Blob) oracle.sql.BLOB@e26d2e, (InputStream) java.io.ByteArrayInputStream@16e1ccd, (String) 3, (Timestamp) 2010-02-04 22:30:00.824] [reused=0]} [code=942, state=42000]
    FailedObject: [email protected]3c
         at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4207)
         at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4171)
         at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:102)
         at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:72)
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1265344200971> *<BEA-090082> <Security initializing using security realm myrealm.>*
    ####<Feb 4, 2010 10:30:00 PM CST> <Critical> <WebLogicServer> < > <AdminServer2> <main> <<WLS Kernel>> <> <> <1265344200974> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Dear Bhushan
    The root cause is this Error Stack Trace:
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 nonfatal store error> kodo.jdo.DataStoreException: ORA-00942: table or view does not exist
    {prepstmnt 2428110 INSERT INTO BEAXACMLAP (DOMN, REALMN, TYPEN, CN, XVER, CTS, WCN, WCI, WXF, XD, XS, MTS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params=(String) soa_domain, (String) myrealm, (String) Policies, (String) urn:bea:xacml:2.0:entitlement:resource:type@E@Fjms@G, (String) 1.0, (null) null, (null) null, (null) null, (Blob) oracle.sql.BLOB@e26d2e, (InputStream) java.io.ByteArrayInputStream@16e1ccd, (String) 3, (Timestamp) 2010-02-04 22:30:00.824] [reused=0]} [code=942, state=42000]
    Means, it is NOT able to find any DB Schema with the Table named like "BEAXACMLAP"...
    When we create a new domain using Config wizard, you select customize option and in one of the following screens you will see like 2 Radio buttons with options as " I do not want to change anything here" and " I want to create, change or remvoe RDMBS support". NOW use the Default setting like I do not want to change. Once I checked other radio button and ran into issues like yours. Basically if you check, YES, then you need to load another .sql file in this db schema located at: "C:\beawls1032\wlserver_10.3\server\lib\rdbms_security_store_oracle.sql". This .sql file has the above missing table "BEAXACMLAP".
    So I guess all you folks may have checked the radio button option YES, but did not run the above .sql file in that db. Under your domain root folder/config/jdbc you should see a .xml file with above datasource details. So run the above .sql file in that schema.
    I would say please start over again. Create a new domain from config wizard and use default setting for above screen that I mentiond like " I do not want to change anything here" and proceed. I am hoping that should work.
    NOTE: Running RCU utility or RCU related .sql files will NOT have above missing tables. RCU Utility will have all schemas/tables specific to SOA Components only like BPEL, WebServices, Workflows etc etc.
    Thanks
    Ravi Jegga

  • Need help: Silent install of oracle 11g express edition does not install services.  As a result, i'm unable to start\launch database

    Installing using the GUI works fine.  I'm using the following code to perform the silent installation of the oracle client: C:\temp_pyx\Oracle source\3-Oracle 11G Express\setup.exe /S /f1"C:\temp_pyx\Oracle source\3-Oracle 11G Express\response\OracleXe-install.iss" /f2 "c:\windows\logs\paychex\oracle11ginstall.log"
    Result code in "oracle11gisntall.log" shows "result = 3"
    response file is configured as follows:
    **  Response file to perform silent install of Oracle Database 11g Express Edition    **
    **  Values for the following variables are configurable:                              **
    **  szDir - Provide a valid path                                                      **
    **  TNSPort - Provide any valid available port number                                 **
    **  MTSPort - Provide any valid available port number                                 **
    **  HTTPPort - Provide any valid available port number                                **
    **  SYSPassword - Provide a valid password string                                     **
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-DlgOrder]
    Dlg0={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0
    Count=7
    Dlg1={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0
    Dlg2={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0
    Dlg3={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013
    Dlg4={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011
    Dlg5={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0
    Dlg6={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0]
    szDir=C:\programdata\oraclexe
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013]
    TNSPort=1521
    MTSPort=2031
    HTTPPort=8080
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011]
    SYSPassword="Intentionally left blank"
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

    I only see the following folders after install, which tells me that although the program shows up in program and features, it is still not successfully installed?

  • Unable to silently install CS3 Design Standard in windows 7

    I have a problem with silently installing CS3 Design Standard in Windows 7.
    I have done a silent install packages using the instructions in the deployment guide.
    It works just fine on Windows Vista to deploy using SCCM 2007.
    But when deploying the same package on Windows 7 i fails with exit code 7.
    Studying the log files tells me the following
    [    2104] Wed Nov 18 10:39:38 2009  WARN
    Error setting action for {ABF8E036-2A91-4380-86AC-DD4B690ADAA8} Adobe Illustrator CS3:
    Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\40782a432f3be9e15fcf40c7f7dfd43\resources\main.xml
    system check
    The minimum system requirements listed below are needed in order to run Adobe Illustrator CS3 and are not met.
    - Windows XP Service Pack 2 and greater
    - Windows Vista
    [    2104] Wed Nov 18 10:39:38 2009 DEBUG
    Setting action for {FA6B0B81-E70D-4449-BFE7-EBF1995F5BFC} Adobe InDesign CS3 per deployment file.
    [    2104] Wed Nov 18 10:39:38 2009  INFO
    Selection of payload {FA6B0B81-E70D-4449-BFE7-EBF1995F5BFC} Adobe InDesign CS3 is forbidden by the policy.
    [    2104] Wed Nov 18 10:39:38 2009  WARN
    Error setting action for {FA6B0B81-E70D-4449-BFE7-EBF1995F5BFC} Adobe InDesign CS3:
    Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\40782a432f3be9e15fcf40c7f7dfd43\resources\main.xml
    system check
    The minimum system requirements listed below are needed in order to run Adobe InDesign CS3 and are not met.
    - Windows XP Service Pack 2 and greater
    - Windows Vista
    Well i have tried installing the CS3 Design Standard on Windows 7 the normal way, logged in and executing the installer. This works fine,
    nothing says that the system requirements are not fulfilled. Everything works fine.
    It just dont work silently....
    Does anyone know whats wrong?
    Please help...

    Hi, this might be a little late, but who knows, for the future reference, this is what solved the problem for me:
    Each major application has a file called appname.proxy.xml in their payload folder. At the bottom of the file, simply remove the OS check:
    <SystemRequirementsJSON>[
    {"OS":{"Macintosh":{"Require":[{"Version":"10.4.8"}],"Exclude":[{"Version":"10.4.8"}]},"Wi ndows":{"XP":{"Exclude":true,"Require":{"MinServicePack":"2","@servicePack64Bit":1
    ,"Need64Bit":"0"}},"Server2003":{"Exclude":true},"Vista":{"Require":true}}}
    ]</SystemRequirementsJSON>

  • Silent install fails?

    Hi Folks,
      Restarting an Adobe AIR Application is not working during Silent installation.
      If I install testapp.air(which has following code) on a machine that already has Adobe AIR installed on it and I click on
       the 'Restart' button in the testapp it works fine. (The app is closed and restarted and the window reopens)
      import mx.core.Application;
      import mx.core.WindowedApplication;
      import adobe.utils.ProductManager;
      public function reStart():void
        var app:WindowedApplication =
            WindowedApplication(Application.application);
        var mgr:ProductManager =
            new ProductManager("airappinstaller");
        mgr.launch("-launch " +
            app.nativeApplication.applicationID + " " +
            app.nativeApplication.publisherID);
        NativeApplication.nativeApplication.exit(0);
      Now, we have a need to bundle Adobe AIR with our app and install Adobe AIR in 'silent' mode. I followed the directions in the Adobe
      AIR bundling agreement and used the following command to install it:
      testappInstaller.exe -silent -eulaAccepted -location "C:/Program Files/" -desktopShortcut testapp.air
      If I do this, when I click on the 'Restart' button it does NOT restart the application. The issue seems to be related to installing
      Adobe AIR in silent mode.
      I would greatly appreciate any assistance Adobe is able to provide for this issue.

    Update- BEA recognizes this as an issue in SP2. Maybe fixed in SP3? They sent me
    a copy of installoptions.bea. This file must be placed into C:\bea prior to running
    install - hard coded path.
    I attached installoptions.bea
    Bill
    "WMilus" <[email protected]> wrote:
    >
    Trying silent install for Weblogic server 7 SP2 onto Windows 2000 PC.
    I edited
    the sample silent.xml file for a single server deployment. Part of my
    silent.xml
    file is:
    <input-fields>
    <data-value name="BEAHOME" value="C:\bezplus\bea7"
    />
    <data-value name="USER_INSTALL_DIR" value="C:\bezplus\bea7\weblogic700"
    />
    <data-value name="RUN_DOMAIN_WIZARD" value="true" />
    The install fails and log file contains the message:
    2003-08-05 09:15:32,839 WARN [readInstallOptions] com.bea.installer.utils.InstallerUtils
    - Unable to read install options!
    java.io.FileNotFoundException: C:\bea\installoptions.bea (The system
    cannot find
    the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:59)
         at java.io.FileInputStream.<init>(FileInputStream.java:90)
         at com.bea.installer.utils.InstallerUtils.readInstallOptions(InstallerUtils.java:89)
         at com.bea.installer.tasks.ReadInstallOptionsTask.run(ReadInstallOptionsTask.java:32)
         at java.lang.Thread.run(Thread.java:479)
    I find no reference to installoptions.bea file in the documentation.
    Help Please.
    Bill[installoptions.bea]

Maybe you are looking for

  • Encountering a RunTime error when I try running from command prompt

    When I try to load my class from the command prompt I get the error: Exception in thread "main" java.lang.NoClassDefFoundError: MiniTriangle Since this seems like a pretty basic error, I'm hoping there's a black and white solution to it. Unfortunatly

  • Price difference in return SO

    Hi Forum, I have return sales order scenario which is working fine. let me make it clear It is without refrence to invoice. So now the issue is the material is sold in CAR and the return is in PAC.I have maintained the conversion in MMR say 48 PAC =

  • How do you choose your video folder so itunes can see it?

    For some reason, itunes is not seeing my video folder on my laptop. How can I point it to the correct folder so I can sync some videos to my iphone?

  • Copy servers

    This is my first installation for Solaris 10. I installed the Solaris 10 & my required applications on one Sun FireV210 server. Now I have another server & I want it to be a backup for the first one in case of any failure may happen. So what is the b

  • Validation of profit center for MIGO transaction

    Hi! For MIGO transaction I want to restrict users of one profit center to post for another profit center. I have tried it with GGB0 , OB28 as well as OKC7 but i was unable to do it. please help me out with details. thanks Amit