Fresh JHeadstart installation: empdepdemo gives errors

Downgraded from JDeveoper 9.03 to 9.02, installed stand-alone OC4J according to the JHS installation instructions and followed the other instructions for setting up the empdepdemo. I had to add some source paths in order to get rid of the ingored, not included in source path, statement during build of the empdepdemo.jpr and got no errors/warnings:
Compiling...
Validating Business Component: oracle.empdepdemo.persistence.bc4j.bc4j
Validating Business Component: oracle.empdepdemo.persistence.bc4j.Dept
Validating Business Component: oracle.empdepdemo.persistence.bc4j.DeptView
Validating Business Component: oracle.empdepdemo.persistence.bc4j.EmpMgrFkLink
Validating Business Component: oracle.empdepdemo.persistence.bc4j.FkDeptnoLink
Validating Business Component: oracle.empdepdemo.persistence.bc4j.Emp
Validating Business Component: oracle.empdepdemo.persistence.bc4j.FkDeptnoAssoc
Validating Business Component: oracle.empdepdemo.persistence.bc4j.EmpView
Validating Business Component: oracle.empdepdemo.persistence.bc4j.Bc4jModule
Validating Business Component: oracle.empdepdemo.persistence.bc4j.EmpMgrFkAssoc
C:\JDev9i\jdev\bin\ojc.exe -noquiet -warn -nowarn:486 -nowarn:487 -updateimports -encoding Cp1252 -g -d J:\demos\empdepdemo\web\WEB-INF\classes -make J:\demos\empdepdemo\web\WEB-INF\classes\empdepdemo.cdi -classpath C:\JDev9i\jdk\jre\lib\rt.jar;C:\JDev9i\jdk\jre\lib\i18n.jar;C:\JDev9i\jdk\jre\lib\sunrsasign.jar;C:\JDev9i\jdk\jre\lib\jsse.jar;C:\JDev9i\jdk\jre\lib\jce.jar;C:\JDev9i\jdk\jre\lib\charsets.jar;C:\JDev9i\jdk\jre\classes;J:\demos\empdepdemo\web\WEB-INF\classes;J:\demos\empdepdemo\web\WEB-INF\lib\bc4jct.jar;J:\demos\empdepdemo\web\WEB-INF\lib\bc4jdatum.jar;J:\demos\empdepdemo\web\WEB-INF\lib\bc4jdomorcl.jar;J:\demos\empdepdemo\web\WEB-INF\lib\bc4jmt.jar;J:\demos\empdepdemo\web\WEB-INF\lib\classes12.jar;J:\demos\empdepdemo\web\WEB-INF\lib\cle.jar;J:\demos\empdepdemo\web\WEB-INF\lib\collections.jar;J:\demos\empdepdemo\web\WEB-INF\lib\jhsruntime.jar;J:\demos\empdepdemo\web\WEB-INF\lib\nls_charset12.jar;J:\demos\empdepdemo\web\WEB-INF\lib\regexp.jar;J:\demos\empdepdemo\web\WEB-INF\lib\share-dbg.jar;J:\demos\empdepdemo\web\WEB-INF\lib\uix2-dbg.jar;J:\demos\empdepdemo\web\WEB-INF\lib\xmlparserv2.jar;C:\JDev9i\BC4J\lib\bc4jmt.jar;C:\JDev9i\BC4J\lib\collections.jar;C:\JDev9i\BC4J\lib\bc4jct.jar;C:\JDev9i\lib\xmlparserv2.jar;C:\JDev9i\jdk\jre\lib\ext\jndi.jar;C:\JDev9i\BC4J\jlib\bc4jtester.jar;C:\JDev9i\jlib\jdev-cm.jar;C:\JDev9i\lib\xmlparserv2.jar;C:\JDev9i\jlib\help4-nls.jar;C:\JDev9i\jlib\help4.jar;C:\JDev9i\jlib\share.jar;C:\JDev9i\jlib\jewt4-nls.jar;C:\JDev9i\jlib\jewt4.jar;C:\JDev9i\jlib\oracle_ice5.jar;C:\JDev9i\jdbc\lib\classes12.jar;C:\JDev9i\jdbc\lib\nls_charset12.jar;C:\JDev9i\BC4J\lib\bc4jdomorcl.jar;C:\JDev9i\BC4J\jlib\bc4jdatum.jar -sourcepath J:\demos\empdepdemo\src;J:\empdepdemo\src;J:\demos\empdepdemo\properties;J:\demos\empdepdemo\web\WEB-INF\classes;C:\JDev9i\jdk\src.jar/src/;C:\JDev9i\BC4J\src\bc4jsrc.zip;C:\JDev9i\BC4J\src\bc4jaddinsrc.zip;C:\JDev9i\BC4J\src\bc4juisrc.zip;C:\JDev9i\BC4J\src\bc4jtestersrc.zip;C:\JDev9i\jdev\src\jewt-src.zip J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\handler\DepartmentHandlerImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\handler\EmployeeHandlerImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\DeptViewImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\EmpImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\EmpViewImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\DeptImpl.java J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\Bc4jModuleImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\handler\DepartmentHandlerImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\handler\EmployeeHandlerImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\DeptViewImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\EmpImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\EmpViewImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\DeptImpl.java
compiling J:\demos\empdepdemo\src\oracle\empdepdemo\persistence\bc4j\Bc4jModuleImpl.java
Copying file:/J:/demos/empdepdemo/src/oracle/empdepdemo/persistence/bc4j/common/bc4j.xcfg to the output path
Copying file:/J:/demos/empdepdemo/web/WEB-INF/classes/deployment.properties to the output path
Copying file:/J:/demos/empdepdemo/web/WEB-INF/classes/datasources.properties to the output path
copying empdep.jpx to output directory
copying EmpDepApplicationStructure.xml to output directory
copying DomainDefinitions.xml to output directory
copying EmpDepService.xml to output directory
copying deployment.properties to output directory
copying cle-providers.xml to output directory
copying datasources.properties to output directory
copying oracle/empdepdemo/persistence/bc4j/bc4j.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/Dept.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/DeptView.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/EmpMgrFkLink.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/FkDeptnoLink.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/Emp.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/FkDeptnoAssoc.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/EmpView.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/Bc4jModule.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/EmpMgrFkAssoc.xml to output directory
copying oracle/empdepdemo/persistence/bc4j/common/bc4j.xcfg to output directory
Successful compilation: 0 errors, 0 warnings.
I must admit here that I don't know much about java and jdeveloper (created some bc4j's and jsp's using the wizards) and I started with JHeadstart to evaluate the Designer Generator functionality and to get some hands-on experience with JHeadstart.
Running http://localhost:8888/empdepdemo/StartEmpDepDemo gives the following errors:
Launching OC4j...
Oracle9iAS (9.0.2.1.0) Containers for J2EE initialized
2002-11-10 04:41:54: Parse Fatal Error at line 1 column 1: <Line 1, Column
1>: X
ML-0108: (Fatal Error) Start of root element expected.
org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-0108: (Fatal Error)
Start
of root element expected.
at
oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:231)
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:156)
at
oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
ngParser.java:297)
at
oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
arser.java:259)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:145)
at oracle.cle.util.xml.XMLUtil.saxParse(XMLUtil.java:98)
at oracle.cle.process.Service.loadFromXML(Service.java:360)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-0108: (Fatal Error)
Start
of root element expected.
at
oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:231)
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:156)
at
oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
ngParser.java:297)
at
oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
arser.java:259)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:145)
at oracle.cle.util.xml.XMLUtil.saxParse(XMLUtil.java:98)
at oracle.cle.process.Service.loadFromXML(Service.java:360)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
2002-11-10 04:41:54: Parse Fatal Error at line 1 column 1: <Line 1, Column
1>: X
ML-0108: (Fatal Error) Start of root element expected.
org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-0108: (Fatal Error)
Start
of root element expected.
at
oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:231)
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:156)
at
oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
ngParser.java:297)
at
oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
arser.java:259)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:145)
at oracle.cle.util.xml.XMLUtil.saxParse(XMLUtil.java:109)
at oracle.cle.process.Service.loadFromXML(Service.java:360)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-0108: (Fatal Error)
Start
of root element expected.
at
oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:231)
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:156)
at
oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
ngParser.java:297)
at
oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
arser.java:259)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:145)
at oracle.cle.util.xml.XMLUtil.saxParse(XMLUtil.java:109)
at oracle.cle.process.Service.loadFromXML(Service.java:360)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
null
oracle.cle.exception.CLEException
at oracle.cle.util.xml.XMLUtil.saxParse(XMLUtil.java:114)
at oracle.cle.process.Service.loadFromXML(Service.java:360)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
Failed Loading Service from XML file...
Service could not be instantiated...
Check your service definition (XML) file: EmpDepService.xml
null
oracle.cle.exception.CLEException
at oracle.cle.process.Service.loadFromXML(Service.java:368)
at oracle.cle.process.Service.<init>(Service.java:225)
at oracle.cle.process.Service.<init>(Service.java:178)
at
oracle.clex.process.controller.HttpServletController.getConcreteServi
ce(HttpServletController.java:2140)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:622)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)
null
java.lang.NullPointerException
at
oracle.clex.process.controller.HttpServletController.loadServiceInfo(
HttpServletController.java:972)
at
oracle.jheadstart.process.controller.JhsHttpServletController.loadSer
viceInfo(JhsHttpServletController.java:66)
at
oracle.clex.process.controller.HttpServletController.preServiceStart(
HttpServletController.java:777)
at
oracle.clex.process.controller.HttpServletController.doPost(HttpServl
etController.java:435)
at
oracle.clex.process.controller.HttpServletController.doGet(HttpServle
tController.java:849)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:696)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:281)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:766)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:259)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:107)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:796)
at java.lang.Thread.run(Unknown Source)

