ESSBase studio server is not running

Dear All,
When I run ESSBase studio server, I get below error. Kindly advice me on this.
C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
Log file location is:
C:\Hyperion\logs\esbstudio\server.log
18:49:34 12/29/09 INFO Starting up
18:49:34 12/29/09 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
18:50:41 12/29/09 (system) WARNING Failed to load driver for sap
18:50:41 12/29/09 (system) SEVERE Cannot load Teradata connector
18:50:41 12/29/09 (system) WARNING Failed to load driver for teradata
18:50:41 12/29/09 (system) WARNING Failed to load driver for mysql
18:50:41 12/29/09 (system) WARNING Failed to load driver for netezza
18:50:41 12/29/09 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
-------------- Exception --------------
com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine
at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:53)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
Caused by: com.hyperion.cp.datasources.exploration.sql.SqlExplorerException: Sql exploration exception
at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:237)
at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.explore(SqlExplorer.java:143)
at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:49)
... 11 more
Caused by: com.hyperion.cp.driver.util.DriverException: Data Driver for url '%s' is absent or failed to initialize. Please see server start
p log for more information.
at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:102)
at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
at com.hyperion.cp.driver.DriverEngine.executeStringQuery(DriverEngine.java:131)
at com.hyperion.cp.datasources.exploration.Explorer.executeStringQuery(Explorer.java:138)
at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.getCatalogs(SqlExplorer.java:456)
at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.exploreSources(SqlExplorer.java:261)
at com.hyperion.cp.datasources.exploration.sql.SqlExplorer.performExploration(SqlExplorer.java:195)
... 13 more
Thanks in advance,
Best,
Veeranna Ronad.

Hi,
The content of the server.properties is given below. Even after making suggested changes, the server is not running.
I am running the server from the path "C:\Hyperion\products\Essbase\EssbaseStudio\Server\stopServer.bat".
server.properties
catalog.autoinit=true
catalog.username=prototype_int
transport.port=5300
catalog.url=oracle\://10.1.126.248\:1521/ORCL
catalog.password=T1JBQ0xF
catalog.db=prototype_int
server.hss.bpmApplication=BPM\:73317
Below is the error.
C:\Hyperion\products\Essbase\EssbaseStudio\Server>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
Log file location is:
C:\Hyperion\logs\esbstudio\server.log
17:56:32 01/15/10 INFO Starting up
17:56:32 01/15/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
at javax.crypto.Cipher.doFinal(DashoA12275)
at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
17:56:38 01/15/10 (system) WARNING Failed to load driver for sap
17:56:39 01/15/10 (system) WARNING Failed to load driver for mysql
17:56:39 01/15/10 (system) WARNING Failed to load driver for netezza
17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)
at com.sun.crypto.provider.DESCipher.engineDoFinal(DashoA12275)
at javax.crypto.Cipher.doFinal(DashoA12275)
at com.hyperion.cis.config.persistent.utils.Encrypter.decrypt(Encrypter.java:103)
at com.hyperion.cis.config.persistent.utils.Encrypter.decryptString(Encrypter.java:130)
at com.hyperion.cp.util.PropertyManager.getProperty(PropertyManager.java:143)
at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:33)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:97)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
17:56:40 01/15/10 (system) SEVERE Cannot establish connection to Oracle server
17:56:40 01/15/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
-------------- Exception --------------
com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
... 12 more
Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table PROTOTYPE_INT.CP_NONE_TRANSACTIONS found
at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
... 17 more
Thanks in advance,
Best,
Veeranna Ronad.
Edited by: Ronad on Jan 15, 2010 4:02 PM
Edited by: Ronad on Jan 15, 2010 5:58 PM

Similar Messages

  • Essbase Studio MAXL scripts not running

    Hi All,
    I am currently working on Essbase Studio 11.1.2.0. with Windows 2007 sp1 with 64 bit operating system . I have my datasources set to oracle database.
    I am trying to create an outline through maxl scripts. My essbase services etc are running fine.
    Steps of execution with the command are given below:
    1. Click on the Start button, click on run, enter cmd
    2. create the following maxl script named as ocreate.scr using notepad and save it. The login and password are correctly defined.
    ======================================================================================================
    deploy outline from model 'BestModel' in cube schema '\Mydirect\Cube Schemas\Best' login 'XXXXXXX' identified by 'XXXXXX' on host 'UDANASESSBA1' to application 'test' database 'test' using connection 'Essbase_QA_Connection' keep 100000 errors on error ignore dataload write to default;
    exit;
    ========================================================================================================
    3. Run the above script as :
    Essmsh ocreate.scr
    On running the above script I get the following error:
    ===================================================
    Essmsh.exe has stopped working
    ====================================================
    Can anyone help here.
    Thanks in advance
    Bk

    I believe there was an issue with deploying studio using 64bit Maxl, the workaround was to deploy using 32bit Maxl.
    More information available in Oracle Support - "Error "essmsh.exe has stopped working" with MAXL Deploy Script Generated from Essbase Studio on Windows 64-bit [ID 1382589.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ESSBase Studio - Client is not connecting to Studio server

    Hi All,
    When I try to connect to Studio server from console, I get error "invalid login credentials" and unable to login. Below is the error log. Kindly advice me.
    server.log
    14:36:36 02/11/10 INFO Starting up
    14:36:36 02/11/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    14:37:45 02/11/10 (system) WARNING Failed to load driver for sap
    14:37:46 02/11/10 (system) SEVERE Cannot load Teradata connector
    14:37:46 02/11/10 (system) WARNING Failed to load driver for teradata
    14:37:46 02/11/10 (system) WARNING Failed to load driver for mysql
    14:37:46 02/11/10 (system) WARNING Failed to load driver for netezza
    14:37:49 02/11/10 INFO Logging to com.hyperion.cp.util.JettyLogger@6080669d via com.hyperion.cp.util.JettyLogger
    14:37:49 02/11/10 INFO jetty-6.0.1
    14:37:49 02/11/10 INFO Started SocketConnector @ 0.0.0.0:9080
    14:38:22 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3265'
    14:38:28 02/11/10 INFO Connection established with remote client: '/10.1.126.94:3266'
    SharedServices_Security_Client.log
    2010-02-11 14:36:37,438 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,454 INFO [main] CSS Log file will be generated at C:\Hyperion/logs/esbstudio\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2010-02-11 14:36:37,470 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2010-02-11 14:36:37,532 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:38,751 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-02-11 14:36:39,236 INFO [main] Got hub location from Registry:http://fdms.infotech.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] Got native directory location from Registry:rw015727.infotech.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2010-02-11 14:36:39,392 INFO [main] URL constructed out of values in Registry database:ldap://rw015727.infotech.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2010-02-11 14:36:40,220 ERROR [main] 80:6007:Failed to load SAP certificate from keystore at SAP.keystore. Ignore if SAP provider is not configured.[Root Cause: Invalid keystore format ] com.hyperion.css.SAPSecurity.loadSAPCertificate(Unknown Source)
    2010-02-11 14:36:42,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Native Directory is not reachable. Attempting to re-connect... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 10[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:43,502 WARN [main] Number Format Exception converting nullto int; Returning default value 3[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-02-11 14:36:45,456 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:46,440 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:49,441 WARN [main] Attempting to connect to Native Directory: Retry Count: 1 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:51,379 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:52,457 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:55,458 WARN [main] Attempting to connect to Native Directory: Retry Count: 2 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:36:57,489 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:36:58,474 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:01,474 WARN [main] Attempting to connect to Native Directory: Retry Count: 3 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:03,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:04,506 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:07,507 WARN [main] Attempting to connect to Native Directory: Retry Count: 4 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:09,413 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:10,507 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:13,508 WARN [main] Attempting to connect to Native Directory: Retry Count: 5 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:15,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:16,430 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:19,431 WARN [main] Attempting to connect to Native Directory: Retry Count: 6 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:21,463 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:22,432 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:25,432 WARN [main] Attempting to connect to Native Directory: Retry Count: 7 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:27,480 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:28,464 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:31,465 WARN [main] Attempting to connect to Native Directory: Retry Count: 8 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:33,387 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:34,575 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:37,575 WARN [main] Attempting to connect to Native Directory: Retry Count: 9 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:39,732 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 ERROR [main] 27:1112:Failed to connect to rw015727.infotech.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to rw015727.infotech.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-02-11 14:37:40,810 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 WARN [main] Attempting to connect to Native Directory: Retry Count: 10 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] 20:3008:Failed to connect to native directory. com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-02-11 14:37:43,811 ERROR [main] Arguments: param1={LOCALE=en_US}, param2=null, param3=C:\Hyperion/logs/esbstudio, com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    Best,
    Veerannna Ronad.

    Hi Manaf,
    Seems you are also facing same problem. This problem comes when shared service failed to start. There is dependency with OpenLDAP. OpenLDAP service most of the time gets corrupted. You need to recover this service. There is a recover exe located at <<Hyperion installation folder>>\products\Foundation\openLDAP\var\openldap-data\db_recover.exe, run this and start the Essbase services in sequences.
    Service starting sequence:
    1) Hyperion Foundation Shared Services - Web Application
    2) Hyperion Essbase Services 11.1.1 - hypservice_1
    3) Hyperion Administration Services - Web Application
    and rest you can start as required.
    This should solve your problem.
    Best,
    Veeranna Ronad.

  • Unable to start Essbase Studio Server

    Hi All,
    Am getting an error message when I start Essbase studio. The installation and configuration went without any errors. I have downloaded the jdbc driver for mysql, renamed it and placed it in the correct location. Yet when I start the studio server I get the error message described below. I have also attached the contents of the server.properties. Do let me know if you guys have any suggestions.
    server.properties:
    #Wed Mar 03 15:17:26 EST 2010
    catalog.autoinit=true
    catalog.username=essuser_qa
    catalog.url=sqlserver\://NYSQLSVR\:1433
    catalog.password=rfBjPy3lHIDM8QeIikYgIg\=\=
    catalog.db=essbase_qa.dbo
    error message:
    15:32:21 03/03/10 INFO Starting up
    15:32:21 03/03/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    15:32:27 03/03/10 (system) WARNING Failed to load driver for sap
    15:32:27 03/03/10 (system) SEVERE Cannot load Teradata connector
    15:32:27 03/03/10 (system) WARNING Failed to load driver for teradata
    15:32:27 03/03/10 (system) WARNING Failed to load driver for netezza
    15:32:30 03/03/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
         at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
         at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table ESSBASE_QA.DBO.CP_NONE_TRANSACTIONS found
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more
    ----------------------------------------

    You could try :-
    1. Execute the script “catalog_schema_drop.sql” under $HYPERION_HOME\products\Essbase\EssbaseStudio\server\database\common\MSSQLServer to drop the existing Catalog tables
    2. Bring up the Microsoft SQL Server Management Studio and login as sa
    a.Expand the Databases node
    b.Expand the “epmesbStudio” under the Database node
    c.Expand the “Security” node
    d.Right click on “Schemas” under the database “epmesbStudio” to bring up the “Schema” dialog:
    e.From the Schema dialog, enter ”epmEsbStudio” for both Schema name and Schema owner, then click OK to create the schema.
    f. Verify that the schema “epmEsbStudio” is created:
    3. Expand the Users node under Security: (you should see the user “epmEsbStudio” listed under Users)
    a. Bring up the user Properties for “epmEsbStudio” by right click on “epmEsbStudio” then select Properties
    b. From the user Properties dialog, you can see the Default schema is dbo. Change the default schema to “epmEsbStudio”, which is the schema that we create in the above steps by click on the list button to bring up the Select Schema dialog:
    c. Click on the Brows button from the Select Schema dialog, and select “epmEsbStudio” from the list and click OK
    d.The selected schema should place in the Select Schema dialog. Click OK on the Select Schema dialog:
    e. Now the schema “epmEsbStudio” should appeared as Default schema on the user Properties dialog.
    f. Now make sure the Database role membership “db_owner” is selected (select this option if it is not already select).
    g. Click OK to save the settings
    4. Bring up the Query editor from the Microsoft SQL Server Management Studio by click on the “New Query” and make sure the
    5.Disconnect the query editor to any database by right click on the query editor select Connection To Disconnect
    6.Connect the query editor to the database epmEsbStudio by right click on the query editor select Connection To Connect to bring up the Connection to Database Engine dialog
    7. From the Connection to Database Engine dialog provide the SQL Server name, Authentication type, and enter “epmEsbStudio” as the user name and provide the password for this user, then click on the Options button, then select the Connection Properties tab and enter “epmesbStudio” for Connection to database. Click on the Connect button (you should be able to connected without any error or warnings)
    8. Type the following statement in the query editor, and execute it. The query should be executed without any problem.
    Create table Test (
    col1 varchar(5)
    go
    9. Verify the table is created under the “epmEsbStudio” Schema:
    10.Delete the table “Test”
    11.Start the Essbase Studio Server
    The properties file should read
    Example in server.properties
    catalog.db=epmesbStudio.epmEsbStudio
    catalog.username=epmesbStudio
    You can change "epmEsbStudio" to match your database being used for studio
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Configuration issue : Oracle Essbase Studio Server

    Hi,
    What going wrong here? Please advice...
    C:\Hyperion\products\Essbase\EssbaseStudio\Server\server_prod.log
    20:44:06 05/13/10 INFO Starting up
    20:44:06 05/13/10 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Build 090, June 25 2009
    20:44:14 05/13/10 (system) WARNING Failed to load driver for sap
    20:44:14 05/13/10 (system) SEVERE Cannot load Teradata connector
    20:44:14 05/13/10 (system) WARNING Failed to load driver for teradata
    20:44:14 05/13/10 (system) WARNING Failed to load driver for mysql
    20:44:14 05/13/10 (system) WARNING Failed to load driver for netezza
    20:44:15 05/13/10 (system) SEVERE Cannot initialize catalog storage. Make sure that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.CatalogInitializationException.StorageInitializationFailure
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:155)
         at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(TransactionManager.java:64)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
         at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:54)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1302)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:167)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:129)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:204)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(StorageFactory.java:149)
         ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No table ORCL.ADVWORKS.CP_NONE_TRANSACTIONS found
         at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(StorageEngine.java:193)
         at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.java:87)
         at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEngine.java:20)
         ... 17 more

    Hi
    Thanks,
    I able to connect after changing the catelog username which point to wrong one in server.properties.
    But now Essbase Server got failed. Can you help
    Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started.
    EssabaseServerChecker
    Error: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Check application is started.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.

  • Essbase admin server is not responding in 11.1.2.2 and related services ??

    Hi All,
    I've installed & configured Hyperion 11.1.2.2. When i entered admin & password in EAS console, the message is displaying as Essbase Administration server is not responding. Can you pls. let me know, what is the service for Essbase Admin services. Also when i'm trying the link http://servername:9000/interop, page not found is displaying. Is it must that Hyperion Configuration Manager service should be up & running ? Where i can find the service for shared services ? where i can find all the related services of different hyperion products. Thanks in advance for the help
    Thanks,
    PVR

    If you have deployed all the web applications to a single managed server then there will be one service to start the web apps - "Hyperion EPM Server - Web Application"
    You can tell in the configurator if you have deployed the web apps to a single managed server and - http://2.bp.blogspot.com/-vhvxHXJ6C18/T4Wa0iSeW8I/AAAAAAAAEfg/v7ktkUIqmug/s1600/image023.png
    The default port is 9000, if you are still having problems then it is worth checking the logs.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Network Error: Error connecting to Essbase Studio server

    Hi......I am able to login to almost all the apps (shared services, Web Analysis, FIR, Web Services etc) except EssBase Studio. When i try to login to essbase studio it says "error connecting essbase studio server"
    with detailed error "Network communication with the server failed. Check your network connection and try again.
    Connection refused: connect"
    Any idea?

    here is the log file
    0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.util.DriverClassLoader] [SRC_METHOD: <init>] Failed to load driver for netezza.
    [2012-10-24T16:54:50.218+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-145015] [com.hyperion.cp.driver] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection] [SRC_METHOD: createSQLConnection] Unable to establish connection to Oracle server.
    [2012-10-24T16:54:50.369+05:30] [hyperion] [ERROR] [ESSSTD-043002] [com.hyperion.cp.catalog] [] [nwaddr: 10.0.2.15] [tid: 10] [userId: system] [ecid: 0000JeIWmdLDwW05zzWByW1GXwyc000000,0] [SRC_CLASS: com.hyperion.cp.catalog.Catalog] [SRC_METHOD: initialize] Catalog.CannotInitializeStorage=Cannot initialize catalog storage. Make sure the server.properties file contains the correct information.[[
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: Cannot initialize data storage engine.
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:78)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:104)
         at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:194)
         at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:81)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.java:71)
         at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener.java:1318)
         at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.java:184)
         at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:130)
         at com.hyperion.cp.server.ServerMain.initServer(ServerMain.java:209)
         at com.hyperion.cp.server.ServerMain.main(ServerMain.java:289)
    Caused by: com.hyperion.cp.driver.util.DriverConnectionException: Cannot establish connection to Oracle server.
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:283)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection$ConnectionPool.<init>(SQLConnection.java:1226)
         at com.hyperion.cp.driver.adapters.sql.SQLConnection.construct(SQLConnection.java:450)
         at com.hyperion.cp.driver.ConnectionManager.getConnection(ConnectionManager.java:112)
         at com.hyperion.cp.driver.DriverEngine.getConnection(DriverEngine.java:60)
         at com.hyperion.cp.server.QueueableTask.setMetadataConnection(QueueableTask.java:53)
         at com.hyperion.cp.catalog.storage.StorageFactory.initialize(StorageFactory.java:61)
         ... 11 more
    Caused by: java.sql.SQLRecoverableException: ORA-01033: ORACLE initialization or shutdown in progress
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:397)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
         at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:448)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4CTTIoauthenticate.doOSESSKEY(T4CTTIoauthenticate.java:409)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:395)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
         at java.sql.DriverManager.getConnection(DriverManager.java:582)
         at java.sql.DriverManager.getConnection(DriverManager.java:154)
         at com.hyperion.cp.driver.adapters.sql.oracle.OracleConnection.createSQLConnection(OracleConnection.java:273)
         ... 17 more
    ]]

  • Real-Time Decision Server is not running

    Hi,
    In the Admin guide for RTD Center, during Initializing the Oracle RTD Database Using SDDBTool, one of the step mentioned is "To check, Real-Time Decision Server is not running" but nothing has been mentioned if this is a Service or we have to check in Weblogic or service panel.
    So the question is, How do I check if my Real-Time Decision Server is running or not? Do I have shut down OBIEE instance for the same?
    Regards,
    Jitendra

    Hi,
    try it like this.
    http://IP:9704/ui/do/logout
    note: bi services should be up.
    Thanks
    Deva

  • Content server is not running.

    All,
    I have rather peculiar issue. The external 10.1.3.1 content server is setup against EBS 12.1.3.The content server is running fine and I was able to upload content using it. I fail to upload content all of the sudden until EBS is bounced. Nothing changes on content server side and again it works for day or two and stops and throws "Content server is not running" error. Is there any EBS configuration that can cause this behavior? I do not even see the request being logged in default-web-access-<date>.log on content server that indicates that it is not even reaching content server. It works fine in TEST environment and in PROD it is behaving in this manner. This is a new setup.
    Any pointers are appreciated.
    Thanks,
    Faisal

    The fact that bouncing EBS fixes the issue temporarily indicates that the problem is most likely on the EBS end, but we haven't encountered that specific issue. What OS are you using to host EBS? Are you purging the J2EE cache when you bounce the services?
    Feel free to reach out to Anne or myself if you'd like to dive into this. We could test with an alternate content server to see if that helps isolate the problem.
    Best,
    John Hobart

  • Tomcat server is not running automatically

    Hi BO experts,
    I have installed SAP Business Objects XI 3.1 in my system and noticed that Tomcat server is not running in Central Configuration Manager where the status is "Stopped". If I start manually also it's not starting (In properties, the startup type is - Automatic).
    So I went this path "E:\Program Files\Business Objects\Tomcat55\bin" and double clicked "startup.bat" then I am able to login into Infoview. Could please someone explain that is there any possible way to run Tomcat automatally so that i do not need to start up manually every time?
    Thanks in advance!!

    I'm assuming that whoever installed the Apex Listener installed it under the Apache Tomcat application server. This isn't officially supported by Oracle, but it does work. You start Tomcat by executing "startup.bat" in its bin directory on Windows or "startup.sh" on Linux or other Unix-like OSes. In Windows, it will keep running as long as the command window is open (but you can minimize it) or I believe there is a way to set it up as a service - I'm not a Windows guru. In *nix, you can add an ampersand to the command to keep it running in background, or set it up to run as a daemon.
    Altogether, you probably need someone to learn more about how to run Tomcat if the person who set it up for you is no longer available. There is plenty of information on-line - just use Google or Bing.

  • The Oracle BI server is not running. The repositiry had to be closed

    Hi guys,
    I have a OBI Standard Edition 10.1.3.4.1.
    I have modify the rpd and if I try to "Check In Changes", the error appears: "The Oracle BI server is not running. The repositiry had to be closed".
    In the nQServer.log this error appears:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10055) An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
    Why?
    The problem persist if I restart the services.
    The problem only occurs if I make a change in the Business Model Layer. The changes in the Physical Layer do not generate errors.
    Thank you,
    Sara

    Hi Sara,
    Can you please let us know, if there are any other messages in the NQServer.out.log ? I just googled around with this code to hit at the following link : http://www.bookmark-master.com/socket-error-10055.html
    Socket error (#10055): No buffer space available.
    Analyse & Solutions:
    An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. This error indicates a shortage of resources on your system. It can occur if you're trying to run too many applications (of any kind) simultaneously on your machine. If this tends to occur after running certain applications for a while, it might be a symptom of an application that doesn't return system resources (like memory) properly. It may also indicate you are not closing the applications properly. If it persists, exit Windows or reboot your machine to remedy the problem.
    From the above information, I understand that this is a system resource issue. Can you please recheck if your system has got enough resources?
    Hope this helps.
    Thank you,
    Dhar

  • Help-UNICPOUTU always shows calendar server is not running

    Hi All,
    I am trying to export data from OCS 10g Calendar server and while using UNICPOUTU utility on default node (1), it always shows error message "Calendar Server is not running".
    I have stopped and than started server many time using unistop/unistart and opmnctl with stopall/start all. I can work without any problem with OCS portal and Windows calendar client.
    Can any body help me to find the cause and resolve it.
    Thanks in advance for your help and time.

    I was aware the format originated with CS&T (later Steltor) Corporate Time, and that the NetScape Calendar was of the same provenance. I didn't know SGI also had an offspring
    of Corporate Time.
    Sorry for not being more precise in my earlier post. I guess I should have said that the format used by unicpoutu/unicpoutr is specific to Oracle Calendar and other products derived from the earlier Unison/Corporate Time product.
    Either way, though, iCal is format that more programs understand. uniical is also the program that Oracle support recommended I use, instead of unicpoutu, when I ran into bugs with unicpoutu in the past.
    Tim

  • Calendar utilities report that Calendar server is not running

    Hi All,
    When i try to use calendar server utilities e.g. uniwho, unistat, unicpoutu etc, I always get server is down or server is not running but while using other utilities e.g. uniical, uniuser, uniping works fine.
    I have started/stopped server many times using unistart/unistop but result is same. Web portal and windows client works fine.
    Can anybody guess, what can be the problem? Why some utilities can work and some can't?
    Thanks and Regards

    On other side opmnctl status shows that everything is alive ...
    Processes in Instance: ocsapps.qalotus1.in.zimbra.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 3192 | Alive
    DSA | DSA | 3176 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    WebCache | WebCache | 4668 | Alive
    WebCache | WebCacheAdmin | 3076 | Alive
    OC4J | OC4J_OCSClient | 3708 | Alive
    OC4J | OC4J_Mail | 3304 | Alive
    email | email_housekeeper | 3560 | Alive
    email | email_imap | 4792 | Alive
    email | email_listserver | 4832 | Alive
    email | email_nntp_in | 5496 | Alive
    email | email_nntp_out | 2800 | Alive
    email | email_pop | 2284 | Alive
    email | email_smtp_in | 5848 | Alive
    email | email_smtp_out | 5756 | Alive
    email | email_virus_scrub~ | 4844 | Alive
    CalendarServer | Calendar_CSM | 3704 | Alive
    CalendarServer | Calendar_CWS | 4404 | Alive
    CalendarServer | Calendar_DAS | 3976 | Alive
    CalendarServer | Calendar_SNC | 1480 | Alive
    CalendarServer | Calendar_ENG | 4276 | Alive
    CalendarServer | Calendar_LCK | 4516 | Alive
    how can be so contradictory status information? Or its me only who cant interpret it in correct way?

  • Error: Cannot connect to NTP server or NTP server is not running - Cisco IPS

    This is different scenario here:
    I have two Cisco IPS 4260-k9 and both are in production now.
    One of the IPSs is configured with NTP and works fines, but another one is not.
    When tried to configure when the device is ON and live in production and got the following error,
    Error from CLI:
    " Error: Cannot connect to NTP server or NTP server is not running "
    Error from IME:
    " Delivery failed.
    err Unaccepable Value - cannot connect to the NTP server or NTP server is not running"
    I am able to reach the NTP server, also the same NTP is working fine with other devices....
    Am I doing anything wrong?
    Please advise

    Hi,
    Now the error has changed:
    Session.connect: java.net.SocketTimeoutException: Read timed out
    I have increased the pooling interval to 1 Hr from 1 Min. Waiting for the next pooling interval result.
    Guide me if I am heading right.... or anything else needs to be done.
    Regards,
    Krishna Chauhan

  • Soa managed server is not running after changing weblogic admin password

    hi guys....
    we have oim 11g deployment on weblogic 10.3.5 ....it was working fine....
    we changed the weblogic user password through admin console and changed the boot.properties file also....after that we succcessfully started the adminserver but soa server is not starting and giving following errors...
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User weblogic denied
         at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
         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.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy28.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
         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.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
         at $Proxy46.authenticate(Unknown Source)
         at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Regards
    jdev

    Which boot.properties did you update Just the admin server? You need to update this file on each of the servers in the domain. Browse to the soa server directory inside the domain directory and there inside the security directory you should see the boot.properties file. You need to update the password in this file.
    -Bikash

Maybe you are looking for

  • Adobe Illustrator CS6 has stopped working (random)

    I have a problem with Adobe CS6 Illustrator both 32 and 64 bit has this error. It keeps crashing randomly and i get the message Adobe Illustrator has stopped working. All updates are installed for illustrator. System specs: Core i5 2500K 8GB DDR3 Rad

  • Can't drag an image to an album?

    I am probably doing something boneheaded here (which I usually end up doing at least a few times per day)... but, I have a project, within that project are two albums. I have each album open (via option click). Is there a reason I can't drag an image

  • How to make Changes to Brush Menu Button Template!

    I know this should be easy, but I'm not having luck so I thought I'd ask the forum: I am using the BRUSH template for a chapter index. The default chapter button drop zones for the video look as if they have a hazy effect over them. I'm trying in vai

  • Panels in 1.1, question for XP userss...

    I only have time for a few posts to this board as I long to have the time to install 1.1. But I am too busy at the moment. So I just have a simple question? In 1.0 if you adjust the width of the panels and than close down, the next time you open LR t

  • Why does iMovie '11 crash when opening the transition browser?

    I need help ASAP! I am editing a movie for my mom and I need to add transitions between clips but when I open the transition browser the whole thing freezes, then crashes.  I am using a 13" 2010 Macbook Pro Core 2 Duo with Mac OS 10.7.2 and iMovie ve