Skip to content

Conversation

@fractalic
Copy link
Contributor

Support the code split

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
@fractalic
Copy link
Contributor Author

Should be merged after #3

@fractalic
Copy link
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
@fractalic fractalic merged commit b9addef into master Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants