[Cs4800] Latest version of GenericSCG

Dennis Zografos dzog at ccs.neu.edu
Thu Nov 10 19:19:42 EST 2011


Just a hunch --

Try this instead:

java -cp .:../demeterf.jar:../hamcrest-all-1.3.0RC2.jar scg.admin.Admin admin123


----- "Dennis Zografos" <dzog at ccs.neu.edu> wrote:

> I have yet to try today's build, but --
> 
> This exact problem showed up on all the older builds, whenever one
> did: 
> 
> > ant clean
> > ant
> 
> and then attempted to run `scg.admin.Admin'.
> 
> 
> ----- "James Antonius" <antonius.j at husky.neu.edu> wrote:
> 
> > Hi all,
> > 
> > 
> > I tried to set up a practice tournament for myself using the latest
> > version of GenericSCG, but I got some error. Any idea how to solve
> it?
> > Did I do something wrong here?
> > 
> > 
> > 
> > 
> > Here's the error message:
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > armorattack:~/classes/CS4800/hw6/GenericSCG> ant
> > 
> > 
> > Buildfile: build.xml
> > 
> > 
> > 
> > 
> > 
> > 
> > build:
> > 
> > 
> > [mkdir] Created dir:
> /home/james89/classes/CS4800/hw6/GenericSCG/bin
> > 
> > 
> > [javac] Compiling 299 source files to
> > /home/james89/classes/CS4800/hw6/GenericSCG/bin
> > 
> > 
> > [javac] Note: Some input files use unchecked or unsafe operations.
> > 
> > 
> > [javac] Note: Recompile with -Xlint:unchecked for details.
> > 
> > 
> > 
> > 
> > 
> > 
> > BUILD SUCCESSFUL
> > 
> > 
> > Total time: 9 seconds
> > 
> > 
> > armorattack:~/classes/CS4800/hw6/GenericSCG> cd bin
> > 
> > 
> > 
> > 
> > armorattack:~/classes/CS4800/hw6/GenericSCG/bin> java -cp
> > .:demeterf.jar:hamcrest-all-1.3.0RC2.jar scg.admin.Admin admin123
> > 
> > ******* Log At: 11/10/11 6:56:13 PM EST: *******
> > 
> > Attempting to load tournament state...
> > 
> > No file to load tournament state from
> > 
> > Attempting to load user state...
> > 
> > No file to load user state from
> > 
> > PageDispatcher...
> > 
> > ServerThread...
> > 
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > edu/neu/ccs/demeterf/http/server/Factory
> > 
> > at scg.admin.Admin.main(Unknown Source)
> > 
> > Caused by: java.lang.ClassNotFoundException:
> > edu.neu.ccs.demeterf.http.server.Factory
> > 
> > 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:321)
> > 
> > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> > 
> > at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> > 
> > ... 1 more
> > 
> > 
> > 
> > 
> > 
> > 
> > Thanks,
> > 
> > 
> > James Antonius
> > 
> > 
> > On Thu, Nov 10, 2011 at 6:06 PM, Madhuvanthi Balasubramanian <
> > balasubramanian.m at husky.neu.edu > wrote:
> > 
> > 
> > Hello Everyone,
> > 
> > 
> > The latest version of GenericSCG for tonight's warmup tournament is
> in
> > the following link:
> > 
> > 
> >
> http://www.ccs.neu.edu/home/lieber/courses/se-courses/cs5500/f11/projects/project-page/
> > 
> > 
> > The name of the zip file is GenericSCG.zip
> > 
> > 
> > 
> > Tournament will be held at the usual time 10.00 pm.
> > I will send out the details of the server around 8.00 pm.
> > 
> > --
> > Thanks
> > - Madhu
> > 
> > _______________________________________________
> > Cs4800 mailing list
> > Cs4800 at lists.ccs.neu.edu
> > https://lists.ccs.neu.edu/bin/listinfo/cs4800
> > 
> > 
> > 
> > _______________________________________________
> > Cs4800 mailing list
> > Cs4800 at lists.ccs.neu.edu
> > https://lists.ccs.neu.edu/bin/listinfo/cs4800
> 
> _______________________________________________
> Cs4800 mailing list
> Cs4800 at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/cs4800



More information about the Cs4800 mailing list