-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API Response ERROR Not Found #205
Comments
[INFO] io.swagger:my-project:jar:1.0.1 |
I have config a API on swagger editor. Is this API service working automation? |
It really depends. Did you follow the readme in this project or do something else? |
@fehguy Hello Sir I only run three commands, after I yum install maven
|
swagger: "2.0" /fileUpload: |
Hello @fehguy I write a API and download it as nodejs from inflector but it response |
Hello sir @fehguy
after you help, I could run server normally
and I run a test API successfully, but 404 error happened
I have check web.xml where not a webapp project
I don't know how to solve, please help
thank you
[root@picnicv3 swagger]# ls
editor editor.sh inflector.yaml pom.xml src
[root@picnicv3 swagger]# ./editor.sh
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building swagger-editor 1.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:9.2.9.v20150224:run-war (default-cli) > package @ swagger-editor >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ swagger-editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/swagger/editor/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ swagger-editor ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ swagger-editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/swagger/editor/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ swagger-editor ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ swagger-editor ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ swagger-editor ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] <<< jetty-maven-plugin:9.2.9.v20150224:run-war (default-cli) < package @ swagger-editor <<<
[INFO]
[INFO] --- jetty-maven-plugin:9.2.9.v20150224:run-war (default-cli) @ swagger-editor ---
[INFO] Logging initialized @2231ms
[INFO] Configuring Jetty for project: swagger-editor
[INFO] Context path = /
[INFO] Tmp directory = /home/swagger/editor/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] jetty-9.2.9.v20150224
[INFO] Started o.e.j.m.p.JettyWebAppContext@50a3d0f6{/,file:/home/swagger/editor/target/tmp/webapp/,AVAILABLE}{/home/swagger/editor/swagger-editor.war}
[WARNING] !RequestLog
[INFO] Started ServerConnector@5f245754{HTTP/1.1}{0.0.0.0:8000}
[INFO] Started @2872ms
[INFO] Started Jetty Server
The text was updated successfully, but these errors were encountered: