IFS configuration tool not running

The configuration tool is not running and in the ifsconfig.bat
There is this line:
set IFS_HOME=D:\oracle\ora90/9ifs
I do not why “/” and “\”
Any idea???

Can you supply the errors you are getting, how far through does it get? I've had problems in the past with the configuration tool when installing on a P4 due to the symcjit problem.
Also are you trying to install 9.0.1 into a different home to iAS as we have had problems in the past.
Bernard

Similar Messages

  • Oracle 9i database configuration assisstant not running

    Hi All,
    My database is Oracle 9i.The configuration assisstant not running in this .can any body help?
    Reena

    Hi Reena, this got lost in the wrong forum. try the database forum
    Barry

  • CSCur57111 - VMWare tools not running after upgrade from 1.2 to 1.3

    I guess that we need to create a TAC case to be able to run this script as root ? 
    regards
    Gudmundur

    I've upgrade from v1.2 to v1.3 (in a test-lab so far). I also found this problem of VMWare reporting the VM tools are not running, despite my changing the host type to RedHat6/x64.
    Did you manage to figure out how to get ROOT access to be able to run the fix they mention?
    https://tools.cisco.com/bugsearch/bug/CSCur57111/?referring_site=bugqvinvisibleredir
    Thanks.

  • JPQL query tool not running

    Hello people, I want to use console for JPQL I found
    https://jpaquerytool.dev.java.net/how-to.html
    and install it, but then I added my-app.jar and persistence unit name, after run I have one warning -
    "could not load persistance unit
    check your database classpath"....
    and
    Message Stack:
    No Persistence provider for EntityManager named TestPU: Provider named org.hibernate.ejb.HibernatePersistence threw unexpected exception at create EntityManagerFactory:
    javax.persistence.PersistenceException
    javax.persistence.PersistenceException: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:252)
    at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:120)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:110)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
    at org.morgade.jpaquerytool.core.EntityFinder.<init>(EntityFinder.java:33)
    at org.morgade.jpaquerytool.gui.tasks.CreateEntityFinderTask.doInBackground(CreateEntityFinderTask.java:47)
    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at org.hibernate.ejb.packaging.PersistenceXmlLoader.loadURL(PersistenceXmlLoader.java:70)
    at org.hibernate.ejb.packaging.PersistenceXmlLoader.deploy(PersistenceXmlLoader.java:79)
    at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:212)
    ... 12 more
    Provider named oracle.toplink.essentials.PersistenceProvider threw unexpected exception at create EntityManagerFactory:
    oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Local Exception Stack:
    Exception [TOPLINK-30005] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while searching for persistence archives with ClassLoader: sun.misc.Launcher$AppClassLoader@11b86e7
    Internal Exception: Exception [TOPLINK-30004] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while processing persistence.xml from URL: file:/E:/projects/wn/wn-ejb/dist/wn-ejb.jar
    Internal Exception:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionSearchingForPersistenceResources(PersistenceUnitLoadingException.java:143)
    at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:169)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:110)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
    at org.morgade.jpaquerytool.core.EntityFinder.<init>(EntityFinder.java:33)
    at org.morgade.jpaquerytool.gui.tasks.CreateEntityFinderTask.doInBackground(CreateEntityFinderTask.java:47)
    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: Exception [TOPLINK-30004] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while processing persistence.xml from URL: file:/E:/projects/wn/wn-ejb/dist/wn-ejb.jar
    Internal Exception:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionProcessingPersistenceXML(PersistenceUnitLoadingException.java:134)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceXML(PersistenceUnitProcessor.java:161)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceArchive(PersistenceUnitProcessor.java:99)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.getPersistenceUnits(PersistenceUnitProcessor.java:89)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initPersistenceUnits(JavaSECMPInitializer.java:236)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:255)
    at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:155)
    ... 11 more
    Caused by:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    at oracle.toplink.essentials.internal.ejb.cmp3.xml.parser.XMLExceptionHandler.error(XMLExceptionHandler.java:52)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceXML(PersistenceUnitProcessor.java:151)
    ... 16 more
    Provider named oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider threw unexpected exception at create EntityManagerFactory:
    oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Local Exception Stack:
    Exception [TOPLINK-30005] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while searching for persistence archives with ClassLoader: sun.misc.Launcher$AppClassLoader@11b86e7
    Internal Exception: Exception [TOPLINK-30004] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while processing persistence.xml from URL: file:/E:/projects/wn/wn-ejb/dist/wn-ejb.jar
    Internal Exception:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionSearchingForPersistenceResources(PersistenceUnitLoadingException.java:143)
    at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:169)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:110)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
    at org.morgade.jpaquerytool.core.EntityFinder.<init>(EntityFinder.java:33)
    at org.morgade.jpaquerytool.gui.tasks.CreateEntityFinderTask.doInBackground(CreateEntityFinderTask.java:47)
    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: Exception [TOPLINK-30004] (Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))): oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException
    Exception Description: An exception was thrown while processing persistence.xml from URL: file:/E:/projects/wn/wn-ejb/dist/wn-ejb.jar
    Internal Exception:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    at oracle.toplink.essentials.exceptions.PersistenceUnitLoadingException.exceptionProcessingPersistenceXML(PersistenceUnitLoadingException.java:134)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceXML(PersistenceUnitProcessor.java:161)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processPersistenceArchive(PersistenceUnitProcessor.java:99)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.getPersistenceUnits(PersistenceUnitProcessor.java:89)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initPersistenceUnits(JavaSECMPInitializer.java:236)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:255)
    at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:155)
    ... 11 more
    Caused by:
    (1. cvc-complex-type.2.4.a: Invalid content was found starting with element 'persistence'. One of '{"http://java.sun.com/xml/ns/persistence" ersistence-unit}' is expected.)
    (2. XML document structures must start and end within the same entity.)
    All this for all my persistance units!
    If you know cause of this problem please help me, or
    provide other JPQL or JPA query tool.
    More Thanks

    I changed my unit to
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="wn-ejbPU">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <jta-data-source>java:/MySQL</jta-data-source>
    <properties>
    <property name="hibernate.archive.autodetection" value="class, hbm"/>
    <property name="hibernate.show_sql" value="true"/>
    <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>
    <property name="hibernate.connection.password" value="root"/>
    <property name="hibernate.connection.url" value="jdbc:mysql://localhost:3306/wet"/>
    <property name="hibernate.connection.username" value="root"/>
    <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
    <property name="hibernate.c3p0.min_size" value="5"/>
    <property name="hibernate.c3p0.max_size" value="20"/>
    <property name="hibernate.c3p0.timeout" value="300"/>
    <property name="hibernate.c3p0.max_statements" value="50"/>
    <property name="hibernate.c3p0.idle_test_period" value="3000"/>
    <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
    <property name="hibernate.hbm2ddl.auto" value="none"/>
    </properties>
    </persistence-unit>
    </persistence>
    but now I have
    Message Stack:
    No Persistence provider for EntityManager named wn-ejbPU: Provider named org.hibernate.ejb.HibernatePersistence threw unexpected exception at create EntityManagerFactory:
    javax.persistence.PersistenceException
    javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not find datasource
         at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:720)
         at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:110)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
         at org.morgade.jpaquerytool.core.EntityFinder.<init>(EntityFinder.java:33)
         at org.morgade.jpaquerytool.gui.tasks.CreateEntityFinderTask.doInBackground(CreateEntityFinderTask.java:47)
         at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.hibernate.HibernateException: Could not find datasource
         at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
         at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
         at org.hibernate.ejb.InjectionSettingsFactory.createConnectionProvider(InjectionSettingsFactory.java:29)
         at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
         at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
         at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
         at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713)
         ... 12 more
    Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
         ... 18 more

  • Configuration tool not starting

    Hi,
    I'm trying to install FDM on an already installed EPM 11.1.2 system.
    I had previously installed HSS, Essbase, EPMA, Reporting and Analysis, PLanning.
    The install of FDM went well, when I click configure on the finished installation page nothing happened, as usual. So I went to the start menu and launched the config tool from there.
    That's when the strange thing happens. I have a terminal window listing the different checking the process performs.
    One of them fails with the following message:
    Running Windows system32 directory check... FATAL ERROR: Windows system32 directory failed with the message "C:\Windows\System32" not present in PATH"
    I suppose it has something to do with a environment variable but I don't know what I'm supposed to do.
    Note that before installing FDM, I also installed Oracle Data Integrator this morning. Before I did this, the Config tool was working correctly.
    thanks for your help.
    Cyril

    Hi,
    I solved the previous issue. It was indeed a problem of environment variable.It appears that ODI overwrote my PATH variable instead of adding it's own path to it. I manage to make it work by getting the value of my PATH env variable from another server that I previously installed. Luckily I'm do all my installs the same way and the PATH worked.
    But now I'm facing another issue. I'm still trying to configure FDM. I'm starting with the ERP integrator, I created a database HERPINT like I always do for other products. But I get a ConnectException, the error message in the config tool is: "Got minus one from a read call".
    It looks like my config tool cannot access my SQL server anymore. Meanwhile, I was able to login in shared services and workspace, so they can access SQL server.
    Can anyone help ?
    Thanks for your help,
    Cyril

  • Post-installation configuration interface not running

    I've just installed Ops Center 12.1 on a new SPARC T4-1b running Solaris 11.
    We are using a remote database hosted inside an Oracle Database Appliance. The installation went through entirely, and I'm at the point where I need to configure the application.
    The problem is that the web GUI that is supposed to be running on port 9443 isn't running. (doesn't appear in netstat -an).
    The instances bound to port 80 (the redirect) and port 443 exist -- but the rewrite sends me to the non-existent service running on port 9443, so I am stuck.
    root@host:/opt/SUNWxvmoc/bin# ./ecadm status
    online
    OCDoctor reports no issues.
    root@host:/opt/SUNWxvmoc/bin# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --troubleshoot
    Ops Center Doctor 4.05 [OC 12.1.1.2076,SunOS11] [Read only] [21-Aug-2012 14:46PM EDT]
    ======================== Checking Enterprise Controller... ==============================
    OK: Total number of agents: 0
    OK: Number of agents with inventories: 0
    OK: Memory is (65024), ZFS is used and zfs_arc_max is set to 8589934592 in /etc/system
    OK: /etc/netboot folder exists
    OK: User 'uce-sds' home folder points to the right location
    OK: User 'oracleoc' home folder points to the right location
    OK: User 'allstart' home folder points to the right location
    OK: Apache logs are smaller than 2 GB
    OK: n1gc folder has the right permissions
    OK: All Enterprise Controller packages are installed properly
    OK: All agent packages are installed properly
    OK: Enterprise Controller status is online
    OK: the version is the latest one (12.1.1.2076)
    OK: satadm timeouts were increased
    OK: tar command was properly adjusted in satadm
    OK: Found the server .uce.rc
    OK: Server .uce.rc has the correct file permissions
    OK: Server .uce.rc has the correct ownership
    OK: Connectivity to the KB public servers works properly
    OK: Grouplock file doesn't exist
    OK: Locales are OK ("C")
    OK: No partially installed packages
    OK: No old jobs rerun (CR 6990675)
    OK: No NCP encryption is used
    OK: No credential issues foundWhere is this instance
    =========== Proxy controller is installed but not configured, skipping ==================
    =========== Agent controller is installed but not configured, skipping ==================
    How can I start this instance on port 9443 so I can begin configuring the platform?
    Edited by: fchagnon on Aug 21, 2012 11:50 AM

    Thanks for your reply.
    root@manager1:~# netstat -an | grep 443
    *.443 *.* 0 0 128000 0 LISTEN
    *.443 *.* 0 0 128000 0 LISTEN
    root@manager1:~# ps -ef | grep java
    root 12584 11237 0 20:40:15 pts/1 0:00 grep java
    root 13185 13184 0 14:22:01 ? 2:14 /usr/jdk/instances/jdk1.7.0/bin/sparcv9/java -Xms200M -Xmx8192M -server -XX:Str
    root@manager1:~# svcs scn common
    STATE STIME FMRI
    disabled Aug_20 svc:/application/management/common-agent-container-1:default
    disabled Aug_20 svc:/application/management/common-agent-container-1:scn-proxy
    disabled Aug_20 svc:/application/scn/db:local
    disabled Aug_20 svc:/application/scn/oracle:default
    disabled Aug_20 svc:/application/scn/oralistener:default
    disabled Aug_20 svc:/application/scn/proxy-enable:default
    disabled Aug_20 svc:/application/scn/ec-server-splashpage:default
    disabled Aug_20 svc:/application/scn/dhcpd:default
    online 14:21:59 svc:/application/scn/satellite-enable:default
    online 14:22:00 svc:/application/scn/db:remote
    online 14:22:00 svc:/application/scn/uce-scheduler:default
    online 14:22:00 svc:/application/scn/db:default
    online 14:22:00 svc:/application/scn/uce-server:default
    online 14:22:05 svc:/application/scn/ajaxterm:default
    online 14:22:40 svc:/application/management/common-agent-container-1:oem-ec
    online 14:22:40 svc:/application/scn/satellite-available:default
    offline Aug_20 svc:/application/scn/proxy-available:default
    root@manager1:~# getent hosts `hostname`
    172.19.233.26 manager1
    root@manager1:~# getent hosts `getent hosts \`hostname\` | awk '{print $1}'
    172.19.233.26 manager1
    The new version of OCDoctor has some issues with accessing the KB. However the 'check-connectivity' function works fine.
    root@manager1:~# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --troubleshoot
    Ops Center Doctor 4.10 [OC 12.1.1.2076,SunOS11] [Read only] [21-Aug-2012 20:43PM EDT]
    ======================== Checking Enterprise Controller... ==============================
    OK: Total number of agents: 0
    OK: Number of agents with inventories: 0
    OK: Memory is 65024 MB, ZFS is used and zfs_arc_max is set to 8589934592 in /etc/system
    OK: All Solaris 11 agent bundles in /var/opt/sun/xvm/images/agent/ are imported properly to the repository
    OK: Files in /var/opt/sun/xvm/images/agent/ have the right permissions
    OK: Files in /var/opt/sun/xvm/osp/web/pub/pkgs/ have the right permissions
    OK: auth.cgi returns XML
    OK: User 'oracleoc' home folder points to the right location
    OK: User 'allstart' home folder points to the right location
    OK: Apache logs are smaller than 2 GB
    OK: n1gc folder has the right permissions
    OK: All Enterprise Controller packages are installed properly
    OK: All agent packages are installed properly
    OK: Enterprise Controller status is online
    OK: the version is the latest one (12.1.1.2076)
    OK: satadm timeouts were increased
    OK: tar command was properly adjusted in satadm
    OK: no 'conn_properties_file_name' value in .uce.rc
    OK: Found the server .uce.rc
    OK: Server .uce.rc has the correct file permissions
    OK: Server .uce.rc has the correct ownership
    ERROR: Could not access the KB public servers
    Check the username and password and proxy configuration in "Administration" ->
    "Edit Authentications" and "Change HTTP proxy"
    Also, you may try the following command to test connectivity:
    /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --check-connectivity
    OK: Grouplock file doesn't exist
    OK: uce-server .uce.rc file points to a proper JAVA
    OK: Disconnected mode is not configured
    OK: Locales are OK ("C")
    OK: Found only one Solaris 11 agent bundle
    OK: No partially installed packages
    OK: No http_proxy is set in the user profile files
    OK: 'public' folder has the right ownership
    OK: 'public' folder is writable for uce-sds
    OK: 'private' folder has the right ownership
    OK: 'private' folder is writable for uce-sds
    OK: No old jobs rerun (CR 6990675)
    OK: No NCP encryption is used
    OK: 'update-saved-state' folder exists and has the right permissions
    OK: No credential issues found
    =========== Proxy controller is installed but not configured, skipping ==================
    =========== Agent controller is installed but not configured, skipping ==================
    root@manager1:~# /var/opt/sun/xvm/OCDoctor/OCDoctor.sh --check-connectivity
    Ops Center Doctor 4.10 [OC 12.1.1.2076,SunOS11]OCDoctor.sh --check-connectivity
    ======================== Checking Network Connectivity ==============================
    Please enter the My Oracle Support (MOS) Username: xxxxxxxxxxxxxxxx
    Password:
    Is there a proxy? Type the proxy server here, for example 'www-proxy.us.oracle.com' (hit Enter if there is no proxy):
    Test 1/4: Checking CC service reachability (without using user/password yet)
    ==============================================================================
    OK: CC status is OK
    Test 2/4: Checking GUUS service reachability (without using user/password yet)
    ==============================================================================
    OK: GUUS status is OK
    Test 3/4: Downloading Knowledge Channels file from updates.oracle.com
    ===========================================================================
    OK: Knowledge download was successful!
    Test 4/4: Downloading patch 108437-06 from updates.oracle.com
    ===========================================================================
    OK: Patch download was successful!

  • Query - JDI Template Configuration Tool...Please guide

    Hello All,
    Am working on 04 version and have finished installing & configuration of basic NWDI components.
    There is an additional configuration of 'Template Configuration Tool'
    And as far as I read...its use is into administration and not development.
    <u>Questions:</u>
    1. Can I skip this configuration? The installation doc does not mention it as optional or mandatory though.
    2. What could be the implications if I skip this step?
    3. The description says this tool provides a framework to NetWeaver components to create their own configuration templates.
    Please give me some examples to understand this better.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    <b>5.1 Template Configuration Tool
    Purpose</b>
    This component is a tool for configuring the J2EE Engine and the SAP NetWeaver
    components running on top of it. To configure the system properly, the Template
    Configuration Tool uses specially designed templates for each component.
    You can find the latest information about the Template Configuration Tool and
    <b>the related configuration templates in SAP Note 739788.</b>
    <b>Implementation Considerations</b>
    The installation procedure of the J2EE Engine and the SAP NetWeaver components provides the system with a default configuration. You can run the system using the initial configuration;however, this does not guarantee that the available resources are utilized optimally or that the system will function properly. Using the Template Configuration Tool and the templates provided by each component, you can easily adjust the infrastructure to the particular needs of the scenario that you are running. Therefore, we recommend that you run the Template Configuration Tool after installing the J2EE Engine.
    The Template Configuration Tool is run only once for each server instance. If
    you expand the cluster vertically later on by adding new instances to it, you
    should run the tool on each new instance, so that all instances in the cluster
    are configured in the same way.
    <b>Integration</b>
    While the Template Configuration Tool provides the framework for processing the templates, each SAP NetWeaver component provides its specific template.
    <b>Features</b>
    The Template Configuration Tool is the framework that enables other SAP NetWeaver
    components to create their own configuration templates. You can use the tool to apply and restore a particular system configuration.
    You can choose to apply the appropriate configuration templates depending on your
    particular scenario. For example, you may choose to apply a template for an Enterprise Portal scenario where you have a portal running on top of the J2EE Engine. Note that this may influence not just the configuration of the component itself, but also the settings of the J2EE Engine.
    The tool is instance-based – that is, it configures the J2EE Engine based on the available hardware resources on a particular host, as well as some additional settings such as allocated memory. This means that you must run the tool separately for each Java instance that you have installed.
    The Template Configuration Tool is designed to automatically detect most of the parameters that are used to define the configuration of the system. The tool provides wizards that guide you through the process of choosing which function you want to use, selecting the appropriate templates, and filling in the required parameters.

  • After changing the Oracle password - Shared services is not running

    Hi All,
    I am getting the below error after changed my oracle password.
    SharedServices Log:
    com.hyperion.hit.registry.exceptions.RegistryException: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:213)
         at com.hyperion.hit.registry.RegistryConnection.getInstance(RegistryConnection.java:155)
         at com.hyperion.hit.registry.Registry.getInstance(Registry.java:309)
         at com.hyperion.eie.config.util.xml.XMLUtils.getDBConfigProperties(Unknown Source)
         at com.hyperion.eie.config.util.database.DBProperties.isDBConfigured(Unknown Source)
         at com.hyperion.eie.common.cms.CMSFacade.isCMSInitialized(Unknown Source)
         at com.hyperion.cas.server.CASAppCacheLoader.run(CASAppCacheLoader.java:22)
    Caused by: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplConnection.open(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.open(Unknown Source)
         at hyperion.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:203)
         ... 6 more
    Attempting to connect to database: Retry Count: 10
    Shared Services couldn't be Initialized. The database is either not configured or not running.
    Thanks,
    PC

    Hi John,
    After changing the password only, I am getting the Oracle error"[Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired" in shared services log.
    I changed the password for the schema called "System". But i configured my hyperion system with different schema "Hypconfig".
    Thanks,
    PC

  • Problems with Config Tool; ADS not running

    Hello everyone,
    I'm trying to create an Interactive Form, but I get the following error
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found.
    I assume that Adobe Document Services is not running. I typed http://localhost:50000/AdobeDocumentServices/config in my browser. The result was an Error 404, too.
    In a documentation sheet about administration of ADS, I found that service IIOP in the config tool should be set to startup mode "always".
    When I tried to apply the changes in the config tool, it terminated with a critical error. Logfile says the following:
    Error occurred while working with Configuration.
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: ,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.UpdateProcessor.flush(UpdateProcessor.java:294)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.commitConfigurationHandler(ConfigurationCache.java:1217)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.commit(ConfigurationHandlerImpl.java:833)
         at com.sap.engine.configtool.batch.task.TaskUtil.changeProperties(TaskUtil.java:335)
         at com.sap.engine.configtool.batch.task.ChangeServicePropsTask.go(ChangeServicePropsTask.java:64)
         at com.sap.engine.configtool.batch.task.TasksThread.run(TasksThread.java:46)
    Caused by: com.sap.dbtech.jdbc.exceptions.BatchUpdateExceptionSapDB: [-3018]: Invalid numeric parameter(input position 2)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.executeBatch(CallableStatementSapDB.java:649)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1102)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1066)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.execInsertEntryBatch(DBAccessDefault.java:1170)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.UpdateProcessor.flush(UpdateProcessor.java:257)
         ... 5 more
    What can I do about the two problems?

    Just for the sake of learning how to use the tool i start with drawing a rectangle then click and drag the gradient tool across the box. i see the gradient line appear but when i release the mouse the gradient line disappears
    i end up witha box with a gradient but all my editing has to be done in the gradient box as shown in this screen shot:
    What I'm wanting to achieve is how the lades hat is edited in this video Working with gradients | Visual Design CS4 | Adobe TV

  • [SOLVED]GNOME-SYSTEM-TOOLS: The configuration could not be loaded

    Hello there!
    I'm a ubuntu user completely new to arch. I got my desktop up and running but there seems to be a problem setting up the gnome-system-tools program. Whenever I try to laaunch any application in this package I get this error message:
    The configuration could not be loaded
    You are not allowed to access the system configuration.
    I tried the solution on this forum thread (http://bbs.archlinux.org/viewtopic.php?id=45854 ), but to no avail. I am still getting the same error message. This is my DAEMONS line in rc.conf:
    DAEMONS=(syslog-ng hal stbd !network !dhcdbd !networkmanager wicd netfs crond alsa fam gdm)
    I have added both my user and root to the stb-admin group, this is the part of my groups file that shows this:
    stb-admin:x:103:root,abhishek
    Can anyone please help me figure out where I'm going wrong.
    Many thanks in advance.
    Last edited by bhadotia (2012-02-16 00:50:03)

    I was reading post installation wiki and found the following command to reinstall the whole system:
    pacman -S $(comm -3 <(pacman -Qq) <(pacman -Qqm))
    As a few things were not going right and I was unable to solve the problems using the ordinary methods, I decided to run the above command and now everything seems to be working fine .Though I'm not sure that this will remain like that, as the process was inturrpted a couple of times such that I had to hard reset the laptop.
    But everything seems to be going fine now - the system tools have started to work normally and another gnome-related problem has been solved.:D

  • The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or

    The Flash Player is not running but it is there and it is enabled and Active X is not checked. The Player version is 16.0.0.305.  I have the latest ie11 and the latest W8.1. I have used the Adobe tool to delete the Flash and subsequently I have updated or reloaded Flash using your updater.  I have gone into IE options and insured that the settings are supportive of Flash.  The Adobe mini Flash test program on your site says it not enabled or Active X is enabled - not true - all is set as it should be.  I have gone through your forums but to no avail.  I've looked in MS forums but nothing that made any difference.  What's going on and what can I do about it?

    Try using Firefox. Flash usually works on Firefox when it won't on Safari. I noticed that the Safari does not show the same version as Firefox does. Iwonder if that could be the problem. Safari on the left shows 10.1, Firefox show 10.3

  • I was running Foxfire 3.6.9 and wanted to use FTP Program add-on and it did not appear to load but appeared but then would be installed but not run or appear under tools. So I deleted Foxfire 3.6.9 and down loaded to 3.5.9 so it could get FTP and it is do

    I was running Foxfire 3.6.9 and wanted to use FTP Program add-on and it did not appear to load but appeared but then would be installed but not run or appear under tools. So I deleted Foxfire 3.6.9 and down loaded to 3.5.9 so it could get FTP and it is doing the same could not install. Even after I registered my copy. The last time I used this program it showed up under tools and worked great. any suggestions on whats going on and how I can get around this?.by ralphd3g

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

  • Test Configuration Tool: Sender Agreement Not Found

    Hi, All:
    We have new XI3.0 setup and I just want to test simple file to file scenario, but the file was picked up by sender file adapter, however, there is no message sent to Integration server.
    When I use Test Configuration Tool, the sender agreement is green, however, it also mention Sender Agreement Not Found, see below:
    ================================================
    Sender Agreement
    ================================================
    futhermore, Interface Mapping is not found either. Actually, Interface has been created on IR. Sender Agreement also created in ID.
    Anyone who has idea about these two errors ?
    Thanks in advance
    Liang

    Hi, Raj and Srinivas:
    Thanks for your reply.
    First of all, all the objects are activated,  secondly, when create sender agreement, I just need to input the Sender Service Name / Sender Interface / Sender Interface Namespace. Then finally select commnication channel.
    For any Receiver sides, they are grey out, I am not able to input anything.
    So, there is no "*" in any fields.
    I doubt if there is any setup wrong, especially for adapter engine, maybe some modules that are not functional for file adapter engine, since I also see other problems,  I might post them as separate thread.
    In Adapter monitor page, I did not see the adapter.
    In RWB, if I use IE, there is Error in the page, using Firefox, it is OK.
    Thanks And Regards !
    Liang

  • I am trying to install the trial version of Acrobat but the file AdobeDownloadAssistant.exe will not run -it gives an unnumbered error that the file is not configured correctly. "This application cannot be installed...Please contact the application author

    I can't install the trial version of Adobe Acrobat because the AdobeDownloadAssistant.exe will not run. I get this error:
    "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."
    I completed the trial questionnaire & all seemed well. Can anyone help?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Windows setup could not configure Windows to run on this computer's hardware.

    Just over a month ago, I purchased 6 identical Lenovo B5400 laptop computers for a small charity. Each is preconfigured with Windows 7 Professional, with a Win 7 recovery partition, and is supplied with a set of Windows 8 Pro recovery media (the charity
    requires Windows 7 installed). I unpacked three laptops, configuring the first one as required by the charity, and using the second and third to experiment with the sysprep / imagex process before applying it to the configured system for migration to the other
    laptops. After securing the second and third laptops by taking image backups, I applied sufficient configuration to the second to test the process, then sysprep'd it, and imagex'd it to a network drive, and to a USB stick. So far so good. After using imagex
    to apply the custom .wim file to the third laptop, I found it booted up through the "updating registry settings", "starting services", and "installing devices" phases, but when it got to "applying system settings", it
    displayed a messagebox titled "Install Windows", with the message "Windows Setup could not configure Windows to run on this computer's hardware".  In the last few days, I have explored all the other incidences of problems with similar
    symptoms found by a google search, including those on this forum, and tried numerous experiments without getting any further (in most cases not even getting as far)". The sysprep'd image on the second laptop boots ok, going through the same phases up
    to "applying system settings", then reboots normally, requests username and PC name, etc, the only defect being that it loses the Realtek display driver (which only takes 2 minutes to restore). I have tried imagex /apply to put the custom .wim file
    back on the same laptop it was taken off (the second laptop), and it works exactly the same as it did for the same system immediately after sysprep'ing. The only difference between laptops 2 and 3 is a serial number (QB07523967, and QB07524012). Is there any
    reason that this should not work? If it will not, I'm faced with about 100 hours to configure the 6 laptops individually to the charity's requirement.

    Hi,
    This issue can be caused by hard disk settings in bios or DVD drive or bad SATA cable. Please try those steps below:
    Upgrade the BIOS to the latest version; go into the BIOS and activate "Load Fail-Safe Defaults".
    If you connect the SATA drives, please set the SATA controller to compatible mode in BIOS.
    For more information about this issue, please refer to the article:
    http://support.microsoft.com/kb/2466753
    Andy Altmann
    TechNet Community Support

Maybe you are looking for

  • Loading a SQL Server table

    Hi All, I am developing a straight source - target interface from a sql server table to a sql server table. While executing the interface, I get an error message - " Cannot insert explicit value for identity column in table 'xxx' when IDENTITY_INSERT

  • SQL syntax for expert little help Access 2013

    Hi working example SQL local machine strData= "SELECT DISTINCT Detail, FamCode as Fam FROM Mat_Family ORDER BY FamCode"  cmbMatFam.RowSource=strData                                                                                                      

  • Oracle database architecture documentation

    Hi, Any one can send oracle 9i/10g database architecture documentation.

  • ColdFusion Remoting Issue

    I'm trying to use the following code in a CFFORM.flash. The remoting call returns nothing. When I mess up the name of the cfc I do get a flash error so I'm assuming that the call is getting in but is not able to return. I have another function in the

  • Score variable problem

    Hi , Having a problem with a basic scoring system I have the below on the first frame: stop(); var score:Number = 0; with a dynamic text area with the variable score Then certain frames with: _root.score += 20; this all works fine The problem is when