-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No metadata file found for org.kevoree.sample/helloworld/0.0.1-SNAPSHOT #26
Comments
Seems like #10 is the same issue. |
My pom.xml has This was checked out after #10 is solved. |
I searched the whole project for 'org.kevoree.sample', but nothing found. I don't know where the values for |
I just removed my whole The type of |
I've cleaned my m2 repository and now, no matter what I do, I get this error. |
I removed .m2\repository (not the settings.xml) and run 'mvn clean install kev:run'. But result is the same: A full debug log of maven (-X -e) is available, this does not help me. |
Can you give me the model generated in |
I can't find the lib.json file in java target/classes folder |
It means that the |
Just in case, can you give your project zipped ? |
This is the output from the mvn clean install: [INFO] Scanning for projects... |
@brice-morin can you confirm that this is working on Windows ? Because, it works on Linux. |
@maxleiko This is the same bug as #17 - Not able to find locally 2015-01-07 12:22 GMT+01:00 Maxime Tricoire notifications@github.com:
Knut Eilif Husa Tellu AS |
It is NOT working on windows 7. |
@maxleiko I am a bit stuck with this one :-( I do not manage to find my classes in my local maven repo. Are there any ways around it? 00:00 INFO: Bootstrap Kevoree node : chatserver, version 5.2.1
java:62) |
Yes, Linux, or OSX. We are working on fixing this issue for Windows. |
Using the new Kevoree 5.2.5 release should fix Windows problems. |
yes, Kevoree 5.2.5 fixed this for me. |
I used 'mvn install' to build the Kevoree helloworld project and then 'mvn kev:run' to run it.
In the console I get
00:05 ERROR: No metadata file found for org.kevoree.sample/helloworld/0.0.1-SNAPSHOT
and
00:05 ERROR: Unable to resolve /packages[org]/packages[kevoree]/packages[sample]/deployUnits[hashcode=,name=helloworld,version=0.0.1-SNAPSHOT]
Complete log (Windows 7 cmd):
D:\Users\mask\git\HEADS\training\2.Kevoree_Basics\1.HelloWorld\java>mvn kev:run
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Kevoree :: helloworld 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- org.kevoree.tools.mavenplugin:5.1.4:run (default-cli) @ helloworld ---
00:00 INFO: Bootstrap Kevoree node : node0, version 5.1.4
00:02 INFO: Resolved 25 typeDefinitions from Kevoree Registry http://registry.kevoree.org/v5/ (JavaNode/5.2.0,JavaNode/5.1.1,JavaNode/5.0.3,JavaNode/5.2.1,JavaNode/5.1.2,JavaNode/5.2.2,JavaNode/5.1.3,
JavaNode/5.0.4,JavaNode/5.0.5,JavaNode/5.0.6,JavaNode/5.0.6-SNAPSHOT,JavaNode/5.0.7,JavaNode/5.1.4-SNAPSHOT,JavaNode/5.2.2-SNAPSHOT,JavaNode/5.2.1-SNAPSHOT,JavaNode/5.0.8-SNAPSHOT,JavaNode/5.1.1-SNAPS
HOT,JavaNode/5.0.3-SNAPSHOT,JavaNode/5.1.2-SNAPSHOT,JavaNode/5.0.5-SNAPSHOT,JavaNode/5.0.4-SNAPSHOT,JavaNode/5.2.3-SNAPSHOT,JavaNode/5.1.0,JavaNode/5.0.7-SNAPSHOT,HelloWorld/0.0.1-SNAPSHOT)
00:02 WARN: Try to select snapshot in best effort mode for org.kevoree.example.HelloWorld
00:02 INFO: Resolving ............. /packages[org]/packages[kevoree]/packages[library]/packages[java]/deployUnits[hashcode=,name=org.kevoree.library.java.javaNode,version=5.2.2]
00:03 INFO: Resolved in 128ms
00:03 INFO: JavaNode, changing LOG level to INFO
00:03 INFO: Starting node type of node0
00:03 INFO: Resolving ............. /packages[org]/packages[kevoree]/packages[sample]/deployUnits[hashcode=,name=helloworld,version=0.0.1-SNAPSHOT]
00:05 ERROR: No metadata file found for org.kevoree.sample/helloworld/0.0.1-SNAPSHOT
00:05 INFO: Resolved in 2122ms
00:05 ERROR: Unable to resolve /packages[org]/packages[kevoree]/packages[sample]/deployUnits[hashcode=,name=helloworld,version=0.0.1-SNAPSHOT]
00:05 WARN: Error during execution of AddDeployUnit org.kevoree.sample/helloworld/0.0.1-SNAPSHOT/
00:05 WARN: JavaSENode is aborting last update...
00:05 WARN: JavaSENode update aborted in 2341 ms
00:05 INFO: End deploy result=false-2338
00:05 INFO: Bootstrap completed
03:38 INFO: Stopping Kevoree
03:38 INFO: Stopping node type of node0
03:38 INFO: Kevoree core stopped
03:38 INFO: Stopped.
Terminate batch job (Y/N)? n
Further question:
In
00:03 INFO: Starting node type of node0
I guess that 'node0' is the name of the node. What is the type of the node? (Same message shown while stopping the node).
The text was updated successfully, but these errors were encountered: