|
(No subject)
I'm trying to increase the disk quota in the manifest to 10G to try deploy the original big jar and I'm seeing the following error: E:\src\samples\cloudfoundry\modules>cf push En utilisant le fichier
I'm trying to increase the disk quota in the manifest to 10G to try deploy the original big jar and I'm seeing the following error: E:\src\samples\cloudfoundry\modules>cf push En utilisant le fichier
|
By
Arbi Akhina
· #432
·
|
|
(No subject)
Yeah, I get Jetty logs as below: 2015-06-11T04:27:46.34+0200 [RTR] OUT modules-popeyed-nonascetic.10.244.0.34.xip.io - [11/06/2015:02:27:46 +0000] "GET / HTTP/1.1" 200 1098 "-" "curl/7.29.0" 10.0.2.15
Yeah, I get Jetty logs as below: 2015-06-11T04:27:46.34+0200 [RTR] OUT modules-popeyed-nonascetic.10.244.0.34.xip.io - [11/06/2015:02:27:46 +0000] "GET / HTTP/1.1" 200 1098 "-" "curl/7.29.0" 10.0.2.15
|
By
Arbi Akhina
· #431
·
|
|
(No subject)
I removed static assets as well as many classes that were not used, I left classes related to jetty, javax (managment, ..), apache commons io, and the package (with all classes) where the main class i
I removed static assets as well as many classes that were not used, I left classes related to jetty, javax (managment, ..), apache commons io, and the package (with all classes) where the main class i
|
By
Arbi Akhina
· #408
·
|
|
(No subject)
Hi, I had to reduce the size of the jar to ~ 51M to get the simple class that runs jetty to work on bosh-lite!!! Is there any kind of size restriction for executable jars?? Here is the system informat
Hi, I had to reduce the size of the jar to ~ 51M to get the simple class that runs jetty to work on bosh-lite!!! Is there any kind of size restriction for executable jars?? Here is the system informat
|
By
Arbi Akhina
· #404
·
|
|
(No subject)
no I meant the source is for the company I work for, not my personal project.
no I meant the source is for the company I work for, not my personal project.
|
By
Arbi Akhina
· #382
·
|
|
(No subject)
One more thing I'm using bosh-lite.
One more thing I'm using bosh-lite.
|
By
Arbi Akhina
· #380
·
|
|
(No subject)
I don't own the source, but here is the jar file http://tempsend.com/6D745B7B07/7033/modules.jar you can try to run it locally with java -jar modules.jar then connect to localhost:8080 An here is the
I don't own the source, but here is the jar file http://tempsend.com/6D745B7B07/7033/modules.jar you can try to run it locally with java -jar modules.jar then connect to localhost:8080 An here is the
|
By
Arbi Akhina
· #379
·
|
|
(No subject)
I've tried with a simple app that just launches an embedded jetty that listen on the vcap port and it worked (I can connect to the app url from curl and chrome) then I moved this single file into my m
I've tried with a simple app that just launches an embedded jetty that listen on the vcap port and it worked (I can connect to the app url from curl and chrome) then I moved this single file into my m
|
By
Arbi Akhina
· #377
·
|
|
(No subject)
Same logs I still can't see what went wrong!
Same logs I still can't see what went wrong!
|
By
Arbi Akhina
· #374
·
|
|
(No subject)
Here is the content of *detected_start_command*: $ CF_TRACE=true cf app modules | grep "detected_start_command" "detected_start_command": "CALCULATED_MEMORY=$($PWD/.java-buildpack/open_jdk_jre/bin/jav
Here is the content of *detected_start_command*: $ CF_TRACE=true cf app modules | grep "detected_start_command" "detected_start_command": "CALCULATED_MEMORY=$($PWD/.java-buildpack/open_jdk_jre/bin/jav
|
By
Arbi Akhina
· #372
·
|
|
(No subject)
I'm pushing the app from the directory that contain both my manifest.yml and modules.jar Here is the size on disk of the extracted jar : $ du -hs heavenize-modules-2.5-M1-SNAPSHOT-jar-with-dependencie
I'm pushing the app from the directory that contain both my manifest.yml and modules.jar Here is the size on disk of the extracted jar : $ du -hs heavenize-modules-2.5-M1-SNAPSHOT-jar-with-dependencie
|
By
Arbi Akhina
· #369
·
|
|
(No subject)
FYI the jar is 155M but when pushing I see Téléchargement de 299M, 98585 fichiers
FYI the jar is 155M but when pushing I see Téléchargement de 299M, 98585 fichiers
|
By
Arbi Akhina
· #365
·
|
|
(No subject)
Hi, thanks for the hint, I tried to add to the manifest the following entry: command: sleep 2 && java -jar modules.jar but it looks like it's not appropriate as I see in the logs: 2015-06-08T05:34:03.
Hi, thanks for the hint, I tried to add to the manifest the following entry: command: sleep 2 && java -jar modules.jar but it looks like it's not appropriate as I see in the logs: 2015-06-08T05:34:03.
|
By
Arbi Akhina
· #364
·
|
|
(No subject)
I'm trying to push an executable JAR to a bosh-lite instance, on the logs I see CF trying many times to restart the app and eventually fail. I can't find out why the app crashes as there is no app log
I'm trying to push an executable JAR to a bosh-lite instance, on the logs I see CF trying many times to restart the app and eventually fail. I can't find out why the app crashes as there is no app log
|
By
Arbi Akhina
· #357
·
|