Re: javamail

2006-01-22 Thread Alex Andrushchak
Thanks a lot, Jakob! I've done next step, but still have problems: Sending the message...SessionMailerBean.send: checkpoint 1. connecting to 192.168.1.2 connected to 192.168.1.2 received : 220 gate.dekasoft.com.ua ESMTP Postfix sent: HELO alex received : 250 gate.dekasoft.com.ua Failed ! Cannot s

Eclipse Plugin trouble

2006-01-22 Thread Edson Carlos Ericksson Richter
I know Eclipse plugin is not released yet, but my question probably is result from some my mistake. I'm on 20060120-1443. I right click on webapp, and ask "Run -> Run as server", then I select Apache Geronimo (previously configured), and then I get a dialog: "Could not find a client that is a

Re: Eclipse Plugin trouble

2006-01-22 Thread Sachin Patel
Hi, The message means (and is not very intuitive) that the object that you've clicked doesn't have a client (such as a web browser) that can be launched on the selected object. If you want to launch a particular servlet then expand the web project to select a servlet, and do the steps tha

Re: Eclipse Plugin trouble

2006-01-22 Thread Edson Carlos Ericksson Richter
Thank you. I'll try that. But in meanwhile, I can't start Geronimo by using Eclipse plugin. It stay starting forever (or better, until "Timout after 24s" message). Of course the message is wrong, because I didn't in front of the machine more than a hour (24s = 66,667 hours!!!). ;-

RFE - DatabasePool and JMS Resources

2006-01-22 Thread Edson Carlos Ericksson Richter
Is not possible to delete database pool using DBPool portlet, neither delete JMS connection factories using Services/JMS portlet. Richter.

Re: Eclipse Plugin trouble

2006-01-22 Thread Sachin Patel
There is a known bug in WTP https://bugs.eclipse.org/bugs/show_bug.cgi?id=124016 and I'm not sure what the exact scenario you're running but I'm willing to bet the above problem is the cause. This defect is marked as hot and will be fixed in WTP 1.0.1 (about a week or so). In the meanwhi

Re: Eclipse Plugin trouble

2006-01-22 Thread Edson Carlos Ericksson Richter
Yes, that's my problem. Until this gets fixed, I'll export apps as WAR into /deploy folder - works like a charm. Thanks, Richter Sachin Patel escreveu: There is a known bug in WTP https://bugs.eclipse.org/bugs/show_bug.cgi?id=124016 and I'm not sure what the exact scenario you're running

Re: RFE - DatabasePool and JMS Resources

2006-01-22 Thread Aaron Mulder
That's true right now -- though the console is a work in progress so we can potentially add that feature. If you'd like to see it, please enter a JIRA with type "improvement" and module "console" and version "1.1". http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220 In any case, for

Re: RFE - DatabasePool and JMS Resources

2006-01-22 Thread Edson Carlos Ericksson Richter
Yes, thank you! This worked (uninstall under J2EE connectors) and was very easy to find out... Sorry by very basic questions... I started to migrate apps to Geronimo last night only, and terminology is pretty new to me (last time I worked with J2EE was still in EJB 1.1 days). But since last nigh

JMS Resources under web-app

2006-01-22 Thread Edson Carlos Ericksson Richter
Is possible to create JMS resources directly in geronimo-web.xml or is needed to create them as separate RAR, and then connect inside geronimo-web.xml? Tkx, Richter

Re: JMS Resources under web-app

2006-01-22 Thread David Jencks
On Jan 22, 2006, at 9:43 AM, Edson Carlos Ericksson Richter wrote: Is possible to create JMS resources directly in geronimo-web.xml or is needed to create them as separate RAR, and then connect inside geronimo-web.xml? you need to use a separate jms plan. One convenient way to deploy bo

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread Matt Hogstrom
The problem isn't really a DayTrader problem it just happens to surface that there is an issue with the following class javax.xml.namespace.QName. Geronimo has its own version of QName which is not the same as the one shipped in JDK 1.5.0. As a result it can't be deserialized. JDK 5.0 is a hi

Re: how to keep the server process alive on Fedora Linux

2006-01-22 Thread Matt Hogstrom
/var/log/messages I think unless GC is different. Qingtian Wang wrote: Sorry about the ignorance. But where is the syslog? I checked in /var/log/ but nothing named syslog in there Thanks, Qingtian On 1/20/06, lichtner <[EMAIL PROTECTED]> wrote: I didn't catch whether you looked at syslo

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread Edson Carlos Ericksson Richter
Well, I'm migrating all my apps from Tomcat 5.5.12 JDK 1.5.0_06 to Geronimo 1.0 with JDK 1.5.0_06 (it's a must have, because my apps rely heavly on generics). But may be I get a lot of problems in future, since my apps are running during one day only... Richter Matt Hogstrom escreveu: The p

