Skip to Content

Application Deployment

1 reply [Last post]
admin
Offline
Joined: 01/23/2009
Posts:
Printer-friendly versionSend to friendPDF version I've write a simple service and tested it in the Workbench Developer's emulator. I works. Now I'd like to deploy it on my Rich Media Server. I've done everything like in a movie "How to create and deploy my rich media applications" and Server-side pack of my service is published correctly. But when I run service in Workbench Developers emulator, I receive "Internal Service error" on my emulator's screen. What does it mean? And how can I fix it?
jlavigne
Offline
Joined: 02/25/2009
Posts:

Hi Vadim,
The most frequent use-case for this issue is different JDK version used on workbench Developer and RMS.
You should use the same JDK version (1.5.x.x or 1.6.x.x) on Streamezzo Workbench Developer and Rich Media Server.

To confirm this hypothesis, you should consult the RMS log files : stz_server.log file on windows platform(located to C:\Streamezzo\RichMediaServer\serviceNode\logs) or catalina.out on linux platform file (located to /opt/Streamezzo/RichMediaServer6.1.0.1/serviceNode).

To fix it in WD, you should configure the JDK path as detailed on http://developer.streamezzo.com/faq#n110.

Jerome