[Deploying Sakai] Permissions all set but...

Anthony Whyte arwhyte at umich.edu
Fri Mar 11 13:25:36 PST 2011


2011-03-11 15:57:50,220  INFO main org.sakaiproject.util.ToolListener - registering tools from resource: /tools/blogger.xml
java.lang.ClassNotFoundException: [Ljava.lang.String;

This error indicates that your JAVA_OPTS is missing Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false.

Create a file called setenv.sh and place it in $CATALINA_HOME/bin

Add this line to it:

export JAVA_OPTS='-server -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dhttp.agent=Sakai -Dsakai.demo=true -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dsun.lang.ClassLoader.allowArraySyntax=true'

Kill Tomcat and restart it.

Also, review the 2.7 source install guide

https://confluence.sakaiproject.org/display/DOC/Sakai+2.7

Cheers,

Anth



On Mar 11, 2011, at 11:12 PM, Larry Dougher wrote:

> I will let you know when I get a moment to VPN in.  I truly appreciate
> everyones help. We are very excited to get sakai going!
> 
> Thanks,
> 
> Larry
> 
> Sent from my iPhone
> 
> On Mar 11, 2011, at 4:09 PM, Seth Theriault <slt at columbia.edu> wrote:
> 
>> Larry Dougher wrote:
>> 
>>> Okay, I killed everything and ran startup.sh again and it seems like it is
>>> hung up again.  Here is stuff from Terminal (it just hangs after the last
>>> line):
>> 
>> What do your JAVA_OPTS look like? AS in:
>> 
>> $ echo $JAVA_OPTS
>> 
>> Seth
>> 
> _______________________________________________
> production mailing list
> production at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/production
> 
> TO UNSUBSCRIBE: send email to production-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3829 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/production/attachments/20110311/c4a9fde8/attachment.bin 


More information about the production mailing list