Return-Path: X-Original-To: apmail-roller-user-archive@www.apache.org Delivered-To: apmail-roller-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31DBC18BEB for ; Sun, 27 Dec 2015 22:18:19 +0000 (UTC) Received: (qmail 8999 invoked by uid 500); 27 Dec 2015 22:18:19 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 8965 invoked by uid 500); 27 Dec 2015 22:18:19 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 8953 invoked by uid 99); 27 Dec 2015 22:18:18 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Dec 2015 22:18:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3E821C04DB for ; Sun, 27 Dec 2015 22:18:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id WNh6a6PtHV_o for ; Sun, 27 Dec 2015 22:18:13 +0000 (UTC) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 93BAC23047 for ; Sun, 27 Dec 2015 22:18:12 +0000 (UTC) Received: by mail-io0-f176.google.com with SMTP id q21so7803105iod.0 for ; Sun, 27 Dec 2015 14:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=ES300GTnjgKpPCm5REBTI83PXmMRZbLqS6LGexjfaYU=; b=pNptrB5sff+K2qEHtXg5NZt7H/pRwWabdMIgRtTWGHFE10QbYdlzT8DA4cOMkQodNl q0JVSy9aempo77kLkS7PBh/N+eFc2oaxntIX+IEvRNKTLziZ2nxKSWpFDBxH0QdR0tzm Xkoek5RN6rW2oKfJwkO+PTtWmYEzQiD/MTzHqeP+vvJKGqmEet7PcvP5HUHEt3Hfp36J P9YRcWljNz227S4aiOZXg5jh5BrbAWfS8NwnZPZhMRKF1MKlSJ7OJv0QJ1/8Nq/m84L0 eTRhCQr1em/fy2ujYwkBuXFkcKUh/Ox0JghOYEAYlC2LgZ0v2huACKZesX18oWMbboTd c8LQ== X-Received: by 10.107.137.151 with SMTP id t23mr17789339ioi.172.1451254685029; Sun, 27 Dec 2015 14:18:05 -0800 (PST) MIME-Version: 1.0 References: <0ACEACFC-3C43-4D1E-855A-00DE879461EC@gmx.de> In-Reply-To: <0ACEACFC-3C43-4D1E-855A-00DE879461EC@gmx.de> From: Dave Date: Sun, 27 Dec 2015 22:17:55 +0000 Message-ID: Subject: Re: Problems with themes.dir in roller-custom.properties To: user@roller.apache.org Content-Type: multipart/alternative; boundary=001a113ed334fadc9f0527e88f64 --001a113ed334fadc9f0527e88f64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Do you see a message in your logs that starts with "Loading themes from"? Adding this to your roller-custom.properties might give us some more clues: log4j.logger.org.apache.roller.weblogger.business.themes=3DDEBUG Dave On Sun, Dec 27, 2015 at 4:29 PM Bj=C3=B6rn Berg wrote: > Hi, > > I have created a simple roller-custom.properties to change the directorie= s > for roller. Currently it looks like: > > installation.type=3Dauto > mediafiles.storage.dir=3D/opt/roller/mediafiles > search.index.dir=3D/opt/roller/searchindex > log4j.appender.roller.File=3D/opt/roller/logs/roller.log > > themes.dir=3D/opt/roller/themes/ > themes.reload.mode=3Dtrue > > Now I have problems with the themes in Roller application. The > Dropdown-List for selecting a shared theme is empty. The log does not tel= l > me anything about the problem. The used Vagrant environment is a mirror f= or > the upcoming production environment (Glassfish 3, MySQL). Log files are > written to the logs directory. > > > Directory below /opt/roller/themes looks like: > vagrant@vagrant-ubuntu-trusty-64:/opt/roller/themes$ ls -al > total 40 > drwxrwxrwx 8 root root 4096 Dec 27 18:50 . > drwxr-xr-x 6 root root 4096 Dec 27 21:08 .. > -rwxrwxrwx 1 root root 6854 Dec 27 18:50 base.css > drwxrwxrwx 2 root root 4096 Dec 27 18:50 basic > drwxrwxrwx 3 root root 4096 Dec 27 18:50 basicmobile > drwxrwxrwx 5 root root 4096 Dec 27 18:50 fauxcoly > drwxrwxrwx 2 root root 4096 Dec 27 18:50 frontpage > drwxrwxrwx 7 root root 4096 Dec 27 18:50 gaurav > drwxrwxrwx 9 root root 4096 Dec 27 18:36 kivio > > What=E2=80=99s going wrong here? I have tested the same on my local machi= ne (OS X, > Glassfish 3) and it worked without problems. > > Kind regards, > Bj=C3=B6rn > > --001a113ed334fadc9f0527e88f64--