[coldbox-4.2.0] Install error: No such file or directory

I’m pretty sure this is a basic issue, but I couldn’t find any matches when I did a search. If it’s a dupe, feel free to delete or move and point me to the old thread.

Added the gpg keys, ran apt-get install commandbox, everything looked good. Using the default-jre package on an Ubuntu VM.

When I run

install coldbox

I get the error message I’ve attached (after a unix2dos, just in case) instead of pasting. I really don’t feel like diving into the components and tracing variables back just to try out /C*Box/, so I’m hoping someone will have a quick and easy answer.

Oh, and this is with CommandBox v3.3.0+00482.

What error did you get? There was no attachment on that E-mail that I can see.

Yeah, I did that genius thing where I forgot the attachment.

I tried again, with a fresh install of CommandBox. Tried a “coldbox install” and no errors. Did a “server start” and the /var/log/apport.log reports:

`
ERROR: apport (pid 13784) Wed Oct 19 19:41:20 2016: called for pid 13754, signal 5, core limit 0
ERROR: apport (pid 13784) Wed Oct 19 19:41:20 2016: executable: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java (command line “/usr/li b/jvm/java-8-openjdk-amd64/jre/bin/java -Xmx512m -Xms512m -javaagent:/home/sean/.CommandBox/lib/lucee-inst.jar -jar /home/sean/.Comma ndBox/lib/runwar-3.4.10.jar --port 38439 --host 127.0.0.1 --debug=false --stop-port 46541 --processname coldbox\ [lucee\ 4.5.3.020] - -log-dir /home/sean/.CommandBox/server/3524F0DEC8739174A2B596AF4745A9DC-coldbox/lucee-4.5.3.020/logs --open-browser true --open-url h ttp://127.0.0.1:38439 --cfengine-name lucee --server-name coldbox --tray-icon /home/sean/.CommandBox/cfml/system/config/server-icons/ trayicon-lucee.png --tray-config /home/sean/.CommandBox/server/3524F0DEC8739174A2B596AF4745A9DC-coldbox/lucee-4.5.3.020/trayOptions.j son --directoryindex true --cfml-web-config /home/sean/.CommandBox/server/3524F0DEC8739174A2B596AF4745A9DC-coldbox/lucee-4.5.3.020 – cfml-server-config /home/sean/.CommandBox/engine/cfml/server/ --timeout 120 -war /home/sean/coldbox --lib-dirs /home/sean/.CommandBox /lib --urlrewrite-enable false --background false”)
ERROR: apport (pid 13784) Wed Oct 19 19:41:20 2016: gdbus call error: Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: T he name org.gnome.SessionManager was not provided by any .service files

ERROR: apport (pid 13784) Wed Oct 19 19:41:20 2016: debug: session gdbus call:
ERROR: apport (pid 13784) Wed Oct 19 19:41:20 2016: this executable already crashed 2 times, ignoring
`

That’s all the logging I can find, except for a short line in syslog that isn’t very informative.

Sorry, but I guess I’m still a little confused about what exactly your issue is. Can you provide the full console output of all the commands you’re running and what they return? What specifically are you trying to do and what isn’t working? I assume you’re doing more than just installing the ColdBox framework and starting the server. The framework isn’t an actual web site-- you can create an actual ColdBox app with the “coldbox create app” command.

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I will do a step-by-step later. Apparently, ForgeBox isn’t responding. When I do

coldbox create app demo

I get

`

`

Installing package [forgebox:cbtemplate-advanced-script]
Verifying package ‘cbtemplate-advanced-script’ in ForgeBox, please wait…
Uh-oh, ForgeBox returned something other than JSON. Run “system-log | open” to see the full response.
GET https://www.forgebox.io/api/v1/entry/cbtemplate-advanced-script
Unknown host: Read timed out
Connection Failure. Status code unavailable.

`

`

So I can’t create an app when ForgeBox is down, or my network is spotty? Or am I missing something?

Please try it again. It looks like one of our servers was being grumpy so not all requests to the API were coming back.

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com