google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Error org.sonatype.aether.connector.async.ResourceDoesNotExistException when build red5 1.0.2 #446

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download source from http://red5.googlecode.com/svn/java/server/trunk/
2.Using Eclipse and Maven plugin to build Red5
3.Error will appear  

What is the expected output? What do you see instead?
I want to build a distribution with red5-server-1.0.2.jar, but when build 
successfully red5 doesn't work.

What version of the product are you using? On what operating system?
win 7, red5 1.0.2

Please provide any additional information below.
I want to edit some code in java file(record file problems) and remake the 
red5.jar to run my server again. But I don't know how to do it! Any one have a 
step by step tutorial about build red5 1.0.2, please give to me! Thanks all so 
much!

Original issue reported on code.google.com by tiendung...@gmail.com on 2 Oct 2013 at 11:32

Attachments:

GoogleCodeExporter commented 9 years ago
The log you posted has nothing to do with Maven. If you want to build with 
Maven, read this post on the wiki: https://code.google.com/p/red5/wiki/Help 
To record a build log file to help us debug, use this command:
mvn -Dmaven.test.skip=true -Dmaven.buildNumber.doUpdate=false 
-Dclassifier=bootstrap package -e -U -X > build.log

Original comment by mondain on 3 Oct 2013 at 6:57

GoogleCodeExporter commented 9 years ago
Thank Mondain for your comment!
I did it follow your instruction with cmd, and I still got some error about: 
Could not find metadata org:jaudiotagger:2.0.4-SNAPSHOT/maven-metadata.xml 
Could not find metadata 
com.googlecode.mp4parser:isoparser:1.0-RC-19-SNAPSHOT/maven-metadata.xml ...
And the result is Build Failure! Can you see the build.log and tell me what is 
happening with my Red5 1.0.2 building...

Original comment by tiendung...@gmail.com on 4 Oct 2013 at 4:17

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like you have a bad jar file; go into this directory:
C:\Users\tiendungdong\.m2\repository\org\
Delete the "jaudiotagger" sub directory and try the build again.

Original comment by mondain on 6 Oct 2013 at 12:36

GoogleCodeExporter commented 9 years ago

Original comment by mondain on 31 Oct 2013 at 11:09