Hi Family.
In my usual concise manner (ahem!) I am asking for assistance. Yes, I have the Starting the InformixHQ Server page open.
I started to watch the video on how to start up InformixHQ but it was so blurry and muffled as to be effectively useless; I gave up about 5 minutes in. However, I did manage to get the section on setting the password in informixhq-server.properties and set the password. Since I could not make out how the narrator was starting java, I tried to use the script:
informix@maxwell2l:/ifmx/ids.14.10.FC10/hq$ ./InformixHQ.ksh startserver
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
INFO: Please use list command to verify the process.
Dec 05, 2023 7:04:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
UGH! However, I do see that there is a Java server running: ps -e turned up:
java -Dfile.encoding=utf-8 -jar informixhq-server.jar informixhq-server.properties
So the server is running, FWIW. Well, at least now I know what the narrator was typing in. If all had worked out I would have been shown a port number and been able to access stuff via a browser. (And yes, I have my server running.)
What am I missing? Let's see, I'm running IDS 14.10.FC10DE. As for Java:
$ java --version
openjdk 11.0.21 2023-10-17
OpenJDK Runtime Environment (build 11.0.21+9-post-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.21+9-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
So I think I'm in compliance well ahead of the Java requirement.
So what am I missing? (Besides the screws everyone just silently responded ;-)
OK, the log for this attempt starts at line 9. I am pasting it here with the line numbers in the hope that it will mitigate the confusion caused by line-wrapping.
9 2023-12-05 18:58:10 [main] INFO com.informix.hq.server.JettyServer - Starting InformixHQ Server, version 2.3.1 (build number: 708, build date: 2023-03-07T13:32:27-0600)
10 2023-12-05 18:58:10 [main] INFO com.informix.hq.server.JettyServer - Reading properties file informixhq-server.properties
11 2023-12-05 18:58:10 [main] INFO com.informix.hq.server.JettyServer - InformixHQ configuration: {rest.session.timeout=3600000, alert.startNumberAlertSendThreads=4, alert. scheduleConditionCheckInPast=false, hostname=, user.password.maxAge=0, user.password.requireNumber=true, user.password.requireLowerCase=true, httpPort=8080, user.password .minLength=8, h2.encrypt.enable=false, user.password.requireUpperCase=true, initialAdminPassword=********, dataSource.IFX_ISOLATION_LEVEL=1, pool.connectionTimeout=5000, httpsPort=-1, user.password.requireSpecialCharacterFromSet=, pool.minimumIdle=0, user.password.algorithm=SHA-256, redirectHTTPtoHTTPS=false, alert.email.debug=false, pool .idleTimeout=60000, informix.connections.loadFile=, h2.encrypt.algorithm=AES, alert.numberConditionCheckThreads=4, pool.maximumPoolSize=3}
12 2023-12-05 18:58:10 [main] INFO com.informix.hq.server.h2.H2Schema - H2 schema version 33
13 2023-12-05 18:58:10 [main] ERROR com.informix.hq.server.JettyServer - There are no users in the system. Attempt to create the initial admin user failed.
14 2023-12-05 18:58:10 [main] ERROR com.informix.hq.server.JettyServer - The initial admin password is not a valid password. Password must be at least 8 characters and must contain at least one lowercase character, one uppercase character, and one number.
15 2023-12-05 19:04:29 [main] INFO com.informix.hq.server.JettyServer - Starting InformixHQ Server, version 2.3.1 (build number: 708, build date: 2023-03-07T13:32:27-0600)
16 2023-12-05 19:04:29 [main] INFO com.informix.hq.server.JettyServer - Reading properties file informixhq-server.properties
17 2023-12-05 19:04:29 [main] INFO com.informix.hq.server.JettyServer - InformixHQ configuration: {rest.session.timeout=3600000, alert.startNumberAlertSendThreads=4, alert. scheduleConditionCheckInPast=false, hostname=, user.password.maxAge=0, user.password.requireNumber=true, user.password.requireLowerCase=true, httpPort=8080, user.password .minLength=8, h2.encrypt.enable=false, user.password.requireUpperCase=true, initialAdminPassword=********, dataSource.IFX_ISOLATION_LEVEL=1, pool.connectionTimeout=5000, httpsPort=-1, user.password.requireSpecialCharacterFromSet=, pool.minimumIdle=0, user.password.algorithm=SHA-256, redirectHTTPtoHTTPS=false, alert.email.debug=false, pool .idleTimeout=60000, informix.connections.loadFile=, h2.encrypt.algorithm=AES, alert.numberConditionCheckThreads=4, pool.maximumPoolSize=3}
18 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.h2.H2Schema - H2 schema version 33
19 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.JettyServer - Initial admin user created
20 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.h2.H2AlertingIncidentsCache - Loaded 0 incidents from H2
21 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.JettyServer - Loading package /package-builtin-sensors.json ...
22 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.JettyServer - Loaded 30 sensors from package /package-builtin-sensors.json
23 2023-12-05 19:04:30 [main] INFO com.informix.hq.server.JettyServer - Loading package /package-builtin-reports.json ...
24 2023-12-05 19:04:31 [main] INFO com.informix.hq.server.JettyServer - Loaded 3 system reports from package /package-builtin-reports.json
25 2023-12-05 19:04:31 [main] INFO org.eclipse.jetty.util.log - Logging initialized @1393ms to org.eclipse.jetty.util.log.Slf4jLog
26 2023-12-05 19:04:31 [main] INFO com.informix.hq.server.JettyServer - Serving UI from JAR...
27 2023-12-05 19:04:31 [main] INFO com.informix.hq.server.JettyServer - Configuring server for HTTP on port 8080
28 2023-12-05 19:04:31 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.48.v20220622; built: 2022-06-21T20:42:25.880Z; git: 6b67c5719d1f4371b33655ff2d047d24e171e49a; jvm 11.0.20.1+1-post-Ubuntu-0ubuntu122.04
29 2023-12-05 19:04:31 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4f94e148{/,jar:file:/home/ifmx-stuff/ids.14.10.FC 10/hq/informixhq-server.jar!/webapp/,AVAILABLE}
30 2023-12-05 19:04:31 [main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@14bae047{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
31 2023-12-05 19:04:31 [main] INFO org.eclipse.jetty.server.Server - Started @2254ms
32 2023-12-05 19:04:31 [main] INFO com.informix.hq.server.jobs.RepositoryDataCleanupManager - Next runtime for data cleanup: 2023-12-06 00:00:00
33 2023-12-05 19:04:31 [main] INFO com.informix.hq.server.JettyServer - InformixHQ Server is started, up and running
~
GADZOOKS! This is as incomprehensible as my Differential Geometry textbook! Sorry about that. But the "Add Attachment" does not seem to work in this Linux environment. (Maybe in Windows but that's no help.)
Still, I do see some port info, though not something I can identify as a URL.
Thanks for any diagnosis of what I'm missing.
------------------------------
Jacob Salomon
---
Nobody goes there anymore, it's too crowded. --Attr: Yogi Berra
------------------------------