siddjain
siddjain
Thanks Dave. The other thing I can think of is - did we add the `olcPasswordHash` entry to the right file? where is the code that is importing the ppolicy.schema...
this is what we get when we do a grep of Hash: ``` bash-4.4# grep -R Hash schema/corba.schema:# RMI:ClassName:HashCode[:SUID] schema/corba.schema:# "java.lang.String"). "HashCode" is the object's hash code (that is, slapd.d/cn=config/olcDatabase={-1}frontend.ldif:olcPasswordHash:...
also we don't see any line 408 - 411 in 10-openldap. there is just one file in that directory - [this](https://github.com/tiredofit/docker-openldap/blob/master/install/etc/s6/services/10-openldap/run) and it has only 12 lines
Thanks Dave. Lines 260 -274 fixed it.
Hi, please see below:
we get a constant stream of these errors btw on the server: ``` FINER: RMI TCP Connection(31)- sun.tools.jstatd.RemoteVmImpl[19954ae4:183567e5d0a:-7ff8, 1523488921081536347]: public abstract byte[] sun.jvmstat.monitor.remote.RemoteVm.getBytes() throws java.rmi.RemoteException] Sep 19, 2022 5:35:25 PM...
the steps above cause an exception as there is duplication of the port. I have changed to 9999 from 8080. ``` Error: JMX connector server communication error: service:jmx:rmi://x.x.x.x:9999 jdk.internal.agent.AgentConfigurationError: java.rmi.server.ExportException:...
Hi, it just appears as a warning without a stacktrace. here is our config if it helps: ``` spring.config.activate.on-profile=local spring.r2dbc.url=r2dbc:mysql://127.0.0.1:13306/xxx spring.r2dbc.username=xxx spring.r2dbc.password=xxx spring.r2dbc.pool.initial-size=100 spring.r2dbc.pool.max-size=500 spring.r2dbc.pool.max-idle-time=30m spring.r2dbc.pool.validation-query=SELECT 1 ```
I think this issue belongs in this project: https://github.com/redhat-developer/vscode-java
Thanks. I found something weird. Even though I get compile errors with my code (which does not include the patch), VS Code gives me an option to Proceed (when I...