GeoServer stalling/freezing until further prompted
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have set up a GeoServer for the small company I work for, using an Apache server and Tomcat to implement, and have been learning along the way. A summary of our current operation is we serve up TIF file layers using WMS through a) OpenLayers (through a URL) and b) QGIS (importing as WMS layer).
We have had an issue which crops up mostly when trying to connect to the WMS
service through QGIS, but has also occurred when trying to load an
OpenLayers link. The GeoServer console will seemingly freeze and nothing new
will be outputted regarding the action. The application (OpenLayers or QGIS)
will either become temporarily unresponsive or just sit there loading, until
another request is made (usually by loading another OpenLayers layer). The
frozen application will then either resume as normal or fail the action, so
it's almost like the second request boots GeoServer back into action.
I have tried using logs to diagnose the issue (connecting to WMS through
QGIS until it freezes, then attempting to fix by loading a layer through
OpenLayers) and have found that the problem isn't reported when the
connection fails, and when it does succeed the following is outputted (which
seems to be just standard logging, no error):
2018-11-21 13:03:22,589 INFO [geoserver.wms] -
Request: getServiceInfo
2018-11-21 13:03:22,605 INFO [geoserver.wms] -
Request: getCapabilities
Namespace = null
UpdateSequence = null
Version = 1.1.1
Request = GetCapabilities
BaseUrl = <a href="http://xx.xx.xx.xx:xx/geoserver/">http://xx.xx.xx.xx:xx/geoserver/
Get = false
RawKvp = {REQUEST=GetCapabilities, VERSION=1.1.1, SERVICE=WMS}
RequestCharset = null
I've tried extensive googling and can't seem to find anyone who's had a
similar issue. Is anyone able to recommend further debugging steps or has
had a similar issue before?
Setup info: GeoServer 2.13.1 running on Java 1.8.0_161-b12 64 bits, running
on Windows Server 2012 R2 Standard
geoserver
add a comment |
I have set up a GeoServer for the small company I work for, using an Apache server and Tomcat to implement, and have been learning along the way. A summary of our current operation is we serve up TIF file layers using WMS through a) OpenLayers (through a URL) and b) QGIS (importing as WMS layer).
We have had an issue which crops up mostly when trying to connect to the WMS
service through QGIS, but has also occurred when trying to load an
OpenLayers link. The GeoServer console will seemingly freeze and nothing new
will be outputted regarding the action. The application (OpenLayers or QGIS)
will either become temporarily unresponsive or just sit there loading, until
another request is made (usually by loading another OpenLayers layer). The
frozen application will then either resume as normal or fail the action, so
it's almost like the second request boots GeoServer back into action.
I have tried using logs to diagnose the issue (connecting to WMS through
QGIS until it freezes, then attempting to fix by loading a layer through
OpenLayers) and have found that the problem isn't reported when the
connection fails, and when it does succeed the following is outputted (which
seems to be just standard logging, no error):
2018-11-21 13:03:22,589 INFO [geoserver.wms] -
Request: getServiceInfo
2018-11-21 13:03:22,605 INFO [geoserver.wms] -
Request: getCapabilities
Namespace = null
UpdateSequence = null
Version = 1.1.1
Request = GetCapabilities
BaseUrl = <a href="http://xx.xx.xx.xx:xx/geoserver/">http://xx.xx.xx.xx:xx/geoserver/
Get = false
RawKvp = {REQUEST=GetCapabilities, VERSION=1.1.1, SERVICE=WMS}
RequestCharset = null
I've tried extensive googling and can't seem to find anyone who's had a
similar issue. Is anyone able to recommend further debugging steps or has
had a similar issue before?
Setup info: GeoServer 2.13.1 running on Java 1.8.0_161-b12 64 bits, running
on Windows Server 2012 R2 Standard
geoserver
add a comment |
I have set up a GeoServer for the small company I work for, using an Apache server and Tomcat to implement, and have been learning along the way. A summary of our current operation is we serve up TIF file layers using WMS through a) OpenLayers (through a URL) and b) QGIS (importing as WMS layer).
We have had an issue which crops up mostly when trying to connect to the WMS
service through QGIS, but has also occurred when trying to load an
OpenLayers link. The GeoServer console will seemingly freeze and nothing new
will be outputted regarding the action. The application (OpenLayers or QGIS)
will either become temporarily unresponsive or just sit there loading, until
another request is made (usually by loading another OpenLayers layer). The
frozen application will then either resume as normal or fail the action, so
it's almost like the second request boots GeoServer back into action.
I have tried using logs to diagnose the issue (connecting to WMS through
QGIS until it freezes, then attempting to fix by loading a layer through
OpenLayers) and have found that the problem isn't reported when the
connection fails, and when it does succeed the following is outputted (which
seems to be just standard logging, no error):
2018-11-21 13:03:22,589 INFO [geoserver.wms] -
Request: getServiceInfo
2018-11-21 13:03:22,605 INFO [geoserver.wms] -
Request: getCapabilities
Namespace = null
UpdateSequence = null
Version = 1.1.1
Request = GetCapabilities
BaseUrl = <a href="http://xx.xx.xx.xx:xx/geoserver/">http://xx.xx.xx.xx:xx/geoserver/
Get = false
RawKvp = {REQUEST=GetCapabilities, VERSION=1.1.1, SERVICE=WMS}
RequestCharset = null
I've tried extensive googling and can't seem to find anyone who's had a
similar issue. Is anyone able to recommend further debugging steps or has
had a similar issue before?
Setup info: GeoServer 2.13.1 running on Java 1.8.0_161-b12 64 bits, running
on Windows Server 2012 R2 Standard
geoserver
I have set up a GeoServer for the small company I work for, using an Apache server and Tomcat to implement, and have been learning along the way. A summary of our current operation is we serve up TIF file layers using WMS through a) OpenLayers (through a URL) and b) QGIS (importing as WMS layer).
We have had an issue which crops up mostly when trying to connect to the WMS
service through QGIS, but has also occurred when trying to load an
OpenLayers link. The GeoServer console will seemingly freeze and nothing new
will be outputted regarding the action. The application (OpenLayers or QGIS)
will either become temporarily unresponsive or just sit there loading, until
another request is made (usually by loading another OpenLayers layer). The
frozen application will then either resume as normal or fail the action, so
it's almost like the second request boots GeoServer back into action.
I have tried using logs to diagnose the issue (connecting to WMS through
QGIS until it freezes, then attempting to fix by loading a layer through
OpenLayers) and have found that the problem isn't reported when the
connection fails, and when it does succeed the following is outputted (which
seems to be just standard logging, no error):
2018-11-21 13:03:22,589 INFO [geoserver.wms] -
Request: getServiceInfo
2018-11-21 13:03:22,605 INFO [geoserver.wms] -
Request: getCapabilities
Namespace = null
UpdateSequence = null
Version = 1.1.1
Request = GetCapabilities
BaseUrl = <a href="http://xx.xx.xx.xx:xx/geoserver/">http://xx.xx.xx.xx:xx/geoserver/
Get = false
RawKvp = {REQUEST=GetCapabilities, VERSION=1.1.1, SERVICE=WMS}
RequestCharset = null
I've tried extensive googling and can't seem to find anyone who's had a
similar issue. Is anyone able to recommend further debugging steps or has
had a similar issue before?
Setup info: GeoServer 2.13.1 running on Java 1.8.0_161-b12 64 bits, running
on Windows Server 2012 R2 Standard
geoserver
geoserver
asked Nov 23 '18 at 10:42
Sam GrocockSam Grocock
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53445131%2fgeoserver-stalling-freezing-until-further-prompted%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53445131%2fgeoserver-stalling-freezing-until-further-prompted%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown