Unable to create Listener in Repository

I am doing a base install of CG 5.4 onto a Windows 7 box.  The install goes fine and I shutdown/startup CQ5.  Upon CQ5 server startup, I see the following stacktrace:
09.04.2012 15:58:45 *ERROR* RepositoryStartupServlet: RepositoryStartupServlet initializing failed: org.apache.jackrabbit.j2ee.ServletExceptionWithCause: Error while creating repository (RepositoryStartupServlet.java, line 250)
org.apache.jackrabbit.j2ee.ServletExceptionWithCause: Error while creating repository
        at org.apache.jackrabbit.j2ee.RepositoryStartupServlet.initRepository(RepositoryStartupServl et.java:415)
        at org.apache.jackrabbit.j2ee.RepositoryStartupServlet.startup(RepositoryStartupServlet.java :242)
        at com.day.crx.j2ee.CRXRepositoryStartupServlet.startup(CRXRepositoryStartupServlet.java:147 )
        at org.apache.jackrabbit.j2ee.RepositoryStartupServlet.init(RepositoryStartupServlet.java:21 5)
        at javax.servlet.GenericServlet.init(GenericServlet.java:211)
        at com.day.crx.j2ee.CRXRepositoryStartupServlet.init(CRXRepositoryStartupServlet.java:126)
        at com.day.j2ee.servletengine.ServletRuntimeEnvironment.doStart(ServletRuntimeEnvironment.ja va:113)
        at com.day.j2ee.servletengine.ServletRuntimeEnvironment.start(ServletRuntimeEnvironment.java :93)
        at com.day.j2ee.servletengine.WebApplication.loadStartupServlets(WebApplication.java:702)
        at com.day.j2ee.servletengine.WebApplication.start(WebApplication.java:631)
        at com.day.j2ee.servletengine.ServletContainer.start(ServletContainer.java:318)
        at com.day.j2ee.servletengine.ServletEngine.start(ServletEngine.java:285)
        at com.day.j2ee.server.Server.start(Server.java:227)
        at com.day.j2ee.server.Server.main(Server.java:607)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.day.launcher.Bootstrap.run(Bootstrap.java:118)
        at com.day.crx.quickstart.Quickstart.run(Quickstart.java:680)
        at com.day.crx.quickstart.Main.<init>(Main.java:675)
        at com.day.crx.quickstart.Main.main(Main.java:730)
Caused by: javax.jcr.RepositoryException: Unable to register data store in cluster.
        at com.day.crx.core.data.ClusterDataStore.initClustered(ClusterDataStore.java:163)
        at com.day.crx.core.CRXRepositoryImpl.createClusterNode(CRXRepositoryImpl.java:832)
        at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:319)
        at com.day.crx.core.CRXRepositoryImpl.<init>(CRXRepositoryImpl.java:225)
        at com.day.crx.core.CRXRepositoryImpl.<init>(CRXRepositoryImpl.java:267)
        at com.day.crx.core.CRXRepositoryImpl.create(CRXRepositoryImpl.java:185)
        at com.day.crx.j2ee.CRXRepositoryStartupServlet.createRepository(CRXRepositoryStartupServlet .java:172)
        at org.apache.jackrabbit.j2ee.RepositoryStartupServlet.initRepository(RepositoryStartupServl et.java:413)
        ... 21 more
Caused by: java.io.IOException: Could not create a listener on any of the following ports: [8088, 8089, 8090, 8091, 8092, 8093], and could not connect to another cluster node
        at com.day.crx.core.cluster.ClusterController.start(ClusterController.java:679)
        at com.day.crx.core.cluster.ClusterController.register(ClusterController.java:833)
        at com.day.crx.core.data.ClusterDataStore$Skeleton.register(ClusterDataStore.java:611)
        at com.day.crx.core.data.ClusterDataStore.initClustered(ClusterDataStore.java:160)
        ... 28 more
I shutdown my Windows box, brought it back up and did a netstat.  None of those ports (8088, 8089, 8090, 8091, 8092, 8093) were in use.  I start up CQ5 and I still receive the the error so I don't believe it is port contention.
Thoughts on what I am doing wrong?
Perry

Hi Perry,
Those 2 files exists for both clustered and standalone instances.  There's some good documentation on what the contents of the cluster.properties file are and how to set it up - http://dev.day.com/docs/en/cq/current/core/administering/cluster.html#Manual%20Cluster%20S etup.
Ron

Similar Messages

  • Unable to Create a Content Repository Connection using 'socketssl'

    I'm trying to create a Content Repository Connection with RIDC Socket Type as "socketssl".
    I am not able to create the connection. The following are the parameters mentioned in Jdeveloper
    RIDC Socket Type : socketssl
    Server Host Name : <ip of the content server>
    Content Server Listener Port : 54444 (incoming SSL provider is configured in the content server)
    KeyStore File Location : patch of the client keystore
    KeyStore Password : password
    Private Key Alias : PrivateKey Alias Name
    Private Key password : password
    I get the below error. However I am able to use RIDC to connect to UCM using socketssl. This problem is seen only with jdeveloper.
    SEVERE: Submission[id=1, service=oracle.webcenter.content.jcr.login, resource=ucm] caught exception running task
    javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:185)
         at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:254)
         at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:165)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:171)
         ... 15 more
    Caused by: java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1523)
         at com.sun.net.ssl.internal.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:103)
         at com.sun.net.ssl.internal.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:689)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:985)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:904)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:238)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         at oracle.stellent.ridc.common.util.StreamUtil.readRawLine(StreamUtil.java:227)
         at oracle.stellent.ridc.common.util.StreamUtil.readLine(StreamUtil.java:254)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readHeaders(HdaProtocol.java:453)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:215)
         ... 17 more
    31/10/2011 2:14:29 PM oracle.webcenter.content.internal.dt.connection.wizard.AdapterConfigPanel validateConfig
    WARNING: Invalid Configuration Parameters
    javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:185)
         at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
         at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Software caused connection abort: recv failed
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:254)
         at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:165)
         at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:171)
         ... 15 more
    Caused by: java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:798)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1523)
         at com.sun.net.ssl.internal.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:103)
         at com.sun.net.ssl.internal.ssl.Handshaker.sendChangeCipherSpec(Handshaker.java:689)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.sendChangeCipherAndFinish(ClientHandshaker.java:985)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverHelloDone(ClientHandshaker.java:904)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:238)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         at oracle.stellent.ridc.common.util.StreamUtil.readRawLine(StreamUtil.java:227)
         at oracle.stellent.ridc.common.util.StreamUtil.readLine(StreamUtil.java:254)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readHeaders(HdaProtocol.java:453)
         at oracle.stellent.ridc.protocol.intradoc.HdaProtocol.readResponse(HdaProtocol.java:215)
         ... 17 more
    Please let me know the valid Configuration Parameters?
    Thanks,
    Manjunath
    Edited by: 890922 on Oct 30, 2011 8:25 PM

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

  • Unable to create the Master repository Using ODI 10.1.3.5.0 on windows

    Hello,
    I have installed the ODI 10.1.3.5.o on windows environment. I am using sql server 2008.
    When i am trying to create the master repository it was not creating, When i am tested the connection it was successfull, but when i am click on OK it not performing.
    I have down loaded Microsoft SQL Server JDBC Driver 3.0 and copied sqljdbc4.jar in to D:\OraHome_1\oracledi\drivers.
    And also installed java 6 on my machine.
    Please help me.
    Regards,
    Krishna
    Edited by: 897734 on Dec 14, 2011 3:03 AM

    Hi krishna,
    Check *3.2 Creating Repository Storage Spaces* in below URL, Hope this may helps you
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/admin_reps.htm
    Regards,
    Phanikanth

  • I am unable to create the Matser repository in ODI

    Hi, I am using 10.1.3.5.0 ODi and Sql server 2008.
    I have installed the ODI successfully , but when i am trying to create the Master repository i am not seeing the driver for 2008.
    I have installed Microsoft SQL Server JDBC Driver 3.0 and copy the sqljdbc4.jat file into D:\OraHome_1\oracledi\drivers.
    And also installed Jdk1.6. Please suggest me.
    I am getting below error.
    ava.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getDriver(DriverManager.java:264)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.K(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.X(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.g(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.e(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Thanks,
    Krish
    Edited by: 897734 on Dec 14, 2011 4:36 AM

    Hi Krish,
    Below URL will helps you
    URL: Re: Master Repository Creation
    Regards,
    Phanikanth

  • Unable to create File System Repository manager

    Hello,
    I would like to create File System Repository manager to this path: I have mapped a certain Network drive "
    main-uni-fs1\pictures$" to the Portal Machine and under this machine it appears as drive "N:\", inside it there is a picture folder which I would like to create the mapping to. I tried setting the "Root Directory" value to "N:\" and to "
    main-uni-fs1\pictures$" but I keep receiving an error message at the Repository Component Monitor (see below).
    10X,
    Roy

    Hello Roy,
    1> Create a new path that points to the pictures directory on the system. Enter the path lik
    mypc.myorg.com\pictures
    Under Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> Network path
    Under the user name and password, enter your username and password
    username whould be entered like domainname\username
    2>Then create a system in for the mypc.myorg.com server under
    Sys admin -> Sys Config -> KM -> Content MGT -> Global Services -> System landscape definitions -> System -> Windows Sytem.
    (Assuming u are acessing a windows sytem from a portal running on windows platform).
    You need to enter system id and description . Kindly remember the system id, since it would be useful in two places while usermapping and creating the file system repository.
    3>create a file system rep mgr under
    Sys admin -> Sys Config -> KM -> Content MGT -> Repository Managers > File System Repository
    Following properties are most important.
    Name , ACL manager cache, Security manager(which you would have to set to W2kSecurity manager)
    prefix(this is the folder name that you will identify your repository with) Widws landscape System (this is the sytem id of step 2) and root directory (network path of first step only in this case enter it like this //mypc.myorg.com/pictures)
    4>Then under user mapping section, you will find you system (the system id of second step) , enter your name as password.
    Initially when you configure your rep manager, you dont need to start ur servlet engine. If you modify any property then you need to re start ur servlet engine.
    These are the steps for creating repository
    If this still does not get resolved. Then kindly read the limitations of creating the file system repository manager in the link that I had posted in my earlier post.
    Thanks and Regards
    Pradeep Bhojak

  • Unable to create File System Repository using Network Path

    Hi All,
    I am trying to create a File System Repository.
    I created a networkpath and windows system and used the same while creating File Repository according to the steps in help.
    With out using Networkpath(i.e.,If I use IP address,I am able to create File System Repository).
    But with the network path,it throws the following error as seen in Component Monitor.
    <b>Startup Error:    The localroot does not exist: C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001
    </b>
    Did any one face this problem?
    Any help please........
    Rgds,
    Santhosh

    Hi,
    I am getting the same error even if I replace(\) by slashes(/).
    I tried on EP6SP12 as well as EP6SP2 and got the same error on both.
    The repository is searching for a folder named with
    n/w path on the portal server itself(i.e, it is searching in the following folder
    <b>C:\usr\sap\IGTE\j2ee\j2ee_00\cluster\server\NWP_001
    My network path is NWP_001</b>),instead of searching on the remote system.
    Can any one help me in solving the problem
    Thanks in Advance.
    Rgds,
    Santhosh

  • BEA-002606 Unable to create a server socket for listening on channel

    Hi,
    I am trying to stand up JDEVELOPER suite 11.1.2 on Windows 7 64 Bit.
    When I sreate a sample app and try to compile, I get the error:
    <Error> <Server> <BEA-002606> <Unable to create a server socket for listening on channel "DefaultSecure". The address 192.168.56.101 might be incorrect or another process is using port 7102: java.net.BindException: Cannot assign requested address: JVM_Bind.>
    This IP is not active on my machine, although it was initialized at one point through a VBox instance I installed. I have tried to clean off the VBOX instance and the JDEVELOPER, rebooting between loads. Can anyone help me get what look like a ghost IP off my machine. Note: I set the weblogic server to port 8003, so I am also not sure why itis looking at port 7002.
    Thanks
    JT

    It is the integrated server. I have taken everything off (JDev adn VBOX) and cleaned some of the hard to find file structures just to make sure there wasn't a hidden config file I was missing.
    I am new to Web Logic, so I was hoping to get the integrated server running first and then learn the ins and outs of deployment to a production system.

  • Unable to Re-Create DB Control Repository

    Hi,
    In an attempt to re-create db control repository, I got the following:
    C:\Documents and Settings\Administrator>emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Apr 2, 2010 5:05:21 PM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Enter the following information:
    Database SID: ora11g
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Apr 2, 2010 5:05:42 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\oracle\cfgtoollogs\emca\ora11g\emca_2
    010_04_02_17_05_21.log.
    Apr 2, 2010 5:05:43 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be p
    erformed.
    Apr 2, 2010 5:05:43 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    Apr 2, 2010 5:07:51 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Apr 2, 2010 5:07:51 PM
    C:\Documents and Settings\Administrator>emca -config dbcontrol db -repos create
    STARTED EMCA at Apr 2, 2010 5:08:11 PM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Enter the following information:
    Database SID: ora11g
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Password for SYSMAN user: Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    ASM ORACLE_HOME [ C:\oracle\oracledb11g ]:
    ASM SID [ +ASM ]:
    ASM port [ 1521 ]:
    ASM user role [ SYSDBA ]:
    ASM username [ SYS ]:
    ASM user password:
    ASM user password: -------------------------------------------------------------
    You have specified the following settings
    Database ORACLE_HOME ................ C:\oracle\oracledb11g
    Local hostname ................ PC01
    Listener port number ................ 1521
    Database SID ................ ora11g
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    ASM ORACLE_HOME ................ C:\oracle\oracledb11g
    ASM SID ................ +ASM
    ASM port ................ 1521
    ASM user role ................ SYSDBA
    ASM username ................ SYS
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Apr 2, 2010 5:08:40 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\oracle\cfgtoollogs\emca\ora11g\emca_2
    010_04_02_17_08_11.log.
    Apr 2, 2010 5:08:41 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Apr 2, 2010 5:12:59 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Apr 2, 2010 5:13:03 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToReposi
    tory
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Apr 2, 2010 5:13:48 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Apr 2, 2010 5:13:49 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLi
    b
    INFO: Software library configured successfully.
    Apr 2, 2010 5:13:49 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrar
    y
    INFO: Deploying Provisioning archives ...
    Apr 2, 2010 5:13:58 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrar
    y
    INFO: Provisioning archives deployed successfully.
    Apr 2, 2010 5:13:58 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    Apr 2, 2010 5:14:09 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Apr 2, 2010 5:14:09 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Apr 2, 2010 5:19:09 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at C:\oracle\cfgtoollogs\emca\ora11g\emca_2010_04_02_17_08
    _11.log for more details.
    Could not complete the configuration. Refer to the log file at C:\oracle\cfgtool
    logs\emca\ora11g\emca_2010_04_02_17_08_11.log for more details.Errors displayed in emca_2010_04_02_17_08_11.log are as follows:
    CONFIG: Waiting for service 'OracleDBConsoleora11g' to fully start
    Apr 2, 2010 5:18:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleora11g' to fully start
    Apr 2, 2010 5:19:09 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at C:\oracle\cfgtoollogs\emca\ora11g\emca_2010_04_02_17_08_11.log for more details.
    Apr 2, 2010 5:19:09 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:869)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:250)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:213)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:235)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)When I tried to re-start the OracleDBConsoleora11g service manually in Windows, it failed.
    Oracle 11g R1
    Windows XP Pro.
    How can I successfully create the db repository?
    Thanks in advance.

    C:\Documents and Settings\Administrator>sqlplus /nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Apr 2 18:50:41 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    SQL> conn / as sysdba
    Connected.
    SQL> SELECT * from v$version ;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL>Tail of alert file:
    db_recovery_file_dest_size of 8192 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Apr 02 17:04:48 2010
    Completed: alter database open
    Fri Apr 02 17:05:44 2010
    Database in quiesce mode
    Fri Apr 02 17:05:48 2010
    ALTER SYSTEM SET job_queue_processes=0 SCOPE=BOTH SID='*';
    Warning: drop_queue_table: No evaluation for the queue table: SYSMAN.MGMT_TASK_QTABLE
    Warning: drop_queue_table: No evaluation for the queue table: SYSMAN.MGMT_PAF_MSG_QTABLE_1
    Warning: drop_queue_table: No evaluation for the queue table: SYSMAN.MGMT_PAF_MSG_QTABLE_2
    Fri Apr 02 17:05:58 2010
    Thread 1 advanced to log sequence 106
      Current log# 1 seq# 106 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO01.LOG
    Fri Apr 02 17:06:30 2010
    Thread 1 advanced to log sequence 107
      Current log# 2 seq# 107 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO02.LOG
    Fri Apr 02 17:06:51 2010
    Thread 1 advanced to log sequence 108
      Current log# 3 seq# 108 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO03.LOG
    Fri Apr 02 17:07:11 2010
    Thread 1 advanced to log sequence 109
      Current log# 1 seq# 109 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO01.LOG
    Fri Apr 02 17:07:31 2010
    Thread 1 advanced to log sequence 110
      Current log# 2 seq# 110 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO02.LOG
    Fri Apr 02 17:07:49 2010
    ALTER SYSTEM SET job_queue_processes=0 SCOPE=BOTH SID='*';
    Fri Apr 02 17:07:51 2010
    Database out of quiesce mode
    Fri Apr 02 17:08:50 2010
    Thread 1 advanced to log sequence 111
      Current log# 3 seq# 111 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO03.LOG
    Fri Apr 02 17:09:10 2010
    Thread 1 advanced to log sequence 112
      Current log# 1 seq# 112 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO01.LOG
    Fri Apr 02 17:09:30 2010
    Thread 1 advanced to log sequence 113
      Current log# 2 seq# 113 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO02.LOG
    Fri Apr 02 17:10:06 2010
    Thread 1 advanced to log sequence 114
      Current log# 3 seq# 114 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO03.LOG
    Fri Apr 02 17:10:41 2010
    Thread 1 advanced to log sequence 115
      Current log# 1 seq# 115 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO01.LOG
    Fri Apr 02 17:11:23 2010
    Thread 1 advanced to log sequence 116
      Current log# 2 seq# 116 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO02.LOG
    Fri Apr 02 17:12:33 2010
    Thread 1 advanced to log sequence 117
      Current log# 3 seq# 117 mem# 0: C:\ORACLE\ORADATA\ORA11G\REDO03.LOG
    Fri Apr 02 17:13:00 2010
    Starting background process CJQ0
    Fri Apr 02 17:13:00 2010
    CJQ0 started with pid=27, OS id=3432
    Fri Apr 02 17:24:25 2010
    Stopping background process CJQ0The complete contents of emca_2010_04_02_17_08_11.log :
    [http://www.ahmedbaraka.com/temp/errolog2.txt]

  • Repository Assistant fails: Unable to create repository

    Hi,
    I have a 10.2.0.4 database, OWB is installed in a separate Oracle Home (10.2.0.4). Both on the same server (RHEL).
    When trying to create the Repository using the Repository Assistant I receive the following error after ~5% of the installation:
    ORA-06575: Package or function SECURITY_PV_UTILITIES is in an invalid state. This happens during run of the secCreate.sql script. The installation aborts.
    I have seen other threads with the same problem but without any solution. (I cannot migrate to 11g)
    The installation is for a Runtime Repository.
    During the I selected
    - Advanced Setup
    - Creating the repository for a new user as repository owner
    One thing to mention is that during the setup the system does'nt find a 'compatible' Oracle Home. I entered the Oracle Home of the OWB installation which wasn't accepted. Therefore, I pressed the 'Skip'-option. I am not sure whether this is correct.
    Any suggestions?
    Thanks in advance.
    Reiner Kühl

    This is generally caused when something the package relies on is missing in the database.
    1. Drop cascade the following schemas :
    Repository Owner
    OWBRT_SYS user.
    2. Drop the following roles :
    OWBR_<repository owner>
    OWB_A_<repository owner>
    OWB_D_<repository owner>
    OWB_O_<repository owner>
    OWB_<repository owner>
    3. Restart the OWB Repository Assistant:
    a) Create a new Repository
    b) Create a new OWB Target Schema in your existing schema (or create a new target user)
    4. Connect in SQLPLUS as the repository owner and use the OWB_HOME/owb/rtp/sql/service_doctor.sql script to check the status of the Control Center Service.
    You can use "NOTE.340196.1 Data Collection Script for Oracle Warehouse Builder" to check the status of the OWB 10.2 environment. It will list invalid objects by schema and type. This script also has a use in your normal backup and recovery plans. It outputs the details of your locations. With that data and your MDL file, you can recreate a repository very quickly. The note is available on Metalink. There is also a note available for OWB 11.1, Note:454044.1

  • Difficulties when creating a slave repository on MDM 7.1

    Hi Experts,
    We're trying to create a Slave repository on MDM 7.1, but when trying to connect to the other DBMS a message shows up saying that it's unable to connect with Database Server.
    I went to the MDM log and found the following message:
    Service 'MQ0', Schema 'system', ERROR CODE=12154 ||| ORA-12154: TNS:could not resolve the connect identifier specified Last CMD:
    Important information:
    The servers are different, one for the master and the other for slave. (the DB is also in each correspondent server).
    Both servers are on the same network.
    The Oracle Listener is up and working, we could telnet it.
    Does anybody faced with something similar?
    Thanks for the help
    Armando Martines Neto

    Adding the full log message from MDM:
    OCI Attach, try again ...
    Last CMD:
    ",MDSAdminServer@GetDbmsSettings,Oracle_DBConnection.cpp,201,,,,server_user,server_global,,,
    2009-07-20T19:20:57.918,11      ,24,"OCI Attach returned: -1",MDSAdminServer@GetDbmsSettings,Oracle_DBConnection.cpp,543,,,,server_user,server_global,,,
    2009-07-20T19:20:57.918,11      ,24,"Service '15.179.91.77', Schema 'mpmuser', ERROR CODE=12154 ||| ORA-12154: TNS:could not resolve the connect
    cheers,
    Armando Martines Neto

  • Unable to create a whole root zone

    Hi Folks,
    I wanted to create a whole-root zone. I am unable to create one :(. Did some one encounter this problem ?.
    BTW: I have SC 3.2 installed on this two node cluster. I was able to validate our Data services on this setup without any problem Now I am trying to experiment with zones, by creating zones. I am unable to move further with my validation of our data services on zones.
    *) mkdir -m 700 /export/zone-1
    *) The version of the OS used
    # cat /etc/release
    Solaris 10 11/06 s10s_u3wos_09 SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 01 November 2006
    # zonecfg -z zone-1
    zone-1: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:zone-1> create
    zonecfg:zone-1> remove inherit-pkg-dir dir=/sbin
    zonecfg:zone-1> remove inherit-pkg-dir dir=/usr
    zonecfg:zone-1> remove inherit-pkg-dir dir=/platform
    zonecfg:zone-1> remove inherit-pkg-dir dir=/lib
    zonecfg:zone-1> set autoboot=true
    zonecfg:zone-1> set zonepath=/export/zone-1
    zonecfg:zone-1> add net
    zonecfg:zone-1:net> set address=192.18.75.237
    zonecfg:zone-1:net> set physical=eri0
    zonecfg:zone-1:net> end
    zonecfg:zone-1> info
    zonename: zone-1
    zonepath: /export/zone-1
    autoboot: true
    pool:
    limitpriv:
    net:
    address: 192.18.75.237
    physical: eri0
    zonecfg:zone-1> verify
    zonecfg:zone-1> commit
    zonecfg:zone-1> exit
    # cat /etc/zones/zone-1.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1">
    <!--
    DO NOT EDIT THIS FILE. Use zonecfg(1M) instead.
    -->
    <zone name="zone-1" zonepath="/export/zone-1" autoboot="true">
    <network address="192.18.75.237" physical="eri0"/>
    </zone>
    # zoneadm list -civ
    ID NAME STATUS PATH
    0 global running /
    - zone-1 configured /export/zone-1
    # zoneadm -z zone-1 verify
    # zoneadm -z zone-1 install
    Preparing to install zone <zone-1>.
    Creating list of files to copy from the global zone.
    Copying <6080> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1071> packages on the zone.
    Initialized <1071> packages on zone.
    Zone <zone-1> is initialized.
    Installation of these packages generated errors: <SUNWsczr SUNWdtlog SUNWsmmgr>
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWcsr SUNWxwplr SUNWfontconfig-root SUNWpcr SUNWdtdmr SUNWtnamr SUNWkrbr SUNWtnetr SUNWdoc SUNWppror SUNWocfr SUNWvolr SUNWnfscr SUNWwbcor SUNWwebminr SUNWgssc SUNWnisr SUNWypr SUNWipplr SUNWaccr SUNWbsr SUNWdhcsr SUNWatfsr SUNWkdcr SUNWapch2r SUNWbindr SUNWbnur SUNWcnsr SUNWpsr SUNWsacom SUNWnfssr SUNWntpr SUNWftpr SUNWrcapr SUNWrcmdr SUNWslpr SUNWsndmr SUNWsshdr SUNWstsfr SUNWswupclr>
    The file </export/zone-1/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    # pkginfo -i SUNWsczr
    application SUNWsczr Sun Cluster (non-global zones support)
    # pkginfo -i SUNWsczr
    application SUNWsczr Sun Cluster (non-global zones support)
    # pkginfo -i SUNWdtlog
    system SUNWdtlog System boot for Desktop Login
    # pkginfo -i SUNWsmmgr
    system SUNWsmmgr System Management Agent Startup scripts
    *** package <SUNWsczr> failed to install with fatal errors:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/stoprgm> failed
    pathname does not exist
    NOTE: When the package <SUNWsczr> was installed in the global zone, the file <etc/init.d/stoprgm> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone <zone-1> in the file </export/zone-1/root/etc/init.d/stoprgm>.
    ERROR : i.manifest cannot find archived files in /var/sadm/pkg/SUNWsczr/save/pspool/SUNWsczr/archive.
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWsczr> on zone <zone-1> failed.
    *** package <SUNWnisr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/nsswitch.nis> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <etc/nsswitch.nis> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/nsswitch.nis>.
    WARNING: attribute verification of </export/zone-1/root/etc/nsswitch.nisplus> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <etc/nsswitch.nisplus> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/nsswitch.nisplus>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/nisplus> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <lib/svc/method/nisplus> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/nisplus>.
    WARNING: attribute verification of </export/zone-1/root/var/nis/NIS+LDAPmapping.template> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <var/nis/NIS+LDAPmapping.template> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/nis/NIS+LDAPmapping.template>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ nis/client.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ rpc/nisplus.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ rpc/rex.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/client.xml> failed
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/client.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/nisplus.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rex.xml> failed
    pathname does not exist
    Installation of <SUNWnisr> on zone <zone-1> partially
    failed.
    *** package <SUNWypr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/var/yp/updaters> failed
    pathname does not exist
    NOTE: When the package <SUNWypr> was installed in the global zone,
    the file <var/yp/updaters> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/yp/updaters>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/passwd.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/server.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/update.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/xfr.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/passwd.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/server.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/update.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/xfr.xml> failed
    pathname does not exist
    Installation of <SUNWypr> on zone <zone-1> partially
    failed.
    *** package <SUNWipplr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWipplr/save/pspool/SUNWipplr/reloc/var/svc/manifest/applic ation/print/ipp-listener.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/print/ipp-listener.xml> failed
    pathname does not exist
    Installation of <SUNWipplr> on zone <zone-1> partially
    failed.
    *** package <SUNWaccr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-sar> failed
    pathname does not exist
    NOTE: When the package <SUNWaccr> was installed in the global zone,
    the file <lib/svc/method/svc-sar> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-sar>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWaccr/save/pspool/SUNWaccr/reloc/var/svc/manifest/system/s ar.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/sar.xml> failed
    pathname does not exist
    Installation of <SUNWaccr> on zone <zone-1> partially
    failed.
    *** package <SUNWbsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/rpld.conf> failed
    pathname does not exist
    NOTE: When the package <SUNWbsr> was installed in the global zone,
    the file <etc/rpld.conf> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/rpld.conf>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbsr/save/pspool/SUNWbsr/reloc/var/svc/manifest/network/ra rp.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbsr/save/pspool/SUNWbsr/reloc/var/svc/manifest/network/rp c/bootparams.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rarp.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/bootparams.xml> failed
    pathname does not exist
    Installation of <SUNWbsr> on zone <zone-1> partially
    failed.
    *** package <SUNWdhcsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/dhcp> failed
    pathname does not exist
    NOTE: When the package <SUNWdhcsr> was installed in the global zone,
    the file <etc/init.d/dhcp> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/init.d/dhcp>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWdhcsr/save/pspool/SUNWdhcsr/reloc/var/svc/manifest/networ k/dhcp-server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/dhcp-server.xml> failed
    pathname does not exist
    Installation of <SUNWdhcsr> on zone <zone-1> partially
    failed.
    *** package <SUNWatfsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-autofs> failed
    pathname does not exist
    NOTE: When the package <SUNWatfsr> was installed in the global zone,
    the file <lib/svc/method/svc-autofs> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-autofs>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWatfsr/save/pspool/SUNWatfsr/reloc/var/svc/manifest/system /filesystem/autofs.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/filesystem/autofs.xml> failed
    pathname does not exist
    Installation of <SUNWatfsr> on zone <zone-1> partially
    failed.
    *** package <SUNWkdcr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWkdcr/save/pspool/SUNWkdcr/reloc/var/svc/manifest/network/ security/krb5_prop.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/security/krb5_prop.xml> failed
    pathname does not exist
    Installation of <SUNWkdcr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/var/apache2/icons/world2.gif> failed
    pathname does not exist
    NOTE: When the package <SUNWapch2r> was installed in the global zone,
    the file <var/apache2/icons/world2.gif> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/apache2/icons/world2.gif>.
    WARNING: attribute verification of </export/zone-1/root/var/apache2/icons/world2.png> failed
    pathname does not exist
    NOTE: When the package <SUNWapch2r> was installed in the global zone,
    the file <var/apache2/icons/world2.png> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/apache2/icons/world2.png>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWapch2r/save/pspool/SUNWapch2r/reloc/var/svc/manifest/netw ork/http-apache2.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/http-apache2.xml> failed
    pathname does not exist
    Installation of <SUNWapch2r> on zone <zone-1> partially
    failed.
    *** package <SUNWbindr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbindr/save/pspool/SUNWbindr/reloc/var/svc/manifest/networ k/dns/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/dns/server.xml> failed
    pathname does not exist
    Installation of <SUNWbindr> on zone <zone-1> partially
    failed.
    *** package <SUNWbnur> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbnur/save/pspool/SUNWbnur/reloc/var/svc/manifest/network/ uucp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/uucp.xml> failed
    pathname does not exist
    Installation of <SUNWbnur> on zone <zone-1> partially
    failed.
    *** package <SUNWcnsr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ chargen.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ daytime.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ discard.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ echo.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ time.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/chargen.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/daytime.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/discard.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/echo.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/time.xml> failed
    pathname does not exist
    Installation of <SUNWcnsr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/etc/lp/fd/pr.fd> failed
    pathname does not exist
    NOTE: When the package <SUNWpsr> was installed in the global zone,
    the file <etc/lp/fd/pr.fd> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/lp/fd/pr.fd>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/print-svc> failed
    pathname does not exist
    NOTE: When the package <SUNWpsr> was installed in the global zone,
    the file <lib/svc/method/print-svc> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/print-svc>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWpsr/save/pspool/SUNWpsr/reloc/var/svc/manifest/applicatio n/print/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/print/server.xml> failed
    pathname does not exist
    Installation of <SUNWpsr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/var/snmp/mib/sun.mib> failed
    pathname does not exist
    NOTE: When the package <SUNWsacom> was installed in the global zone,
    the file <var/snmp/mib/sun.mib> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/snmp/mib/sun.mib>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/etc/init.d/init.dmi> is corrupt
    file size <373> expected <1125> actual
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/etc/init.d/init.snmpdx& gt; is corrupt
    file size <382> expected <685> actual
    ERROR: attribute verification of </export/zone-1/root/etc/init.d/init.dmi> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/etc/init.d/init.snmpdx> failed
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/var/svc/manifest/applic ation/management/dmi.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/var/svc/manifest/applic ation/management/snmpdx.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/management/dmi.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/management/snmpdx.xml> failed
    pathname does not exist
    Installation of <SUNWsacom> on zone <zone-1> partially
    failed.
    *** package <SUNWdtlog> failed to install with fatal errors:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/dtlogin> failed
    pathname does not exist
    NOTE: When the package <SUNWdtlog> was installed in the global zone,
    the file <etc/init.d/dtlogin> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/init.d/dtlogin>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-dtlogin> failed
    pathname does not exist
    NOTE: When the package <SUNWdtlog> was installed in the global zone,
    the file <lib/svc/method/svc-dtlogin> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-dtlogin>.
    ERROR : i.manifest cannot find archived files in /var/sadm/pkg/SUNWdtlog/save/pspool/SUNWdtlog/archive.
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWdtlog> on zone <zone-1> failed.
    *** package <SUNWnfssr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/nfs-server> failed
    pathname does not exist
    NOTE: When the package <SUNWnfssr> was installed in the global zone,
    the file <lib/svc/method/nfs-server> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/nfs-server>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnfssr/save/pspool/SUNWnfssr/reloc/var/svc/manifest/networ k/nfs/rquota.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnfssr/save/pspool/SUNWnfssr/reloc/var/svc/manifest/networ k/nfs/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nfs/rquota.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nfs/server.xml> failed
    pathname does not exist
    Installation of <SUNWnfssr> on zone <zone-1> partially
    failed.
    *** package <SUNWntpr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/inet/ntp.server> failed
    pathname does not exist
    NOTE: When the package <SUNWntpr> was installed in the global zone,
    the file <etc/inet/ntp.server> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/inet/ntp.server>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/xntp> failed
    pathname does not exist
    NOTE: When the package <SUNWntpr> was installed in the global zone,
    the file <lib/svc/method/xntp> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/xntp>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWntpr/save/pspool/SUNWntpr/reloc/var/svc/manifest/network/ ntp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/ntp.xml> failed
    pathname does not exist
    Installation of <SUNWntpr> on zone <zone-1> partially
    failed.
    *** package <SUNWftpr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWftpr/save/pspool/SUNWftpr/reloc/var/svc/manifest/network/ ftp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/ftp.xml> failed
    pathname does not exist
    Installation of <SUNWftpr> on zone <zone-1> partially
    failed.
    *** package <SUNWrcapr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWrcapr/save/pspool/SUNWrcapr/reloc/var/svc/manifest/system /rcap.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/rcap.xml> failed
    pathname does not exist
    Installation of <SUNWrcapr> on zone <zone-1> partially
    failed.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWrcmdr/save/pspool/SUNWrcmdr/reloc/var/svc/manifest/networ k/talk.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/comsat.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/finger.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/login.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rexec.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rstat.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rusers.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/spray.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/wall.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/shell.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/talk.xml> failed
    pathname does not exist
    Installation of <SUNWrcmdr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/etc/sma/snmp/snmpconf-data/snmptrapd-data/traphandle> ; failed
    pathname does not exist
    NOTE: When the package <SUNWsmmgr> was installed in the global zone,
    the file <etc/sma/snmp/snmpconf-data/snmptrapd-data/traphandle> was also installed. Af

    Hello,
    I still get the errors.
    # zonecfg -z zone-one
    zone-one: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:zone-one> create -b
    zonecfg:zone-one> set autoboot=true
    zonecfg:zone-one> set zonepath=/export/zone-one
    zonecfg:zone-one> add net
    zonecfg:zone-one:net> set physical=eri0
    zonecfg:zone-one:net> set address=192.18.xx.xxx
    zonecfg:zone-one:net> end
    zonecfg:zone-one> verify
    zonecfg:zone-one> commit
    zonecfg:zone-one> exit
    # zoneadm -z zone-one verify
    # zoneadm -z zone-one install
    Preparing to install zone <zone-one>.
    Creating list of files to copy from the global zone.
    Copying <6080> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1071> packages on the zone.
    Initialized <1071> packages on zone.
    Zone <zone-one> is initialized.
    Installation of these packages generated errors: <SUNWsczr SUNWdtlog SUNWsmmgr>
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWcsr SUNWxwplr SUNWfontconfig-root SUNWpcr SUNWdtdmr SUNWtnamr SUNWkrbr SUNWtnetr SUNWdoc SUNWppror SUNWocfr SUNWvolr SUNWnfscr SUNWwbcor SUNWwebminr SUNWgssc SUNWnisr SUNWypr SUNWipplr SUNWaccr SUNWbsr SUNWdhcsr SUNWatfsr SUNWkdcr SUNWapch2r SUNWbindr SUNWbnur SUNWcnsr SUNWpsr SUNWsacom SUNWnfssr SUNWntpr SUNWftpr SUNWrcapr SUNWrcmdr SUNWslpr SUNWsndmr SUNWsshdr SUNWstsfr SUNWswupclr>
    The file </export/zone-1/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    _DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error during BCC base data import:  Unable to create class DeploymentServer

    Unable to create class atg.deployment.server.DeploymentServer for configuration /atg/epub/DeploymentServer java.lang.NoClassDefFoundError
    Hello~~~. Can anyone point me into the right direction
    I had checked my class path it got atg.deployment.server.DeploymentServer.
    and the 'legacy' /atg/epub/DeploymentServe looks like (which is doing nothing...really)
    #/atg/epub/DeploymentServer/
    #/atg/epub/DeploymentServer property allowMissingNonEssentialAgents is set to true. By default, this property is set to false. If set to false, unessential agents are treated like essential agents and must be online and functional during deployment.
    #All agents that are flagged as essential are online and functional.
    #allowMissingNonEssentialAgents     false
    ----------stack trace error ---------------
    [exec] **** info     Wed Mar 07 10:20:01 EST 2012     1331076001656     /DPSLicense     atg.service.ServiceResources->dynamoPrintMaxSessions : Only 20 concurrent sessions can be managed with this license
    [exec] **** info     Wed Mar 07 10:20:01 EST 2012     1331076001656     /DPSLicense     atg.service.ServiceResources->dynamoPrintMaxDynamoServers : Only 3 Dynamo server(s) can be used concurrently with this license
    [exec] **** info     Wed Mar 07 10:20:01 EST 2012     1331076001656     /DPSLicense     DPS is licensed to Hutchison 3G Australia Pty Limited - Development
    [exec] **** info     Wed Mar 07 10:20:01 EST 2012     1331076001656     /DPSLicense     atg.service.ServiceResources->unlimitedLicenseMsg : This product is licensed for an unlimited number of CPUs.
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003062     /atg/epub/version/VersionManagerRepository     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003203     /atg/dynamo/server/SQLRepositoryEventServer     Service /atg/dynamo/server/SQLRepositoryEventServer listening at http://cgi-hxc15q12:3040/
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003265     /atg/epub/process/ProcessData-ver     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003281     /atg/epub/process/ProcessDataRepository     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003390     /atg/epub/file/PublishingFiles-ver     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003421     /atg/epub/file/PublishingFileRepository     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003781     /atg/userprofiling/InternalProfileRepository     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003890     /atg/dynamo/security/AdminSqlRepository     SQL Repository startup complete
    [exec] **** info     Wed Mar 07 10:20:03 EST 2012     1331076003890     /atg/dynamo/security/AdminAccountInitializer     Initializing account database /atg/dynamo/security/AdminAccountManager from /atg/dynamo/security/SimpleXmlUserAuthority
    [exec] Nucleus running
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004453     /     Unable to create class atg.deployment.server.DeploymentServer for configuration /atg/epub/DeploymentServer java.lang.NoClassDefFoundError: javax/ejb/FinderException
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /     Unable to resolve component /atg/epub/Configuration      java.lang.NoClassDefFoundError: javax/ejb/FinderException
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at java.lang.Class.forName0(Native Method)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at java.lang.Class.forName(Class.java:242)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.PropertyEditors.getPropertyEditor(PropertyEditors.java:254)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.getProperty(BeanConfigurator.java:731)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.configureStateProperty(BeanConfigurator.java:683)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.configureStateProperty(BeanConfigurator.java:594)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.configureState(BeanConfigurator.java:418)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.PropertyConfiguration.configureState(PropertyConfiguration.java:809)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:748)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1051)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.ConfigurationRef.getValue(ConfigurationRef.java:81)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.ConfigurationRefProperty.getValue(ConfigurationRefProperty.java:82)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:357)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:218)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:241)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:275)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:752)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1051)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:146)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:357)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:218)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:241)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:275)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:752)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:62)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1319)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1119)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:787)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:569)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:550)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:394)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.Nucleus.resolveName(Nucleus.java:2648)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.GenericService.resolveName(GenericService.java:315)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.nucleus.GenericService.resolveName(GenericService.java:367)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5498)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /          at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5072)
    [exec] **** Error     Wed Mar 07 10:20:04 EST 2012     1331076004484     /

    The class that is missing is javax/ejb/FinderException
    Download one of the jars from below site and add it to classpath. Then build the ear again and restart the server.
    http://www.jarfinder.com/index.php/java/info/javax.ejb.FinderException
    Peace
    Shaik

  • ORA-01658: unable to create INITIAL extent for segment in tablespace

    NEW REPOSITORY INSTALLATION ERROR!!
    I want to install a new Repository using Oracle9iR9.2.0.1 and iDS10g on windowsXP Professional the same machine.
    After running all the SQL scripts ( ckqa,ckvalqa,ckcreate,ckreport) with success to installing a new Repository on my Database using "the Scripts Method",I start the Repository Administration Utility( RAU) to scheck the priveleges and so on.
    After pressing the Install button in the RAU:
    -I take public synonyms
    -I scheck the box for "Support Designer Objects", then
    -The Repository size is Medium
    -I have not change the defauft Tablespace of the Repository_Manager names TEMPORARY_TABLES to store the index and table of System Data....Diagram Data.
    After Starting, the Installation began an stop by installing some Tables like schown :
    Operation: Started : 07/03/04 20:26:32
    Reading File: cktabs.sql
    Object : TABLE CDDL_TMP_TBL
    Executing statement(s)...
    Verifying...
    .and so on till....uns so weiter bis
    Reading File: cktabs.sql
    Object : TABLE RM$INFO
    Executing statement(s)...
    Error Submitting Definition: User intervention required...
    RME-02124: Failed to execute SQL statement: CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    Storage (initial 4K next 4K pctincrease 0) Tablespace TEMPORARY_TABLES
    ORA-01658: unable to create INITIAL extent for segment in tablespace TEMPORARY_TABLES
    Dumping Buffer...
    CREATE TABLE RM$INFO
    (NAME VARCHAR2(128) NOT NULL
    ,VALUE VARCHAR2(128)
    ...End of Buffer
    User Requested: Stop Process
    When I read the Help of the Error the
    CAUSE was: Failed to find sufficient contiguous Space to allocate INITIAL extend for Segment being created.
    ACTION: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller Value for initial.
    I then try to resolve it by schecking and changing the Values of INITIAL_VALUE and NEXT_VALUE in the ckparams.txt to 500k.I change the Values of TEMPORARY_TABLES(10214 to 51200k) and TEMPORARY_INDEXES from (20000 to 100000k).Then I run the scripts @ckparams.txt, @ckvalqa, @ckcreate but
    -pressing the Scheck Privileges Button on the RAU still give me 106k for the INITIAL_ and NEXT_VALUE.
    -And the installato still stop with the same Error.
    Question: How schould I resolve this Configuration?
    You could respond in ENGLICH, GERMAN or FRENCH
    Thank you for your Help!

    You are running into database errors. You should refer to the database documentation on how to adjust the size your tablespaces. The online Designer installation guide will advise you as to the sizes of tablespaces you require. (http://otn.oracle.com/pls/wocprod/docs/page/ocom/technology/products/designer/supporting_doc/Des10g_9044/cmnhlp72/rep_insgde/igttl_9i.htm)
    Regards
    Sue

  • Error in creating Enterprise manager repository

    Error in Enterprise manager repository
    oracle@oracle:~&gt; emca -repos create
    STARTED EMCA at Mar 8, 2009 9:14:45 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ora01
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? yes(Y)/no(N): Y
    Mar 8, 2009 9:15:08 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log.
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_&lt;date&gt;.log for more details.
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
    emca_repos_create_2009-03-08_09-15-09-PM.log
    Check if repos user already exists.
    old 6: WHERE username=UPPER('&EM_REPOS_USER');
    new 6: WHERE username=UPPER('SYSMAN');
    old 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
    new 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
    old 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
    new 11: raise_application_error(-20000, 'SYSMAN does not exists..');
    old 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
    new 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
    old 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
    new 17: raise_application_error(-20001, 'SYSMAN already exists..');
    old 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
    new 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
    DECLARE
    ERROR at line 1:
    ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    emca_2009-03-08_09-14-45-PM.log
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-repos' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /home/oracle/product/10gR2
    Mar 8, 2009 9:12:15 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: ora01
    Mar 8, 2009 9:12:18 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:23 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /home/oracle/product/10gR2
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_2009-03-08_09-12-26-PM.log
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
         at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_<date>.log for more details.
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log for more details.
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)

    oracle@oracle:~>  emca -config dbcontrol db -repos create
    STARTED EMCA at Mar 8, 2009 9:38:46 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ora01
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /home/oracle/product/10gR2
    Database hostname ................ srv603484.adpepper.com
    Listener port number ................ 1521
    Database SID ................ ora01
    Email address for notifications ............... [email protected]
    Outgoing Mail (SMTP) server for notifications ............... www.cyabge.com
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Mar 8, 2009 9:39:23 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log.
    Mar 8, 2009 9:39:24 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:41:39 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Mar 8, 2009 9:41:43 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /home/oracle/product/10gR2/bin/emctl start dbconsole
    Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
    oracle@oracle:~> emctl start dbconsole
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://**********:5500/em/console/aboutApplication
    Timezone mismatch: The agentTZRegion value (US/Pacific) in
    /home/oracle/product/10gR2/**********8_ora01/sysman/config/emd.properties
    does not match the current environment TZ setting(US/Pacific).
    The dbconsole cannot run with this mismatch.
    If US/Pacific is the correct timezone, set your timezone environment variable to US/Pacific and repeat the 'emctl start dbconsole' operation.
    If US/Pacific is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'
    The output of this command will include detailed instructions to follow, to correct the mismatch.
    Edited by: user618704 on Mar 9, 2009 2:08 AM

  • Unable to create Web i reports in Win 7 64 bit OS

    Hi,
        I have WIN 7 64 bit installed on my Laptop. I am unable to create Web I reports in this machine. Does any one know why?
    BR, Nanda

    Hi Nanda Kishore,
    Webi reports does not show in your local system,because webi reports acces from repository through URL,if you export your Bex Query(Universe) to repository,it is possible to see.but you local system is usefull for stand alone applications.
    you can see only web intelligece rich client and Desk intelligence.
    All the best
    Praveen

Maybe you are looking for

  • Enterprise development for iPad

    Hi guys! Please give me understanding on some issues. We want to develop corporate applications for private users, not for the Internet. And we want to let our Flex apps to work on iPad. Is it possible? 1. Apple requires development of apps only on C

  • Is there any way to create a reminder for "today"?

    Is there any way to create a reminder for "today" in the new Reminders app? I used to be able to pull up the "today" list and add things that would go to my default list but automatically show up for today but now it looks as though that option is go

  • Discoverer reports in portlet

    Hi All! Will anyone help me to solve the following problem? There are several Discoverer reports based on database records. It's necessary to put them in a single portlet. I've tried to create a portlet provider and URL portlet, but there is the requ

  • Symbian Anna Email client fonts

    I get overlapping characters when zooming in with the Nokia email client after Anna update. See screen shot. Attachments: Scr000002.jpg ‏32 KB

  • Change PO output

    Hi, When a po is changed after the initial printout, the change output prints only the changes, and not the full PO. I know this is the standard way SAP works. Is there any way we can print the full PO in the change output also. Note that I do not wa