Common Issues - OpenLiberty/liberty-tools-eclipse GitHub Wiki

Problem Workaround Applicable Versions
Snippet doesn't appear when doing <Ctrl>+<Space> The snippets are filtered based on the project classpath. So, e.g. for Maven projects, you might need to update dependency in pom.xml and do Maven->Update Project All
Keyboard bindings (e.g. <Alt>+<Shift>+L,Q for 'Stop' aren't working) Problem may be that you're issuing when the Terminal view has the focus, and keystrokes are captured by the Terminal session and not the IDE listeners. Click outside of Terminal and try again. All
In Start in container, quoted parm values like -DdockerRunOpts="-e POSTGRES_HOSTNAME=172.17.0.2" give Unknown lifecycle phase error Move to plugin configuration like <dockerRunOpts>-e POSTGRES_HOSTNAME=172.17.0.2</dockerRunOpts> All
Adding comments to pom.xml may result in abnormal text editor behavior This can be resolved by upgrading the Eclipse Wild Web Developer plugin (plugin id: org.eclipse.wildwebdeveloper.xml) to version 1.3.0.202308101707 and the M2E Maven POM File Editor using Wild Web Developer, LemMinX and Maven LS extension plugin (plugin id: org.eclipse.m2e.editor.lemminx) to version 2.0.5.20230815-1219. 23.0.9 Only
⚠️ **GitHub.com Fallback** ⚠️