I can't start Map Definition tool!!!

I download map definition tool!! and run it :
java -jar mapdef.jar
and i recevie a error message:
Failed to load the Main - Class manifest attribute from mapdef.jar
Please help me!

Hi,
This error is produced, because mapdef.jar was compiled with different version of JVM than yours.
I can advice you to use newest Oracle tool for map data management - Oracle MapBuilder. You can download it from this page: http://www.oracle.com/technology/software/products/mapviewer/index.html
Regards,
Andrejus

Similar Messages

  • Visualizing maps with the Map Definition Tool

    Right. I am totally confused with this. I am trying to get the map definition tool working so that I can visualise some map data stored in my database. I downloaded the mapdef.jar file from the otn site and first of all it returned a zip file containing a whole load of class files. When I downloaded it a second time it returned the jar file and when I click on that it opens up a blank grey screen. I am going through the mapviewer manual with a fine tooth comb but am still having problems visualizing even a basic map. Mapviewer is working fine but I need to visualise the data rather than just to construct a map conceptually. My host, port, sid etc. details are correct. Can anyone please tell me where do I go from here!

    You don't 'install' the Map Definition Tool as such. Its just a standalone jar file. You run it using the batch file - that'll look something like:
    java -classpath mapdef.jar;C:\j2ee\home\lib\classes12.jar -Dhost="127.0.0.1" -Dsid="orcl" -Dport="1521" -Duser="scott" -Dpassword="tiger" oracle.eLocation.console.GeneralManager

  • Map Definition Tool support in MapViewer 10.1.2

    Hello,
    What about Map Definition Tool support in AS MapViewer 10.1.2? We have used this tool with MapViewer 9.0.4, but after update to 10.1.2 it seems that there is no way to use Map Definition Tool.
    So, if Map Definition Tool is not supported in new release, may be Oracle will introduce some alternative tool?
    Thanks,
    Andrejus Baranovskis

    Hi Andrejus,
    there is a new tool coming (MapBuilder) that will allow users to create MapViewer metadata for all Spatial models. A preview version will be available on OTN (no dates yet). We'll let users know when it is available for download.
    Thanks.
    Joao

  • Why Map Definition Tool says 'cannot make connection'?

    Hi, i've tried the Map Definition Tool but i cannot connect to my database. It simply displays 'cannot make connection', which is not that helpful. Is it possible to enable a debug mode or otherwise make this tool more speaking?
    I've downloadad this tool from OTN on 12/11/2002 so i think it's up-to-date.
    Thanks in advance.
    Markus

    lj, in your reply to thread 'Map Definition Tool' (Dec 17, 2002 6:42 PM) you stated that JDK 1.3 or 1.2 is needed for the Map Definition Tool to run. I ran the Map Definition Tool with JDK 1.3.1_06 and now it connects to my database!
    Unfortunately it bombs when i click one of the items in the tree view, for example 'Styles/Color' (see stack trace below).
    Any ideas?
    Markus
    -->8--
    Executing query: select * FROM USER_SDO_STYLES where type='COLOR' order by name
    java.sql.SQLException: ORA-00600: Interner Fehlercode, Argumente: [ttcgcshnd-1], [0], [], [], [], [], [], []
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
    at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:889)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1681)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1870)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:538)
    at oracle.sdovis.util.DBTable.query(DBTable.java:110)
    at oracle.eLocation.console.VisMetaImpl.getStyles(VisMetaImpl.java:308)
    at oracle.eLocation.console.VisMetaImpl.getAllStyles(VisMetaImpl.java:287)
    at oracle.eLocation.console.JTableStyleModel.reloadStyleData(JTableStyleModel.java:124)
    at oracle.eLocation.console.StyleColorPanel$18.componentShown(StyleColorPanel.java:320)
    at java.awt.Component.processComponentEvent(Component.java:3599)

  • Announcement:  9iAS MapViewer & Map Definition Tool

    Just to let everyone know that the first product release of
    the Oracle 9iAS MapViewer is now available for download at
    the following site:
    http://otn.oracle.com/software/products/spatial/content.html
    Important note:
    Included in the downloadable MapViewer kit is a Map
    Definition Tool that lets you visually create/manage
    enterprise wide mapping symbols and rules. This tool however
    is still in beta status. Please report all problems, bugs
    and suggestions regarding this tool here at the Oracle
    Spatial discussion forum.
    Thanks,
    Oracle MapViewer Development Team

    Hi Andrejus,
    there is a new tool coming (MapBuilder) that will allow users to create MapViewer metadata for all Spatial models. A preview version will be available on OTN (no dates yet). We'll let users know when it is available for download.
    Thanks.
    Joao

  • Map Definition Tool

    Hi there...
    i have dowloaded mapdef.jar file, put it in lbs directory, started it using command prompt, so it opened but not connected.
    i've tried by clicking 'connect to' button, and tried with different parameters but it still didn't connect.
    so, could be any other problem, because these are all the same parameters i have used in mapviewer which works ok?

    i've just put ojdbc14.jar into lbs dir and mad def tool started but still not connected. tried to connect once again by 'connect to' button and still no use.
    this is the input to start map def tool:
    D:\oracle10\product\10.2.0\db_1\lbs\mapviewer\oc4j\j2ee\home>java -classpath D:\
    oracle10\product\10.2.0\db_1\lbs\mapdef.jar -Dhost=dean.brozova.multisoft.hr -Ds
    id=deantest -Dport=1521 -Duser=scott -Dpassword=a oracle.eLocation.console.GeneralManager
    at this moment, this is all that is written in command prompt, the tool is started and status is 'not connected'. after clicking on 'connect to' button and commiting 'OK', following is listed:
    [oracle.sdovis.util.Util, WARN] java.lang.NoClassDefFoundError: oracle/jdbc/Orac
    leDriver
    at oracle.sdovis.util.Util.connect(Util.java:232)
    at oracle.eLocation.console.VisMetaImpl.connect(VisMetaImpl.java:84)
    at oracle.eLocation.console.ConnectionPanel.jButtonConnect_actionPerform
    ed(ConnectionPanel.java:136)
    at oracle.eLocation.console.ConnectionPanel$1.actionPerformed(Connection
    Panel.java:64)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17
    86)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
    ctButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    [oracle.sdovis.util.Util, WARN] connecting to database using jdbc thin driver...
    java.lang.NoClassDefFoundError: oracle/jdbc/OracleDriver
    at oracle.sdovis.util.Util.connect(Util.java:258)
    at oracle.eLocation.console.VisMetaImpl.connect(VisMetaImpl.java:84)
    at oracle.eLocation.console.ConnectionPanel.jButtonConnect_actionPerform
    ed(ConnectionPanel.java:136)
    at oracle.eLocation.console.ConnectionPanel$1.actionPerformed(Connection
    Panel.java:64)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:17
    86)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
    ctButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • How can I start Mapping?

    I must assing different functions for different indicators, that's why i need to do some mappings.
    The big problem is I don't know how can I get start with it. I will use MS Excel.(please I need an example, just a simple example)
    Thank You.

    Could you provide more details on what exactly you mean by mapping and how you want to use Excel?

  • 9iASV2 MapViewer and Map Definition Tool

    Please go to the Oracle Spatial OTN page for information, discussion forum and downloads of MapViewer.
    any question feel free to email me at [email protected]

    Hi Andrejus,
    there is a new tool coming (MapBuilder) that will allow users to create MapViewer metadata for all Spatial models. A preview version will be available on OTN (no dates yet). We'll let users know when it is available for download.
    Thanks.
    Joao

  • How can I install the map difinition tool?

    now I want to install the map definition tool,I have set the classpath in the system variant of Win2000 !such as:%java -classpath d:/oracle/ora90/lbs/lib/mapdef.jar,d:/oracle/ora90/jdbc/lib/classes12.zip.
    now how can I view the page for connecting to the database?
    thanks for you help!

    Thank you,Jurgen;
    First,How can I start the map definition tool?
    Second,what the url of the page for connecting to the database? For example:my computer name is hehe,what I should to do?My mapviewer is Oracle Application Server 10g (9.0.4) MapViewer,the Map Definition Tool is there download.My os is win2000 server edition!
    thanks again!

  • PI 7.1 - Can't start config tool

    All,
    I just installed PI 7.1 (CI), MaxDB 7.7 on Solaris 10; ABAP and Java are up but I can't start the config tool; I am getting the following error message:
    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/configtool.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart
            at java.net.URLClassLoader$1.run(URLClassLoader.java:261)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:249)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:340)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:320)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:285)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
    Just for curiosity, same thing if I try to start the cachegui:
    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/cachegui.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart
            at java.net.URLClassLoader$1.run(URLClassLoader.java:261)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:249)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:340)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:320)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:285)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
    Any idea?
    Thanks,
    Guenther

    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/configtool.sh
    Try to
    cd  /usr/sap/NW2/DVEBMGS01/j2ee/configtool/
    ./configtool.sh
    the configtool searches for its classes in the current directory, if you´re not in the "configtool" subdirectoy it won´t find them.
    Markus

  • Starting visual administrator tool remotely

    Hello guyz , how can we start Visual Admin tool remotely i.e. I had a server but i want to start it from my laptop. (Server and Laptop in the same network). Similarly can we start Config tool remotely

    Hi swapnil chitre,
    Can you send the document to my id <email address deleted by moderator>
    Regards,
    Vamshi.

  • I can't start listener in the Control Painel/Admin Tools/ Services

    Windows XP - Home Edition (I know it´s not the better but came with my laptop)
    I installed the Oracle 10g and I don't know why I have 3 listener as services. Its services showed me different messages when I tried start it:
    1. OracleOraDb10g_home1TNSListener: Could not start the 2. OracleOraDb10g_home1TNSListener service on Local Computer
    2. OracleOraDb10g_home1TNSListenerORCL: The OracleOraDb10g_home1TNSListenerORCL service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    3. OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER: The OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    ====PATH======
    Path=C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\oracle 8i\bin;C:\oracle\
    product\10.1.0\Db_3\jdk\jre\bin;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classi
    c;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classic;C:\oracle\product\10.1.0\Db_
    3\jlib;C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C
    :\oracle\product\10.1.0\Db_3\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_3\
    jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI Control Panel;%java_home%\bin;C:\Program Files\Commo
    n Files\Ulead Systems\MPEG;C:\WINDOWS\system32\gs\gs8.13\bin
    ====REGISTRY======
    TNS_ADMIN I set as Binary Data in the HKEY_CURRENT_USER\Environment with the path C:\oracle\product\10.1.0\Db_3\NETWORK\ADMIN
    ====LISTENER.ORA======
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    ====TNSNAMES.ORA========
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ====SQL.ORA========
    NAMES.DEFAULT_DOMAIN = 192.168.0.17
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =======OS CONFIGURATION================
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 23-MAR-2006 08:23
    :44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.17)(PORT=1521)
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Ethernet adapter Wireless Network Connection 2:
    Connection-specific DNS Suffix . : myhome.westell.com
    IP Address. . . . . . . . . . . . : 192.168.0.17
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.0.1
    C:\>
    Please, if somebody knows this problem I need a very urgent help. Thank you very much.

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • Can not start plugs in

    Using XI tools http://server:port/index.html
    will show "SAP NetWeaver Administrator" click on it and click "monitoring" getting an error messages
    "can not start plugs in"

    HI mtravisawan Awan
    This is aa network issue
    YOur user dont have admin rights. So kindly ask your admin guy to assign a port in the gatway for your machine then definitly you wil be able to display the page.
    regards
    Sandeep
    If helpful kindly reward points

  • Can't start Foundation Services on Windows XP, Essbase 11.1.2

    Installation and & configuration were fine and everything worked for a while. Machine was rebooted. After that, I tried : "EPM System Start" from start menu, but it fails starting foundation services. I tried starting only Foundation services ... It is the same. In the starter log I can see:
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Oracle\Middleware\jdk160_11\jre
    Detected OS: Windows XP
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml with URI = file:/C:/Oracle/Middleware/EPMSystem11R1/common/config/11.1.2.0/resources/instance/start.xml
    Setting ro project property: ant.project.name -> start engine
    Adding reference: start engine
    Setting ro project property: ant.file.start engine -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml
    Project base dir set to: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance
    +Target:
    +Target: start
    +Target: stop
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    [property] Loading Environment env.
    Setting project property: env.TEMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.INIT_PARAM -> EssbaseAdminServices.properties
    Setting project property: env.JAVA_HOME -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    Setting project property: env.CLASSPATH -> .;C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\lib;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\lib;C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar;
    Setting project property: env.day -> 18
    Setting project property: env.ProgramFiles -> C:\Program Files
    Setting project property: env.Path -> C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0;C:\Oracle\Middleware\EPMSystem11R1/products/Essbase/EssbaseServer/bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient;;C:\Oracle\Middleware\EPMSystem11R1\common\EssbaseRTC\11.1.2.0;C:\Oracle\Middleware\ohs\bin;C:\Oracle\Middleware\ohs\opmn\bin;C:\Oracle\Middleware\ohs\opmn\lib;C:\Oracle\Middleware\ohs\perl\bin;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.0\Drivers;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bin;C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server\bin;C:\Oracle\Middleware\EPMSystem11R1\common\JRE\Sun\1.6.0\bin;C:\WINDOWS\system32C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0\bin;C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin;
    Setting project property: env.SESSIONNAME -> RDP-Tcp#1
    Setting project property: env.EPM_ORACLE_INSTANCE -> C:\Oracle\Middleware\user_projects\epmsystem1
    Setting project property: env.SystemRoot -> C:\WINDOWS
    Setting project property: env.EPM_ORACLE_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.USERNAME -> apsarch
    Setting project property: env.APS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps
    Setting project property: env._JAVACMD -> C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11\bin\java.exe
    Setting project property: env.PROCESSOR_LEVEL -> 15
    Setting project property: env.VSEDEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.FP_NO_HOST_CHECK -> NO
    Setting project property: env.USERPROFILE -> C:\Documents and Settings\apsarch
    Setting project property: env.PROCESSOR_REVISION -> 0209
    Setting project property: env.timestamp -> 20100618T052007
    Setting project property: env.CommonProgramFiles -> C:\Program Files\Common Files
    Setting project property: env.ANT_CMD_LINE_ARGS -> -debug -f C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance\start.xml start -logfile C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\starter\starter20100618T052007.log
    Setting project property: env.HOMEPATH -> \Documents and Settings\apsarch
    Setting project property: env.HYPERION_HOME -> C:\Oracle\Middleware\EPMSystem11R1
    Setting project property: env.minute -> 20
    Setting project property: env.PROCESSOR_ARCHITECTURE -> x86
    Setting project property: env.OS -> Windows_NT
    Setting project property: env.EAS_HOME -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\server
    Setting project property: env.CLIENTNAME -> Console
    Setting project property: env.ComSpec -> C:\WINDOWS\system32\cmd.exe
    Setting project property: env.PATHEXT -> .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.dow -> Fri
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.ESSLANG -> English_UnitedStates.Latin1@Binary
    Setting project property: env.HOMEDRIVE -> C:
    Setting project property: env.year -> 2010
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 15 Model 2 Stepping 9, GenuineIntel
    Setting project property: env.APPDATA -> C:\Documents and Settings\apsarch\Application Data
    Setting project property: env.ESSBASEPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.NUMBER_OF_PROCESSORS -> 1
    Setting project property: env.month -> 06
    Setting project property: env.second -> 07
    Setting project property: env.ANT_HOME -> C:\Oracle\Middleware\EPMSystem11R1\common\utilities\Ant\1.7.0
    Setting project property: env._USE_CLASSPATH -> yes
    Setting project property: env.DEFLOGDIR -> C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    Setting project property: env.ARBORPATH -> C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseClient
    Setting project property: env.SystemDrive -> C:
    Setting project property: env.TMP -> C:\DOCUME~1\apsarch\LOCALS~1\Temp
    Setting project property: env.USERDOMAIN -> RYLIU-TEST
    Setting project property: env.tvdebugflags -> 0x20805
    Setting project property: env.hour -> 05
    Setting project property: env.windir -> C:\WINDOWS
    Setting project property: env.COMPUTERNAME -> RYLIU-TEST
    Setting project property: env.LOGONSERVER -> \\RYLIU-TEST
    Class com.hyperion.cis.ant.starter.StarterEngine loaded from parent loader (parentFirst)
    +Datatype starter com.hyperion.cis.ant.starter.StarterEngine
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `start' is [start]
    Complete build sequence is [start, stop, ]
    start:
    [starter] Starting component: FoundationServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@b9b538[name=HyS9FoundationServices,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@1e1a408,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:20:16 PDT 2010
    [starter] End time: Fri Jun 18 05:30:11 PDT 2010. Delay : 595063ms
    [starter] Operation 'start' wasn't completed
    [starter] Starting component: EssbaseAdminServices.properties
    [starter] Selected starter: com.hyperion.cis.ant.starter.ServiceStarter@1835282[name=HyS9eas,checker=com.hyperion.cis.ant.starter.checkers.J2eeChecker@9df354,engine=<null>,id=<null>,type=<null>,waitFor=true,running=false,timeout=500000,interval=5000,softDependency=[FoundationServices.properties],strongDependency=[],isExecuted=false]
    [starter] Start time: Fri Jun 18 05:30:16 PDT 2010
    [starter] End time: Fri Jun 18 05:40:11 PDT 2010. Delay : 595313ms
    [starter] Operation 'start' wasn't completed
    BUILD SUCCESSFUL
    Total time: 20 minutes 1 second
    I need to run Admin Services Console & essmsh. If I try to run Admin Service Console it has error: "Could not connect to admin server" and after thae "EAS server not available". How can I start Essbase? After reboot, I can see only Hyperion Integration service started - all others not (they are set to Automatic start). Also, I see ESSBASE.exe process and couple of opmn.exe ...
    Does anything else has to be started before starting EPM System start script? I really appreciate any help!

    Can't you install Essbase 11.1.1.x to not use Shared Services?
    From the 11.1.1.3 install guide:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must configure the Oracle's Hyperion Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, see “Setting Up the Shared Services Registry Without Installing Shared Services” on page 112.And from page 112:
    If you want to install Essbase in standalone mode (not using Shared Services), you can skip the installation for Shared Services. However, you must still configure the Shared Services Registry database. To configure the Shared Services Registry database without installing Shared Services, you run EPM System Configurator from the command line using the –forceRegistry option. This option forces the “Shared Services and Registry Database Configuration” page to display during configuration so you can enter database details for the Shared Services Registry. EPM System Configurator populates the database with tables for the Shared Services Registry, but not for Shared Services.I'm pretty sure people are running Essbase on XP boxes. That includes EAS, and maybe APS for SmartView, and that's pretty much it.
    For sure XP isn't a supported environment.
    Regards,
    Cameron Lackpour

  • Can't start ASM,help me

    Help I can't start ASM on rhel4(32bit) + oracle 10G 10.2 RAC
    Wed Jun 28 17:10:40 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:10:40 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_24375.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:10:40 2006
    Dump system state for local instance only
    System State dumped to trace file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_diag_24363.trc
    Wed Jun 28 17:10:40 2006
    Trace dumping is performing id=[cdmp_20060628171040]
    Wed Jun 28 17:10:41 2006
    Shutting down instance (abort)
    License high water mark = 2
    Wed Jun 28 17:10:45 2006
    Instance terminated by LMON, pid = 24375
    Wed Jun 28 17:10:46 2006
    Instance terminated by USER, pid = 29540
    Wed Jun 28 17:10:47 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    WARNING: No cluster interconnect has been specified. Depending on
    the communication driver configured Oracle cluster traffic
    may be directed to the public interface of this machine.
    Oracle recommends that RAC clustered databases be configured
    with a private interconnect for enhanced security and
    performance.
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db/dbs/arch
    Autotune of undo retention is turned off.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    large_pool_size = 12582912
    spfile = /dev/raw/raw3
    instance_type = asm
    cluster_database = TRUE
    instance_number = 1
    remote_login_passwordfile= EXCLUSIVE
    background_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/bdump
    user_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/udump
    core_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/cdump
    asm_diskgroups =
    Cluster communication is configured to use the following interface(s) for this instance
    203.144.222.81
    Wed Jun 28 17:10:48 2006
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2
    PMON started with pid=2, OS id=29735
    DIAG started with pid=3, OS id=29737
    PSP0 started with pid=4, OS id=29739
    LMON started with pid=5, OS id=29741
    LMD0 started with pid=6, OS id=29743
    LMS0 started with pid=7, OS id=29745
    MMAN started with pid=8, OS id=29755
    DBW0 started with pid=9, OS id=29757
    LGWR started with pid=10, OS id=29759
    CKPT started with pid=11, OS id=29761
    SMON started with pid=12, OS id=29763
    RBAL started with pid=13, OS id=29765
    GMON started with pid=14, OS id=29767
    Wed Jun 28 17:10:48 2006
    lmon registered with NM - instance id 1 (internal mem no 0)
    Wed Jun 28 17:12:59 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:12:59 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:13:01 2006
    Shutting down instance (abort)
    License high water mark = 1
    Wed Jun 28 17:13:03 2006
    Instance terminated by LMON, pid = 29741
    and trace file
    /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/db
    System name: Linux
    Node name: aadb01
    Release: 2.6.9-34.ELsmp
    Version: #1 SMP Fri Feb 24 16:54:53 EST 2006
    Machine: i686
    Instance name: +ASM1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 5
    Unix process pid: 29741, image: oracle@aadb01 (LMON)
    *** SERVICE NAME:() 2006-06-28 17:10:48.174
    *** SESSION ID:(46.1) 2006-06-28 17:10:48.174
    GES resources 1890 pool 4
    GES enqueues 2510
    GES IPC: Receivers 2 Senders 2
    GES IPC: Buffers Receive 1000 Send (i:830 b:830) Reserve 81
    GES IPC: Msg Size Regular 388 Batch 4096
    Batching factor: enqueue replay 99, ack 110
    Batching factor: cache replay 71 size per lock 56
    kjxggin: receive buffer size = 32768
    *** 2006-06-28 17:10:48.509
    kjxgmrcfg: Reconfiguration started, reason 1
    kjxgmcs: Setting state to 0 0.
    *** 2006-06-28 17:10:48.509
    Name Service frozen
    kjxgmcs: Setting state to 0 1.
    kjfcpiora: published my fusion master weight 5622
    kjfcpiora: publish my flogb 9
    *** 2006-06-28 17:11:53.883
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x672b6877 diff 0x3ce26bc
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    *** 2006-06-28 17:12:59.243
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x6af9582a diff 0x79c166f
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    kjxgmpoll: terminate the CGS reconfig.
    Error: KGXGN polling error (15)
    error 29702 detected in background process
    ORA-29702: error occurred in Cluster Group Service operation
    ksuitm: waiting for [5] seconds before killing DIAG

    Modify the classpath as follows.
    set JAVA_HOME=C:\JDK1.3.1
    set ANT_HOME=C:\jakarta-tomcat
    set TOMCAT_HOME=C:\jakarta-tomcat
    set CLASSPATH=%CLASSPATH%;C:\jdk1.3.1\lib\tools.jar;JAVA_HOME\lib;
    Modify the Path as follows
    set PATH = %PATH%;%JAVA_HOME%\bin;%TOMCAT_HOME%\bin

Maybe you are looking for

  • Portal web service consuming in portal application

    Hi , I have done the following steps and consumed a web service and created a portal service. When i am consuming this portal service in turn in my application.Its showing the error. Step 1 :- I Created a portal service. Step 2 :- And published it as

  • Issue when SelectOneChoice is used with Domain data type in JDev 11.1.2.0.0

    Hi, I am facing one issue while working with SelectOneChoice along with Custom Domain data type. Sample app to simulate the issue is available at http://www.filejumbo.com/Download/6FDF6ECF2922BD24 Issue Details. Base view object’s attribute is of typ

  • Red Circle with Red Square back to haunt me.  Apple Techs where are you, why wasn't this addressed in iOS 7.04?

    Red Circle With Square - I had the red circle with square for two weeks. I did everything listed in every forum to still end up with a smart phone that couldn't play music(iPhone 4s).  After I finally reformatted my HDD and reinstalled a freshcopy of

  • Initial questions about LVM 2.0

    Hi,   I´m new to SAP LVM; a colleague installed LVM 2.0 and now I´m going to take over this project. I have some questions for you : 1) when I log to LVM console, there´s no Infrastructure icon besides the Configuration one -> it´s missing (see attac

  • Regarding interactive Alv

    Hi abapers,                       i am developing the alv interactive report . such that if any user clicks on particular matnr then it has to go for the MM02 Transaction Accounting tab. i should not do BDC. i am using function module called selectio