OrionCMTConnection not closed, check your code!

2001-01-18 Thread Guilherme Ceschiatti

What does this message mean?

OrionCMTConnection not closed, check your code!
LogicalDriverManagerXAConnection not closed, check your code!
(Use -Djdbc.connection.debug=true to find out where the leaked connection was 
created)


[]s
Guilherme Ceschiatti




Re: threads, initialcontext and login

2001-01-08 Thread Guilherme Ceschiatti

On Monday 08 January 2001 06:17, you wrote:

> Everything works fine until user gives wrong username/passwd ...
> Now since InitialContext is permanent threre is no way to change it
> anymore unless user restarts the program, which is lame.

Are you shure? And if I want to make a connection to more than one 
application servers? It's not possible? If not, it's a BIG Orion BUG !

> Code:
> Runtime r = Runtime.getRuntime();
> Process p = r.exec(" java myClass ");
>
> Works but is awfully slow. Any insights?

[]s
Guilherme Ceschiatti




Re: What's going on with Orion?

2001-01-04 Thread Guilherme Ceschiatti

Hi.

I'm trying to discover what is going on with Orionserver. There are months 
that it's not updated. Anybody from the Orion team to give some news for us?

[]s
Guilherme Ceschaitti

On Thursday 04 January 2001 12:34, you wrote:

> This list has become awfully quiet.  What's going on with Orion?  There
> haven't been any new releases or bug fixes.  Does anyone have any
> information?  Perhaps, someone on the Orion team can give us an update.
> Personally, I'm getting a little concerned.
>
> Vidur




Re: Orion and JBuilder E 4 Open Tools

2000-12-28 Thread Guilherme Ceschiatti

Hi.

Look at http://www.orionsupport.com

There is a tutorial explaining how to use JB4 with Orion.

[]s
Guilherme Ceschiatti

On Friday 29 December 2000 00:16, you wrote:
> Hello all,
>
> Looked through the list threads and there seems to be no clear indication
> whether anyone has been able to add Orion as one of the Application Servers
> available within JBuilder.  I read the parts for debugging EJBs with Orion
> within JBuilder, and that seems to be working well, though I'm still new at
> this and have yet to push anything.
>
> What I'm interested in is easing our EJB deployments to Orion, and wanted
> to know if there was an 'easy' way to simply deploy the EJBs to Orion and
> have it take care of everything for us, just like JBuilder does for the
> Inprise and WebLogic App Servers.
>
> I use JBuilder 4 Enterprise, and was hoping the money we spent on it was
> not in vain.
>
> Any SXS anyone may have would be greatly helpful.
>
> It would also be very cool if the folks at Orion (Evermind?) would write a
> 'PlugIn' for JBuilder 4E so Orion will plug into it out of the box.
>
> Thanks in advance for any info.
>
> Robert
>
>
> Robert S. Sfeir
> Director of Software Development
> PERCEPTICON corporation
> San Francisco, CA 94123
> w - http://www.percepticon.com/
> e- [EMAIL PROTECTED]
> t - (415) 749-2900 x205




Re: SV: Off topic: development tools

2000-12-12 Thread Guilherme Ceschiatti

On Tuesday 12 December 2000 01:47, Chris Bartling wrote:
> I'm using EJBDoclet and Apache Ant 1.2 for my EJB development with Orion.
> Easy to setup and use, extensible (both EJBDoclet and Ant allow extension
> by subclass/interface implementation).  I also use JUnit for all EJB unit
> tests (testing home and remote interfaces) and integration tests.  Total
> cost: $0. All of these tools are open source and support our lightweight
> development process, loosely based on XP.
>
> As for the IDE, I use UltraEdit-32 for Java files and HomeSite 4.5.1 for
> JSP work.  All seems to work well together.  From my standpoint, I want a
> repeatable deployment process, all these tools used in conjunction give me
> that.

Hi, Chirs.

Could you please send the URL's of these apps? 

[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]




Re: How to use jikes compiler?

2000-12-10 Thread Guilherme Ceschiatti

Em Sunday 10 December 2000 23:10, você escreveu:
> Hi,
>I want to configure my orion to use jikes compiler to do some experiment,
> can anyone tell me how to do it?
> I modified the server.xml file, and did:
> 
> rt.jar is already in orion/lib directory, do I need to get jikes executable
> file?  where can I get it? And after that what to do?

Yes, you need to get it before use. Jikes is from IBM, so you probably will 
get a link for it in: http://www.ibm.com/java

Then, you have to make sure the jikes is in the PATH or put the complete name 
of it in the server.xml file. 


-- 
[]s

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø





More than one InitialContext

2000-12-03 Thread Guilherme Ceschiatti

Hi.

I'd like to konw if it's possible to have more than on InitialContext in the 
same app, one for each app server I have.

-- 

[]s
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]




Passing an object to an remote EJB method

2000-12-02 Thread Guilherme Ceschiatti

Hi,

I'm trying to execute a method in a remote EJB. This method receives an 
serializable object. But when I execute it, I get this error message in the 
console:

System/communication error: Method invocation failed (Invalid return command: 
6)

Anyone already had this problem?
-- 

[]s
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]




Stand alone client needs orion server?

2000-12-01 Thread Guilherme Ceschiatti

Hi...

I need to know if it's necessary to have orionserver in the client. If so, It's
necessary to start it or just put the jar's in the class path?

[]s
Guilherme Ceschiatti




RE: Same application without clustering

2000-12-01 Thread Guilherme Ceschiatti

On Fri, 01 Dec 2000, you wrote:
> If the object which you are executing a method on is a member of a session bean
> then you should have the session bean act on the object and return the results.
> That way the remote object is accessing the object and not the client.

No, the object is not a member or the session bean. I'm passing it in the
parameters of the method of the session bean. The weird thing is that
orionserver always use the local session bean instead of the remote one that I
have the remote interface.

> >
> > I need, for research proposes, to execute a method of an object in many
> > different EJBs. I installed my app in many machines an then, in one of
> > then(acting as a client), I get the remote interface of the EJB's that are in
> > the other machines. But when I try to execute it, it uses the local EJB
> > instead of the remote one. Is it some optimization of Orion? But i really
> > NEED to use the remote one instead of the local one...
> > --
> >
> > []s
> > Guilherme Ceschiatti
> > http://listando.net
> > [EMAIL PROTECTED]
> >
> >




Same application without clustering

2000-12-01 Thread Guilherme Ceschiatti

Hi.

I need, for research proposes, to execute a method of an object in many 
different EJBs. I installed my app in many machines an then, in one of 
then(acting as a client), I get the remote interface of the EJB's that are in 
the other machines. But when I try to execute it, it uses the local EJB 
instead of the remote one. Is it some optimization of Orion? But i really 
NEED to use the remote one instead of the local one...
-- 

[]s
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]




Error in the first time a EJB client access a remote EJB, but not in the second time

2000-11-28 Thread Guilherme Ceschiatti

Hi!

I'm using a client that access a remote EJB. In the first time I try to acces
it, I get the following error, but in the next try I get no errors. Any idea
to solve it?

javax.naming.NamingException: IO Error: Disconnected
at com.evermind.server.rmi.RMIContext.unbind(JAX)
at com.evermind.server.hl.unbind(JAX)
at com.evermind.server.rmi.RMIContext.lookup(JAX)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at guiga.wap.util.UtilEJB.getAgenteFixoHome(UtilEJB.java:88)
at
guiga.wap.controle.web.ProcessadorDePedidos.processaPedido(ProcessadorDePedid
os.java:205) at
__jspPage37_Principal_jsp._jspService(__jspPage37_Principal_jsp.java:91)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.d3.so(JAX)
at com.evermind.server.http.d3.sm(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)

-- 

[]s
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]




Error in the first time a EJB client access a remote EJB, but not in the second time

2000-11-26 Thread Guilherme Ceschiatti

Hi!

I'm using a client that access a remote EJB. In the first time I try to acces 
it, I get the following error, but in the next try I get no errors. Any idea 
to solve it?

javax.naming.NamingException: IO Error: Disconnected
at com.evermind.server.rmi.RMIContext.unbind(JAX)
at com.evermind.server.hl.unbind(JAX)
at com.evermind.server.rmi.RMIContext.lookup(JAX)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at guiga.wap.util.UtilEJB.getAgenteFixoHome(UtilEJB.java:88)
at 
guiga.wap.controle.web.ProcessadorDePedidos.processaPedido(ProcessadorDePedidos.java:205)
at 
__jspPage37_Principal_jsp._jspService(__jspPage37_Principal_jsp.java:91)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.d3.so(JAX)
at com.evermind.server.http.d3.sm(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)
-- 

[]s
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]




j_security_check works fine.... Sometimes.

2000-09-22 Thread Guilherme Ceschiatti

Hi!

My login system works fine sometimes, but there are times that it stops
working, without any change. I'm using EJBUserManager. It correctly add users
and groups in my database. The problem is that the login system
(j_security_check) do not work all the time. I realy don't know what makes it
work sometimes, and sometimes not. This is the exception when it doesn't work.

java.lang.Exception: Exception UNAVAILABLE: Tracing Stack...
at java.lang.Throwable.(Throwable.java:96)
at java.lang.Exception.(Exception.java:44)
at __jspPage1_erro_jsp._jspService(__jspPage1_erro_jsp.java:39)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.w5(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d1.si(JAX)
at com.evermind.server.http.d1.forward(JAX)
at com.evermind.server.http.eu.reject(JAX)
at com.evermind.server.http.HttpApplication.vk(JAX)
at com.evermind.server.http.HttpApplication.uh(JAX)
at com.evermind.server.http.ed.sp(JAX)
at com.evermind.server.http.ed.so(JAX)
at com.evermind.util.f.run(JAX)

Thanks...
Guilherme Ceschiatti




Re: SV: FORM based login ACTION

2000-09-20 Thread Guilherme Ceschiatti

Hi..

It remains not working, with the same message:

404 Not Found

Anybody else have another idea?

[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]

On Wed, 20 Sep 2000, you wrote:
> Try clear your ACTION so the form starts like this:
> 
>   lots of html with a couple of fields for user and passwd...
> 
> 
> This works for me :)

> 
> Hi!
> 
> I'm having problems in loging into my application. I'm using FORM based
> login,
> with a form with the ACTION="j_security_check". When I submit the form,
> Orion
> just replies:
> 
> 404 Not Found
> 
> Is it a bug? How do I fix it?
> 
> []s
> Guilherme Ceschiatti
> [EMAIL PROTECTED]




FORM based login ACTION

2000-09-19 Thread Guilherme Ceschiatti

Hi!

I'm having problems in loging into my application. I'm using FORM based login,
with a form with the ACTION="j_security_check". When I submit the form, Orion
just replies:

404 Not Found

Is it a bug? How do I fix it?

[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]




RE: ATM example with PostgreSQL

2000-09-19 Thread Guilherme Ceschiatti

On Fri, 15 Sep 2000, Arved Sandstrom wrote:
> Hi, Guiga

Hi!

Thanks for your attention. I used to had the "null problem" too, but I fix it
changing null="null" to null="", as you said. Now, remains a error message
saying:

ERROR: parser error at or near ")" .

Any hint to fix it?

> What's the nature of the errors? I found that PostgreSQL 6.5.3, when I tried
> that with Orion and CMP, didn't like explicit NULL at all, so I edited
> "config/database-schemas/postgresql.xml" to change null="" rather than
> null="null". Then it worked fine. This strikes me as a bug in PostgreSQL
> 6.5.x, since the docs indicate that an explicit declaration of NULL on a
> column is OK. Don't know about PostgreSQL 7.0.

[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]




User/Group manager guide

2000-09-18 Thread Guilherme Ceschiatti

Hi!

I'm almost leaving Orion because the lack of documentation, mainly about how to
manage User/Groups. As many people have lots of doubts related to it too, I'm
asking the Orion team or anybody else to write a tutorial about it.  I really
don't want to leave Orion, because I've made good things on it, but I'm
spending a lot of time trying to "decifrate" how to use the Orion API.

Thanks.
Guilherme Ceschiatti
[EMAIL PROTECTED]




Orion Hosting Service

2000-09-17 Thread Guilherme Ceschiatti

Hi!

Anybody knows an hosting service with Orion Server support?

[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]





Sybase graphical frontend

