Make sure you're not trying to serve on port 80 or 443 (I use Proxypass so that Apache watches ports 80 and 443 and reroutes traffic to port 8088 for 4D’s web server. I also let Apache handle the SSL certificate for port 443).
If that’s not the issue, it may be a 4D licensing issue. If you’re trying to run on a web server license, make sure the database is configured to open in Application mode (not Design mode). You set that in the Database Settings on your Developer system, before you compile. In 15.3 I found that having the database configured to open in Design mode would cause the same error you’re encountering when I tried to launch it on a Web Server license. (In earlier versions of 4D, you’d just get a warning and the database would then open in Application mode. In 15.3, it kills the web server). Ron Rosell > On Jan 29, 2017, at 7:13 AM, Ken Eyring <[email protected]> wrote: > > Thanks, I tried changing the HTTP Server port from 8080 to other numbers, > then restarting the 4D Server application for the new setting to take effect > -- but that still doesn't work. I still get the "database cannot be > published" error. > > FYI, this was not an issue with v12.5 and earlier. I'm upgrading now to > v15.3 and that is the first time this issue has cropped up. > > Any other ideas are appreciated. > > Thanks again, > > Ken > > > > > On 01/28/17 10:41 PM, Robert McKeever wrote: >> It has to do with port 80 (the web server). Either change its port or turn >> it off. >> >> >> _________________________________________ >> Bob McKeever http://www.mswl.com <http://www.mswl.com/> >> McKeever's Software Wizardry >> Port Coquitlam, B.C. >> [email protected] >> >> >> >> >> ********************************************************************** >> 4D Internet Users Group (4D iNUG) >> FAQ: http://lists.4d.com/faqnug.html >> Archive: http://lists.4d.com/archives.html >> Options: http://lists.4d.com/mailman/options/4d_tech >> Unsub: mailto:[email protected] >> ********************************************************************** > > ********************************************************************** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html <http://lists.4d.com/faqnug.html> > Archive: http://lists.4d.com/archives.html > <http://lists.4d.com/archives.html> > Options: http://lists.4d.com/mailman/options/4d_tech > <http://lists.4d.com/mailman/options/4d_tech> > Unsub: mailto:[email protected] > <mailto:[email protected]> > ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

