default8vn6shtsmayn
Community Beginner
default8vn6shtsmayn
Community Beginner
Activity
‎Sep 18, 2024
04:30 PM
1 Upvote
This is not exactly what we see. At startup, we see the coldfusion-out.log file created. When it fills up, it is renamed coldfusion-out.1.log and a new coldfusion-out file is created. So the first log rotation seems to happen. But the new coldfusion-out.log file is empty, and remains so until the server is restarted. We are running CF2021 Update 16 on a non-CF Hardening guide server, Windows Server 2019 Version 1809. I'll have to check the JRE version we are using.
... View more
‎Jun 21, 2024
08:04 AM
Howdy, We'll go back and check our command line invocation. Thanks for the help!
... View more
‎Jun 21, 2024
08:02 AM
Yes, we tried to hew to the CF2021 Hardening Guide as closely as we could. Log file is below.
... View more
‎Jun 18, 2024
06:31 PM
Running on Windows 2019 with CF2021 Update 13, running Java 11.0.22. Install from fadmin reports failure. Manual install <jdk>\bin\java.exe -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar E:\ColdFusion\bundles\updateinstallers\hotfix-014-330296.jar install fails with: Error: Could not find or load main class .util.zip.disableZip64ExtraFieldValidation=true Caused by: java.lang.ClassNotFoundException: /util/zip/disableZip64ExtraFieldValidation=true
... View more
‎Mar 04, 2024
06:57 PM
Howdy, That worked the charm- went to the URL, downloaded the platform independent zip file, unzipped, found the mysql-connector-j-8.3.0.jar file, stopped CF, moved the cfusion/lib/mysql-connector-java-5.1.30.bin.jar file to a safe location outside the cfusion tree,, swapped in the mysql-connector-j-8.3.0.jar file into cfusion/lib, restarted CF, the datasource verified, and the template with the query using that source ran successfully. Thank you once more for your able assistance!
... View more
‎Feb 24, 2024
07:19 AM
Howdy, We have a MySQL Community server packaged as an AWS RDS instance. We had been running MySQL 5.7, but AWS is forcing an upgrade to 8.0 unless you pay an extra charge. We have a datasource that works fine for 5.7, using the "MySQL" driver from the dropdown, but when we try to connect to an upgraded snapshot running MySQL 8.0.35, we get: Could not create connection to database server. Attempted reconnect 3 times. Giving up. Stack Trace: java.lang.NullPointerException at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307) at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985) at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506) at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2344) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2326) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:832) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344) at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:666) at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67) at java.base/java.lang.Thread.run(Thread.java:834) com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException The datasource that worked for 5.7 but not for 8.0 also had connection string useUnicode=true&characterEncoding=utf8 Keeping that or removing it when trying to conenct to 8.0 appears to have no effect- same error. Any ideas? Thanks for your time and attention.
... View more
‎Jun 14, 2023
04:07 AM
Howdy, We're having issues with our Coldfusion 2021 install and decided to try installing SeeFusion 5.2 to wrap the datasources and get more query info. Part of the instructions say to copy adobe_sqlserverdriver-6.0.jar to <CFROOT>/runtime/lib However, when we try to startup, we get: WARNING: Failed to scan [file:/C:/ColdFusion2021/cfusion/runtime/lib/adobe_sqlserverdriver-6.0.jar] from classloader hierarchy java.io.IOException: invalid manifest format I tried running bnd to look at the jar file but it did'nt complain about anything. Any udeas? Is there an update of the file available? Thanks for any help you can provide.
... View more
‎Jul 16, 2021
07:51 PM
Well, Charlie, it sounds like you called it. I did get a response back from my query to Adobe, which came from a reseller, claiming that CF Standard was not supported on AWS and would I like to talk to them about Enterprise licensing. But I also followed up with the reseller that you suggested, and they confirmed, after conferring with Adobe Sales, that I had, at order time, to order 2 licenses, which should return, hopefully, a single serial number that I could apply to our AWS server. I'll keep you posted on how the actual purchase attempt goes.
... View more
‎Jul 08, 2021
07:27 AM
We have a new AWS Windows server, according to AWS sizing, this server has 4 cores. We want to install ColdFusion 2021 Standard on it. It sounds like we will need two licenses. So how do we do this? Do we just purchase 2 copies of CF 2021 Standard? Presumably we will end up with 2 serial numbers. How do we get both serial numbers into the install? Thanks
... View more