isapir / lucee-websocket

Enables server WebSockets for Lucee via JSR-356 compliant servlet containers (e.g. Tomcat 8, Jetty 9.1, etc.)
GNU Lesser General Public License v2.1
17 stars 6 forks source link

Can't install newest version 2.0.1 #8

Closed Yamaha32088 closed 6 years ago

Yamaha32088 commented 6 years ago

I am trying to install the latest release through the web interface but keep getting the error /opt/lucee/tomcat/temp/servlet-filter-utils-1.1.1.jar (No such file or directory) I have verified that I downloaded and placed that file inside the /opt/lucee/tomcat/lib folder like it says in the instructions. I have checked that the file was owned by the same user Lucee is running as and that the permissions were set correctly. I have tried to copy the file into the /opt/lucee/tomcat/temp folder as well but the same error happens and the file is immediately deleted after trying to install the extension.

Downloading the .lex file and placing it inside the Lucee deploy directory yields the same results as well.

I have double and triple checked that I did not miss a step during the install process but no success. I am running Lucee 5.1.3.18 Tomcat 8.0.43 and Java 1.8.0_121

isapir commented 6 years ago

Where do you see that error message? Is there a stack trace or any other details?

Yamaha32088 commented 6 years ago

image It appears after selecting the extension version and clicking install under the web admin.

Yamaha32088 commented 6 years ago

There is no stack trace either

isapir commented 6 years ago

Conversation moved to https://dev.lucee.org/t/websockets-wrong-session-scope-in-listener-component/2188/12