Scott Steinbeck
08/09/2022, 5:48 PMAll features under Project Manager, CF Servers, RDS Dataview, and RDS Fileview are not working. Examples: not able to Create Project or Add Server.
please vote https://tracker.adobe.com/#/view/CF-4214633
Im trying to get a session with an adobe dev, so that I can help debug the problem
@lmajano @elpete @bdw429s @Mark Takata (Adobe)@mithlond (I tagged those that have mentioned having issues, not sure if they are this exact one)bdw429s
08/09/2022, 6:03 PMScott Steinbeck
08/09/2022, 6:04 PMColdFusion Builder
Product, but that, is not thisbdw429s
08/09/2022, 6:04 PMbdw429s
08/09/2022, 6:05 PMbdw429s
08/09/2022, 6:05 PMMark Takata (Adobe)
08/09/2022, 6:05 PMMark Takata (Adobe)
08/09/2022, 6:05 PMMark Takata (Adobe)
08/09/2022, 6:05 PMmithlond
08/09/2022, 6:07 PMScott Steinbeck
08/09/2022, 6:08 PMmithlond
08/09/2022, 6:08 PMmithlond
08/09/2022, 6:08 PMScott Steinbeck
08/09/2022, 6:10 PMMark Takata (Adobe)
08/09/2022, 6:14 PMbdw429s
08/09/2022, 6:15 PMbdw429s
08/09/2022, 6:16 PMMark Takata (Adobe)
08/09/2022, 6:16 PMbdw429s
08/09/2022, 6:16 PMbdw429s
08/09/2022, 6:16 PMMark Takata (Adobe)
08/09/2022, 6:16 PMMark Takata (Adobe)
08/09/2022, 6:16 PMbdw429s
08/09/2022, 6:16 PMbdw429s
08/09/2022, 6:17 PMbdw429s
08/09/2022, 6:18 PM> code .
and hammering at it-- I've got to start creating workspaces and such before I can use the features?bdw429s
08/09/2022, 6:18 PMMark Takata (Adobe)
08/09/2022, 6:20 PMMark Takata (Adobe)
08/09/2022, 6:20 PMMark Takata (Adobe)
08/09/2022, 6:21 PMMark Takata (Adobe)
08/09/2022, 6:21 PMScott Steinbeck
08/09/2022, 6:30 PMScott Steinbeck
08/09/2022, 6:31 PMScott Steinbeck
08/09/2022, 6:32 PMERR command 'cfml.server.create' not found: Error: command 'cfml.server.create' not found
like @mithlond so i upvoted that issue as wellRodney
08/09/2022, 6:40 PMScott Steinbeck
08/09/2022, 6:40 PMScott Steinbeck
08/09/2022, 6:42 PMJim Frankowski
08/09/2022, 6:53 PMScott Steinbeck
08/09/2022, 6:54 PMPwrSrg
08/10/2022, 4:45 PMmike42780
08/10/2022, 5:53 PMDaniel Mejia
08/11/2022, 4:01 PMDaniel Mejia
08/11/2022, 4:06 PMDaniel Mejia
08/11/2022, 4:07 PMMark Takata (Adobe)
08/11/2022, 4:36 PMMark Takata (Adobe)
08/11/2022, 4:37 PMbdw429s
08/11/2022, 5:55 PMserver.json
😉 ) and Code could just be smart enough when working in that directory to say, "hey, there's a server definition here, let's use it!".bdw429s
08/11/2022, 5:56 PMPwrSrg
09/12/2022, 7:01 PMshowError :: "Error on RDS call :: Error connecting to JVM for debugging at localhost:5005."
323 :: {"statusCode":500,"data":"-1:Error connecting to JVM for debugging at localhost:5005.\nCould not attach to the VM at port 5005\nYou must specify this debugger port in the JVM settings of your application server, for example:\n\t-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005\nYou will also need to make sure that another debugger is not currently connected to the CF JVM at the same port (5005)\n\nRoot cause -> \nConnection refused: connect\r\n\r\n\r\n","errMsg":"Error on RDS call :: Error connecting to JVM for debugging at localhost:5005."}
Error on launchRequest :: 13
showError :: "Error on RDS call :: Error connecting to JVM for debugging at localhost:5005."
Debugger stopped
PwrSrg
09/13/2022, 10:54 AMJim Frankowski
09/13/2022, 12:00 PMRodney
09/13/2022, 12:26 PM-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
to my JVM arguments in the admin.mithlond
09/13/2022, 2:14 PMmithlond
09/13/2022, 2:16 PMMark Takata (Adobe)
09/13/2022, 2:32 PMmithlond
09/13/2022, 2:43 PMMark Takata (Adobe)
09/13/2022, 2:49 PMmithlond
09/13/2022, 2:54 PMmithlond
09/13/2022, 2:54 PMMark Takata (Adobe)
09/13/2022, 2:56 PMJim Frankowski
09/13/2022, 2:58 PMPwrSrg
09/14/2022, 2:07 PMwsproxyconfig_jvm.config
in the [cf2018server]\WEB-INF\cfusion\bin
folder, and added the -Xdebug
line to that, but still with no success. I continue to get the same error. 😞PwrSrg
09/14/2022, 2:08 PM#
# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
java.home=$JAVA_HOME$
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
bdw429s
09/14/2022, 2:14 PMjvm.config
file you're asking about is unique to CF's Tomcat bundle and doesn't exist on any other servlet container. CommandBox allows JVM options to be set in your server.json
file
server set jvm.args="['-Xdebug','-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005']" --append
bdw429s
09/14/2022, 2:15 PMwsproxyconfig_jvm.config
file-- I have no idea what that is or why Adobe included it in their WAR distribution. It's not used at all.PwrSrg
09/14/2022, 2:15 PMPwrSrg
09/14/2022, 2:16 PMmithlond
09/14/2022, 2:18 PMRodney
09/14/2022, 2:24 PM{ "jvm": { "args": "-XDebug..." } }
bdw429s
09/14/2022, 2:25 PMjvm.args
in your server.json
can be either an array or a string. The syntax for the server set
I showed above will add an arrary, while the code snippet in Rodney's message shows a string. Either is fine, but you can't mix the two 🙂PwrSrg
09/20/2022, 3:26 PMI am now attempting to create the exact same workspace in my real environment:cfusion » wwwroot » workspace » project » index.cfm
But I keep getting the same error:client » workspace » project » index.cfm
Selected file is not in the document root of the server. If the project is not in the document root, create a linked folder to the document root ( selecting Project manager > Add Linked Folder ).
I have created countless linked folders in as many configurations and directions imaginable, but nothing works.
HOW do these "Linked Folders" actually work?? What is CF Builder trying to accomplish behind the scenes? I thought it may be mapping external paths on the server, but there is nothing there either.
What am I doing wrong?? 😖
And WHY is this so damn difficult?!? 🤬Mark Takata (Adobe)
09/20/2022, 4:11 PMPwrSrg
09/20/2022, 4:17 PMPwrSrg
09/20/2022, 4:29 PMPwrSrg
09/20/2022, 4:34 PMMark Takata (Adobe)
09/20/2022, 4:49 PMPwrSrg
09/20/2022, 4:51 PMPwrSrg
09/20/2022, 4:51 PMRodney
09/20/2022, 4:52 PMPwrSrg
09/20/2022, 4:53 PMPwrSrg
09/20/2022, 4:54 PMMark Takata (Adobe)
09/20/2022, 5:02 PM