You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lu...@googlegroups.com
Hi Ivan:
- in /opt/lucee/bin remove all jar (rm *.jar)
I am not familiar with the /opt/lucee/bin directory. Where did that come from? The directory you're probably looking for is /opt/lucee/lib. Remove what's in that directory and drop in the lucee-5.0.0.219-RC.jar (or whatever version you're upgrading to) into that directory. You should NOT be changing the content of "bin" directories (unless you're updating more than just Lucee.
Hope this helps.
--
Kind regards,
Jordan Michaels
Vivio Technologies
----- Original Message -----
From: "Ivan" <ivan....@gmail.com>
To: "Lucee" <lu...@googlegroups.com>
Sent: Thursday, April 14, 2016 8:53:36 AM
Subject: [Lucee] Lucee 4.5 to 5 RC
Hi everyone,
I'm simulating a migration from Lucee version 4.5 to 5rc.
- Stop lucee (sudo /opt/lucee/lucee_ctl stop)
- in /opt/lucee/bin remove all jar (rm *.jar)
- create /opt/lucee/bin/*etc*/
- download from here: http://preview.lucee.org/download/ this
http://release.lucee.org/rest/update/provider/loader/5.0.0.235-RC in
/opt/lucee/bin/etc/ and rename this in “*lucee.jar*” (and chmod 777
lucee.jar *Just to be sure...*)
- Start lucee (sudo /opt/lucee/lucee_ctl start) and go to http://ip:8888 - *after a few minutes, comes out error:*
HTTP Status 404 -
type Status report
message
*description *
*The requested resource is not available.*
Apache Tomcat/8.0.28
I tried to restart the VPS, but have not solved ...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lu...@googlegroups.com
I should point out that if you have settings in your Lucee admin that you want to KEEP, this is not the way to do that. If that's the case, you'll want to preserve your lucee-server directory which contains your server-based settings if that's the case.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lucee
Hello,
doing a clean install of the 4.5 version and upgrading the jar to version 5, it works well.
I also executed a clean installation of version 4.5 and set up the server.xml file (tomcat). Result: Lucee 4.5 work. But if I upgrade (jar) to version 5, Lucee 5 does not start ...
I solved more easily doing a clean installation of Lucee 5 and then I imported the old settings manually ...
thank you Jordan for your advice (and also for your useful linux installer)!