You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Wendy Smoak <ws...@gmail.com> on 2007/10/13 22:48:37 UTC

Unable to run Archiva r584279

Is anyone else seeing this?  At r584279, the app starts up but I get
this when it tries to display the page to add the Admin user:

INFO   | jvm 1    | 2007/10/13 13:41:10 | WARNING:
/archiva/security/addadmin.action:
INFO   | jvm 1    | 2007/10/13 13:41:10 |
java.lang.NoClassDefFoundError:
javax/servlet/jsp/jstl/core/ConditionalTagSupport
INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
java.lang.ClassLoader.defineClass1(Native Method)
INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
java.lang.ClassLoader.defineClass(ClassLoader.java:620)
INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
java.net.URLClassLoader.access$100(URLClassLoader.java:56)

-- 
Wendy

Re: Unable to run Archiva r584279

Posted by Wendy Smoak <ws...@gmail.com>.
On 10/14/07, Joakim Erdfelt <jo...@erdfelt.com> wrote:
> I don't understand how this became a problem for Wendy.
> I'm using the standalone runtime right now.
> And it doesn't have the jstl-api inside of the WEB-INF/lib

It wasn't the api that I changed, it was the implementation.

http://svn.apache.org/viewvc?view=rev&revision=584468

-- 
Wendy

Re: Unable to run Archiva r584279

Posted by Joakim Erdfelt <jo...@erdfelt.com>.
I don't understand how this became a problem for Wendy.
I'm using the standalone runtime right now.
And it doesn't have the jstl-api inside of the WEB-INF/lib

- Joakim

Brett Porter wrote:
> I reopened MRM-459 (r584218), which would have done this, and added a
> comment.
>
> On 14/10/2007, at 4:48 AM, Wendy Smoak wrote:
>
>> Is anyone else seeing this?  At r584279, the app starts up but I get
>> this when it tries to display the page to add the Admin user:
>>
>> INFO   | jvm 1    | 2007/10/13 13:41:10 | WARNING:
>> /archiva/security/addadmin.action:
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |
>> java.lang.NoClassDefFoundError:
>> javax/servlet/jsp/jstl/core/ConditionalTagSupport
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
>> java.lang.ClassLoader.defineClass1(Native Method)
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
>> java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
>> java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
>> java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>>
>> -- 
>> Wendy
>
> -- 
> Brett Porter - brett@apache.org
> Blog: http://www.devzuz.org/blogs/bporter/
>


Re: Unable to run Archiva r584279

Posted by Brett Porter <br...@apache.org>.
I reopened MRM-459 (r584218), which would have done this, and added a  
comment.

On 14/10/2007, at 4:48 AM, Wendy Smoak wrote:

> Is anyone else seeing this?  At r584279, the app starts up but I get
> this when it tries to display the page to add the Admin user:
>
> INFO   | jvm 1    | 2007/10/13 13:41:10 | WARNING:
> /archiva/security/addadmin.action:
> INFO   | jvm 1    | 2007/10/13 13:41:10 |
> java.lang.NoClassDefFoundError:
> javax/servlet/jsp/jstl/core/ConditionalTagSupport
> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
> java.lang.ClassLoader.defineClass1(Native Method)
> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
> java.lang.ClassLoader.defineClass(ClassLoader.java:620)
> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java: 
> 124)
> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
> INFO   | jvm 1    | 2007/10/13 13:41:10 |       at
> java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>
> -- 
> Wendy

--
Brett Porter - brett@apache.org
Blog: http://www.devzuz.org/blogs/bporter/