- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-2012 12:02 PM
Hello all,I've just installed the Workflow Snapin and updated the /portal/Snapin-workflow/cgi-bin/WebConfig.pm file with my environment information (devserver, username, password and gridname).However, I'm receiving a login error when I run the snapin:"Error with sudo, the account in WebConfig.pm: Server 172.16.152.100 is not responding" (172.16.152.100 is my DDI Box)Could anybody help me with this issue? There are no reference to sudo user in my WebConfig.pm:devserver => "172.16.152.100"username => "admin"password => "infoblox"gridname => "Infoblox"Best regards,Alfonso Moneo
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-27-2012 09:33 AM
Hey amoneo,
Quick comment from one of our internal folks:
Is .100 your Grid Master IP Address or your bloxTools member's IP Address? It will need to be the GM for it to work. Just a thought…
Eric
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-27-2012 10:31 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-27-2012 10:39 AM
Is there any chance there are firewall rules that might prevent connecting to the gridserver? They error "is not responding" implies that either the packets aren't getting through or that the service on the gridmaster isn't turned on.
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-01-2012 09:22 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-01-2012 10:31 AM
Hijack away.
I'm not sure what is going on here. It's possible something is not set up so that it's connecting to the correct machine, or the server isn't running so it's not there to receive the request. I can't find any history on problems like this that might help point me at a solution, but I'm going to dig into it a bit deeper today.
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-01-2012 11:42 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-2012 09:55 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-2012 10:23 AM
3 different systems. It looks like the same problem, it probably isn't.
amoneo:
If bloxtools is running on an appliance, you may have a timeout error related to not enough ram or old harware. Try bumping the ram to 515m in the bloxtools config, and make sure you are running on a 155-A or newer model HW
jshafer & craqed :
Since you are using a local dev server, you are probably hitting an SSL error. The scripts are failing on your HTTPs cert validation. either disable HTTPs (just use HTTP:80) or you need to add the following line to Simple.pm:
'$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0;'
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-17-2012 11:19 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-17-2012 01:59 PM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-19-2012 12:02 PM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-19-2012 12:13 PM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-23-2012 10:32 AM
Re: Workflow Login Error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-23-2012 01:14 PM