RCU Installation - Service Name of fresh DB installation

Hi,
I am setting up SOA suite 11g. I have Oracle 11.1.0.7 DB (fresh installation) and I my lsnrctl is showing following information;
$ lsnrctl status
LSNRCTL for IBM/AIX RISC System/6000: Version 11.1.0.7.0 - Production on 08-SEP-2010 17:05:49
Copyright (c) 1991, 2008, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.1.0.7.0 - Production
Start Date 08-SEP-2010 15:42:00
Uptime 0 days 1 hr. 23 min. 49 sec
Trace Level off
Security ON: Local OS Authentication
SNMP ON
Listener Log File /home/oracle/Oracle11gR1/app/oracle/product/11.1.0/db_1/log/diag/tnslsnr/hml-bladep6a2/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hml-bladep6a2)(PORT=1521)))
The listener supports no services
The command completed successfully
I chose to create new repository and provided following information on RCU setup screen;
Host Name: IP_Address of the machine
Port: 1521
Service Name: *<--- I dont know what to provide here as I didn't create any databases on server yet*
Username: sys
Password: ******
Role: sysdba
Am I missing anything....?

Hi,
I found the solution and some more useful information which I wanted to add here for future reference.
To run RCU, we need to create a DB first in Oracle and then LSNRCTL will pick up that database and start listening on default port (1521). Use you DB name as Service name which can be verified as follows;
LSNRCTL Status_
$ lsnrctl status
LSNRCTL for IBM/AIX RISC System/6000: Version 11.1.0.7.0 - Production on 14-SEP-2010 09:33:34
Copyright (c) 1991, 2008, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.1.0.7.0 - Production
Start Date 13-SEP-2010 16:12:15
Uptime 0 days 17 hr. 21 min. 18 sec
Trace Level off
Security ON: Local OS Authentication
SNMP ON
Listener Log File /home/oracle/Oracle11gR1/app/oracle/product/11.1.0/db_1/log/diag/tnslsnr/hml-bladep6a2/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hml-bladep6a2)(PORT=1521)))
Services Summary...
Service "AIA" has 1 instance(s).
Instance "AIA", status READY, has 1 handler(s) for this service...
Service "AIA_XPT" has 1 instance(s).
Instance "AIA", status READY, has 1 handler(s) for this service...
The command completed successfully
Also I found out during my RCU installation we need some more settings before and after creating DB to run RCU successfully;
*1) DB_BLOCK_SIZE Settings*
The default initDB_NAME.ora file create DB with *'db_block_size=4096'*, if that the case you'll see following error while installing RCU;
RCU-6002:The specified database does not meet the minimum requirement to load metadata repository.
RCU-6080:Global prerequisite check failed - Check requirement for specified database
RCU-6107:DB Init Param Prerequisite failure for: DB_BLOCK_SIZE
Current Value is 4 KB. It should be greater than or equal to 8 KB.
User should have sysdba or dba privilages.
It is irreversible :(. You have to drop and create DB again with following parameter in $ORACLE_HOME/dbs/initDB_NAME.ora file;
db_block_size=8192
*2) User Previlages*
You can not use SYS/SYSDBA to connect to Oracle DB from RCU setup. To grant SYSDBA permissions to the ORACLE DB user first apply following command from shell;
$ orapwd file=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=PASSWORD entries=4 force=y
Note: In above command the password is Unix/Windows login password not SYS password.
Now, login into SQLPLUS prompt using sys/sysdba to finally grant SYSDBA opermission to normal Oracle DB User as follows and restart DB to apply changes;
SQL> grant sysdba to aia;     <-- Grant SYSDBA permission to user 'aia' in this case
Grant succeeded.
SQL> grant dba to aia;
Grant succeeded.
SQL> startup force;
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 1286144000 bytes
Fixed Size 2153376 bytes
Variable Size 738198624 bytes
Database Buffers 536870912 bytes
Redo Buffers 8921088 bytes
Database mounted.
Database opened.
Hope above information will help.
SJunejo

Similar Messages

  • 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.

  • Windows installer service isn't listed in services.

    i have been having this problem for months now and i have tried everything to fix it, i have done everything the windows forums has suggested with registry to trying to restart and stop windows installer service in services. i can not install anything that
    needs this service i can not use anything that has to do with java because java is now out of date and i can upgrade java because installer service isnt working. i cant make a restore point or do a restore i have no restore disk.
    net start MSIServer
    if i type this into the cmd.exe program it tells me the service name is invalid.
    when i go to reinstall java i get a 1601 error code.
    if i try to install something like a video game from a .iso i get 1607: unable to install install shield scripting runtime
    i have a windows 7 service pack 1 home premium 2009 im running a lenovo G560 laptop. 
    i am also having problems with a windows "authentication" thing. apparently for the last two years i have not had genuine windows and cant use the windows update stuff because i dont have genuine windows anymore.
    ive tried windows fixxit wont work without windows installer service... please someone please help me. i am at my wits end with this computer i have had it for a few years and it suddenly is almot unusable.

    Hi scarletblaze21,
    Please refer to this link to reset the Windows Installer Service settings in the registry:
    The Windows Installer Service Could Not Be Accessed" error when you try to install a program in Windows 7 or Windows Vista
    http://support.microsoft.com/kb/2642495
    Then check if you can start this service.
    Alex Zhao
    TechNet Community Support

  • Error 1719. The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. Getting this error while installing the package in the windows 2012.

    Getting below mentioned error while installing a package  in the windows 2012 server remotely through psexec command
    Error 1718. Windows Installer Service could not be accessed.
    The same msi is getting installed local in through when we are doing through manually
    Please help on the same

    Hi Rahulan,
    Would you please let us know current situation of this issue? If any update, please feel free to let us know.
    Just addition, please refer to following threads and check if can help you.
    The Windows Installer Service could not be accessed.
    error 1719 windows installer service could not be accessed ....
    Hope this helps.
    Best regards,
    Justin Gu

  • I am getting the message "The windows installer Service could not be accessed when trying to install Itunes on my new computer, any help would be appreciated.

    I am getting the message "The windows installer Service could not be accessed when trying to install Itunes on my new computer, any help would be appreciated.

    Hey there Frank0619,
    If you have not been able to install iTunes because the Windows Installer service is not available, I would recommend the troubleshooting in the following troubleshooting to help.
    Issues installing iTunes for Windows
    These in particular: 
    Make sure you have an administrator account.
    To install iTunes, you'll need to log in to your computer with an administrator password. If you're not sure if you have an administrator account, read Windows 7: How do I log on as an administrator? You could also refer to your computer's help system, contact your IT department, or visit support.microsoft.com for assistance.
    Install the latest Microsoft Windows updates.
    To download the latest updates, visit the Microsoft Windows Update website. iTunes for Windows requires Windows XP, Windows Vista, Windows 7, or Windows 8 with the latest Service Pack installed. If you can’t install the updates, refer to your computer's help system, contact your IT department, or visit support.microsoft.com for assistance.
    Download the latest version of iTunes.
    The latest version of iTunes can be downloaded at http://www.apple.com/itunes/download/.
    Disable conflicting software.
    Some Windows background processes can cause issues for other programs and processes. These conflicts can prevent applications, such as iTunes, from installing. Disable conflicting processes by starting your computer using MSConfig: 
    Using Msconfig to troubleshoot conflicts in Windows XP
    Using Msconfig to troubleshoot conflicts in Windows Vista, Windows 7, and Windows 8
    Some security software made by other companies can't be disabled using MSConfig. If you've installed security software and you're having issues installing iTunes or QuickTime for Windows, you might need to disable or uninstall security software to resolve installation issues.
    Restart your computer.
    Install iTunes.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Windows vista home premium service pack 2.error measage __(the windows installer service could not be accessed.this can occur if the windows installer is not correctly installed .contact your support personnel for assistance )no error nurber

    windows vista home premium service pack 2。error measage __(the windows installer service could not be accessed.this can occur if the windows installer is not correctly installed .contact your support personnel for assistance )no error nurber

    Hi Abdallah,
    According to your description, could you please post the summary and detail logs for further analysis? By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    Usually, the error occurs when the Windows Installer Service is not running or the Windows Installer registry settings are corrupted.  I recommend you reset the Windows Installer Service settings in the registry and restart the Windows Installer Service,
    then reinstall SQL Server 2008 R2. For more details, please review this similar
    article.
    Thanks,
    Lydia Zhang

  • Apple Mobile Device Service (AMDS) won't install with iTunes,either V10.7 or V11. The service can't be started b/c the software is not there. Windows 7 with latest service pack. V11 iTunes installs

    Apple Mobile Device Service (AMDS) won't install with iTunes,either V10.7 or V11. The service can't be started b/c the software is not there. Windows 7 with latest service pack. V11 iTunes installs fine, iPod found, no iPhone 5 b/c no AMDS.  Error "insufficient premissions to install AMDS" Tried numerous uninstall / reinstall combinations, installed iTunes as administrator, etc.  Somethings not right. What the Heck ?

    See the following article for dealing with Apple Mobile Device Services: http://support.apple.com/kb/TS1567
    Downloading and installing iTunes will not fix this problem. If the other troubleshooting steps do not work, go to the Control Panel and uninstall iTunes, Apple Mobile Device Services, Quicktime and any other Apple program that might be present. Reboot your computer, then download and install the latest version of iTunes.

  • I can't Start, Uninstall or Install new iTunes. I'm getting the same error message: Window Installer Service could not be accessed.  No other programs have similar problem. Any suggestion what can be done?

    I can't Start, Uninstall of Install new iTunes. I'm getting the same error message: "Window Installer Service could not be accessed". No other programs having similar problem. Any suggestions how to fix it?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) (not for XP) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Windows installer service

    "The windows Installer Service could not be accessed" error messages when installing or uninstalling iTunes for Windows 7 on 64 bit systems. How do I fix this

    Doublechecking. You've already tried the following user tip?
    "The Windows Installer Service could not be accessed" error messages when installing iTunes for Windows on 64-bit systems

  • Itunes will not install..windows INSTALLER service not available.windows 7

    I am trying to find a fix for this...just bought a new computer with windows 7, all updates have been performed. Itunes will not install...it just stops and says "windows installer service not available" Can't find a stand alone downloadable version of installer 5.0 which is what comes with 7 from the research I have done. I have the newest version of itunes saved on desktop, tried running it from desktop, tried running as admin, tried several other ideas that I found on here and Microsoft..but nothing is working. Any advice?
    Message was edited by: ehindahl

    Same error message "This version is for a 32 bit computer, yours is a 64 bit!"
    Doublechecking ... by any chance did you migrate a 32-bit version of the iTunes, Apple Mobile Device Support and Bonjour programs to the 64-bit machine from a 32-bit machine using the PC Mover utility?
    (Your symptoms are consistent with that ... the installer service throws the message when trying to uninstall the 32-bit itunes and related 32-bit componentry prior to installing the new 64-bit versions.)

  • ERROR: The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.

    Hello Everyone,
    I keep getting this when trying to install 0r repair SQL Server 2008 R2 on a SBS  2011 Standard.
    TITLE: Microsoft SQL Server 2008 R2 Setup
    The following error has occurred:
    The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1&EvtType=0xDF039760%25401201%25401
    BUTTONS:
    OK
    the provided link says  "There is no additional information about this issue" i am helpless
    please tell assist.
    Thanks.
    Abdallah.M.M

    Hi Abdallah,
    According to your description, could you please post the summary and detail logs for further analysis? By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    Usually, the error occurs when the Windows Installer Service is not running or the Windows Installer registry settings are corrupted.  I recommend you reset the Windows Installer Service settings in the registry and restart the Windows Installer Service,
    then reinstall SQL Server 2008 R2. For more details, please review this similar
    article.
    Thanks,
    Lydia Zhang

  • Windows Installer Service Error - Windows 7 + iTunes 10.2.2

    This is the same type of message posted in various places with the following error: The Windows Installer Service could not be accessed.  This can occur if you are running Windows in safe mode, or if the Windoews Installer is not correctly installer.  Contact your support personnel for assistance.
    I've attempted everything I could find in the windows forum.  I'm open to new ideas ASAP as I can't sync my phone/calendar without it.  Itunes doesn't function at all, uninstall failed as well.  Thank you for the assistance!

    Gabe,
    You see a lot of suggestions on the Windows/Apple forums by unregistering and reregistering the windows installer services ;  msiexexec /unregister  +  msiexec /regserver. Or to create a new windows account/profile.
    This didn't work for me, what was working is a uninstall of  iTunes and the related Apple software, Apple application support, Apple mobile device support and Apple software support by using Windows programs and features.
    I als cleaned up the personal and all users profile directories  c:\users\<user>\app data\roaming\Apple Computer\iTunes.
    Good luck

  • 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

  • Related to "service pack is a full installation"

    Hi
    In Metalink if patch have mentioned this line in ReadMe doc " service pack is a full installation" (for essbase client, Essbase server, EAS and Aps)
    Can i go and install without installing and configuring earlier version?
    I mean should i install new patch directly without earlier version of similar Hyperion component to save my time.
    Version 9.3.1

    If it is a full installation and there is no mention of having to install the previous version then you should be alright just to install that version.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I cant Update my Ipod classic with Itunes a message says the windows installer service could not be accessed this can occur when running windows in safe mode or the windows installer is not correctly installed.

    I cant update my Ipod classic with Itunes it is related to Windows installer is not done correctly.

    Sounds like you need to repair the Windows Installer Service.
    See http://blogs.msdn.com/b/astebner/archive/2006/07/20/673408.aspx
    tt2

Maybe you are looking for

  • Handling Threads and Memory

    I'm sorry if this is a cross post to my StringBuffer problem. I have run a test that instantiates the object in question and the memory gets collected so I don't think it's that. My question is on how memory pertaining to Threads is handled. In my ap

  • My macbook and time capsule all died within the week.  I can't turn the power on.  any idea?  is there a reset button?

    My time capsule is dead.  When I plug it in, there is no power. The macbook just died yesterday before I could get another backup & wifi.  It won't turn the power on any more.  Is there a reset/reboot button hidden somewhere?  Or do I have to bring i

  • Copying report file from one server to another requires refresh database?

    Hi, I am using Crystal Reports 11 for development. We have a number of crystal reports that are served on a web server running classic ASP that uses these reports with Embedded Crystal Server XI installed on the server. When I am developing or modify

  • After upgrade to 2.6.28, vmware workstation does not start

    After upgrading to the 2.6.28 kernel, vmware does not start. It complains with: Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon' is loaded. I have found that I can run the following command to load

  • InfoCube Design

    dear gurus, I am familiar with creating standard Infocube's in BI7. I have 2 dimensions in this cube and 3 infoobjects that I have inserted in these dimensional. This is a flat file loading. Now how will I know which infoobject will be acting a prima