Giter Site home page Giter Site logo

googlearchive / acre Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 20.23 MB

Automatically exported from code.google.com/p/acre

License: Apache License 2.0

Shell 1.35% Python 6.05% Perl 0.25% Java 32.21% JavaScript 50.51% CSS 1.70% Makefile 0.43% HTML 7.50%

acre's People

Contributors

jasondouglas avatar stefanom avatar willmoffat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

nitingupta910

acre's Issues

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 Aug 2010 at 4:22

500 Server Error

What steps will reproduce the problem?
1. Download Acre from SVN
2. Build & Deploy to AppEngine
3. View live AppEngine Application

What is the expected output? What do you see instead?
I've followed all the (quite limited) documentation, but I cannot get Acre to 
do anything at all when I deploy to AppEngine. In my logs, I see
   Uncaught exception from servlet java.lang.NoClassDefFoundError: Could not initialize class com.google.acre.script.HostEnv at com.google.acre.servlet.

Not sure what I'm doing wrong. I feel like the instructions left some crucial 
steps out.

Original issue reported on code.google.com by [email protected] on 2 Nov 2010 at 2:34

Wiki lists incorrect instruction

On the Wiki page http://code.google.com/p/acre/wiki/GettingStarted?tm=6, step 
one should reference the url http://acre.googlecode.com/svn/trunk/ not 
http://acre.googlecode.com/svn/stable/

Original issue reported on code.google.com by [email protected] on 7 Jun 2011 at 3:50

Error 500 INTERNAL_SERVER_ERROR

I followed the steps here: 
http://code.google.com/p/acre/wiki/AcreGettingStarted, but pointing my browser 
to http://localhost:8115/acre/status giving me these error:

Starting 'acre:exported' mounted at '*.dev.acre.localhost' over 
'www.sandbox-freebase.com' 
15:57:07.874 [          org.mortbay.log] Logging to 
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog 
(0ms)
15:57:07.881 [          org.mortbay.log] Initializing context: '/' from 
'/Users/zjong/Desktop/acre-2.0.0/webapp' (7ms)
15:57:08.101 [          org.mortbay.log] Starting autoreloading scanner... 
(220ms)
15:57:08.130 [          org.mortbay.log] jetty-6.1.11 (29ms)
15:57:08.517 [          org.mortbay.log] Started [email protected]:8115 
(0ms)
15:57:13.806 [       acre.request.start] {client.ip=127.0.0.1, 
Http.req.hdr=Host: localhost:8115
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) 
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4
Cache-Control: max-age=0
Accept: 
application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png
,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
, Http.url=http://localhost:8115/acre/status, Level=DEBUG, Http.req.method=GET} 
(5289ms)
15:57:13.806 [..re.request.generate.tid] 
acre;zjong-mbp;2010-08-30T15:57:13Z;20;1 (0ms)
15:57:13.806 [         acre.request.url] localhost:8115/acre/status (0ms)
15:57:13.888 [..e.acre.supervisor.watch] Schedule killer for Acre-1 
[1283126264816 ms] (82ms)
15:57:13.900 [..re.acre.supervisor.kill] Killing Acre-1 at 
org.mozilla.javascript.ScriptRuntime.initStandardObjects(ScriptRuntime.java:210)
 (12ms)
15:57:13.902 [..e.acre.supervisor.watch] Release killer for Acre-1 (2ms)
15:57:13.903 [          org.mortbay.log] Error for /acre/status (1ms)
com.metaweb.acre.util.exceptions.AcreThreadDeath
        at com.metaweb.acre.util.Supervisor.kill(Supervisor.java:121)
        at com.metaweb.acre.util.Supervisor$ThreadKillerTask.run(Supervisor.java:56)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
15:57:13.960 [       acre.request.start] {client.ip=127.0.0.1, 
Http.req.hdr=Host: localhost:8115
Connection: keep-alive
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) 
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
, Http.url=http://localhost:8115/favicon.ico, Level=DEBUG, Http.req.method=GET} 
(57ms)
15:57:13.960 [..re.request.generate.tid] 
acre;zjong-mbp;2010-08-30T15:57:13Z;20;2 (0ms)
15:57:13.961 [         acre.request.url] localhost:8115/favicon.ico (1ms)
15:57:13.966 [..e.acre.supervisor.watch] Schedule killer for Acre-1 
[1283126264962 ms] (5ms)
15:57:14.000 [..re.acre.supervisor.kill] Killing Acre-1 at 
java.lang.System.arraycopy(Native Method) (34ms)
15:57:14.002 [..e.acre.supervisor.watch] Release killer for Acre-1 (2ms)
15:57:14.002 [          org.mortbay.log] Error for /favicon.ico (0ms)
com.metaweb.acre.util.exceptions.AcreThreadDeath
        at com.metaweb.acre.util.Supervisor.kill(Supervisor.java:121)
        at com.metaweb.acre.util.Supervisor$ThreadKillerTask.run(Supervisor.java:56)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 7:58

Broken archive (windows)

When extracting with winrar:

!   C:\Documents and Settings\doconnor.VALEX\My 
Documents\Downloads\acre-2.0.0.tar.gz: Cannot open 
\home\alexbl\acre\_data\acre\static (acre-2.0.0\webapp\WEB-INF\static --> 
\home\alexbl\acre\_data\acre\static)
!   C:\Documents and Settings\doconnor.VALEX\My 
Documents\Downloads\acre-2.0.0.tar.gz: Symbolic link points to missing file


Original issue reported on code.google.com by [email protected] on 5 Sep 2010 at 11:19

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.