Error deploying war in Apache Tomcat Server

Hello all.

I’m trying to deploy my solution in an Apache Tomcat Server and the java console throws this error when executing jnlp file.

om.sun.deploy.net.FailedDownloadException: No se puede cargar el recurso: (http://xxxx:xxxx/xxxx/lib/l2fprod-commo … 3998164000, 1333998164000)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Does Servoy need l2fprod-common-outlookbar.jar to correctly work the server?

Thanks in advance. Roberto Blasco.

Servoy Version: 6.1.0 b1 - build 1410
Windows 7 Ultimate. Service Pack 1
MySQL 5.5.22
Apache Tomcat 6.0

Hi Roberto,

Since it’s part of the lib directory I would say it should work. If it doesn’t then you should consider this a bug and should report it in the support system as such.
And since 6.1 is beta you can expect a few bugs. If I am not mistaken this l2fprod-common-outlookbar.jar is the new harmonica control.

Hope this helps.

Thanks a lot ROCLASI :D .

Best Regards. Roberto Blasco.