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!

Getting "java.text.ParseException: Unparseable date: "2011.Jul.04 12:26:29 ACT"" while running deins

Gustavo.ContteMay 11 2016 — edited Jun 7 2016

Hi all

         I've been asked to de-install an old-database home on a Windows x64.  Downloaded the deinstall utility and first run with checkonly flag. Getting an error file saying it can't parse a date;  guess just have to set the right format but don't know how.  Can you help me with this issue?

thanks!

sInstallTime = >2011.Jul.04 12:26:29 ACT<

java.text.ParseException: Unparseable date: "2011.Jul.04 12:26:29 ACT"

  at java.text.DateFormat.parse(DateFormat.java:335)

  at oracle.sysman.oii.oiii.OiiiCompsXMLHandler$OiiiInstallCompElementHandler.onStart(OiiiCompsXMLHandler.java:923)

  at oracle.sysman.oix.oixs.OixsElementHandler.startElement(OixsElementHandler.java:140)

  at oracle.sysman.oix.oixs.OixsDefaultHandler.startElement(OixsDefaultHandler.java:109)

  at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:182)

  at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1616)

  at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:456)

  at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:402)

  at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:244)

  at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLReader.java:324)

  at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLReader.java:232)

  at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(OiiiInstallInventory.java:2270)

  at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInventory.java:1057)

  at oracle.sysman.oii.oiii.OiiiAreaInventory.getTopLevelComps(OiiiAreaInventory.java:1877)

  at oracle.install.db.deinstall.core.CentralInventoryParser.getPreviousServerOH(CentralInventoryParser.java:311)

  at oracle.install.db.deinstall.core.CheckInstall.checkConfig(CheckInstall.java:322)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

  at java.lang.reflect.Method.invoke(Method.java:592)

  at oracle.install.db.deinstall.wrapper.clusterDeconfig.callCheckImpl(clusterDeconfig.java:1055)

  at oracle.install.db.deinstall.wrapper.clusterDeconfig.main(clusterDeconfig.java:503)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2016
Added on May 11 2016
4 comments
1,576 views