2000-09-15 Thread Guilherme Ceschiatti

hi!

Anybody knows a graphical sybase frontend for linux?

[]s
Guiga




ATM example with PostgreSQL

2000-09-15 Thread Guilherme Ceschiatti

Hi!

Has anyone tried the ATM example with postgresql ? Any CMP bean that I try to
deploy can't create the tables correctly.

[]s
Guiga





User and Group of the realm

2000-09-14 Thread Guilherme Ceschiatti

Hi!

I'd like to know where Orion stores the users and grops of the realm default.
Where can I tell it to store in my database instead?

Thanks,
Guiga




URLConnection using the method POST

2000-08-01 Thread Guilherme Ceschiatti

HI!

I need to make a servlet (or JSP page) to get an external page using the
method POST. Is it possible with the URLConnection class? 

Thanks.
Guilherme Ceschiatti




Re: java.lang.IllegalArgumentException: shortname notspecified in TLD

2000-07-30 Thread Guilherme Ceschiatti

Thank you very much! It worked. But it's strange because the Sun J2EE do
not need
the  description.

Lorin Kobashigawa wrote:
> 
> What does your taglibrary's descriptor file look like? It looks like you
> are missing a  description in your .tld file.
> 
> The top of it should look something like...
> 
> 
> 1.0
> 1.1
> something
> Unique identifier
> a description of the tag library
> 
> 
>     etc...
> 
> -Lkb
> 
> At 07:13 AM 7/30/00 -0300, Guilherme Ceschiatti wrote:
> >Hi!
> >
> >I just installed the Orion application server. I just downloaded it and
> >tried to run a simple app that runs perfectly at Sun's J2EE, but I got
> >this message. How can I fix it?
> >
> >java.lang.IllegalArgumentException: shortname not specified in TLD
> >at java.lang.Throwable.(Throwable.java:96)
> >at java.lang.Exception.(Exception.java:44)
> >at java.lang.RuntimeException.(RuntimeException.java:49)
> >at
> >java.lang.IllegalArgumentException.(IllegalArgumentException.java:45)
> >at
> >javax.servlet.jsp.tagext.TagLibraryInfo.parse(TagLibraryInfo.java)
> >at
> >javax.servlet.jsp.tagext.TagLibraryInfo.(TagLibraryInfo.java)
> >at com.evermind.server.http.TagLibraryArchive.(JAX)
> >at com.evermind.server.http.TagLibraryArchive.oy(JAX)
> >at com.evermind.server.http.dd.os(JAX)
> >at com.evermind.server.http.HttpApplication.os(JAX)
> >at com.evermind.server.http.dn.p9(JAX)
> >at com.evermind.server.http.dn.o6(JAX)
> >at com.evermind.server.http.JSPPage.o6(JAX)
> >at com.evermind.server.http.HttpApplication.sg(JAX)
> >at com.evermind.server.http.HttpApplication.tb(JAX)
> >at com.evermind.server.http.JSPServlet.service(JAX)
> >at com.evermind.server.http.df.o3(JAX)
> >at com.evermind.server.http.df.forward(JAX)
> >at /Principal.jsp._jspService(/Principal.jsp.java:38) (JSP page
> >line 23)
> >at com.evermind.server.http.EvermindHttpJspPage.service(JAX)
> >at com.evermind.server.http.HttpApplication.tb(JAX)
> >at com.evermind.server.http.JSPServlet.service(JAX)
> >at com.evermind.server.http.df.o3(JAX)
> >at com.evermind.server.http.df.forward(JAX)
> >at com.evermind.server.http.dm.o9(JAX)
> >at com.evermind.server.http.dm.o8(JAX)
> >at com.evermind.util.e.run(JAX)
> >
> >




Re: graphical console remotely

2000-07-30 Thread Guilherme Ceschiatti

Hi!

You can do it if you install an X Server in your Windows. The best one
is Exceed, but is VERY expensive. There are also many freewares or
sharewares X Servers avaiable for Windows.

Brady Moritz wrote:
> 
> Yes, this is the way to do it, Rick Bos pointed me in this direction. Now im
> just ahving a bit of trouble actually getting it to connect. it keeps
> giveing me conneciton refused messages. I assume it wants an ormi://ip
> address location, im not sure my login and pw are correct though.
> 
> Thanks
> 
> Brady Moritz
> Moritz Designs
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger
> > Sent: Sunday, July 30, 2000 6:01 AM
> > To: Orion-Interest
> > Subject: Re: graphical console remotely
> >
> >
> >
> > I think he meant running the client (management console) locally on the
> > windows box connecting to an orion server instance running on the linux
> > server without X. if I haven't misunderstood the concept the console can
> > talk to many remote servers via the ormi protocol (wire protocol
> > of orion's
> > rmi implementation). otherwise it would be quite useless as it is
> > the most
> > typical production setup to have a linux server without X that
> > you have to
> > manage remotely. if you have a firewall inbetween this should also work
> > over http tunneling. So basically you should only have to setup your
> > server's rmi config and point your management console to the
> > corresponding
> > url(s). haven't tried all this but this is my impression from what I've
> > seen so far. could someone of evermind please confirm that?
> >
> > regards,
> >
> > robert
> >
> >
> > At 13:00 29.07.00 , Sach Jobb wrote:
> > >Sure, there are a number of xservers for win32, like x-win32
> > >(http://www.starnet.com/productinfo/).  The other alternative is to go
> > >with something like vnc (http://www.uk.research.att.com/vnc/), or if you
> > >have an xserver and and windows box side by side try x2vnc
> > >(http://fredrik.hubbe.net/x2vnc.html).
> > >
> > >I also strongly recommend that you replace your telnet client with ssh,
> > >there are now a number of free or open source ssh clients for win32 that
> > >work quite nicely and are secure.
> > >
> > >sach
> > >%s/windows/linux/g
> > >
> > >On Sun, 30 Jul 2000, Brady Moritz wrote:
> > >
> > > > I have a linux box running orion, but i dont have x on it. I
> > do my work on
> > > > the linux machine via telnet from a windows box. is there a
> > way tor un the
> > > > graphical console locally and connect to the actual server remotely?
> > > >
> > > >
> > > > Thanks
> > > >
> > > > Brady Moritz
> > > >
> > > >
> > > >
> > >
> >
> > (-) Robert Krüger
> > (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
> > (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
> > (-) Tel: 06151 665401, Fax: 06151 665373
> > (-) [EMAIL PROTECTED], www.signal7.de
> >
> >




java.lang.IllegalArgumentException: shortname not specified in TLD

2000-07-30 Thread Guilherme Ceschiatti

Hi!

I just installed the Orion application server. I just downloaded it and
tried to run a simple app that runs perfectly at Sun's J2EE, but I got
this message. How can I fix it?

java.lang.IllegalArgumentException: shortname not specified in TLD
at java.lang.Throwable.(Throwable.java:96)
at java.lang.Exception.(Exception.java:44)
at java.lang.RuntimeException.(RuntimeException.java:49)
at
java.lang.IllegalArgumentException.(IllegalArgumentException.java:45)
at
javax.servlet.jsp.tagext.TagLibraryInfo.parse(TagLibraryInfo.java)
at
javax.servlet.jsp.tagext.TagLibraryInfo.(TagLibraryInfo.java)
at com.evermind.server.http.TagLibraryArchive.(JAX)
at com.evermind.server.http.TagLibraryArchive.oy(JAX)
at com.evermind.server.http.dd.os(JAX)
at com.evermind.server.http.HttpApplication.os(JAX)
at com.evermind.server.http.dn.p9(JAX)
at com.evermind.server.http.dn.o6(JAX)
at com.evermind.server.http.JSPPage.o6(JAX)
at com.evermind.server.http.HttpApplication.sg(JAX)
at com.evermind.server.http.HttpApplication.tb(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.df.o3(JAX)
at com.evermind.server.http.df.forward(JAX)
at /Principal.jsp._jspService(/Principal.jsp.java:38) (JSP page
line 23)
at com.evermind.server.http.EvermindHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.tb(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.df.o3(JAX)
at com.evermind.server.http.df.forward(JAX)
at com.evermind.server.http.dm.o9(JAX)
at com.evermind.server.http.dm.o8(JAX)
at com.evermind.util.e.run(JAX)