Tideway Community Forum

forgot password?
   
1 of 2
1
How do I view the visualizations?
Posted: 20 October 2008 05:26 PM   [ Ignore ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

So far, I have been able to scan a few windows hosts and retrieve some data. But I am unable to view any of the visualization mappings. When I click on any of the visualiztion links, I am getting a blank white screen in a new browser window with ‘Done’ in the browser status bar. How do I view the visualizations?

Profile
 
 
Posted: 21 October 2008 03:17 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  132
Joined  2008-01-25

Do you get anything in the window at all?

Can you post a screenshot?

Profile
 
 
Posted: 21 October 2008 04:58 PM   [ Ignore ]   [ # 2 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

I’m getting absolutely nothing but blank white space.

Image Attachments
Tideway.jpg
Profile
 
 
Posted: 21 October 2008 07:54 PM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  132
Joined  2008-01-25

That’s odd – your browser is getting stuck on the pre-loader page.

Do you have any security settings that would stop the page refreshing or another browser you can use?

Failing that if you edit the URL you get stuck at to turn “viewVisualizationPreLoader?” into “viewVisualization?” the visualization should render, it might not resize correctly if you change the window size however.

Profile
 
 
Posted: 21 October 2008 07:57 PM   [ Ignore ]   [ # 4 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

I’ve had a couple of different people try it and we are all getting the same results.

Profile
 
 
Posted: 22 October 2008 08:47 AM   [ Ignore ]   [ # 5 ]  
Newbie
Rank
Total Posts:  11
Joined  2008-01-23

If you look at the bottom of the browser screenshot you posted, you’ve got an error icon (a little page thingy with an exclamation mark) – double-clicking that should give you a list of javascript errors that might tell us what’s going on. Could you post them?

Profile
 
 
Posted: 22 October 2008 10:55 AM   [ Ignore ]   [ # 6 ]  
Newbie
Rank
Total Posts:  6
Joined  2008-02-20

Just to rule out one possibility, in the main UI, what do you get if you click on the main “Change” tab? If that is also blank, then it’s possible that some components are unable to resolve the local hostname. This can happen if a hostname is set manually but not resolvable via DNS.
If DNS does not resolve the hostname, DNS can be circumvented by adding the hostname to the 127.0.0.1 line of /etc/hosts.

Profile
 
 
Posted: 22 October 2008 01:39 PM   [ Ignore ]   [ # 7 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17
Simon Woodward - 22 October 2008 08:47 AM
If you look at the bottom of the browser screenshot you posted, you’ve got an error icon (a little page thingy with an exclamation mark) – double-clicking that should give you a list of javascript errors that might tell us what’s going on. Could you post them?

Umm, that one is not the JavaScript error exclamation. It is the “click this icon to check wether this is a reported phishing website.”

Profile
 
 
Posted: 22 October 2008 01:40 PM   [ Ignore ]   [ # 8 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17
m.wilkinson@tideway.com - 22 October 2008 10:55 AM
Just to rule out one possibility, in the main UI, what do you get if you click on the main “Change” tab? If that is also blank, then it’s possible that some components are unable to resolve the local hostname. This can happen if a hostname is set manually but not resolvable via DNS. If DNS does not resolve the hostname, DNS can be circumvented by adding the hostname to the 127.0.0.1 line of /etc/hosts.

You are correct that the change tab also does not load. Why does it need to have the host name added if I am not using hostname to access the UI? I am addressing it by the IP address.

Profile
 
 
Posted: 22 October 2008 01:41 PM   [ Ignore ]   [ # 9 ]  
Newbie
Rank
Total Posts:  11
Joined  2008-01-23

Okay.

Well, Mark’s suggestion comes to the fore in this case: can you access the “Change” tab?

Profile
 
 
Posted: 22 October 2008 01:45 PM   [ Ignore ]   [ # 10 ]  
Newbie
Rank
Total Posts:  11
Joined  2008-01-23

X-posts. :)

The problem is a defect that we’ve found deep inside the JacORB library that we use to talk between our processes. The JacORB library uses the machine’s hostname to try to resolve its IP address, and so it requires the shell line:
ping `hostname`

to succeed. As Mark said, if you add the name of your host to the 127.0.0.1 line in /etc/hosts, all should be well.

We’ve worked around this bug in our next version of Foundation (7.2), but version 7.1.x requires that your hostname is set correctly.

Profile
 
 
Posted: 23 October 2008 09:01 PM   [ Ignore ]   [ # 11 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

Still not working…

Image Attachments
Visualization2.jpg
Profile
 
 
Posted: 27 October 2008 11:26 PM   [ Ignore ]   [ # 12 ]  
Newbie
Avatar
Rank
Total Posts:  8
Joined  2008-03-03

Try to restart the tideway services or reboot the virtual machine to ensure that every component on the back end that may have kept the dns entry has been properly flushed. This can be done from Administration>Appliance>Appliance Information

Also, please post your hostname and your /etc/hosts file

Profile
 
 
Posted: 28 October 2008 02:13 PM   [ Ignore ]   [ # 13 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

I have rebooted the VM and now am getting “500 Error – Internal Server Error!”.

The /etc/hosts file contains the following:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1        servername.dev.domain.com
::1              localhost6.localdomain6 localhost6 

Any suggestions appreciated.
Wes

Image Attachments
500 Error.jpg
Profile
 
 
Posted: 28 October 2008 02:17 PM   [ Ignore ]   [ # 14 ]  
Newbie
Avatar
Rank
Total Posts:  8
Joined  2008-03-03

try changing it to this and restarting

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1        localhost localhost.localdomain servername.dev.domain.com
::1              localhost6.localdomain6 localhost6 

Profile
 
 
Posted: 28 October 2008 02:30 PM   [ Ignore ]   [ # 15 ]  
Jr. Member
RankRank
Total Posts:  46
Joined  2008-10-17

Oddly enough the visualizations are working now with this /etc/hosts entry:

127.0.0.1 localhost.localdomain localhost 

Profile
 
 
   
1 of 2
1