Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_jetty.ps1 fails #6

Closed
keith-eberhard opened this issue Oct 4, 2017 · 2 comments
Closed

run_jetty.ps1 fails #6

keith-eberhard opened this issue Oct 4, 2017 · 2 comments
Assignees

Comments

@keith-eberhard
Copy link

.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?

@SBI- SBI- self-assigned this Oct 5, 2017
@SBI-
Copy link
Member

SBI- commented Oct 5, 2017

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:

log2.log

As you can see, it's also very noisy and verbose, but it works nonetheless.

@SBI-
Copy link
Member

SBI- commented Oct 20, 2017

Issue has been resolved as mentioned in #9

@SBI- SBI- closed this as completed Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants