Descriptor not a socket: socket write error

2001-12-04 Thread Jeff Oberlander

I have a simple servlet that forwards to a jsp page that just displays the
data from its input attributes.  Load testing orion and the servlet is
causing an error on fairly light loads.  For instance, if I run 10 virtual
users against the servlet at once, 5 of them fail with the error below.

What does it mean?  

ERROR: com.evermind.server.http.HttpIOException: Descriptor not a socket:
socket write error


Thanks in advance


http://www.xns.org/=jeffo

This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. 





RE: Deploy Ear with war inside

2001-11-19 Thread Jeff Oberlander

The context-root in application.xml should be:
context-root/ejb-test/context-root

-Original Message-
From: Alessandro [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 18, 2001 10:51 PM
To: Orion-Interest
Subject: Deploy Ear with war inside


Hi,
I am deploing an Ear with war inside and I Built it with Jbuilder
In war I put index.html and test.jsp and in Ear one Ejb.
The Application.xml inside ear is :

?xml version=1.0 encoding=UTF-8?
!DOCTYPE application PUBLIC -//Sun Microsystems, Inc.//DTD J2EE
Application 1.2//EN http://java.sun.com/j2ee/dtds/application_1_2.dtd;
application
  display-nameEjbTest/display-name
  module
ejbEbjTest.jar/ejb
  /module
  module
web
  web-uriEjbTest.war/web-uri
  context-rootwar-ic/context-root
/web
  /module
/application

I modified the :
default-ewb-site.xml  with
web-app application=ejbtest name=war-ic root=/ejbtest /
server.xml with
application name=ejbtest path=../applications/ejbtest.ear /

When I launch Orion in the console I see the deploy of Ear but when I use
the url  http://localhost/ejbtest/test.jsp or
http://localhost/ejbtest/index.html an Internal server error appears.

Some ideas ??
Thanks a lot for all suggestion



Alessandro Fustini
Team Leader Mobile Services Development
Vitaminic Spa
Via cervino 50, 10154 turin - italy
phone: +39 011 23381242  fax: +39 011 23381206






J2EE petstore and Orion

2001-10-18 Thread Jeff Oberlander



There is an article 
on orionsupport.com for installing the sun petstore app. (http://www.orionsupport.com/articles/orion-jps.html). 
It references a zip file that I can't find - orion-config-jps1.0.zip - which is 
all of the orion config files. Does anyone know where I can find this 
zip? Thanks
http://www.xns.org/=jeffoberlander