GithubHelp home page GithubHelp logo

activequant / aq2o Goto Github PK

View Code? Open in Web Editor NEW
42.0 12.0 17.0 9.37 MB

The AQ2o repository.

Java 71.95% MATLAB 0.46% Python 0.10% Shell 0.55% CSS 0.77% JavaScript 24.96% R 0.75% Batchfile 0.01% HTML 0.28% Smarty 0.17%

aq2o's Introduction

This folder structure contains ActiveQuant. 


We migrated to GitHub on 1.10.2013 after hosting ActiveQuant and its predecessors for more than ten years on our own infrastructure. 

Please bear with us while we update all license headers, etc. in all files. 

ActiveQuant in this manifestation is released under the Apache Software License. 

Please fork, modify and resubmit. Stay close to us, there are MAJOR changes and improvements upcoming. Please use the issue tracker to get in touch with the development base. 

Our maven repository is located at http://maven.activequant.com 


(c) 2002-2012ff ActiveQuant GmbH
Listed on Freshmeat.net since 2004. For real. 

aq2o's People

Contributors

activequant 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

Watchers

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

aq2o's Issues

aq2o/base maven build test case error.

2014-01-29 09:41:32,842 [com.activequant.archive.basic.AQMSArchiveReader] - Using url: http://xxx:44444/csv/?SERIESID=TT.Eurex.FGBL062013.FGBL&FREQ=MINUTES_15&FIELD=OPEN,HIGH,LOW,CLOSE&STARTDATE=20140129&ENDDATE=20140129
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.617 sec <<< FAILURE!
testChains(com.activequant.utils.AQMSArchReaderTest) Time elapsed: 3.616 sec <<< ERROR!
java.net.UnknownHostException: xxx
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.(HttpClient.java:211)
at sun.net.www.http.HttpClient.New(HttpClient.java:308)
at sun.net.www.http.HttpClient.New(HttpClient.java:326)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
at java.net.URL.openStream(URL.java:1037)
at com.activequant.archive.basic.AQMSArchiveReader.getMultiValueStream(AQMSArchiveReader.java:73)
at com.activequant.utils.AQMSArchReaderTest.testChains(AQMSArchReaderTest.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

aq2o/site build site error.

maven 3.1.1 site build error:
[INFO] --- maven-site-plugin:3.0:site (default-site) @ aq2o-site ---
[WARNING] Error injecting: org.apache.maven.reporting.exec.DefaultMavenReportExecutor
java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter

see more desc in https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound

Then I change site plugin to 3.3 version:
org.apache.maven.plugins
maven-site-plugin
3.3 3.0->3.3

build site error,I think aq2 have something don't match the new maven version:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project aq2o-site: SiteToolException: ArtifactNotFoundException: The skin does not exist: Failure to find com.activequant:site-skin:jar:1.0-SNAPSHOT in http://10.17.192.113:8080/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of public has elapsed or updates are forced

Start script broken

aq2o\apps\src\main\scripts\runserver.bat and .sh have wrong cmd.
There is none class in java code and jar package:com.activequant.server.AQ2Server

I think this is a mistake.

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.