You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I extracted RTC-SDK-Server-6.0.3.zip to the sdk directory of the jazz-debug-environment directory.
I extracted the jre directory from JTS-CCM-keys-Win64_6.0.4.zip to the jre directory of the jazz-debug-environment directory. Since I did not extract the jre from 6.0.3, could this be the problem?
The text was updated successfully, but these errors were encountered:
A lot of the errors are normal. Running rtc applications outside of a full EE application container is a bit of a hack, so seeing a bunch of exceptions (and missing dependencies for that matter) is completely normal. "No application id has been found" is also a very generic osgi launcher error and can mean anything from "no problem" to "won't ever start"(there's more detail here: http://www.vogella.com/tutorials/EclipsePlugin/article.html#checklist-for-common-launch-problems). As both 6.0.3 and 6.0.4 run on java 7, the jre mismatch shouldn't be a problem, and I couldn't reproduce the error. However, I get a similar looking log when I don't run 'generate_jetty_config': bak_0.log
For comparison, this is a log after running clean and generate on a freshly checked out debug environment:
.log
I extracted RTC-SDK-Server-6.0.3.zip to the sdk directory of the jazz-debug-environment directory.
I extracted the jre directory from JTS-CCM-keys-Win64_6.0.4.zip to the jre directory of the jazz-debug-environment directory. Since I did not extract the jre from 6.0.3, could this be the problem?
The text was updated successfully, but these errors were encountered: