Auto-reply: EJB failover/replication?

2002-03-21 Thread Sam Chou

I am on vacation from 3/1 to 3/22.  Please contact my
manger, Wendy Liau for any issue.

Sam

--- Begin Message ---


Hello,

  I'm starting to evaluate Orion as a application server for a project and 
I'm trying to figure out if/how Orion supports EJB failover.  Oracle/AS 
appears to, but I can't tell if thats a feature that they added on top of 
Orion.

If EJB failover/replication is supported, could somebody point me to any 
documentation?

Thanks,

  Michael


--- End Message ---


Auto-reply: Transactions help - nevermind

2002-03-14 Thread Sam Chou

I am on vacation from 3/1 to 3/22.  Please contact my
manger, Wendy Liau for any issue.

Sam

--- Begin Message ---



Nevermind the last message I wrote on help with 
transactions.  I got it.  My mind is fluff today. :)
 
Thanks anyways.
 
Joe
 
--- End Message ---


Re: Remove

2002-01-19 Thread sam

Can these remove messages please be filtered out of the list.

- Original Message -
From: "Fermindoza, Gene" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2002 2:11 PM
Subject: RE: Remove


> thanks.
>
> Gene Fermindoza
> Computer Associates
> Programmer, Global Information Systems
> tel: +1 410 715-7137
> fax: +1 410 992-7140
> pager: +1 888 BEEP CAI
> [EMAIL PROTECTED]
>
> > -Original Message-
> > From: Scott Farquhar [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, January 17, 2002 7:45 PM
> > To: Orion-Interest
> > Subject: Re: Remove
> >
> > Just for everyone's benefit - "remove" does not work.
> >
> > Please go to
> >http://www.orionserver.com/subscribe.html
> > to unsubscribe from this mailing list.
> >
> > I have suggested to the Orion guys that they put a sig on every email
> > suggesting this.
> >
> > Cheers,
> > Scott
> >
> > --
> > Scott Farquhar :: [EMAIL PROTECTED]
> >
> > Atlassian :: http://www.atlassian.com
> >   Supporting YOUR J2EE World
> >
> >
> >
> > Tasso wrote:
> >
> > > - Original Message -
> > > From: "Rob Worley" <[EMAIL PROTECTED]>
> > > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 17, 2002 7:29 AM
> > > Subject: remove
> > >
> > >
> > >
> > >>remove
> > >>
> > >>-Original Message-
> > >>From: JoseMa [mailto:[EMAIL PROTECTED]]
> > >>Sent: 17 January 2002 08:30
> > >>To: Orion-Interest
> > >>Subject: Re: Lookup EJB's in another application
> > >>
> > >>
> > >>Hi Patrik,
> > >>
> > >>I had the same problem and I look for some information about how
to
> > >>resolv this problem. Although the aplications are in the same server
the
> > >>connection become as if they was in differents servers. I used the
> > >>RMIContextFactory with the next code:
> > >>
> > >>
> > >>Context context = null;
> > >>Hashtable env = new Hashtable();
> > >>
> > >>
> > >>
> > >
env.put("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialCon
> > >
> > >>textFactory");
> > >>   env.put("java.naming.provider.url", "ormi://localhost: > >>port>/");
> > >>try
> > >>{
> > >>  context = new InitialContext (env);
> > >> context.lookup("EjbName");
> > >>}
> > >>catch (Exception e) {
> > >>System.out.println("Conection error");
> > >>}
> > >>
> > >>
> > >>If you don't change the values of rmi.xml in the Orion config you
don't
> > >>
> > > need
> > >
> > >>specify the rmi port. The applicacion name is the name that appear in
> > >>server.xml and identify the application. Is possible that you need
> > >>
> > > especify
> > >
> > >>a username and password for connect to applicacion, I don't need it.
For
> > >>specify these parametrers you need to put the next:
> > >>
> > >>env.put(Context.SECURITY_PRINCIPAL, "admin");
> > >> env.put(Context.SECURITY_CREDENTIALS, "");
> > >>
> > >>I hope that this information can help you.
> > >>
> > >>Best regards,
> > >>
> > >>
> > >>
> > >>- Original Message -
> > >>From: "Patrik Strid" <[EMAIL PROTECTED]>
> > >>To: "Orion-Interest" <[EMAIL PROTECTED]>
> > >>Sent: Thursday, January 17, 2002 12:47 AM
> > >>Subject: Lookup EJB's in another application
> > >>
> > >>
> > >>
> > >>>Hi,
> > >>>
> > >>>If you have two applications in the same orion
> > >>>container. One application with web components and
> > >>>another with just EJB's. From the application with web
> > >>>components, I want to lookup an EJB that is deployed
> > >>>in the other application - is that possible via the
> > >>>InitialContext or do I have to call it via an URL and
> > >>>getting the extra RMI call?
> > >>>
> > >>>I can get it to work using a provider URL to the other
> > >>>application, but using the InitialContext, the local
> > >>>context - it cannot find the bean, or more correct,
> > >>>the JNDI name could not be found.
> > >>>
> > >>>Any help is appreciated !
> > >>>
> > >>>Thanks,
> > >>>Patrik
> > >>>
> > >>>__
> > >>>Do You Yahoo!?
> > >>>Send FREE video emails in Yahoo! Mail!
> > >>>http://promo.yahoo.com/videomail/
> > >>>
> > >>>
> > >>>
> > >
> > >
> > >
> >
> >
>





Auto-reply: Fw: [smq3beta] MDB

2001-11-27 Thread Sam Chou

Please contact my manager Wendy Liau (650.506.8364) for any issues.

Sam
--- Begin Message ---


There is a thread going on the swiftmq 3 beta mailing list about MDBs and
SwiftMQ.

While the resource-provider technique works for MDBs (my MDB gets the
message),
other folks wonder about transactions when using the technique described on
the orionserver
site.

Does anyone know about XA transaction support in this case ?

 - Renaud

- Original Message -
From: "Andreas Mueller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 27, 2001 8:28 AM
Subject: [smq3beta] MDB


> That's great! It seems Orion doesn't need ASF to drive the MDBs.
>
> For the other question: The usual way to drive MDBs is to use the JMS
> provider's application server facilities (ASF) in conjunction with
> distributed transactions (XA). These things are specified in chapter 8 of
> the JMS spec. It is optional for a JMS provider to implement it. SwiftMQ
> doesn't implement it to avoid to the effort to support the different plug-
> in interfaces of the various container provider, because the contract
> between container and JMS provider is unspecified (the JMS spec describes
> only behaviors). There is also a transaction flow problematic which has
> to be addressed.




--- End Message ---


Re: PLEASE get me OFF this list!!!!

2001-10-16 Thread sam


Try going to the site - www.orionserver.com and under FAQ select Mailing
List
type your E-mail address and Unsubscribe.
"J.D. Bertron" wrote:
 Maybe
you have to try sending a mail with unsubscribe in the title.That's
what the listservers usually require without human intervention.J.D.

-Original
Message-
From: Dalton, Tom [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16,
2001 8:12 AM
To: Orion-Interest
Subject: RE: PLEASE get me
OFF this list
 
I've
been trying, and they will not do it!Tom

-Original
Message-
From: Dara Katerina [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16,
2001 3:23 AM
To: Orion-Interest
Subject: PLEASE get me OFF
this list
 
 

 








Problems specifying persistence directory in 1.5.2

2001-06-21 Thread sam



In moving from 1.4.5 to 1.5.2, we are no longer able to successfully 
specify directory location forapplication state persistence (see error 
below). Version 1.5.2 looks for a directory named "persistence"  inthe 
application directory, ignoring any path attribute value, relative or absolute 
(see below).
 
We tried this on both linux and 2000 with identical results.
 
Any input/confirmation of this problem would be most appreciated.
 
Orion Error:Auto-deploying dio (New server version 
detected)...Fatal Error: Transaction log file 
(/D:/development/dio/orion/persistence/transaction.state) did not exist and 
was not possible to create, the most common reason for this is an invalid 
path or Orion lacking security to write to that path: 
/D:/development/dio/orion/persistence/transaction.state (The system 
cannot find the path specified)
 
 
 
 
  

 
Sam 


Where does one download 1.4.8

2001-05-15 Thread Sam

I looked at www.orionserver.com




Where does one download 1.4.8 [EXPIRED TRIAL LICENCE]

2001-05-15 Thread Sam

I looked at www.orionserver.com




Struts and Orion - the example app [EXPIRED TRIAL LICENCE]

2001-05-14 Thread Sam

I installed struts and tried to run the example app and
received the following error:

500 Internal Server Error
javax.servlet.jsp.JspException: Cannot find message resources under key
org.apache.struts.action.MESSAGE
 at org.apache.struts.util.RequestUtils.message(RequestUtils.java:285)
 at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:239)

 at /index.jsp._jspService(/index.jsp.java:55) (JSP page line 8)
 at com.orionserver.http.OrionHttpJspPage.service(JAX)
 at com.evermind.server.http.HttpApplication.xj(JAX)
 at com.evermind.server.http.JSPServlet.service(JAX)
 at com.evermind.server.http.d3.sw(JAX)
 at com.evermind.server.http.d3.su(JAX)
 at com.evermind.server.http.ef.s1(JAX)
 at com.evermind.server.http.ef.do(JAX)
 at com.evermind.util.f.run(JAX)

I followed the instruction to correct this and the error still
appeared.

Has anyone crossed this bridge successfully???










properties files and JSP's

2001-05-02 Thread Sam

where does Orion look for the properties file for JSPs that
use them.





re: need orion-ejb-jar.xml in which dependents are stored accross different tables

2000-10-23 Thread sam

Does anyone have an example of an orion-ejb-jar.xml in which dependents are
stored accross different
tables? I am using the auto generated version now which maps to a flat
table. Any help would be most appreciated. I am writing to the ejb 2.0 draft
1 spec.

thanks
sam welch
www.ants.com





Re: 1.3.8 on NT causing Dr. Watson (Linux threads)

2000-10-06 Thread Sam Whedbee

The PS command in linux is unusual because it lists each native thread
of a process as if it were a separate processes.  If you look at the
memory size of all these seemingly different "processes", you'll notice
they are all exactly the same size.  Also if you kill any one of the
"processes" they all go away.

This is actually kind of useful because you can easily check for thread
starvation in your multi threaded app.  Just run "top", while you are
testing.  It's pretty easy to "goof up" and have a large critical
section or a "hot lock" that leads to contention and thread starvation.

-Sam

> You probably get numerous processes because you are using native threads
> with jdk1.3 under linux, and it forks a new process for every thread spawned
> by java. Linux doesn't handle threads like NT and java has to either do it's
> own
> thread handling (green threads using only one process) or put each thread in
> a new process (native threads). I belive you can make threads work better
> with
> the linux-thread path to glibc.




HttpIOException: Read timed out

2000-03-16 Thread sam ramirez


I was wondering if any of you has had the following
stack trace when running the example JSPs.  I get the
error, on the server, after the page is displayed,
with no problem on the browser end.  The JSPs work
fine.  The server.log file also says that I have an
'Internal server error'.  The server doesn't go down
neither.  What do I have configured wrong?  

I'm running on Solaris 2.6, jdk 1.2.1_001 production
release.

Sam

- stack trace follows --


com.evermind.server.http.HttpIOException: Read timed
out
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at java.io.IOException.(Compiled Code)
at
com.evermind.server.http.HttpIOException.(JAX)
at
com.evermind.server.http.EvermindHttpServletRequest.f8(Compiled
Code)
at com.evermind.server.http.dc.ca(Compiled Code)
at com.evermind.util.b.run(Compiled Code)

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com