Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Virgo 3.6.1 admin console/ssh issues
Virgo 3.6.1 admin console/ssh issues [message #1023980] Mon, 25 March 2013 15:31 Go to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
Folks, I just installed a new Virgo 3.6.1 jetty installation, and I have started it up.
When I go to the admin console (http://localhost:8080/admin)it works fine, but if I use that actual MACHINE name, (http://machinename:8080/admin) it only shows the Host information page, with NO Tabs (I can't see the "Overview, Artifacts, Repositories, etc. across the tab bar).

If I go from a REMOTE machine using that http://machinename:8080/admin, I STILL don't see the tabs.

In addition, I have changed the repository/ext/osgi.console.properties to allow ssh, and yet when I try to ssh in, I get "Connection refused". This DOES work on a virgo jetty 3.0.3 install I have on the same machine (they are NOT both up at the same time). I have tried changing the port (2512), but still doesn't work (telnet doesn't either).

Any ideas???
Re: Virgo 3.6.1 admin console/ssh issues [message #1024086 is a reply to message #1023980] Mon, 25 March 2013 20:10 Go to previous messageGo to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
BTW, the admin console issue seems to be specific to IE 8 browser. It works fine in FF.
Re: Virgo 3.6.1 admin console/ssh issues [message #1024394 is a reply to message #1024086] Tue, 26 March 2013 07:29 Go to previous messageGo to next message
Violeta Georgieva is currently offline Violeta GeorgievaFriend
Messages: 278
Registered: October 2010
Senior Member
Can you please report an issue here [1]

Thanks
Violeta

[1] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Virgo
Re: Virgo 3.6.1 admin console/ssh issues [message #1027078 is a reply to message #1024394] Tue, 26 March 2013 14:30 Go to previous messageGo to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
Thanks, I have submitted a bug for the IE8 admin console.
Re: Virgo 3.6.1 admin console/ssh issues [message #1027083 is a reply to message #1027078] Tue, 26 March 2013 14:31 Go to previous messageGo to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
Any ideas on the SSH not working???
Re: Virgo 3.6.1 admin console/ssh issues [message #1027171 is a reply to message #1027083] Tue, 26 March 2013 16:36 Go to previous messageGo to next message
Florian Waibel is currently offline Florian WaibelFriend
Messages: 166
Registered: June 2010
Senior Member
I successfully tried to connect via ssh to a fresh installation of Virgo Jetty Server 3.6.1 on OS X. The Content of repository/ext/osgi.console.properties is:

telnet.enabled=false
telnet.port=2501
telnet.host=localhost
ssh.enabled=true
ssh.port=2502
ssh.host=localhost


$ ssh -p 2502 admin@localhost
admin@localhost's password:
osgi>


I suppose you restarted Virgo after changing the configuration?
Re: Virgo 3.6.1 admin console/ssh issues [message #1028604 is a reply to message #1027171] Thu, 28 March 2013 13:39 Go to previous messageGo to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
telnet.enabled=true
telnet.port=2411
#telnet.host=localhost
ssh.enabled=true
ssh.port=2412
#ssh.host=localhost

I tried with both localhost NOT commented and commented (I wanted to be able to get to this from remote hosts.
No luck (yes after restarts).

Is there anything to look for specifically in the logs/bundle sets for this?
Re: Virgo 3.6.1 admin console/ssh issues [message #1029389 is a reply to message #1028604] Fri, 29 March 2013 16:07 Go to previous messageGo to next message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
BTW, netstat -a clearly shows nothing listening on the 2511 or 2512 port with my 3.6.1.RELEASE installation.
When I bring up my 3.0.3.RELEASE, it does show it listening (on 2501 and 2502)and I can connect.
Re: Virgo 3.6.1 admin console/ssh issues [message #1029435 is a reply to message #1029389] Fri, 29 March 2013 17:39 Go to previous messageGo to next message
Florian Waibel is currently offline Florian WaibelFriend
Messages: 166
Registered: June 2010
Senior Member
James Gartner wrote on Fri, 29 March 2013 12:07
BTW, netstat -a clearly shows nothing listening on the 2511 or 2512 port with my 3.6.1.RELEASE installation.
When I bring up my 3.0.3.RELEASE, it does show it listening (on 2501 and 2502)and I can connect.


From the snippet you posted I'd expect Virgo listening on 2411 and 2412. Maybe this is as simple as an off by 100 error...

[Updated on: Fri, 29 March 2013 17:40]

Report message to a moderator

Re: Virgo 3.6.1 admin console/ssh issues [message #1031522 is a reply to message #1029435] Mon, 01 April 2013 22:15 Go to previous message
James Gartner is currently offline James GartnerFriend
Messages: 30
Registered: March 2012
Member
OK, I had changed a setting in the java6-server.profile and it LOOKS like I am now getting the ports to be listened to at 2411, 2412, 2511, 2512, and I CAN telnet/SSH.

However, if I comment out the telnet.host and/or the ssh.host in the properties files, it does NOT show those ports being listened to. I used to do this in the old 3.0.3.RELEASE to allow ssh from OTHER systems. I also tried
ssh.host=*, but that didn't work either.

If I use the actual MACHINE name, it appears to not listen on the ports either. The only way I get this to work is if those are set to "localhost".


Is there any way to do this like the older system allowed?
Previous Topic:No frame contents in Swing app on Virgo
Next Topic:Weekly calls?
Goto Forum:
  


Current Time: Thu Mar 28 13:45:54 GMT 2024

Powered by FUDForum. Page generated in 0.05895 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top