Skip to Main Content

Endeca Experience Management

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Initialize_services.bat failed

BCHKJun 4 2012 — edited Jun 14 2012
Hi,

The Initialize_services.bat failed with the following error. Any help? Thanks

[06.04.12 14:55:38] INFO: [ITLHost] Starting shell utility 'emgr_update_update_m
gr_settings'.
[06.04.12 14:55:39] WARNING: An error occurred while attempting to set instance
configuration in Web Studio. This action requires all locks in Web Studio to be
available. If the utility log includes errors associated with resource locks, en
sure that users are out of Web Studio and break locks in Web Studio before re-r
unning this action.
[06.04.12 14:55:39] SEVERE: Utility 'emgr_update_update_mgr_settings' failed. Re
fer to utility logs in [ENDECA_CONF]/logs/shell on host ITLHost.
Occurred while executing line 5 of valid BeanShell script:
[[

2|
3| if (ConfigManager.isWebStudioEnabled()) {
4| log.info("Updating IAP Workbench configuration...");
5| ConfigManager.updateWsConfig();
6| log.info("Finished updating IAP Workbench.");
7| }
8|

]]

[06.04.12 14:55:39] SEVERE: Caught an exception while invoking method 'run' on o
bject 'InitialSetup'. Releasing locks.

Caused by java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl invoke0 - null
Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing
valid BeanShell script.
Caused by com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.utility.Utility run - Utility 'emgr_update_update_
mgr_settings' failed. Refer to utility logs in [ENDECA_CONF]/logs/shell on host
ITLHost.

Finished updating EAC.

c:\Endeca\apps\ContentAssemblerRefApp\control>initialize_services.bat

Comments

Kristen G-Oracle
Hi. I would try checking the log file for Workbench (/Workbench/workspace/logs) and the one for EAC (/PlatformServices/workspace/logs) for a more specific error.
DevReddy
Hi,

The problem is - you have logged in to IAP workbench for this application(ContentAssemblerRefApp) at the time of running initialize services.

Its unable to get all the locks from workbench while attempting to set the configuration, try logging out from Workbench and run initialize services again

------
Dev
BCHK
Hi,

I was following this guide:
Oracle Endeca Exper ience
Manager
Getting Started Guide
Version 2.1.2 • March 2012

So I did not login the workbench yet.

anyway, I tried to install in another machine which is windows 2008 server R2. and it smooth to deploy the sample application and running now.

BTW, does experience manager support widows 7 64 bit.

and where I can find more resources to learn experience manager?

Thanks.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 12 2012
Added on Jun 4 2012
3 comments
694 views