In Jdeveloper there is one file in the category MVC Framework Files: EmpDepService.xml that starts with:
<?xml version = '1.0'?>
<service name="EmpDepService" class="oracle.cle.process.Service" initial="CheckPageTimeStamp">
<!--
Set debugMarlinPage flag. When set to true, the UIX file is
parsed each time the page is requested. When set to false, the
page is only parsed the first time it is requested within
the context of the JVM. Always set this flag to false before
deploying your application!!!
-->
<seedinfo name="debugMarlinPage" value="true"/>
<!--
This process checks whether the back button or refresh was used on a page
that has a timestamp field (i.e. a page that should only be submitted once. Most
likely, you'll want every page that can perform DML to have such a timestamp.
See the javadoc of this class to see how this timestamp can be included in your
pages.
-->
<process name="CheckPageTimeStamp" class="oracle.jheadstart.process.CheckPageTimeStamp" end="false">
<!-- Store back button error message in infoTable for display on Error Page? -->
<argument type="Boolean" value="true"/>
</process>
When I rightclick this file and do Check XML syntax the following error is displayed:
Error(1,1): <Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
As I stated earlier, I am not familiar with this, but I guess I should get the demo working having followed the installation instructions.

Similar Messages

  • Installer gives error. [osx]

    Hi,
    Just trying to install latest flash, using latest installer file.
    But when I run the installer, it gives error: "Unable to load application configuration".
    I have redownloaded installer file, couple days a go, yesterday and today. Didn't help.
    I'm running osx 10.8.3.
    File permissions are fixed.
    Firewall on/off, tested.
    Thanks.

    Looks like that there are lot of problems with installer on OSX.
    I managed to install 11.7 using offline installer, http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac /install_flash_player_11_osx.dmg .

  • I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What

    I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What to do? Give up on CC?
    This is not the first time I get it, and it seems a recurring problem.

    Milliet are you on a managed network?  If not then please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve error 205.

  • I have tried to download itunes 10.5 but during installation it gives an error of windows installer.Please let me know how to install it.

    I have tried to download itunes 10.5 but during installation it gives an error of windows installer.Please let me know how to install it.

    Repair youe Apple Software Update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install.
    If you don't find ASU in All Programs, go to Control Panel, Add & Remove Programs.

  • Solaris 10 installation gives error "No disk Found"

    During the installation of Solaris 10 on dell XPS400, it gives error that says no Disk found:
    I have already partitioned by disk in the following manner:
    1st partition: 30 GB: NTFS (WIn XP installed)
    2nd Partiion: 20 GB: NTFS (data)
    3rd Partition: 25GB: RAW
    is there any special setting that I need to do for Solaris to detect the hard disk.
    Please help!

    I do not think you need a driver for the disk.
    ... you need to reconfigure your system with respect to the DISK CONTROLLER.
    Solaris 10 "doesn't do Serial ATA very well".
    Search the forum, keyword sata and then read and read and read.
    I believe you need to reconfigure something in the PC's BIOS.
    However, that may have an impact on how well your current install of WinXP works.
    So, I suggest you just go get an additional disk, a conventional IDE drive (not a SATA disk),
    and install to that new drive instead.
    Then you choose whichever device you want as the boot drive each time you power it on.
    ... or just go get an older, used computer and dedicate it to operating systems other than Windows. Leave the Dell system alone.
    Install... erase ... install something else ... erase ...
    etc, etc, etc

  • SCOM Reporting Server Installation Give Error The specified SQL Server instance is not valid

    Hi All,
    I am trying to install SCOM 2012 SP1 Reporting Server on a Windows Server 2012 running SQL Server 2012 SP1. The SQL Server also host instance for SCCM 2012 SP1 named SCCM, and not in clustered environment.
    For SCOM 2012 SP1, I choose SQL instance named SCOM. At first, I successfully installed SCCM 2012 SP1 Reporting Services. I have SSRS configured to use port 80 for both SCCM and SCOM instance, and not using SSL, with IP Address settings: All assigned. SQL
    Server Agent services on both instances are configured to started automatically. I could access http://scsqlserver/reports_SCCM and http://scsqlserver/reporserver_SCCM, but could not for http://scsqlserver/reports_SCOM and http://scsqlserver/reporserver_SCOM. 
    On OpsMgrSetupWizard.log give error
    [12:24:53]: Error:
    :CheckHttpAddressResponse failed: Threw Exception.Type: System.Net.WebException, Exception Error Code: 0x80131509, Exception.Message: The remote server returned an error: (500) Internal Server Error.
    [12:24:53]: Error:
    :StackTrace:   at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.CheckHttpResponseFromSRSUrl(String httpSite)
    I may continue Reporting Server installation that give no error mentioned above, if I choose SSRS instance named SCCM, but it is not supported for both SCCM and SCOM 2012 using same SSRS instance. Personal certificate for ConfigMgr SQL Server Authentication
    on SQL Server has been exported and deleted. Restarting SQL Server also has been done, but no luck.
    Many thanks for your help.

    Hello,
    I'm afraid you must use a dedicated instance of SQL Server for each site(SCOM/SCCM). Some similar issues were disscussed on this forum:
    SCCM and SCOM - SQL Server 
    http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/bfa14da9-4692-4c64-a107-e085c967d259
    SCOM, SCCM, SQL on same server?
    http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/b5373aa7-5233-4b1f-9b39-b86e481e04d5
    Thanks,
    Yog Li
    TechNet Community Support

  • Any application I install on my MacBook Pro gives the message "The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance" What can I do?

    Any application I install on my MacBook Pro gives the message "The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance" What can I do?

    Well that's one. Try the Microsoft help forums: http://www.microsoft.com/mac/support It's their application.
    Name another.

  • FB 4.5 Premium installer gives error 1603

    Downloaded Flash Builder 4.5 premium from the Adobe site, used Application Manager to create a deployable package.  It bombs out with a 1603, no hints at all in the 237 kb log file as to why.  Google isn't helping.

    Trying to install FB 4.5 - comes up with this error on my machine - anyone have any concrete ideas on how to overcome this...
    I've tried rebooting, removing activex plugins etc but of no help....
    WARNING: DW031: Payload:{650C9D09-D5BD-4532-8BEE-01DBC1DF5537} Adobe Flash Builder 4.5 4.5.0.0 has been updated and has been selected for repair. The patch {CEAC4FFA-E7DE-4434-890A-F0AC7792DE5E} Adobe Flash Builder 4.5_4.5.1_AdobeFlashBuilder-mul 4.5.1.0 will be uninstalled now.
    WARNING: DW031: Payload:{650C9D09-D5BD-4532-8BEE-01DBC1DF5537} Adobe Flash Builder 4.5 4.5.0.0 has been updated and has been selected for repair. The patch {CEAC4FFA-E7DE-4434-890A-F0AC7792DE5E} Adobe Flash Builder 4.5_4.5.1_AdobeFlashBuilder-mul 4.5.1.0 will be uninstalled now.
    ----------- Payload: {551D0A52-5E4A-4898-9FFF-FEAA5E89585A} Adobe Flash Player 10 ActiveX 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\DOCUME~1\nanunh\LOCALS~1\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\DOCUME~1\nanunh\LOCALS~1\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 6 - Silent workflow completed with errors.
    [    1460] Mon Aug 15 17:52:20 2011  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

  • Fresh install of Mavericks Produces error

    All right, so a while ago I wiped my hard drive in order to start fresh and after attempting to reinstall it got about half way on the loading bar and then prompted me with this error: "Install Failed OSX Could not be installed on your computer The Installer encountered an error that caused the installation to fail Contact the software manufacturer for assistance Click Restart to restart your computer and try installing again" I did have Mavericks installed when I wiped it and I had upgraded it from Snow Leopard. Right now the only OS I can manage to install is Snow Leopard which is from a DVD, but anytime I try and use an OS that is downloaded from the App Store it always gives me the same error! Basically I can only install Snow Leopard and that is NOT good enough. This macbook is from 2010 4gb of ram 250gb hdd 2.44 ghz processor and is fully capable of running Mavericks well, but its giving me issues... Someone please help me!

    I have tried verifying and repairing my disk and 95% of the time it says that it is fine. The only time it ever gave me an error was after Mavericks failed to install and it prompted me to salvage what I could and restore the disk (which I did). I am only able to install Snow Leopard and any upgrade after that prompts the same error while installing

  • R12 installation giving me error [while loading shared libraries: librt.so]

    Hello ..
    I am installing Fresh R12 installation on Fedora. I was doing Single node installation. Installation was going fine but at the point when it said run "autoconfig.sh" for APPS_TIER. I went to $INST_TOP/admin/scripts and ran "autoconfig.sh". After that installer showed me all the errors and when i try to see the log file.
    I am getting following errors.
    [oracle@aurie / ]$ ls
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    [oracle@aurie / ]$ su - root
    su: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
    Now, I cant do anything on this machine, I try rebooting it but no matter what command i try to run i am getting above error.
    Cant find any solution online.
    any help would be appreciated.
    Thanks

    Hello Hussein,
    I chnaged my Fedora to following ..
    [root@aurie /]# cat /etc/issue
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    Kernel \r on an \m
    [root@aurie /]# cat /proc/version
    Linux version 2.6.18-8.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26 14:15:21 EST 2007
    But installer is failing at the end of DB installation and it is not able to create database
    ==== ApplyDatabase_05092341.log ===========
    Executable : /d01/oracle/VIS/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
    /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt
    Creating the control file for VIS_aurie database ...
    exit_code=127
    Checking for errors ...
    .end std out.
    ***sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory***
    ***egrep: /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt: No such file or directory***
    **.end err out.**
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    =============
    ============05092156.log============
    Processing Disk68....
    ^M
    runProcess_2
    Statusstring Registering Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092341.log
    ^M
    | 0% completed
    runProcess_3
    Statusstring Configuring Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092342.log
    ^M
    | 0% completed ^M
    / 0% completed ^M
    - 0% completed ^M
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrun11g.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrun11g.sh
    setting permissions: 755
    setting ownership: oracle:dba
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:dba
    Step 0 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Sun May 10 09:33:17 PDT 2009
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /R12_setup/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Sun May 10 09:33:18 PDT 2009
    /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh has succeeded
    =============
    Now, I am again hitting the same issue .. whatever I try to do after this fail installation i am getting following
    *[oracle@aurie 11.1.0]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cat /etc/issue*
    cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cd /*
    *[oracle@aurie /]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

  • GI installtion gives error while executing root.sh for ASM diskgroup

    Dear Gurus,
    We are implementing a 2 node RAC configuration with ASM on vmware and openfiler on LINUX RHEL 6.2. We started our installation with grid infrastructure. While executing root.sh on node 1 it gives error diskgroup cannot be mounted and no alterntions perfomed as below.
    +[main] [ 2012-10-04 05:38:33.150 PDT ] [UsmcaLogger.logException:173] SEVERE:method oracle.sysman.assistants.usmca.backend.USMDiskGroupManager:mountDiskGroups+
    +[main] [ 2012-10-04 05:38:33.151 PDT ] [UsmcaLogger.logException:174] ORA-15032: not all alterations performed+
    ORA-15017: diskgroup "CRS" cannot be mounted
    ORA-15088: diskgroup creation incomplete
    +[main] [ 2012-10-04 05:38:33.338 PDT ] [UsmcaLogger.logException:175] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-15032: not all alterations pe+
    rformed
    ORA-15017: diskgroup "CRS" cannot be mounted
    Note:- we are not using ASMLib. We presented the LUN's to oracle binaries with Multipathing.

    Put here relevant info of alertlog of ASM and CRS.
    Please format your text by using tag at begin and end of output.                                                                                                                                                                                                                                                           

  • Playing mp4 audio gives error message "Video can't be played because the file is corrupt"

    Playing a particular mp4 audio file directly from a website link gives error message "Video can't be played because the file is corrupt". However other mp4 audio files from this same website do work correctly. What can I do to get all the the mp4 audio files to play directly from the same website? I must have the correct plugins, etc. since the other files play. This file is not playing from YouTube, is it on the website.
    Thank you for your help.

    What is the link to the site and file in question?
    MP4 files should be handled by Firefox itself, not a plug-in.
    # Click the ≡ Menu Button and choose Add-ons.
    # Click Plugins.
    # Set every plug-in to "Never Activate".
    # Try loading the file again. Is there any difference?
    You have two versions of Flash Player installed. Perform a clean installation of Flash Player as follows.
    # From the following page, save the uninstaller somewhere handy, like the desktop.
    #* [http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html#main_Download_the_Adobe_Flash_Player_uninstaller Uninstall Flash Player for Windows | Adobe Support]
    # From the following page, save the installer for other browsers. If you also use Flash Player in Internet Explorer, also save the ActiveX version.
    #* [http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#main-pars_text_4 Direct downloads of Flash Player for Windows | Adobe Support]
    # Exit all applications.
    # Run the uninstaller.
    # In Windows Explorer, try to open the following folders. If they still exist, delete them manually.
    #* <pre>C:\Windows\system32\Macromed\Flash\</pre>
    #* <pre>C:\Windows\SysWOW64\Macromed\Flash\</pre>
    #* <pre>%AppData%\Adobe\Flash Player\</pre>
    #* <pre>%AppData%\Macromedia\Flash Player\</pre>
    # Restart your computer.
    # Run the installer for other browsers.
    # Run the ActiveX installer if you downloaded it.

  • I have an iPhone 4 so I downloaded iOS 7.03 but it doesn't installe it says error accured what can I do to make it install

    I have an iPhone 4 so I downloaded iOS 7.03 but it doesn't installe it says error accured what can I do to make it install

    when one download something from the Internet corruption can happen making the data defect
    when this happen the computer notice it and don't attempt to install the damaged software on the phone which would damage it
    if one try right away to redownload something from the Internet ones isp just give one a copy from their cache (they can't detect if all data in their cache is valid because that would slow everything down)
    wait a bit and the cache will be cleared and you will have a new attempt to download and flash your ios device with the update should it prove uncorrupted this time

  • When run adcfgclone.pl gives error

    Hi,
    when run adcfgclone.pl appTier it gives error pleas have a look steps i did and Errors file below.
    Target System Database SID : dev
    Target System Database Server Node [erpdev] : devdata.npfco.com
    Target System Base Directory : /oracle/PROD
    Target System Tools ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.2] :
    Target System Web ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.3] :
    Target System APPL_TOP Directory [oracle/PROD/apps/apps_st/appl] :
    Target System COMMON_TOP Directory [oracle/PROD/apps/apps_st/comn] :
    Target System Instance Home Directory [oracle/PROD/inst] :
    Target System Root Service [enabled] :
    Target System Web Entry Point Services [enabled] :
    Target System Web Application Services [enabled] :
    Target System Batch Processing Services [enabled] :
    Target System Other Services [disabled] :
    Do you want to preserve the Display [erpappl:0.0] (y/n) ? : n
    Target System Display [erpdev:0.0] :
    RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /oracle/PROD/inst/apps/dev_erpdev. A directory with this name already exists and is not empty.
    Do you want to continue (y/n) ? : y
    Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n
    Target System Port Pool [0-99] : 3
    Checking the port pool 3
    done: Port Pool 3 is free
    Report file located at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    Complete port information available at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    RC-40201: Unable to connect to Database dev.
    Backing up /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml to /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml.bak
    Creating the new APPL_TOP Context file from :
    /oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1116232223.log
    Check Clone Context logfile /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1116232223.log for details.
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running Rapid Clone with command:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    Running:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    APPS Password :
    Beginning application tier Apply - Mon Nov 16 23:23:21 2009
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/share.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml -stage /oracle/PROD/apps/apps_st/comn/clone -showProgress
    APPS Password : Log file located at /oracle/PROD/inst/apps/dev_erpdev/admin/log/ApplyAppsTier_11162323.log
    / 90% completed
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V

    [applmgr@erpdev bin]$ perl adcfgclone.pl appsTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.20.12000000.12
    Enter the APPS password :
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running:
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /oracle/PROD/apps/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_18493.lst -stage /oracle/PROD/apps/apps_st/comn/clone 2> /tmp/adcfgclone_18493.err; echo $? > /tmp/adcfgclone_18493.res
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log
    Provide the values required for creation of the new APPL_TOP Context file.
    Target System Hostname (virtual or normal) [erpdev] :
    Target System Database SID : dev
    Target System Database Server Node [erpdev] : devdata
    Target System Base Directory : /oracle/PROD
    Target System Tools ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.2] :
    Target System Web ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.3] :
    Target System APPL_TOP Directory [oracle/PROD/apps/apps_st/appl] :
    Target System COMMON_TOP Directory [oracle/PROD/apps/apps_st/comn] :
    Target System Instance Home Directory [oracle/PROD/inst] :
    Target System Root Service [enabled] :
    Target System Web Entry Point Services [enabled] :
    Target System Web Application Services [enabled] :
    Target System Batch Processing Services [enabled] :
    Target System Other Services [disabled] :
    Do you want to preserve the Display [erpappl:0.0] (y/n) ? : n
    Target System Display [erpdev:0.0] :
    RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /oracle/PROD/inst/apps/dev_erpdev. A directory with this name already exists and is not empty.
    Do you want to continue (y/n) ? : y
    Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n
    Target System Port Pool [0-99] : 51
    Checking the port pool 51
    done: Port Pool 51 is free
    Report file located at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    Complete port information available at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    RC-40201: Unable to connect to Database dev.
    Backing up /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml to /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml4.bak
    Creating the new APPL_TOP Context file from :
    /oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log
    Check Clone Context logfile /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log for details.
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running Rapid Clone with command:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    Running:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    APPS Password :
    Beginning application tier Apply - Tue Nov 17 06:34:12 2009
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/share.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml -stage /oracle/PROD/apps/apps_st/comn/clone -showProgress
    APPS Password : Log file located at /oracle/PROD/inst/apps/dev_erpdev/admin/log/ApplyAppsTier_11170634.log
    \ 89% completed
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V
    at oracle.apps.ad.clone.ApplyApplTop.checkAutoConfigErr(ApplyApplTop.java:590)
    at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:558)
    at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
    at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
    at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
    ... 6 more

  • Reconfigure existing OIM on fresh weblogic Installation

    Hi,
    My OIM 9.1.0.1 is configured on WebLogic 10.3 but I am not able to start the weblogic server. It hangs after showing the STARTING Message; not getting error
    message also. So, is there any way in which I can reconfigure the existing OIM on fresh Weblogic installation. If yes, then kindly help.
    Cheers,
    Sunny

    Are u able to login to the Weblogic Admin Console by using the URL
    http://<hostname>:7001/console.
    If Yes, then go to the deployed Applications and repdeply xellerate Application.
    If No, then its time to reinstall Weblogic and OIM

Maybe you are looking for

  • Safari, itunes, skype, system preferences crashing

    Hello, almost all of my applications (except firefox tahnkfully, so i can get this post up) seem to be crashing upon launch or freezing, forcing me to force quit them. Any ideas? System preferences: Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception

  • File move in ODI

    Hii...Experts.. I have done a process which takes Files from a directory and load to a single table in one interface(multiple file/single table interface). but I want to move those files to DONE directory which is loaded to table successfully and mov

  • "View Proof Colors" toggle wrong way round in PS12.02

    The toggle and the display visualisation it controls appear not to be in sync. I can post images if people cannot reproduce this apparent bug which I noticed with a LAB file. Edmund

  • How to create a html page

    Hello,i am very new to dreamweaver 8,and i have searched everwhere possible on how to create a html page.My website has a navegation bar.And on the navegation bar it has links,like forums,your accounts,and etc,but thats already integrated with the we

  • How to detect fieldpoint in ethernet

    Hi All, I want some code  to auto-detect  any new fieldpoints were added into ethernet . If so, the program could find the FP device and allow user to configure it. Just like Measurement & Automation's function. But I want to implement it in my code.