OSX 10.13 High Sierra

Questions and Answers on installation, deployment, management, locking, tranasactions of Servoy Application Server

OSX 10.13 High Sierra

Postby hovw » Fri Oct 27, 2017 8:11 pm

After update to osx 10.13 High Sierra, servoy admin page error

'cannot decode raw data' (NSURLErrorDomain:-1015)

Solution???
OSX 10.9.5 - 10.15.1
hovw
 
Posts: 33
Joined: Wed Nov 04, 2009 10:41 pm

Re: OSX 10.13 High Sierra

Postby rgansevles » Sat Oct 28, 2017 2:53 pm

Does this happen with all browsers or just Safari?

Googling this comes up with issues related to compression.
Try setting disabling compression by setting it to "off" in /path/to/servoy/application_server/server/conf/server.xml

Code: Select all
    <Connector port="8080"
                   protocol="HTTP/1.1"
               maxThreads="500" connectionTimeout="60000"
               redirectPort="8443" useBodyEncodingForURI="true"
               compression="off"    <== was "4096"
               compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css" />


and restart developer.
Rob
Rob Gansevles
Servoy
User avatar
rgansevles
 
Posts: 1927
Joined: Wed Nov 15, 2006 6:17 pm
Location: Amersfoort, NL

Re: OSX 10.13 High Sierra

Postby hovw » Sun Oct 29, 2017 12:41 pm

When you use High Sierra change the setting in server.xml, as mention by Rob

/path/to/servoy/application_server/server/conf/server.xml

<Connector port="8080"
protocol="HTTP/1.1"
maxThreads="500" connectionTimeout="60000"
redirectPort="8443" useBodyEncodingForURI="true"
compression="off" <== was "4096"
compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css" />


This works fine for me, thanks Rob.
OSX 10.9.5 - 10.15.1
hovw
 
Posts: 33
Joined: Wed Nov 04, 2009 10:41 pm


Return to Servoy Server

Who is online

Users browsing this forum: No registered users and 3 guests