GithubHelp home page GithubHelp logo

unchartedsoftware / aperturejs Goto Github PK

View Code? Open in Web Editor NEW
56.0 56.0 22.0 97.77 MB

ApertureJS - an open, adaptable and extensible JavaScript visualization framework

Home Page: http://aperturejs.com

License: MIT License

Java 30.87% JavaScript 63.01% Shell 0.08% CSS 3.20% HTML 2.84%

aperturejs's People

Contributors

cdbethune avatar robharper avatar slangevi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aperturejs's Issues

Error compiling aperturejs

Hi,
I am getting the following error when I do mvn install on aperturejs.
java.lang.NoClassDefFoundError: org/sonatype/plexus/components/cipher/PlexusCipher

I get the same error with maven 3.1.1 and maven 3.0.3. Any clues as to why that would be happening? I am pasting part of the stack trace below.
Thanks,
Neha.

[WARNING] Error injecting: org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher java.lang.NoClassDefFoundError: org/sonatype/plexus/components/cipher/PlexusCipher at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2483) at java.lang.Class.getDeclaredConstructors(Class.java:1891) at com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:245) at com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.j........ ..... Caused by: java.lang.ClassNotFoundException: org.sonatype.plexus.components.cipher.PlexusCipher at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:259) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:235) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:227) ... 89 more

mvn clean install fails

http://devel.summitsystemsinc.net/artifactory/repo/oculus/aperture/aperture/1.0.9-SNAPSHOT/aperture-1.0.9-SNAPSHOT.pom

Requests authentication but is one of the POM files that Maven tries to download during a clean install. Please advise.

mvn clean install
[INFO] Scanning for projects...
Downloading: http://devel.summitsystemsinc.net/artifactory/repo/oculus/aperture/aperture/1.0.9-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata oculus.aperture:aperture:1.0.9-SNAPSHOT/maven-metadata.xml from/to codelutin (http://devel.summitsystemsinc.net/artifactory/repo/): Not authorized , ReasonPhrase:Unauthorized.
Downloading: http://devel.summitsystemsinc.net/artifactory/repo/oculus/aperture/aperture/1.0.9-SNAPSHOT/aperture-1.0.9-SNAPSHOT.pom
[ERROR] The build could not read 3 projects -> [Help 1]
[ERROR]
[ERROR] The project oculus.aperture.service:aperture-geo:1.0.9-SNAPSHOT (/root/src/aperturejs/aperture-geo/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact oculus.aperture:aperture:pom:1.0.9-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]
[ERROR] The project oculus.aperture:aperture-graph:1.0.9-SNAPSHOT (/root/src/aperturejs/aperture-graph/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not transfer artifact oculus.aperture:aperture:pom:1.0.9-SNAPSHOT from/to codelutin (http://devel.summitsystemsinc.net/artifactory/repo/): Not authorized , ReasonPhrase:Unauthorized. and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]
[ERROR] The project oculus.aperture:aperture-examples:1.0.9-SNAPSHOT (/root/src/aperturejs/aperture-examples/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact oculus.aperture:aperture:pom:1.0.9-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

yfiles dependency missing

Sorry... I'm working on this slowly over a period of days/weeks (clearly). Newest mvn install issue in aperture-layout-yworks:

Downloading: http://maven.restlet.org/com/yworks/yfiles/2.4.0.3/yfiles-2.4.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/com/yworks/yfiles/2.4.0.3/yfiles-2.4.0.3.pom
[WARNING] The POM for com.yworks:yfiles:jar:2.4.0.3 is missing, no dependency information available
Downloading: http://maven.restlet.org/com/yworks/yfiles/2.4.0.3/yfiles-2.4.0.3.jar
Downloading: http://repo.maven.apache.org/maven2/com/yworks/yfiles/2.4.0.3/yfiles-2.4.0.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.464 s
[INFO] Finished at: 2014-11-19T15:53:54-06:00
[INFO] Final Memory: 9M/58M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project aperture-layout-yworks: Could not resolve dependencies for project oculus.aperture.service:aperture-layout-yworks:jar:1.1.0-SNAPSHOT: Could not find artifact com.yworks:yfiles:jar:2.4.0.3 in maven-restlet (http://maven.restlet.org) -> [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/DependencyResolutionException

Build Error while building aperturejs

I am trying to build aperturejs with Readme.md instructions.

I cloned the repository and tried the command mvn clean install in the root directory of ApertureJs.

I got the following Build Error as in the screenshot,
aperture graph error

I am using the latest version of Maven - 3.3.9

Thanks in advance.

documentation

Is there a users guide available. I would appreciate if you can share this

Missing Files?

Good morning, I've been looking at Aperture JS to do a quick evaluation. I've been around your website and it looks like a great tool. I have downloaded and built it and have run into a few problems and was hoping for a little bit of help.

I've had a few issues running the examples in the version of Aperture JS that I downloaded. First, I couldn't run them in Chrome. I didn't see the example thumbnails on the left to click on in the "API Examples" page, so I opened the debugger. I saw this error:
"XMLHttpRequest cannot load file:///D:/utils/aperturejs-master/aperture/aperture-examples/src/main/javascript/examples/examples.json. Received an invalid response. Origin 'null' is therefore not allowed access."
I can open that file from my browser, the link is correct. After some quick research, this is apparently an issue that sometimes happens on Chrome. Since I'm trying to do a quick evaluation of ApertureJS, so I didn't investigate this issue closely. I just switched to Firefox, which did display the example thumbnails on the left-hand side.

Once I started running in firefox, I found that I seemed to be missing some files. First, I found that I was missing these files from ..\aperture\aperture-examples\src\main\javascript\index.html:

<script src="../aperture.js"></script> <script src="../rest/config.js"></script>

When I went to look in github I didn't see them in there either. I manually downloaded these through your website through the debugger and added them to the correct locations in the file structure. Now I'm running into stylesheet issues when trying to run the examples. Did I miss a step? I downloaded and built the project in maven. When I run from either the src or the target directories I'm having the same issues. Please let me know what steps to take.

One final question. We're particularly interested in the Node-Links. What is the largest number of nodes/edges that you have tested in ApertureJS?

Thank you!
Meredith

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.