Ashish, may I suggest posting the question under a new Subject line? That way that people browsing the mails can recognize from the subject that something is a technical question. "Gsoc'14 Aspirants" isn't really the topic of of your post :-).
Best, -Karl Ashish Kumar <[email protected]> writes: >Now in runserver.sh looks like this > >#!/bin/bash > ># Start ElasticSearch >chmod u+x >"Arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch.in.sh" >source >"Arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch.in.sh" >chmod u+x >"Arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch" >source "Arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch" >initially above line is written withour source like this >Arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch > ># Start django >source "virtualenv/ENV/bin/activate" >python manage.py runserver >i get following error please help me ... > >root@ashish:/home/ashish/Arches# Exception in thread "main" >java.lang.NoClassDefFoundError: >org/elasticsearch/bootstrap/ElasticSearch >Caused by: java.lang.ClassNotFoundException: >org.elasticsearch.bootstrap.ElasticSearch >at java.net.URLClassLoader$1.run(URLClassLoader.java:217) >at java.security.AccessController.doPrivileged(Native Method) >at java.net.URLClassLoader.findClass(URLClassLoader.java:205) >at java.lang.ClassLoader.loadClass(ClassLoader.java:323) >at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) >at java.lang.ClassLoader.loadClass(ClassLoader.java:268) >Could not find the main class: >org.elasticsearch.bootstrap.ElasticSearch. Program will exit. > >also while doing cd ./build,./build_core_arches.sh i get the following >error : > >Setting up base path locations for db scripts >Unknown command: 'build' >Type 'manage.py help' for usage. >Installing the database >chmod: cannot access `db/Deployment Scripts/Restore.sh': No such file >or directory >./build_core_arches.sh: line 15: db/Deployment Scripts/Restore.sh: No >such file or directory > >and when i do ./runserver.sh i get following error > >On Saturday, March 1, 2014 3:33:21 PM UTC+5:30, Ashish Kumar wrote: > > Hello Everyone, > I am ashish second year undergraduate from iiit hyderabad, My main > area of interest is programming, I'm very comfortable with web > development and backend programming.i found Arches is developed in > django and python that sounds good to me.i have a good command in > django and python. > some of my projects are: > 1.) Python, google app engine - I recently made an application on > GAE which went on to finalists in the Google Cloud Developer > Challenge 2013 - gcdc2013.firstblaid.appspot.com . > 2.) Python,web2py,html,css - joyofreading.org. > 3.) also i have done several projects as part of my college > assignment. > > > > > I'm pretty agile working using a revision control manager, mainly > git.Since, I am not yet familiarized with the codebase yet, please > guide on how to get started. > > i was going throug the installation guide pdf,i was installing > arches in ubuntu-12.04 > i followed each step mentioned in the pdf ,everything run > successfully but when i do ./runserver.sh , it gives me following > error > > Error: Could not import settings 'Arches.settings' (Is it on > sys.path?): No module named setting > > Please help me regarding this , so that i can start working on the > code ... > > Thanks, > Ashish Kumar -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
