This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Starting application ... | |
| thread 'thread 'actix-rt:worker:15actix-rt:worker:14' panicked at '' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorStack([Error { code: 151584876, library: "PEM routines", function: "get_name", reason: "no start line", file: "crypto/pem/pem_lib.c", line: 745, data: "Expecting: ANY PRIVATE KEY" }])called `Result::unwrap()` on an `Err` value: ErrorStack([Error { code: 151584876, library: "PEM routines", function: "get_name", reason: "no start line", file: "crypto/pem/pem_lib.c", line: 745, data: "Expecting: ANY PRIVATE KEY" }])', ', src/openssl_signer.rs:thread '33thread ':actix-rt:worker:11actix-rt:worker:019' panicked at 'src/openssl_signer.rscalled `Result::unwrap()` on an `Err` value: ErrorStack([Error { code: 151584876, library: "PEM routines", function: "get_name", reason: "no start line", file: "crypto/pem/pem_lib.c", line: 745, data: "Expecting: ANY PRIVATE KEY" }]):' panicked at '', called `Result::unwrap()` on an `Err` value: ErrorStack([Error { code: 15158487 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [pencil-artifact] java -jar target/uberjar/pencil-artifact-0.0.1-standalone.jar cart-items-with-qty-string offer-date | |
| Exception in thread "main" java.lang.IllegalArgumentException: No implementation of method: :day-of-week of protocol: #'clj-time.core/DateTimeProtocol found for class: nil | |
| at clojure.core$_cache_protocol_fn.invokeStatic(core_deftype.clj:583) | |
| at clojure.core$_cache_protocol_fn.invoke(core_deftype.clj:575) | |
| at clj_time.core$fn__377$G__206__382.invoke(core.clj:102) | |
| at pencil_artifact.helper.offers$get_special_offers.invokeStatic(offers.clj:31) | |
| at pencil_artifact.helper.offers$get_special_offers.invoke(offers.clj:28) | |
| at pencil_artifact.helper.offers$get_applicable_offers.invokeStatic(offers.clj:69) | |
| at pencil_artifact.helper.offers$get_applicable_offers.invoke(offers.clj:62) | |
| at pencil_artifact.helper.price$get_best_price.invokeStatic(price.clj:30) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [pencil-artifact] java -jar target/uberjar/pencil-artifact-0.0.1-standalone.jar master | |
| Enter items in cart along with the quantities as follows "Cookies x 8, Cheesecakes x 4" : | |
| Cookies x 8 | |
| Enter offer date if applicable else enter NA : | |
| Exception in thread "main" java.lang.IllegalArgumentException: No implementation of method: :day-of-week of protocol: #'clj-time.core/DateTimeProtocol found for class: nil | |
| at clojure.core$_cache_protocol_fn.invokeStatic(core_deftype.clj:583) | |
| at clojure.core$_cache_protocol_fn.invoke(core_deftype.clj:575) | |
| at clj_time.core$fn__377$G__206__382.invoke(core.clj:102) | |
| at pencil_artifact.helper.offers$get_special_offers.invokeStatic(offers.clj:31) |
OlderNewer