question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency issue with DocumentDBInput vs cosmosdb on azure-functions-maven-plugin

See original GitHub issue

Plugin name and version

azure-functions-maven-plugin (0.2.0)

Plugin configuration in your pom.xml

Expected behavior

Project should be packaged with all dependancies.

Actual behavior

Error as mentioned.

Steps to reproduce the problem

Started getting error after following commit on this repo. rename documentdb to cosmosdb (#128)

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:43 min
[INFO] Finished at: 2018-04-19T21:48:43-06:00
[INFO] Final Memory: 56M/509M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package (package-functions) on project **roomSync**: Execution package-functions of goal com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package failed: A required class was missing while executing com.microsoft.azure:azure-functions-maven-plugin:0.1.8:package: com/microsoft/azure/serverless/functions/annotation/DocumentDBInput
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>com.microsoft.azure:azure-functions-maven-plugin:0.1.8
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy

[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[ERROR] 
[ERROR] -----------------------------------------------------: com.microsoft.azure.serverless.functions.annotation.DocumentDBInput

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rjgmail88commented, Apr 20, 2018

@jdneo Your hot fix worked. Thanks much. Happy Friday !

1reaction
rjgmail88commented, Apr 20, 2018

Thanks for quick update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependency issue with DocumentDBInput vs cosmosdb on ...
Actually I am not using CosmosDB or DocumentDb anywhere in my project. Any specific version of azure-functions-maven-plugin I should use ?
Read more >
Diagnose and troubleshoot issues when using Azure Cosmos ...
This article covers common issues, workarounds, diagnostic steps, and tools when you use the .NET SDK with Azure Cosmos DB for NoSQL ...
Read more >
Azure documentdb create/query document dependency error ...
This behavior seems to be very intermittent (maybe a problem with concurrency), but does not seem to actually be causing API errors as...
Read more >
azure-maven-plugins from microsoft - Coder Social
I'm using the azure-functions-maven-plugin , version 0.1.9-SNAPSHOT (cloned from github). ... Dependency issue with DocumentDBInput vs cosmosdb on ...
Read more >
Collecting Cosmos DB dependency telemetry with Application ...
In order to understand the problem at the application level, you can create an extension to Cosmos DB SDK v3 and send the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found