Expand my Community achievements bar.

SOLVED

Apache Felix Jetty Based HTTP Service Ajax Error

Avatar

Level 2

Hi,

I am trying to configure the session timeout  in Apache Felix Jetty Based HTTP Service from default to 10 mins. However when I am saving it I am getting a request failed ajax error.

In network console I can see the following error connection refued

jquery-1.8.3.js:2 GET http://localhost:4502/system/console/configMgr/org.apache.felix.http net::ERR_CONNECTION_REFUSEDsend @ jquery-1.8.3.js:2ajax @ jquery-1.8.3.js:2v.(anonymous function) @ jquery-1.8.3.js:2_buttons.(anonymous function) @ config.js:632r.click @ jquery-ui-1.9.2.js:5dispatch @ jquery-1.8.3.js:2u @ jquery-1.8.3.js:2

Has anyone else faced this issue before.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 9

Yes it is a bug in AEM. However, surprisingly, Connection time out value is getting saved and changes do reflect when you open Http Service again.

Regards,

Jitendra

harishmehta1989 wrote...

Hi,

I am trying to configure the session timeout  in Apache Felix Jetty Based HTTP Service from default to 10 mins. However when I am saving it I am getting a request failed ajax error.

In network console I can see the following error connection refued

jquery-1.8.3.js:2 GET http://localhost:4502/system/console/configMgr/org.apache.felix.http net::ERR_CONNECTION_REFUSEDsend @ jquery-1.8.3.js:2ajax @ jquery-1.8.3.js:2v.(anonymous function) @ jquery-1.8.3.js:2_buttons.(anonymous function) @ config.js:632r.click @ jquery-ui-1.9.2.js:5dispatch @ jquery-1.8.3.js:2u @ jquery-1.8.3.js:2

Has anyone else faced this issue before.

Thanks

 

 

View solution in original post

4 Replies

Avatar

Level 10

THis looks like a bug - i recommend opening a ticket to see if there is a hotfix. 

Avatar

Level 2

Have you also faced the same issue?

Avatar

Correct answer by
Level 9

Yes it is a bug in AEM. However, surprisingly, Connection time out value is getting saved and changes do reflect when you open Http Service again.

Regards,

Jitendra

harishmehta1989 wrote...

Hi,

I am trying to configure the session timeout  in Apache Felix Jetty Based HTTP Service from default to 10 mins. However when I am saving it I am getting a request failed ajax error.

In network console I can see the following error connection refued

jquery-1.8.3.js:2 GET http://localhost:4502/system/console/configMgr/org.apache.felix.http net::ERR_CONNECTION_REFUSEDsend @ jquery-1.8.3.js:2ajax @ jquery-1.8.3.js:2v.(anonymous function) @ jquery-1.8.3.js:2_buttons.(anonymous function) @ config.js:632r.click @ jquery-ui-1.9.2.js:5dispatch @ jquery-1.8.3.js:2u @ jquery-1.8.3.js:2

Has anyone else faced this issue before.

Thanks

 

 

Avatar

Level 2

I am seeing this problem also.  Were you able to find a fix or hotfix?

Were you changing the connection timeout or session timeout, or both?  Do you know if the connection timeout sets the Jetty value idleTimeout, I think that's what it's setting...