[WG: Sakai QA] Possible problem with "runconversions" scripts

Seth Theriault slt at columbia.edu
Wed Jul 15 10:28:46 PDT 2009


Hello,

There is something wrong with these scripts -- they 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.

I am taking this to sakai-dev to see if people have an opinion 
before the release. It could be a trivial fix to one thing, but I 
need some help.

Seth


---------- Forwarded message ----------
Date: Tue, 14 Jul 2009 14:26:29 -0700
From: Am Khan <akhan at acoe.org>
To: 'Seth Theriault' <slt at columbia.edu>
Subject: RE: "runconversion" reminders

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-qa mailing list