Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error WinXP Pro 11gR2 Install error

766751Apr 14 2010 — edited Oct 21 2010
Client PC, Windows XP Pro w/ SP3

I get the following error when I attempt to run an interactive install of 11gR2, by clicking setup.exe.

[INS-07003] Unexpected error occured while accessing the bean store
Are you sure you want to continue?

[Yes] [No] [Details]
(when I click details)

Cause - No additional informaiton available

Action - Refer to logs or contact Oracle Support Services

Summary -[INS-07009] Unable to load bean store
- invalid character # in name


I need to create a deployment package for an unattended installtion, I know how to record a response file, I know how to do an install with a response file, however, when I attempt an unattended installation I see the error above in the error logs. Obviously if I can't eliminate the error during an interavtive install, I'm not going to have any success during an unattended install. I can click through the error during the interactive install, but not during the passive install.

Results from "C:\Program Files\Oracle\Inventory\logs\oraInstall2010-04-14_04-28-16PM.err"

---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:58
oracle.install.commons.bean.BeanStoreException: [INS-07003] Unexpected error occured while accessing the bean store
at oracle.install.commons.bean.BeanStoreUtils.createXmlBeanStore(BeanStoreUtils.java:826)
at oracle.install.commons.flow.FlowBuilder.openBeanStores(FlowBuilder.java:470)
at oracle.install.commons.flow.FlowBuilder.buildFlow(FlowBuilder.java:216)
at oracle.install.commons.flow.FlowApplication.loadFlow(FlowApplication.java:136)
at oracle.install.commons.base.driver.common.Installer.loadFlow(Installer.java:194)
at oracle.install.commons.flow.FlowApplication.run(FlowApplication.java:149)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:260)
at oracle.install.commons.util.Application.startup(Application.java:869)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
at oracle.install.ivw.client.driver.ClientInstaller.startup(ClientInstaller.java:85)
at oracle.install.ivw.client.driver.ClientInstaller.main(ClientInstaller.java:95)
Caused by: oracle.install.commons.bean.BeanStoreException: [INS-07009] Unable to load bean store
at oracle.install.commons.bean.xml.XmlBeanStore.load(XmlBeanStore.java:136)
at oracle.install.commons.bean.BeanStoreUtils.createXmlBeanStore(BeanStoreUtils.java:824)
... 12 more
Caused by: oracle.xml.parser.v2.XMLDOMException: invalid character # in name
at oracle.xml.util.XMLUtil.validateName(XMLUtil.java:462)
at oracle.xml.parser.v2.XMLDocument.createElement(XMLDocument.java:848)
at oracle.install.commons.util.XmlTag.createXmlTag(XmlTag.java:244)
at oracle.install.commons.util.XmlTag.getXmlTag(XmlTag.java:268)
at oracle.install.commons.util.XmlTag.setText(XmlTag.java:139)
at oracle.install.commons.bean.xml.PropertyFileFormat.toDocument(PropertyFileFormat.java:104)
at oracle.install.commons.bean.xml.PropertyFileFormat.ext2raw(PropertyFileFormat.java:85)
at oracle.install.commons.bean.xml.XmlBeanStore.load(XmlBeanStore.java:131)
... 13 more

---# End Stacktrace #-----------------------------

Would anyone be able to point me in the correct direction. Oddly enough, I don't see the same error(s) when I attempt an install on Windows 7 32bit.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2010
Added on Apr 14 2010
5 comments
3,476 views