This forum is no longer active. Please post your questions to our new community site

Forums Redmine

Proxy error on remote login

Subscribe to Proxy error on remote login 6 post(s), 3 voice(s)

 
Avatar bigtench 4 post(s)

I have the RubyStack + Redmine module running on an XP server. All functions fine however when I login each morning from my client PC I always get a Proxy error the first time I access http://server/redmine. Sometimes it clears if I refresh however sometimes I have to go to the server and access redmine locally before I can successfully access it from the remote PC.

The server runs continuously overnight. The problem only ever occurs when I login from my PC which has been off overnight. Any thoughts? Looking at another similar problem post it talked about accessing the mongrels on the local machine. I can only access 3001 and I can only see 1 mongrel service. Is this the problem? If so where do I look to fix it?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

I think that the cause of this error could be the Windows Firewall. Other users have a firewall rule for Apache so the firewall can not manage the requests. Could you check this?

Other related cause could be the service startup order. Usually Apache starts after mongrel services startup, but sometimes Mongrel service takes some time before starting. In this case Apache is started before the mongrel service is running. Could you try to reboot your Apache server (rubystackApache service) and check if this is the problem?

Cheers.

 
Avatar bigtench 4 post(s)

Hi,

Thanks for the swift response.

No Firewall enabled on the server so that rules that out.

As for the service startup order – like I say the server is not shut down, so I am working with Redmine OK on the client PC all day, shut down the client, come in next day and the problem occurs. The server has not been restarted. Its just the time gap between uses. The only thing that happens to the server overnight is that it is backed up with Yosamite Tapeware.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Aha ok, could you see any error in the Apache log that could help us to find any clue about this error?

 
Avatar bigtench 4 post(s)

OK, heres the error.log showing the prob yesterday (Thur) and today, followed by the restarts I have done today.

Thu Mar 05 08:42:25 2009 [client 194.62.155.191] (OS 10054)An existing connection was forcibly closed by the remote host. : proxy: error reading status line from remote server 127.0.0.1
Thu Mar 05 08:42:25 2009 [client 194.62.155.191] proxy: Error reading from remote server returned by /redmine
Thu Mar 05 08:42:52 2009 [client 194.62.155.191] File does not exist: C:/Program Files/BitNami RubyStack/apache2/htdocs/favicon.ico
Fri Mar 06 08:52:41 2009 [client 194.62.155.191] (OS 10054)An existing connection was forcibly closed by the remote host. : proxy: error reading status line from remote server 127.0.0.1
Fri Mar 06 08:52:41 2009 [client 194.62.155.191] proxy: Error reading from remote server returned by /redmine
Fri Mar 06 13:12:39 2009 Parent: Received shutdown signal - Shutting down the server.
Fri Mar 06 13:12:39 2009 Child 2820: Exit event signaled. Child process is ending.
Fri Mar 06 13:12:40 2009 Child 2820: Released the start mutex
Fri Mar 06 13:12:41 2009 Child 2820: All worker threads have exited.
Fri Mar 06 13:12:41 2009 Child 2820: Child process is exiting
Fri Mar 06 13:12:41 2009 Parent: Child process exited successfully.
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
Fri Mar 06 13:12:43 2009 Apache/2.2.8 (Win32) PHP/5.2.6 configured -
resuming normal operations
Fri Mar 06 13:12:43 2009 Server built: Feb 4 2008 08:23:06
Fri Mar 06 13:12:43 2009 Parent: Created child process 1228
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
Fri Mar 06 13:12:43 2009 Child 1228: Child process is running
Fri Mar 06 13:12:43 2009 Child 1228: Acquired the start mutex.
Fri Mar 06 13:12:43 2009 Child 1228: Starting 64 worker threads.
Fri Mar 06 13:12:43 2009 Child 1228: Starting thread to listen on port 80.
Fri Mar 06 13:15:09 2009 Parent: Received shutdown signal - Shutting down the server.
Fri Mar 06 13:15:09 2009 Child 1228: Exit event signaled. Child process is ending.
Fri Mar 06 13:15:10 2009 Child 1228: Released the start mutex
Fri Mar 06 13:15:11 2009 Child 1228: All worker threads have exited.
Fri Mar 06 13:15:11 2009 Child 1228: Child process is exiting
Fri Mar 06 13:15:11 2009 Parent: Child process exited successfully.
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
Fri Mar 06 13:19:44 2009 Apache/2.2.8 (Win32) PHP/5.2.6 configured -
resuming normal operations
Fri Mar 06 13:19:44 2009 Server built: Feb 4 2008 08:23:06
Fri Mar 06 13:19:44 2009 Parent: Created child process 3564
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
httpd.exe: Could not reliably determine the server’s fully qualified domain name, using 194.62.155.133 for ServerName
Fri Mar 06 13:19:44 2009 Child 3564: Child process is running
Fri Mar 06 13:19:44 2009 Child 3564: Acquired the start mutex.
Fri Mar 06 13:19:44 2009 Child 3564: Starting 64 worker threads.
Fri Mar 06 13:19:44 2009 Child 3564: Starting thread to listen on port 80.

 
Avatar Sriram Chitturi 5 post(s)

I’ve been struggling with this issue for some time when I got a phone call on my cell phone !
I disconnected the mobile from USB and RedMine started working !!!!!
Problem was with my Windows Mobile ActiveSync set to synchronize with Outlook which was was interfering with the proxy server.
This may not be the issue for everybody, but hopefully it helps.

regards

Forums Redmine