Re: Geronimo build question

2006-01-22 Thread Rob Kenworthy
Hi John, I finally got around to trying it again. Unfortunately, I didn't have much luck. I seem to have gotten past the original problem, but now I am getting a NPE. I'll put a snippet of output for you at the end of this email. The main reason for me to run the build is to generate the ent

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread David Jencks
On Jan 22, 2006, at 3:33 PM, Edson Carlos Ericksson Richter wrote: Well, I'm migrating all my apps from Tomcat 5.5.12 JDK 1.5.0_06 to Geronimo 1.0 with JDK 1.5.0_06 (it's a must have, because my apps rely heavly on generics). But may be I get a lot of problems in future, since my apps are

Re: Does Apache Geronimo 1.0 run on iSeries?

2006-01-22 Thread David Jencks
On Jan 20, 2006, at 11:25 AM, Matt Hogstrom wrote: That would be a question for an IBMer :) Geronimo currently does not run on iSeries since its an IBM JDK and Geronimo isn't certified there. We're working towards JDK independence soon but unfortunately 1.0 is not available. That said,

Re: Does Apache Geronimo 1.0 run on iSeries?

2006-01-22 Thread Matt Hogstrom
David, I have not specifically run it on iSeries but the JDK is essentially the same so I wouldn't expect a problem. I'll talk to some of the iSeries guys and have them give it a go. As far as the Wiki I think we need to have a JDK Wiki page since I expect this will be a recurring item. I'

Re: how to keep the server process alive on Fedora Linux

2006-01-22 Thread Qingtian Wang
Thanks, I got it in "messages"!!! --- Jan 19 06:39:04 localhost kernel: Out of Memory: Killed process 28274 (java). --- Well, now at least I know it's some memory issue. I wonder whether this means the OS runs out of memory, or just the Java VM. Here's what I see in the geronimo

Re: how to keep the server process alive on Fedora Linux

2006-01-22 Thread Matt Hogstrom
Looks like you ran out of process memory. How big is your swap file? Qingtian Wang wrote: Thanks, I got it in "messages"!!! --- Jan 19 06:39:04 localhost kernel: Out of Memory: Killed process 28274 (java). --- Well, now at least I know it's some memory issue. I wonder whether

Re: how to keep the server process alive on Fedora Linux

2006-01-22 Thread Qingtian Wang
512M RAM, and 1G disk swap. Geronino has been on for 3 days now. The system monitor GUI tool says 284M ram is used, and no (zero) swap is used. Hard to see how this could suddenly run out of memory. Could a lot of current access to a web app cause memory hop? I only have one very simple web app h

Shutdown problem

2006-01-22 Thread Phani Madgula
Hi,   This is just for information sake. I guess, it is a problem too..   When I start the server on a non-default RMI port[], and try to shutdown using "shutdown" command, it is not shutting down. It is saying   C:\IBM\geronimo-1.0\bin>shutdownUsing GERONIMO_BASE:   C:\IBM\geronimo-1.0Using G

Re: Shutdown problem

2006-01-22 Thread ndeshmukh
you haven't made changes proper while starting up... Phani Madgula To

Re: Shutdown problem

2006-01-22 Thread Phani Madgula
Hi,   I have made the following changes in config.xml for the below two configurations..!                     rmi://0.0.0.0:              0.0.0.0  4242           service:jmx:rmi://0.0.0.0/jndi/rmi://localhost:/JMXConnector          Server is starting fine.   Any

Re: Shutdown problem

2006-01-22 Thread Manu George
I forgot to mention substitute the value of your server port () for the --port parameter On 1/23/06, Manu George <[EMAIL PROTECTED]> wrote: Hi Phani,   You need to specify the port or the Shutdown command will default to the port 1099. The command is java -jar bin/shutdown.jar

Re: Shutdown problem

2006-01-22 Thread Manu George
Hi Phani,   You need to specify the port or the Shutdown command will default to the port 1099. The command is java -jar bin/shutdown.jar --user system --password manager --port 1099 Regards ManuOn 1/23/06, Phani Madgula <[EMAIL PROTECTED]> wrote: Hi,   This is just for informatio

class loading issue

2006-01-22 Thread tbot55
I must be misunderstanding something. Here's my problem. I'm trying to use an application that requires a different version of jdom.jar and axis.jar, and it also uses commons-httpclient.jar, which isn't found in the geronimo repository. It does some webservices stuff. So I replace the jdom.jar in