Posts

Showing posts from January, 2021

IBM IIS 11.5.0.2 SP6 Update installer - Exception in thread "main" java.lang.NoSuchMethodError: org/eclipse/jetty/util/ssl/SslContextFactory$Server.setEndpointIdentificationAlgorithm(Ljava/lang/String;)V

Issue: [root@infosvr bin]# ./installUpdates INFO: Patch Installation program will be running in this session, please do not close patch installation window until patch installation program completes. The Update installation program started at 1/27/21 10:21 AM. Exception in thread "main" java.lang.NoSuchMethodError: org/eclipse/jetty/util/ssl/SslContextFactory$Server.setEndpointIdentificationAlgorithm(Ljava/lang/String;)V (loaded from file:/opt/IBM/InformationServer/Updates/server/lib/jetty-util-9.4.19.v20190610.jar by java.net.FactoryURLClassLoader@d4db3a4a) called from class org.eclipse.jetty.util.ssl.SslContextFactory$Server (loaded from file:/opt/IBM/InformationServer/Updates/server/lib/jetty-util-9.4.19.v20190610.jar by java.net.FactoryURLClassLoader@d4db3a4a).         at org.eclipse.jetty.util.ssl.SslContextFactory$Server.<init>(SslContextFactory.java:2213)         at com.ibm.is.install.ui.web.JettyWebContainer.init(JettyWebContainer.java:91)         at com.ibm.is....

SQL1072C The request failed because the database manager resources are in an inconsistent state.

Issue: SQL1072C  The request failed because the database manager resources are in an inconsistent state.  The database manager might have been incorrectly terminated, or another application might be using system resources in a way that conflicts with the use of system resources by the database manager. SQL1072C  The request failed because the database manager resources are in an inconsistent state.  The database manager might have been incorrectly terminated, or another application might be using system resources in a way that conflicts with the use of system resources by the database manager. Answer To resolve this error run the following commands: 1) cd to $INSTHOME/sqllib 2) Delete the .ftok file: 'rm .ftok' 3) Create a new .ftok file: 'touch .ftok' 4 ) db2start