[Building Sakai] "runconversion" reminders

Seth Theriault slt at columbia.edu
Wed Jul 15 11:23:51 PDT 2009


Hello,

Did this actually work?

It looks like somewhat of a problem. In fact, it's two problems 
since the scripts (for 2.6.0+) are referencing:

1) a non-existent sakai-kernel-impl-$KERNELVERSION.jar
2) a sakai-kernel-component-$KERNELVERSION.jar files 
instead of a .war file. #1 is inside #2.

Let's see if anyone in sakai-dev land can help us out with this.

It would be a bit ridiculous if these scripts depended on someone 
having to run Sakai once/explode the wars and then have to refer 
to an install to make them work.

Seth



Am Khan wrote:

> I finally have it running! Thanks.  I have two questions:
> 
> 1. I thought components (sakai-kernel-component-$KERNELVERSION.jar) were .war and not jar
> 
> 2. I didn't find the sakai-kernel-impl-$KERNELVERSION.jar in the maven repo; however, it was in tomcat.
> 
> 
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/commons-pool/commons-pool/1.3/commons-pool-1.3.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-api/$KERNELVERSION/sakai-kernel-api-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-impl/$KERNELVERSION/sakai-kernel-impl-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-util/$KERNELVERSION/sakai-kernel-util-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-common/$KERNELVERSION/sakai-kernel-common-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-component/$KERNELVERSION/sakai-kernel-component-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/org/sakaiproject/kernel/sakai-kernel-private/$KERNELVERSION/sakai-kernel-private-$KERNELVERSION.jar"
> 
> CLASSPATH="$CLASSPATH:"$m2repository"/log4j/log4j/1.2.9/log4j-1.2.9.jar"
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -----Original Message-----
> From: Seth Theriault [mailto:slt at columbia.edu]
> Sent: Tuesday, July 14, 2009 12:10 PM
> To: Am Khan
> Subject: RE: "runconversion" reminders
> 
> 
> 
> Am Khan wrote:
> 
> 
> 
> > I am trying to run the conversion script
> 
> > (http://jira.sakaiproject.org/browse/SAK-15513). I am using
> 
> > sakai 2.6.x (kernel 1.0.7) on uBuntu Server; however, I am
> 
> > getting the following error: Exception in thread "main"
> 
> > java.lang.NoClassDefFoundError: java/awt/headless=true
> 
> 
> 
> What does your commandline look like? Are you
> 
> specifying JAVA_OPTS somewhere?
> 
> 
> 
> Seth
> 
> 
> 
> 
> 


More information about the sakai-dev mailing list