-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade code split #4
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trim the file back to the minimum set of statements required to ignore extant files.
App startup log
Starting RightMesh Java version: 0.4.4-RELEASE
Enter messages to send to all other peers
Exception in thread "Thread-24" java.lang.NoClassDefFoundError: org/json/JSONObject
at io.left.rightmesh.mesh.TransactionManager.c(SourceFile:766)
at io.left.rightmesh.mesh.TransactionManager.e(SourceFile:834)
at io.left.rightmesh.mesh.TransactionManager.tryToInitChannels(SourceFile:1116)
at io.left.rightmesh.mesh.f.c(SourceFile:525)
at io.left.rightmesh.proto.e.b(SourceFile:410)
at io.left.rightmesh.proto.e.e(SourceFile:2244)
at io.left.rightmesh.proto.e$1.run(SourceFile:171)
Caused by: java.lang.ClassNotFoundException: org.json.JSONObject
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
App startup log:
Starting up the mesh.
Starting RightMesh Java version: 0.5.0-RELEASE
Enter messages to send to all other peers
Exception in thread "Thread-26" java.lang.NoClassDefFoundError: org/json/JSONObject
at io.left.rightmesh.mesh.TransactionManager.a(SourceFile:832)
at io.left.rightmesh.mesh.TransactionManager.k(SourceFile:1059)
at io.left.rightmesh.mesh.TransactionManager.tryToInitChannels(SourceFile:1595)
at io.left.rightmesh.mesh.h.e(SourceFile:552)
at io.left.rightmesh.proto.a.e(SourceFile:410)
at io.left.rightmesh.proto.a.b(SourceFile:2243)
at io.left.rightmesh.proto.a$4.run(SourceFile:170)
Caused by: java.lang.ClassNotFoundException: org.json.JSONObject
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
App startup log: Starting up the mesh. Starting RightMesh Java version: 0.9.0-RELEASE Enter messages to send to all other peers
Contributor
Author
|
Should be merged after #3 |
Contributor
Author
|
Also should not be merged until the code split has a versioned artifact, at which point the dependency can be changed from snapshot. |
Use Keefer's new rightmesh dsl Use processResources task Use descriptive credential names This build should now be compatible with code split and latest plugin; update the deps when those are released on artifactory.rm
FrazerSeymour
approved these changes
Nov 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support the code split