Cisco Unified Application Environment Developer Forums

« Back to Developers

RE: Troubleshooting simpleIpPhone menu app

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 1 - 20 of 21 results.
of 2
A lot of people have been seeing this message come up on the management after an install/reinstall of CUAE.  This admittedly unhelpful message usually indicates that the management service (and most likely all the other services) cannot successfully connect to the database.  There are two basic reasons for this failure, and we will investigate possible causes for either one.

1) The database isn't there or has no tables.

    If you access the MySQL database (like via the MySQL Command Center) using the root login, you should execute the query "SHOW DATABASES" and the database "mce" should come up in the list.  If it does, access the database ("USE mce") and execute "SHOW TABLES".  If the mce database isn't there or there or no tables listed in the database, then that's obviously the first problem.
   
    The dirty secret here is that, the first time you install CUAE on a machine, it installs the database and drops a breadcrumb in the windows registry to indicate that the database has been installed.  It does this so that when you do upgrades, it uses the breadcrumb to determine that the database is not to be reinitialized.  When you uninstall the CUAE, or even MySQL itself, the database files are normally left intact, thereby preserving all of your old CUAE data.  The problem comes when administrators decide they want to start clean on the machine and, instead of reinstalling the OS, uninstall everything.  This includes MySQL, with some going as far AS DELETING THE MYSQL DIRECTORY FROM PROGRAM FILES.  This is where it can go wrong.
   
    The registry entry is still in there, so the next time the CUAE installers run, it sees it, and decides not to initialize the database.  The solution is simple.  Uninstall the CUAE.  Run regedit.exe, and find and delete the following key:
   
   HK_LOCAL_MACHINE\SOFTWARE\Cisco Systems\CUAE\Bridges\DbInstalled
  
   Once you remove that, install the CUAE again and the database should be created.
   
    Clearly this case comes up fairly often and our current strategy for handling it is insufficient.  We will try to address this in later versions of the installers.
   
2) Credentials to connect to the database are incorrect

    The quick way to figure this out is to open up your cuae-common.config file (found in the install path of CUAE) and look at your username and password.  Use the username and password to try to log in to MySQL and see if you're successful.  You can try this by opening up a command prompt and typing:
   
    mysql -u <user> -p
   
    Note there is NO SPACE between the p flag and the password.  Alternatively, you can leave off the password and it will prompt you for it.  If you've been denied access, then your credentials are incorrect.
   
    By and large this is mostly seen on development installs.  During the install, it will ask you for two database user credentials.  The first is the root user credentials to install the database, and the second is for credentials that the CUAE services themselves need to *access* the database.  For the second, most people simply enter in the root user's credentials again (which is offered as a possibility on the dialog box itself).  However, some people enter in a different MySQL user account and password thinking that the installer will actually CREATE the account in MySQL.  This is NOT the case.  The account must already exist in MySQL and have permissions on the "mce" database to work.  99% of the time, this seems to be not the case.
       
    Two ways to solve this:
    1) create the MySQL user and give it proper permissions on the "mce" database
    2) just configure the services to use the root user/password.  You would make this change in two files:
        - c:\program files\cisco systems\unified application environment\cuae-common.config
        - c:\program files\cisco systems\unified application environment\MgmtServiceLauncher\conf\production.properties
       If you plan to use the legacy mceadmin, you would also need to change:
        - c:\program files\cisco systems\unified application environment\mceadmin\includes\config.php

    There is also a possibility that you are trying to use root or a MySQL user that does exist to access the database, but you merely mistyped the password during the install.  The solution is simply to correct it in the config files listed above.

    If you see this on a production install, where the MySQL user *IS* created and the password is generated, you should contact support so we can figure out why the configuration ended up not matching the generated credentials.
   
Having said all of that, we are very aware that installing our software can be a cumbersome task.  We had a meeting about this just the other day, and we are looking to find ways to improve the developer setup experience.  All of your feedback is valuable to us.  It's been interesting how some scenarios pop up over and over again which I personally would have figured would be rare.  We appreciate everyone's continuing patience as we troubleshoot and address these issues.

thanks, you really helped me there, i never would've figure it out.

Hi, I started doing my fisrt example ( SimpleIpMenuTree ), and Im having some problems. I create the project and follow every instruction and see no result, not even an error message. I noticed that when y go into http://localhost:8000/lunchOrder, which a link to the xml I created, I cant update the page more than five times. It works only if I deploy the project again.
 
Daniel Correa

Daniel, the five times issue could very well be that you are not releasing the licenses properly. As a result, you exhaust your 6 developer license. Once you uninstall the project, the clock resets.
 
Please send us the appserver log to help us understand the problem with your application.
 
Thanks,
Rajesh

logs:
 
2009:02:20::13:24:26(43): Warning: CI  This server is not configured with a hot-standby
2009:02:20::13:24:36(04): Info: HP  Connected to H.323 service successfully
2009:02:20::13:24:40(04): Info: JTP Setting log level for JTAPI service v3.3 to level: 3
2009:02:20::13:24:40(07): Info: JTP Setting log level for JTAPI service v4.0 to level: 3
2009:02:20::13:24:40(07): Info: JTP Setting log level for JTAPI service v4.1 to level: 3
2009:02:20::13:24:40(09): Info: JTP Setting log level for JTAPI service v4.2 to level: 3
2009:02:20::13:24:40(10): Info: JTP Setting log level for JTAPI service v5.0 to level: 3
2009:02:20::13:24:40(10): Info: JTP Setting log level for JTAPI service v5.1 to level: 3
2009:02:20::13:24:40(12): Info: JTP Setting log level for JTAPI service v6.0 to level: 3
2009:02:20::13:24:40(14): Info: JTP Setting log level for JTAPI service v6.1 to level: 3
2009:02:20::13:24:40(14): Info: JTP Setting log level for JTAPI service v7.0 to level: 3
2009:02:20::13:24:40(20): Info: JTP Adding 0 dynamic devices to master list
2009:02:20::13:24:40(20): Info: JTP Resynched all Devices in DB...
2009:02:20::13:24:40(59): Info: JTP Connected to JTAPI service v3.3 successfully
2009:02:20::13:24:40(60): Info: JTP No CTI devices configured for v3.3.
2009:02:20::13:24:40(62): Info: JTP Connected to JTAPI service v4.0 successfully
2009:02:20::13:24:40(62): Info: JTP No CTI devices configured for v4.0.
2009:02:20::13:24:40(67): Info: JTP Connected to JTAPI service v4.1 successfully
2009:02:20::13:24:40(67): Info: JTP No CTI devices configured for v4.1.
2009:02:20::13:24:40(68): Info: JTP Connected to JTAPI service v4.2 successfully
2009:02:20::13:24:40(68): Info: JTP No CTI devices configured for v4.2.
2009:02:20::13:24:40(68): Info: JTP Connected to JTAPI service v5.0 successfully
2009:02:20::13:24:40(68): Info: JTP No CTI devices configured for v5.0.
2009:02:20::13:24:40(70): Info: JTP Connected to JTAPI service v5.1 successfully
2009:02:20::13:24:40(70): Info: JTP No CTI devices configured for v5.1.
2009:02:20::13:24:40(70): Info: JTP Connected to JTAPI service v6.0 successfully
2009:02:20::13:24:40(71): Info: JTP No CTI devices configured for v6.0.
2009:02:20::13:24:40(71): Info: JTP Connected to JTAPI service v6.1 successfully
2009:02:20::13:24:40(71): Info: JTP No CTI devices configured for v6.1.
2009:02:20::13:24:40(71): Info: JTP Connected to JTAPI service v7.0 successfully
2009:02:20::13:24:40(71): Info: JTP No CTI devices configured for v7.0.
2009:02:20::13:24:40(75): Info: JTP Setting log level for JTAPI service v3.3 to level: 3
2009:02:20::13:24:40(75): Info: JTP Setting log level for JTAPI service v4.0 to level: 3
2009:02:20::13:24:40(76): Info: JTP Setting log level for JTAPI service v4.1 to level: 3
2009:02:20::13:24:40(76): Info: JTP Setting log level for JTAPI service v4.2 to level: 3
2009:02:20::13:24:40(78): Info: JTP Setting log level for JTAPI service v5.0 to level: 3
2009:02:20::13:24:40(78): Info: JTP Setting log level for JTAPI service v5.1 to level: 3
2009:02:20::13:24:40(79): Info: JTP Setting log level for JTAPI service v6.0 to level: 3
2009:02:20::13:24:40(81): Info: JTP Setting log level for JTAPI service v6.1 to level: 3
2009:02:20::13:24:40(82): Info: JTP Setting log level for JTAPI service v7.0 to level: 3
2009:02:20::13:24:40(82): Info: JTP JTapi Provider: Startup completed....
2009:02:20::13:25:31(70): Info: SIP Connected to Sip service successfully
2009:02:20::13:25:33(57): Info: SIP Device '127.0.0.1' registered successfully.
2009:02:20::13:25:38(34): Info: MEP Clearing MRG cache
2009:02:20::13:25:40(09): Info: MCP Adding media server MEngine (127.0.0.1)
2009:02:20::13:25:42(03): Warning: CDL No CallManager clusters configured. DeviceListX cache disabled
2009:02:20::13:25:42(04): Info: CDL Device list cache refresh starting.
2009:02:20::13:25:46(12): Info: PP  Connected to Presence service successfully
2009:02:20::13:25:46(76): Info: PP  Presence service started, re-subscribe for notifications.
2009:02:20::13:25:53(40): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:26:08(40): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:26:23(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:26:38(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:26:53(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:27:08(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:27:23(45): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:27:38(45): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:27:53(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:28:08(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:28:23(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:28:38(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:28:53(50): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:29:08(50): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:29:23(51): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:29:38(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:29:53(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:30:08(54): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:30:23(54): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:30:38(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:30:53(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:31:08(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:31:23(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:31:38(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:31:53(59): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:32:08(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:32:23(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:32:38(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:32:53(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:33:08(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:33:23(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:33:38(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:33:53(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:34:08(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:34:23(67): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:34:38(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:34:53(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:35:08(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:35:23(70): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:35:38(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:35:53(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:36:08(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:36:23(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:36:38(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:36:53(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:37:08(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:37:23(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:37:38(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:37:53(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:38:08(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:38:23(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:38:38(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:38:53(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:39:08(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:39:23(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:39:25(25): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:25(25): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G7cCoAUwAAAWkAAAJ7AAH was not handled
2009:02:20::13:39:25(50): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:25(50): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G7cCoAUwAAAWkAAAJ7AAI was not handled
2009:02:20::13:39:28(34): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:28(34): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8MCoAUwAAAWkAAAJ7AAJ was not handled
2009:02:20::13:39:28(81): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:28(82): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8MCoAUwAAAWkAAAJ7AAK was not handled
2009:02:20::13:39:29(23): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:29(23): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8cCoAUwAAAWkAAAJ7AAL was not handled
2009:02:20::13:39:29(57): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:29(57): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8cCoAUwAAAWkAAAJ7AAM was not handled
2009:02:20::13:39:29(85): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:29(85): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8cCoAUwAAAWkAAAJ7AAN was not handled
2009:02:20::13:39:30(10): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:30(10): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8sCoAUwAAAWkAAAJ7AAO was not handled
2009:02:20::13:39:30(28): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:30(28): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8sCoAUwAAAWkAAAJ7AAP was not handled
2009:02:20::13:39:30(46): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:30(46): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8sCoAUwAAAWkAAAJ7AAQ was not handled
2009:02:20::13:39:30(65): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:30(65): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8sCoAUwAAAWkAAAJ7AAR was not handled
2009:02:20::13:39:30(84): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:30(84): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G8sCoAUwAAAWkAAAJ7AAS was not handled
2009:02:20::13:39:31(01): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:31(01): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G88CoAUwAAAWkAAAJ7AAT was not handled
2009:02:20::13:39:35(15): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:39:35(15): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8G98CoAUwAAAWkAAAJ7AAU was not handled
2009:02:20::13:39:38(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:39:53(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:40:08(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:40:09(04): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:40:09(04): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8HGcCoAUwAAAWkAAAJ-AAG was not handled
2009:02:20::13:40:23(85): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:40:38(85): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:40:53(85): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:41:08(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:41:23(89): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:41:38(89): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:41:53(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:42:08(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:42:23(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:42:38(92): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:42:53(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:42:56(09): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:42:56(09): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8HwMCoAUwAAAWkAAAKJAAA was not handled
2009:02:20::13:43:08(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:43:23(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:43:38(95): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:43:53(95): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:44:08(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:44:23(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:44:38(98): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:44:53(98): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:44:59(23): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::13:44:59(23): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8IO8CoAUwAAAWkAAAKHAAA was not handled
2009:02:20::13:45:09(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:45:24(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:45:39(01): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:45:54(03): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:46:09(03): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:46:24(04): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:46:39(04): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:46:54(06): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:47:09(06): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:47:24(07): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:47:39(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:47:54(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:48:09(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:48:24(10): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:48:39(12): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:48:54(12): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:49:09(14): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:49:24(14): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:49:39(14): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:49:54(15): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:50:09(15): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:50:24(17): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:50:39(17): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:50:54(18): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:51:09(20): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:51:24(20): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:51:39(21): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:51:54(21): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:52:09(23): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:52:24(23): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:52:39(25): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:52:54(25): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:53:09(26): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:53:24(26): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:53:39(28): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:53:54(29): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:54:09(29): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:54:24(29): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:54:39(31): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:54:54(32): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:55:09(32): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:55:24(34): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:55:39(34): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:55:54(35): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:56:09(35): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:56:24(37): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:56:39(37): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:56:54(39): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:57:09(40): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:57:24(40): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:57:39(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:57:54(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:58:09(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:58:24(45): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:58:39(45): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:58:54(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:59:09(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:59:24(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:59:39(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::13:59:54(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:00:09(50): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:00:24(51): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:00:39(51): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:00:43(04): Warning: script1-1 No handler registered for 'Metreos.Providers.Http.SessionExpired' event
2009:02:20::14:00:54(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:01:09(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:01:24(54): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:01:39(54): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:01:43(07): Warning: script1-2 No handler registered for 'Metreos.Providers.Http.SessionExpired' event
2009:02:20::14:01:43(07): Warning: script1-1 No handler registered for 'Metreos.Providers.Http.SessionExpired' event
2009:02:20::14:01:54(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:02:09(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:02:20(00): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:02:20(00): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8MTMCoAUwAAAWkAAAKNAAA was not handled
2009:02:20::14:02:24(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:02:39(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:02:54(59): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:03:09(59): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:03:24(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:03:39(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:03:54(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:04:09(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:04:24(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:04:39(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:04:54(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:05:09(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:05:24(67): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:05:39(67): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:05:54(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:06:09(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:06:24(70): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:06:39(70): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:06:54(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:07:09(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:07:24(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:07:39(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:07:54(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:08:09(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:08:24(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:08:39(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:08:54(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:09:09(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:09:24(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:09:39(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:09:54(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:10:09(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:10:24(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:10:39(32): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:39(32): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OP8CoAUwAAAWkAAAKPAAF was not handled
2009:02:20::14:10:39(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:10:40(26): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:40(26): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQMCoAUwAAAWkAAAKPAAG was not handled
2009:02:20::14:10:40(71): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:40(71): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQMCoAUwAAAWkAAAKPAAH was not handled
2009:02:20::14:10:41(06): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:41(06): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQcCoAUwAAAWkAAAKPAAI was not handled
2009:02:20::14:10:41(62): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:41(62): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQcCoAUwAAAWkAAAKPAAJ was not handled
2009:02:20::14:10:41(98): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:41(98): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQcCoAUwAAAWkAAAKPAAK was not handled
2009:02:20::14:10:42(14): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:42(14): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQsCoAUwAAAWkAAAKPAAL was not handled
2009:02:20::14:10:42(50): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:42(50): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQsCoAUwAAAWkAAAKPAAM was not handled
2009:02:20::14:10:42(68): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:42(68): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQsCoAUwAAAWkAAAKPAAN was not handled
2009:02:20::14:10:42(89): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:42(89): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQsCoAUwAAAWkAAAKPAAO was not handled
2009:02:20::14:10:43(06): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:43(06): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQ8CoAUwAAAWkAAAKPAAP was not handled
2009:02:20::14:10:43(23): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:43(25): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQ8CoAUwAAAWkAAAKPAAQ was not handled
2009:02:20::14:10:43(75): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:43(75): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8OQ8CoAUwAAAWkAAAKPAAR was not handled
2009:02:20::14:10:44(06): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:44(06): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8ORMCoAUwAAAWkAAAKPAAS was not handled
2009:02:20::14:10:44(67): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:44(67): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8ORMCoAUwAAAWkAAAKPAAT was not handled
2009:02:20::14:10:45(00): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:45(01): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8ORcCoAUwAAAWkAAAKPAAU was not handled
2009:02:20::14:10:45(85): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:45(85): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8ORcCoAUwAAAWkAAAKPAAV was not handled
2009:02:20::14:10:46(21): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:10:46(21): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8ORsCoAUwAAAWkAAAKPAAW was not handled
2009:02:20::14:10:54(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:11:09(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:11:24(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:11:39(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:11:54(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:12:09(89): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:12:24(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:12:39(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:12:54(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:13:09(92): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:13:24(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:13:39(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:13:54(95): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:14:09(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:14:21(37): Warning: R   Ignoring trigger changes for not loaded application: {1=SimpleIpMenuTree}
2009:02:20::14:14:24(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:14:39(98): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:14:54(98): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:15:10(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:15:25(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:15:40(01): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:15:55(01): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:16:10(03): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:16:25(03): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:16:40(04): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:16:55(04): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:17:10(06): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:17:25(06): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:17:40(06): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:17:55(07): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:18:10(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:18:25(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:18:40(09): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:18:55(10): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:19:10(12): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:19:25(12): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:19:40(12): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:19:55(14): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:20:10(14): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:20:25(15): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:20:40(15): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:20:55(17): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:21:10(17): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:21:25(18): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:21:40(18): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:21:55(20): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:22:10(20): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:22:25(21): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:22:40(21): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:22:55(23): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:23:10(23): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:23:25(25): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:23:40(25): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:23:55(26): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:24:10(26): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:24:25(28): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:24:40(28): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:24:55(29): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:25:10(29): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:25:25(31): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:25:40(31): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:25:55(32): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:26:10(34): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:26:25(34): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:26:40(35): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:26:55(35): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:27:10(35): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:27:25(37): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:27:40(39): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:27:55(01): Warning: HTT Request for resource '/showMenu' from 127.0.0.1:8000:SZ8SS8CoAUwAAAWkAAAKZAAA was not handled
2009:02:20::14:27:55(39): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:28:10(39): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:28:25(40): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:28:40(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:28:55(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:29:10(42): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:29:25(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:29:40(43): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:29:55(45): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:30:10(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:30:25(46): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:30:40(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:30:55(48): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:31:10(50): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:31:25(50): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:31:26(93): Warning: R   Ignoring trigger changes for not loaded application: {1=SimpleIpMenuTree}
2009:02:20::14:31:40(51): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:31:55(51): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:32:10(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:32:25(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:32:40(53): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:32:55(54): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:33:10(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:33:25(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:33:40(56): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:33:55(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:34:10(57): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:34:25(59): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:34:40(59): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:34:55(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:35:10(60): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:35:25(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:35:40(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:35:55(62): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:36:10(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:36:25(64): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:36:40(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:36:55(65): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:37:10(67): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:37:25(67): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:37:40(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:37:55(68): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:37:59(78): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:37:59(78): Warning: HTT Request for resource '/lunchOrder' from 127.0.0.1:8000:SZ8Up8CoAUwAAAWkAAAKBAAG was not handled
2009:02:20::14:38:10(70): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:38:25(28): Error: LM  License check FAIL: licensed: 6, running: 6. Running script instances has exceeded license. License overage period exceeded. Licensing limits are being strictly enforced.
2009:02:20::14:38:25(28): Warning: HTT Request for resource '/lunchOrder' from 192.168.1.76:8000:SZ8UwcCoAUwAAAWkAAAJ4AAA was not handled
2009:02:20::14:38:25(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:38:40(71): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:38:55(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:39:10(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:39:25(73): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:39:40(75): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:39:55(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:40:10(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:40:25(76): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:40:40(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:40:55(78): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:41:10(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:41:25(79): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:41:40(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:41:55(81): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:42:10(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:42:25(82): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:42:40(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:42:55(84): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:43:10(85): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:43:25(85): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:43:40(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:43:55(87): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:44:10(89): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:44:25(89): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:44:40(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:44:55(90): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:45:10(92): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:45:25(92): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:45:40(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:45:55(93): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:46:10(95): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:46:25(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:46:40(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:46:55(96): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:47:10(98): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:47:26(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:47:41(00): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:47:56(01): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:48:11(01): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
2009:02:20::14:48:26(03): Info: MCP Unable to connect to media server MEngine (127.0.0.1)
 

From the log, i can confirm that you are running out of licenses and hence the HttpGotRequest triggering events will not be send to the application.
 
2009:02:20::14:38:25(28): Error: LM  License check FAIL: licensed: 6, running:
6. Running script instances has exceeded license. License overage period
exceeded. Licensing limits are being strictly
enforced.
2009:02:20::14:38:25(28): Warning: HTT Request for resource
'/lunchOrder' from 192.168.1.76:8000:SZ8UwcCoAUwAAAWkAAAJ4AAA was not handled
 
Are you doing removeCuaeSession after you are done with handling your request. (equivalent to Endscript in the CUAD world)
http://developer.cisco.com/static/cuae/2.5/2.5.1SR1/java/Bridge/index.html
 
You would have to fix this in your application.
 
Thanks,
Rajesh

 
The EndScript shown in the atached file is the only one i have. Is it well used? I didnt understand what you meant with "fix this"
Attachments:

I see you are using CUAD. I thought you were using Etch based app and hence mentioned the removeCuaeSession.
 
From the image, i can see that u are triggering on HttpGotRequest and in addition you have 2 GotRequest event. I cant see the URLs that you have for each of these, so the question is
 
1. Does the HttpGotRequest2 get invoked. (is the URL corresponding to it being called - like your lunch order)
 
If not, then you are not releasing the license since your endscript doesnot get called. If /lunchOrder URL is associated with OnGotRequest, then you are leaking license.
 
Thanks,
Rajesh
 

the attached file show the url for each gotRequest
Attachments:

The URLs have confirmed what I mentioned in the previous reply.
 
Since your endScript  is in the GotRequest2canvas, for it to be invoked you would have open a browser and enter the link http://IP:8000/menuSelection. This will call the endscript and release the license.
So everytime /lunchOrder is called, you would have to call /menuSelection to clean up the licenses. Alternatively you would change your design of your app to have the endscript in your master event.
 
Thanks,
Rajesh

Now I end the GotRequest with an End Script, and the other GotRequest (1,2) with End Function. I Deployed the Application and did the requirments on the call manager and then reset the ipPhone, but I am seeing no result at all in the phone.

is there any other way to fix it

If you have your Endscript in the GotRequest, once you enter your first URL, the script will come to an end. The script wont be active when your other two events arrive. This is most likely the cause why you dont see anything on your phones. If you send us the appserver log, i can confirm it.
 
Thanks,
Rajesh
 
Note: I changed the title of the discussion to match the discussion.

I use to have an Endfunction in the main OnGotRequest, but i understood from another post that i needed and endscript there.
 
"The URLs have confirmed what I mentioned in the previous reply.
 
Since
your endScript  is in the GotRequest2canvas, for it to be invoked you
would have open a browser and enter the link
http://IP:8000/menuSelection. This will call the endscript and release
the license.
So everytime /lunchOrder is called, you would have to
call /menuSelection to clean up the licenses. Alternatively you would
change your design of your app to have the endscript in your master
event."
 
after that post i changed the GotRequest2 from endscript, to endfunction... I also changed the main GotRequest from end function, to endscript.
Attachments:

...

i created a new thread (SimpleIpPhoneMenuTree application)

Typically, you would have to design such that at the end of your processing, we should call the endscipt. What canvas it should go into is dependent on your application logic. 
 
Thanks,
Rajesh

I created the project using the example shown in this site, and it wasn't complicated at all, I revised the steps 3 times now. I attached the xmlFile my project creates. I just want to make sure where the problem is. Can you tell me if that xmlFile is correct? and if it is, does it mean that the problem doesn't have to do with the project itself, but with the further steps (installing and running the application)? I appreciate your help.
 
Thanks,
 
Daniel
Attachments:

Hello Daniel,
 
Greetings!
 
Sorry for delayed response, can you please send the XML file that you mentioned to have attached.
 
Thanks,
Nagendra

I have just installed the CUAE.
 
You have suggested:
 just configure the services to use the root user/password.  You would make this change in two files:
        - c:\program files\cisco systems\unified application environment\cuae-common.config
        - c:\program files\cisco systems\unified application environment\MgmtServiceLauncher\conf\production.properties
       If you plan to use the legacy mceadmin, you would also need to change:
        - c:\program files\cisco systems\unified application environment\mceadmin\includes\config.php

I have made alll these changes but still I am getting the
Could not detect whether or not setup wizard has been run.errorCode=1504; errorString=DataObjectNotFound; detail=Unable to determine state of management service setup.; data=null; ; ; expectedSize=1; actualSize=null;  
error
 
I am able to connect with  mysql using root and my password and I can see the mce tables.
 
Pl help.
 
jayasurya
 

Showing 1 - 20 of 21 results.
of 2