Error with consecutive web service tasks

2006-11-21 Thread Peter Neu
Hello, I'm facing a strange error with some tasks which involve web service building. This is the error. java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration The target which runs all sub targets is here: The

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
nable 'passwd' authentication and disable 'keyborad-interactive' authentication by modifying /etc/ssh/sshd_config. On Wed, 08 Dec 2004 18:40:36 +0100, Peter Neu <[EMAIL PROTECTED]> wrote: If I got you right, then the sshd has to compiled with the feature 'publ

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
If I got you right, then the sshd has to compiled with the feature 'publickey,keyboard-interactive' disabled. Elsewhise it won't work, right ? Atsuhiko Yamanaka schrieb: Hi, According to a log from 'ssh -v -v -v localhost', which was sent to me directly, his sshd supports 'publickey,keyboard-inter

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
Well, I tried it with all user. Anderson, Rob (Global Trade) schrieb: Are you logging in as root? -Rob A -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 6:12 AM To: Ant Users List Subject: Re: sshexec Authentication Problem with SuSE 9.1

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-08 Thread Peter Neu
run it. There is also an undocumented verbose attribute to the sshexec task that you might want to set to true. Capture the output from sshd and send it. Also send the output from the ant build with verbose="true", if it is different than what you sent before. -Rob Anderson -Origin

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Peter Neu
incorrect? Try using a username or password that you know is incorrect and see if you get the same error. Also, what version of Jsch are you using? Can you connect to any other hosts with the sshexec task? -Rob Anderson -Original Message----- From: Peter Neu [mailto:[EMAIL PROTECTED] Sen

Re: sshexec Authentication Problem with SuSE 9.1

2004-12-07 Thread Peter Neu
: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Saturday, December 04, 2004 2:16 AM To: Ant Users List Subject: sshexec Authentication Problem with SuSE 9.1 Hello , I'm trying to start tomcat on a remote machine. The problem is the remote machine only supports SSH 2. It seems that the implementati

sshexec Authentication Problem with SuSE 9.1

2004-12-04 Thread Peter Neu
Hello , I'm trying to start tomcat on a remote machine. The problem is the remote machine only supports SSH 2. It seems that the implementation in *JSch is not ready for * *this. Has anyone an idea what to do in this case? * ** *I had the same problem with an old version of putty until* *I upgrad

RMI's with ANT

2004-12-03 Thread Peter Neu
Hello, I'm trying to write an ant script which does the compiling on the localhost and the deployment on another computer. Is it possible to tell ant to copy a war file into the webapps directory of a different computer and then to start tomcat there? What do I have do? Regards, Peter -

Re: Fwd: Problem with exec Windows XP

2004-11-16 Thread Peter Neu
start it after the build. If it isn't currently running, the stop task would fail, but nothing bad would happen. So you just try to stop it and then - start it. I don't think that it's a good idea to look at "ps -A" output ;) Sincerely Igor On Monday 15 November

Re: Fwd: Problem with exec Windows XP

2004-11-16 Thread Peter Neu
ding project and start it after the build. If it isn't currently running, the stop task would fail, but nothing bad would happen. So you just try to stop it and then - start it. I don't think that it's a good idea to look at "ps -A" output ;) Sincerely Igor On Mo

Re: Fwd: Problem with exec Windows XP

2004-11-15 Thread Peter Neu
Thanks. This solved the problem. One last thing: How can I test if Tomcat is still runnig in order to invoke first the shutdown.bat before I proceed ? Robert Kolev schrieb: Try this... Cheers, rk~ -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Fwd: Problem with exec Windows XP

2004-11-15 Thread Peter Neu
Hello Alexey, could you just post the correct command ? This would help a lot. Regards, Peter To launch batch files you need to execute cmd.exe with correct parameters ("/c" and "startup.bat"). You cannot execute the batch files themselves. - Alexey. Peter Neu wrote: Hello e

Re: Fwd: Problem with exec Windows XP

2004-11-14 Thread Peter Neu
this: You can later invoke the macordef like this: HTH Ivan --- Peter Neu <[EMAIL PROTECTED]> wrote: Hello everybody, I'm having difficulties using with Windows XP. When I'm trying to run an Ant Script with a command like t

Fwd: Problem with exec Windows XP

2004-11-14 Thread Peter Neu
Hello everybody, I'm having difficulties using with Windows XP. When I'm trying to run an Ant Script with a command like this : os="WindowsXP"> simply nothing happens. I don't even get a warning. Can anybody tell me what I did wrong ? Best Regards, Peter