Posts

Showing posts from June, 2022

No request delivery notification has been received from LSAPI process group

Image
No request delivery notification has been received from LSAPI application, possible dead solved follow all mentioned below increase PHP memory  /usr/local/lsws/lsphp80/etc/php/8.0/litespeed memory_limit = 5028M or same can be done from cyber panel also increase in all php versions if installed multiple  2022-06-30 08:50:46.012597 [NOTICE] [65167] [172.69.71.154:51630:HTTP2-1#ytmp3.su] No request delivery notification has been received from LSAPI application, possible dead lock. I have made the following changes to fix this issue. Modified PHP settings in Litespeed web console. Max Connections: 50 Instances : 50 Environment: PHP_LSAPI_CHILDREN=50 PHP_LSAPI_MAX_REQUESTS=500 LSAPI_PGRP_MAX_IDLE=10 LSAPI_AVOID_FORK=1 Initial Request Timeout (secs): 60 Connection Keep-Alive Timeout: 60 Memory Soft Limit (bytes): 4024M Memory Hard Limit (bytes): 4024M Process Soft Limit: 2400 Process Hard Limit: 2500 Most FastCGI/LSAPI applications can only process one

package org.json does not exist

  Here are some details: $ echo $CLASSPATH /usr/share/java $ ll /usr/share/java/json* -rw-r--r-- 1 root root 49176 Jun 12 22:31 /usr/share/java/json-20160212.jar $ jar tf /usr/share/java/json-20160212.jar META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/org.json/ META-INF/maven/org.json/json/ META-INF/maven/org.json/json/pom.properties META-INF/maven/org.json/json/pom.xml org/ org/json/ org/json/CDL.class org/json/Cookie.class org/json/CookieList.class org/json/HTTP.class org/json/HTTPTokener.class org/json/JSONArray.class org/json/JSONException.class org/json/JSONML.class org/json/JSONObject$1.class org/json/JSONObject$Null.class org/json/JSONObject.class org/json/JSONString.class org/json/JSONStringer.class org/json/JSONTokener.class org/json/JSONWriter.class org/json/Property.class org/json/XML.class org/json/XMLTokener.class $ javac JsonParser.java JsonParser.java:1: error: package org.json does not exist import org.json.*; I specified the .JAR and IT WORKED: $ javac -

springboot

 Failed to bind properties under 'spring.data.mongodb.password' to char[]:     Reason: java.lang.IllegalStateException: either 'jasypt.encryptor.password', one of ['jasypt.encryptor.private-key-string', 'jasypt.encryptor.private-key-location'] for asymmetric encryption, or one of ['jasypt.encryptor.gcm-secret-key-string', 'jasypt.encryptor.gcm-secret-key-location', 'jasypt.encryptor.gcm-secret-key-password'] for AES/GCM encryption must be provided for Password-based or Asymmetric encryption this issue resolved only after manullay giving pass to application.proprties Action: for password only to encrypt pass root@server2:/home/vms.krishit/web/vms.krishit.com/public_html/VMSApplication/VMS/src/main/resources# ls application.properties  static  templates root@server2:/home/vms.krishit/web/vms.krishit.com/public_html/VMSApplication/VMS/src/main/resources# cat application.properties  jasypt.encryptor.password=@#$890@#$890JsonWebToken s