500 Servlet Exception

Actions

From Stewrat Jan 5, 2010 2:20 PM

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: 

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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></body></html>

Thread History