Contents:
Thank for your response , i want also manage queue online , in this method can manage queue?
How to insert old data as a new entry in same table using spring boot?
can anybody help me?
nobody knows how this fixed?
How the Hashcode work internally?
Hi Everyone, After the code change if i want to test my rest application locally than how can I do that ?
Thank for your response , i want also manage queue online , in this method can manage queue?
How to insert old data as a new entry in same table using spring boot?
can anybody help me?
nobody knows how this fixed?
How the Hashcode work internally?
Hi Everyone, After the code change if i want to test my rest application locally than how can I do that ?
Lavanya_lov 2022-07-18 13:17:39
Then wait for their reply or better to apply another jobs
lothin 2022-07-18 13:22:45

Can you help?
dropme1234 2022-07-18 13:24:52
lothin 2022-07-18 13:22:45
Can you help?
Apply @component or @service for AsusacarIII
resanetanz 2022-07-18 13:31:35
Lurian 2022-07-18 00:27:21
You can run the Task as a @Scheduled() annotated method from a Spring Bean, it will be run in a separate thread
Thank for your response , i want also manage queue online , in this method can manage queue?
Lurian 2022-07-18 13:32:28
No, my solution just runs a method at fixed time intervals
Pushpa 2022-07-18 13:33:21
How to insert old data as a new entry in same table using spring boot??
resanetanz 2022-07-18 13:37:49
resanetanz 2022-07-17 23:32:53
Hi everybody , i searched similar to celery (python) in java for (task queue), but nothing found useful.can anybody help me?
nobody knows how this fixed?please guide me
lothin 2022-07-18 13:41:33
dropme1234 2022-07-18 13:24:52
Apply @component or @service for AsusacarIII
is not available
Lurian 2022-07-18 13:44:40
Pushpa 2022-07-18 13:33:21
How to insert old data as a new entry in same table using spring boot??
You can probably just set the id field to null and run save method again from repository
dropme1234 2022-07-18 13:45:42
lothin 2022-07-18 13:41:33
is not available
Then change library
lothin 2022-07-18 14:22:09
Let me try ๐
Sakshi 2022-07-18 14:26:03
How the Hashcode work internally??
king2214n 2022-07-18 14:47:37
any one know batch insert
king2214n 2022-07-18 14:47:50
if you have code please send me
thirudinesh71 2022-07-18 15:43:10

thirudinesh71 2022-07-18 15:43:52
thirudinesh71 2022-07-18 15:43:10
while starting application with https request, I am facing this issue
SatishKumarM 2022-07-18 15:44:40
Please past the errors as file or copy paste here the Photo is not correctly visible
thirudinesh71 2022-07-18 15:49:31
org.apache.catalina.core.StandardService.addConnector(StandardService.java:234) ~[tomcat-embed-core-9.0.53.jar:9.0.53] … 23 common frames omitted Caused by: java.lang.IllegalArgumentException: C:\Users\Admin\Desktop\Office_work\mediorbis_springboot_workspace\okta-sso-demo\keystore.jks (The system cannot find the file specified) at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:99) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.AbstractJsseEndpoint.initialiseSsl(AbstractJsseEndpoint.java:71) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:231) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1208) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1294) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:614) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1072) ~[tomcat-embed-core-9.0.53.jar:9.0.53] … 25 common frames omitted Caused by: java.io.FileNotFoundException: C:\Users\Admin\Desktop\Office_work\mediorbis_springboot_workspace\okta-sso-demo\keystore.jks (The system cannot find the file specified) at java.base/java.io.FileInputStream.open0(Native Method) ~[na:na] at java.base/java.io.FileInputStream.open(FileInputStream.java:219) ~[na:na] at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) ~[na:na] at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) ~[na:na] at java.base/sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:86) ~[na:na] at java.base/sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:184) ~[na:na] at org.apache.catalina.startup.CatalinaBaseConfigurationSource.getResource(CatalinaBaseConfigurationSource.java:118) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.SSLUtilBase.getStore(SSLUtilBase.java:197) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.SSLHostConfigCertificate.getCertificateKeystore(SSLHostConfigCertificate.java:207) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.SSLUtilBase.getKeyManagers(SSLUtilBase.java:281) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.SSLUtilBase.createSSLContext(SSLUtilBase.java:245) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:97) ~[tomcat-embed-core-9.0.53.jar:9.0.53] … 31 common frames omitted
thirudinesh71 2022-07-18 15:49:31
org.springframework.context.ApplicationContextException: Failed to start bean ‘webServerStartStop’; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356) ~[spring-context-5.3.10.jar:5.3.10] at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na] at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) ~[spring-boot-2.5.5.jar:2.5.5] at com.main.OktaSsoDemoApplication.main(OktaSsoDemoApplication.java:10) ~[classes/:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.5.5.jar:2.5.5] Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:229) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:43) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178) ~[spring-context-5.3.10.jar:5.3.10] … 19 common frames omitted Caused by: java.lang.IllegalArgumentException: standardService.connector.startFailed at org.apache.catalina.core.StandardService.addConnector(StandardService.java:238) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:282) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:213) ~[spring-boot-2.5.5.jar:2.5.5] … 21 common frames omitted Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:1075) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at
SatishKumarM 2022-07-18 15:55:59
thirudinesh71 2022-07-18 15:49:31
org.springframework.context.ApplicationContextException: Failed to start bean ‘webServerStartStop’; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356) ~[spring-context-5.3.10.jar:5.3.10] at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na] at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586) ~[spring-context-5.3.10.jar:5.3.10] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) ~[spring-boot-2.5.5.jar:2.5.5] at com.main.OktaSsoDemoApplication.main(OktaSsoDemoApplication.java:10) ~[classes/:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.5.5.jar:2.5.5] Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:229) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:43) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178) ~[spring-context-5.3.10.jar:5.3.10] … 19 common frames omitted Caused by: java.lang.IllegalArgumentException: standardService.connector.startFailed at org.apache.catalina.core.StandardService.addConnector(StandardService.java:238) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:282) ~[spring-boot-2.5.5.jar:2.5.5] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:213) ~[spring-boot-2.5.5.jar:2.5.5] … 21 common frames omitted Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:1075) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.53.jar:9.0.53] at
https://github.com/spring-projects/spring-boot/issues/28410
org.springframework.context.ApplicationContextException: Failed to start bean ‘webServerStartStop’; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server ยท Issue #28410 ยท spring-projects/sp – GitHub
Respected @wilkinsona, It was great to work with the Springboot framework with Okta SSO integration but faced some issues in it. As I created a keystore.jks file and configured it in the applicatio…
Respected @wilkinsona, It was great to work with the Springboot framework with Okta SSO integration but faced some issues in it. As I created a keystore.jks file and configured it in the applicatio…
SatishKumarM 2022-07-18 15:57:21
java.io.FileNotFoundException: C:\Users\Admin\Desktop\Office_work\mediorbis_springboot_workspace\okta-sso-demo\keystore.jks (The system cannot find the file specified) at java.base/java.io.FileInputStream.open0(Native Method)
thirudinesh71 2022-07-18 15:59:30
Okay sathish let me check
Sha 2022-07-18 16:13:52
Loading a drop down when selecting parent drop down in spring boot and thymeleaf.. pls help
Zelenskyy 2022-07-18 17:47:35
Hey guys any one have idea how to make spring boot project “Controller asking username and password
Fenil2144 2022-07-18 17:52:39
Sakshi 2022-07-18 14:26:03
How the Hashcode work internally??
It basically uses array of linkedlist.
Let me know if you want to understand the same in detail
Spark 2022-07-18 17:53:07
Fenil2144 2022-07-18 17:52:39
It basically uses array of linkedlist.
Let me know if you want to understand the same in detail
Please elaborate.. If possible
Fenil2144 2022-07-18 17:57:56

Fenil2144 2022-07-18 18:08:11

S Panda 2022-07-18 18:30:20
Hi Everyone, After the code change if i want to test my rest application locally than how can I do that ???
Saravana Pandiyan 2022-07-18 18:32:17
S Panda 2022-07-18 18:30:20
Hi Everyone, After the code change if i want to test my rest application locally than how can I do that ???
If it’s developed using Spring Boot, just run the application by executing the jar file, and test the changes of endpoint