Skip to content
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

tb-http-transport.deb not exists #10764

Open
andychowhh opened this issue May 11, 2024 · 0 comments
Open

tb-http-transport.deb not exists #10764

andychowhh opened this issue May 11, 2024 · 0 comments
Assignees
Labels
bug unconfirmed Unconfirmed bug

Comments

@andychowhh
Copy link

Environment
OS: MacOS
java version

openjdk 11.0.23 2024-04-16
OpenJDK Runtime Environment Homebrew (build 11.0.23+0)
OpenJDK 64-Bit Server VM Homebrew (build 11.0.23+0, mixed mode)

I am trying to build the application from source, so I cloned the release version 3.6, and run mvn clean install -DskipTests.

Error Message

[INFO] --- install:3.0.0-M1:install-file (install-deb) @ http ---
[ERROR] The specified file '/Users/andy/Downloads/thingsboard-release-3.6/transport/http/target/tb-http-transport.deb' not exists
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Thingsboard 3.6.4:
[INFO] 
[INFO] Thingsboard ........................................ SUCCESS [ 38.315 s]
[INFO] Thingsboard Server Commons ......................... SUCCESS [  1.205 s]
[INFO] Thingsboard Server Common Data ..................... SUCCESS [ 41.139 s]
[INFO] Thingsboard Server Common Utils .................... SUCCESS [  2.893 s]
[INFO] Netty MQTT Client .................................. SUCCESS [  3.947 s]
[INFO] Thingsboard Server Common Messages ................. SUCCESS [  7.397 s]
[INFO] Thingsboard Actor system ........................... SUCCESS [  2.708 s]
[INFO] Thingsboard Server Stats ........................... SUCCESS [  2.030 s]
[INFO] Thingsboard Server Common Protobuf and gRPC structures SUCCESS [ 32.688 s]
[INFO] Thingsboard Server Common Cluster API .............. SUCCESS [  1.507 s]
[INFO] Thingsboard Server Queue components ................ SUCCESS [ 11.424 s]
[INFO] Thingsboard Server Common Cache .................... SUCCESS [  3.716 s]
[INFO] Thingsboard Server Commons ......................... SUCCESS [  0.381 s]
[INFO] Thingsboard Server Common Transport components ..... SUCCESS [  4.414 s]
[INFO] Thingsboard MQTT Transport Common .................. SUCCESS [  9.637 s]
[INFO] Thingsboard HTTP Transport Common .................. SUCCESS [  1.105 s]
[INFO] Thingsboard CoAP server ............................ SUCCESS [  1.156 s]
[INFO] Thingsboard CoAP Transport Common .................. SUCCESS [  6.167 s]
[INFO] Thingsboard LwM2M Transport Common ................. SUCCESS [  7.117 s]
[INFO] Thingsboard SNMP Transport Common .................. SUCCESS [  2.335 s]
[INFO] Thingsboard Server Common DAO API .................. SUCCESS [  3.697 s]
[INFO] Thingsboard Server Remote Edge wrapper ............. SUCCESS [ 14.242 s]
[INFO] Thingsboard Server Version Control API ............. SUCCESS [  3.440 s]
[INFO] Thingsboard Script Invoke Commons .................. SUCCESS [  0.078 s]
[INFO] Thingsboard Server Script invoke API ............... SUCCESS [  3.603 s]
[INFO] Thingsboard Extensions ............................. SUCCESS [  0.202 s]
[INFO] Thingsboard Rule Engine API ........................ SUCCESS [  1.861 s]
[INFO] Thingsboard Server JS Client for remote JS execution SUCCESS [  1.140 s]
[INFO] Thingsboard Server DAO Layer ....................... SUCCESS [ 19.135 s]
[INFO] Thingsboard Rule Engine Components ................. SUCCESS [ 12.402 s]
[INFO] Thingsboard Server Transport Modules ............... SUCCESS [  0.098 s]
[INFO] Thingsboard HTTP Transport Service ................. FAILURE [ 14.033 s]
[INFO] Thingsboard MQTT Transport Service ................. SKIPPED
[INFO] Thingsboard CoAP Transport Service ................. SKIPPED
[INFO] Thingsboard LwM2m Transport Service ................ SKIPPED
[INFO] Thingsboard SNMP Transport Service ................. SKIPPED
[INFO] ThingsBoard Server UI .............................. SKIPPED
[INFO] Thingsboard Server Tools ........................... SKIPPED
[INFO] Thingsboard Rest Client ............................ SKIPPED
[INFO] ThingsBoard Server Application ..................... SKIPPED
[INFO] ThingsBoard Microservices .......................... SKIPPED
[INFO] ThingsBoard Docker Images .......................... SKIPPED
[INFO] ThingsBoard Web UI Microservice .................... SKIPPED
[INFO] ThingsBoard Version Control Executor ............... SKIPPED
[INFO] ThingsBoard Version Control Executor Microservice .. SKIPPED
[INFO] ThingsBoard Node Microservice ...................... SKIPPED
[INFO] ThingsBoard Transport Microservices ................ SKIPPED
[INFO] ThingsBoard MQTT Transport Microservice ............ SKIPPED
[INFO] ThingsBoard HTTP Transport Microservice ............ SKIPPED
[INFO] ThingsBoard COAP Transport Microservice ............ SKIPPED
[INFO] ThingsBoard LWM2M Transport Microservice ........... SKIPPED
[INFO] ThingsBoard SNMP Transport Microservice ............ SKIPPED
[INFO] ThingsBoard JavaScript Executor Microservice ....... SKIPPED
[INFO] ThingsBoard Monitoring Service ..................... SKIPPED
[INFO] ThingsBoard Monitoring Microservice ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:16 min
[INFO] Finished at: 2024-05-11T12:30:53-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file (install-deb) on project http: The specified file '/Users/andy/Downloads/thingsboard-release-3.6/transport/http/target/tb-http-transport.deb' not exists -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf org.thingsboard.transport:http

Seem like the file is missing, so I tried

ls /Users/andy/Downloads/thingsboard-release-3.6/transport/http/target/

and the file is not there.

How to fix this step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unconfirmed Unconfirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants