Hi Satish-- There's an internal database that keeps track of things like entry points, which variables are available where, etc, which can sometimes become corrupted. This looks like what might be happening to you. Luckily, it's easy to get that fixed. In Ecilpse, go to Project -> Clean…, select Clean all projects, and then click OK. When this is done, re-export your .war and try again. To make extra-sure you don't have any residual issue in your tomcat server, before re-exporting I'd suggest shutting Tomcat down, deleting VXMLIVR.war, the webapps/VXMLIVR folder, and the cache folder at work/Catalina/localhost/VXMLIVR, and then doing the re-export and starting Tomcat back up. Please let me know whether or not this resolves your problem. If not, I'd like to know these things:
* How did you install OpenVXML? * What version of Java is Eclipse running? * What version of Java is Tomcat using? Good luck, Randy From: "Musale, Satish" <[email protected]<mailto:[email protected]>> Reply-To: Voice Tools general developers <[email protected]<mailto:[email protected]>> Date: Thu, 5 Apr 2012 09:53:26 -0500 To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [vtp-dev] OpenVXML app deployment error Hi, I’m new to OpenVXML. I’m getting following error while deploying the application on Tomcat 6.0 server on Windows XP machine. INFO: Deploying web application archive VXMLIVR.war Listening on port 0.0.0.0/0.0.0.0:12345 ... INFO|2012/04/05|10:43:12> Host Started java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.vtp.framework.engine.runtime.Blueprint.linkExecutables(Blueprint.java:365) at org.eclipse.vtp.framework.engine.runtime.Blueprint.<init>(Blueprint.java:84) at org.eclipse.vtp.framework.engine.main.ProcessEngine.createProcess(ProcessEngine.java:328) at org.eclipse.vtp.framework.engine.http.Deployment.<init>(Deployment.java:70) at org.eclipse.vtp.framework.engine.http.HttpConnector.deploy(HttpConnector.java:251) at org.eclipse.vtp.framework.engine.osgi.HttpConnectorManager$HttpConnectorDeployments.updated(HttpConnectorManager.java:514) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin.configure(StaticConfigurationAdmin.java:324) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin.dispatch(StaticConfigurationAdmin.java:250) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin.added(StaticConfigurationAdmin.java:194) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin.access$1(StaticConfigurationAdmin.java:188) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin$ConfigurationTargetTracker$3.run(StaticConfigurationAdmin.java:442) at org.eclipse.vtp.framework.util.StaticConfigurationAdmin$Dispatcher.run(StaticConfigurationAdmin.java:594) at java.lang.Thread.run(Unknown Source) . . . !SESSION 2012-04-05 10:43:13.352 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -consoleLog !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.352 !MESSAGE Bundle org.eclipse.osgi.services@1:start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.equinox.common@2:start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.equinox.app@2:start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.equinox.preferences@start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.equinox.registry@start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.core.contenttype@start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.core.jobs@start not found. !ENTRY org.eclipse.osgi 4 0 2012-04-05 10:43:13.383 !MESSAGE Bundle org.eclipse.core.runtime@start not found. Looking at the archives I do see other having this issue, but could not find a resolution. Could you pls help Thx -Satish ________________________________ Important Notice to Recipients: The sender of this e-mail is an employee of Morgan Stanley Smith Barney LLC. If you have received this communication in error, please destroy all electronic and paper copies and notify the sender immediately. Erroneous transmission is not intended to waive confidentiality or privilege. Morgan Stanley Smith Barney reserves the right, to the extent permitted under applicable law, to monitor electronic communications. This message is subject to terms available at the following link: http://www.morganstanley.com/disclaimers/mssbemail.html. If you cannot access this link, please notify us by reply message and we will send the contents to you. By messaging with Morgan Stanley Smith Barney you consent to the foregoing.
_______________________________________________ vtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/vtp-dev
