You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-12-15 08:41:25.422 [main] ERROR Main - -> Analysis failed.-> Cannot execute query for rule 'Concept{id='java:ArtifactDependency', description='Creates a new DEPENDS_ON relationship between artifacts or updates an existing one with a 'used'
property if there are type dependencies between them, i.e. if an artifact contains a type with a fully
qualified name which a type from another artifact requires.', ruleSource=META-INF/jqassistant-rules/java.xml}'.-> Cannot invoke "org.neo4j.driver.summary.InputPosition.offset()" because the return value of "org.neo4j.driver.summary.Notification.position()" is null
👉 Interestingly, the collection of dependencies is empty. The query works in Neo4j browser (commenting out IN TRANSACTION) but not within analyze with `java:ArtifactDependencies
The text was updated successfully, but these errors were encountered:
@Bramaten, i let Renovate create another pull request. It shouldn't matter that it is now version Neo4j 5.26.1 instead of 5.26.0. The error message looks the same. I've edited my description above (branch and pull request).
Error-Message
Failing pull request: JohT/code-graph-analysis-pipeline#290
Environment
Reproduce
export NEO4J_INITIAL_PASSWORD=neo4j_password_of_my_choice
./scripts/examples/analyzeAxonFramework.sh
👉 Failed pull request: JohT/code-graph-analysis-pipeline#318
Some Source Code Locations
jqassistant/core/analysis/src/main/java/com/buschmais/jqassistant/core/analysis/impl/AbstractCypherRuleInterpreterPlugin.java
Line 40 in 394181b
Manual java:ArtifactDependency query result:
👉 Interestingly, the collection of dependencies is empty. The query works in Neo4j browser (commenting out
IN TRANSACTION
) but not withinanalyze
with `java:ArtifactDependenciesThe text was updated successfully, but these errors were encountered: