solved jrCore_load_url error

alt=
@perfectgamestudios
8 years ago
106 posts
Hello does anyone know how stop this error as cant seem to find whats causing it as I have memory limit at 2048Meg and 1024M on upload and max_execution_time = 300
max_input_time = -1, max_input_vars = 1000

[indiemusician] jrCore_load_url: http://www.jamroom.net/networkmarket/sdownload/jrCore/14626c64e978f8e0e9ff4aeff8a64407 returned code 200 - error #28 (Operation timed out after 360000 milliseconds with 13932218 out of 23633408 bytes received)
updated by @perfectgamestudios: 01/06/17 12:19:54AM
michael
@michael
8 years ago
7,714 posts
Appears to be your site trying to get an update from the MARKETPLACE and attempting to contact the marketplace module delivery system here on jamroom.net but something in between your server and ours is blocking the access.

Your server is continuing to try to access for as long as it is allowed to wait. It waits, it waits, it waits, then it gives up after 6 minutes.

Guessing your server may not allow curl or other??? check the System Check tool at
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK

--edit--
actually code 200 is OK so it may be that you have a slow connection from your server where its taking more than 6 minutes to download the core perhaps.
updated by @michael: 09/19/16 01:50:45AM
alt=
@perfectgamestudios
8 years ago
106 posts
OK I think I may of figured it out I removed the RLimitMEM settings from apache seem to have fixed it.
I did have it on 2048M but removing this altogether seems to make it work.

is it safe to remove this or what would you set as I have 32 gig on the server for memory and already configured most of the server as just few things here and there I waiting for everything be stable again and tweak mostly.
michael
@michael
8 years ago
7,714 posts
When I setup a new server I always follow brians guide from here:

"High perfomance jamroom on digital ocean"
https://www.jamroom.net/brian/documentation/guides/1188/high-performance-jamroom-on-digitalocean

It was written before we opened Jamroom Hosting so its for digital ocean, but the steps are the same. Now I use 16.04 LTS rather than 12.04 LTS.
The guide is good. Not sure about RLimitMEM, never touched it.
brian
@brian
8 years ago
10,148 posts
This is a network congestion issue between your server and jamroom.net - you can see the connection was made (the code 200), but it only downloaded 13932218 out of 23633408 bytes (13megs of about 23.6megs) before it hit the timeout of 6 minutes, which is a VERY slow.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags