Re: 500 Servlet Exception

Actions

From Stewrat Jan 5, 2010 7:56 PM

Confirmed, the version of Resin was holding up the install.  Moving right along now...
Thanks again for the help.

On Jan 5, 2010, at 6:57 PM, Stewrat wrote:

> I think this is probably the issue.  The download used was alpha4.0.<random number>.  
> I'll give it a try tonight, and post back the results.
> 
> Thanks for the quick reply.
> 
> On Jan 5, 2010, at 6:13 PM, Denis Lussier wrote:
> 
>> Note that Resin-4.0.0 is no longer a link on Caucho's download page.  However, it's still there at the following URL. 
>> 
>>    http://www.caucho.com/download/resin-4.0.0.zip
>> 
>> On Tue, Jan 5, 2010 at 7:07 PM, Denis Lussier <lussman1@gmail.com> wrote:
>> You get this error if you try to use Resin-4.0.1 or Resin-4.0.2   It will go away if you use Resin-4.0.0 as instructed.
>> 
>> 
>> 
>> On Tue, Jan 5, 2010 at 5:20 PM, Stewrat <stewrat@codeaurora.org> wrote:
>> Followed the setup page for a new install of Subetha. 
>> Resin 4.0.0 was installed using:
>> ./configure --prefix=/usr/local/resin/4.0.0/ --enable-64bit --with-java-home=/usr/local/java/jdk1.6.0_17/
>> make
>> make install
>> 
>> Resin is confirmed to work via http://<hostname>:8080.  But when testing Subetha at http://<hostname>:8080/se the below servlet exception error is thrown.
>> Seems like just missing a class path value, but after adding everything I could think of to the Java home variable still get the same error.
>> The debug level is turned up, and more exhaustive log output can be provided if it would help.  
>> 500 Servlet Exception
>> 
>> WEB-INF/resin-web.xml:34: 'QName[resin:{urn:java:com.caucho.resin}Name]'
>> cannot be instantiated because it does not map to a known class
>> 
>> 32: <!--		<queue:DeliveryQueue/>-->
>> 33: 		<Named>delivery</Named>
>> 34: 		<resin:Name>delivery</resin:Name>
>> 35: 	</jms:FileQueue>
>> 36: 
>> 
>> 
>> 
>> _______________________________________________
>> SubEtha Users mailing list
>> users@subethamail.org
>> http://www.subethamail.org/se/list/users
>> http://www.subethamail.org/se/archive_msg.jsp?msgId=58041
>> 
>> 
>> 
>> _______________________________________________
>> SubEtha Users mailing list
>> users@subethamail.org
>> http://www.subethamail.org/se/list/users
>> http://www.subethamail.org/se/archive_msg.jsp?msgId=58054
> 
> 
> _______________________________________________
> SubEtha Users mailing list
> users@subethamail.org
> http://www.subethamail.org/se/list/users
> http://www.subethamail.org/se/archive_msg.jsp?msgId=58059

<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Confirmed, the version of Resin was holding up the install. &nbsp;Moving right along now...<div>Thanks again for the help.</div><div><br><div><div>On Jan 5, 2010, at 6:57 PM, Stewrat wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I think this is probably the issue. &nbsp;The download used was alpha4.0.&lt;random number&gt;. &nbsp;<div>I'll give it a try tonight, and post back the results.</div><div><br></div><div>Thanks for the quick reply.</div><div><br><div><div>On Jan 5, 2010, at 6:13 PM, Denis Lussier wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Note that Resin-4.0.0 is no longer a link on Caucho's download page. &nbsp;However, it's still there at the following URL.&nbsp;<div><br></div><div>&nbsp;&nbsp; <a href="http://www.caucho.com/download/resin-4.0.0.zip">http://www.caucho.com/download/resin-4.0.0.zip</a><br>

<br><div class="gmail_quote">On Tue, Jan 5, 2010 at 7:07 PM, Denis Lussier <span dir="ltr">&lt;<a href="mailto:lussman1@gmail.com">lussman1@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

You get this error if you try to use Resin-4.0.1 or Resin-4.0.2 &nbsp;&nbsp;It will go away if you use Resin-4.0.0 as instructed.<div><br></div><div><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, Jan 5, 2010 at 5:20 PM, Stewrat <span dir="ltr">&lt;<a href="mailto:stewrat@codeaurora.org" target="_blank">stewrat@codeaurora.org</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div style="word-wrap:break-word">Followed the setup page for a new install of Subetha.&nbsp;<div>

Resin 4.0.0 was installed using:</div>
<div>./configure --prefix=/usr/local/resin/4.0.0/ --enable-64bit --with-java-home=/usr/local/java/jdk1.6.0_17/</div><div>make</div><div>make install</div><div><br></div><div>Resin is confirmed to work via http://&lt;hostname&gt;:8080. &nbsp;But when testing Subetha at http://&lt;hostname&gt;:8080/se the below servlet exception error is thrown.</div>


<div>Seems like just missing a class path value, but after adding everything I could think of to the Java home variable still get the same error.</div><div>The debug level is turned up, and more exhaustive log output can be provided if it would help. &nbsp;</div>


<div><h1>500 Servlet Exception</h1><pre>WEB-INF/resin-web.xml:34: 'QName[resin:{urn:java:com.caucho.resin}Name]'
cannot be instantiated because it does not map to a known class

32: &lt;!--		&lt;queue:DeliveryQueue/&gt;--&gt;
33: 		&lt;Named&gt;delivery&lt;/Named&gt;
34: 		&lt;resin:Name&gt;delivery&lt;/resin:Name&gt;
35: 	&lt;/jms:FileQueue&gt;
36: 
</pre><div><br></div></div></div><br><br></div></div>
_______________________________________________<br>
SubEtha Users mailing list<br>
<a href="mailto:users@subethamail.org" target="_blank">users@subethamail.org</a><br>
<a href="http://www.subethamail.org/se/list/users" target="_blank">http://www.subethamail.org/se/list/users</a><br>
<a href="http://www.subethamail.org/se/archive_msg.jsp?msgId=58041" target="_blank">http://www.subethamail.org/se/archive_msg.jsp?msgId=58041</a><br></blockquote></div><br></div>
</blockquote></div><br></div>
<br>_______________________________________________<br>SubEtha Users mailing list<br><a href="mailto:users@subethamail.org">users@subethamail.org</a><br><a href="http://www.subethamail.org/se/list/users">http://www.subethamail.org/se/list/users</a><br>http://www.subethamail.org/se/archive_msg.jsp?msgId=58054</blockquote></div><br></div></div><br>_______________________________________________<br>SubEtha Users mailing list<br><a href="mailto:users@subethamail.org">users@subethamail.org</a><br>http://www.subethamail.org/se/list/users<br>http://www.subethamail.org/se/archive_msg.jsp?msgId=58059</blockquote></div><br></div></body></html>

Thread History