-
Notifications
You must be signed in to change notification settings - Fork 15
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
problem running dlux, l2 learning switch #75
Comments
This may be related to #76. I should have that fixed in the next few minutes. |
I've repeated the exact same operations as described previously, and I obtain a working installation (not rigorously tested, but not at all broken as described previously.) Yes, I don't believe it's exactly the same. Only difference I can pinpoint (and I don't believe is relevant): in first case my VM was running in a large OpenStack system, this time it's a much smaller machine (under VMware). BTW, the Java version installed (by puppet..) is OpenJDK 1.7.0_79... I'd still like to know, however, how to run a local karaf console.... |
Sorry, almost missed this. I think you're asking to connect to the Karaf shell. Just SSH to it with something like |
Thanks Daniel - that is exactly my question. Can I suggest that it would be helpful to include this in the README on nic On 27/04/15 21:05, Daniel Farrell wrote:
|
Sure, sounds like a good addition. Thanks for the suggestion. |
Hi
I've used the latest commit (29c6e38).
Running on a clean Centos7.
Created a very simple odl.pp and applied it:
Result: ODL is running (a lot of TCP sockets opened by java, including 8181, which is the DLUX UI).
But: opening http://:8181/dlux/index.html gives a login panel which doesn't accept the usual admin/admin credentials, and the karaf log is full of interesting but not good stuff. See on dropbox: https://www.dropbox.com/s/9hx60bowmdlr1x7/karaf.log.gz?dl=0
Also, I cannot open a karaf console: /opt/opendaylight/bin/karaf just hangs after saying 'OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0'
Questions: how to login to karaf/ODL console?; what ODL app did you test?; did I miss anything out in my install process (I just sym-linked the source directory puppet-opendaylight into /etc/puppet/modules as opendaylight)?
thanks and brgds
nic
The text was updated successfully, but these errors were encountered: