good! I hate it when a totally new problem shows up. :)
so what was the real problem? why was the artifactpublisher hanging?
Jtf
On 3/27/06, thenew05@... <thenew05@...> wrote:
>
> I am using solaris 10.
>
> I found the problem! It was the aritfactpublisher tag.
>
> Thanks
>
>
> On 3/27/06, Jeffrey Fredrick <jeffrey.fredrick@...> wrote:
> > I don't recall anyone else reporting this kind of problem.
> >
> > What your OS?
> >
> > Have you tried looking for anyone reporting a similar problem w/the
> > java mail api?
> >
> > Jtf
> >
> > On 3/24/06, thenew05@... <thenew05@...> wrote:
> > >
> > > I have even tried a new mail server, with the same results.
> > > If I comment out this section, CC does not hang.
> > > From my config.xml:
> > >
> > > <publishers>
> > > <email
> > > mailhost=3D"mailhoststg.we-energies.com "
> > > returnaddress=3D"mail@... "
> > >
> > > buildresultsurl=3D"
> http://120.10.202.156:8080/cruisecontrol/buildresults/${project.name}"
> > > skipusers=3D"true"
> > > spamwhilebroken=3D"true">
> > >
> > > <always address=3D" mail@..." />
> > > <failure address=3D"mail @energies.com" />
> > > </email>
> > > <artifactspublisher dir=3D"/usr2/local/builds/"
> > > dest=3D"artifacts/${project.name}" />
> > > </publishers>
> > >
> > >
> > >
> > > On 3/24/06, thenew05@... <thenew05@...> wrote:
> > > >
> > > >
> > > > I just ran into this issue where CC hangs on sending email. I get t=
he
> > > emails, but then CC it hangs. I have to kill the process to recover.
> > > > Does the emailpublisher waits for a return value to continue?
> > > >
> > > >
> > > > Here is part of debug my logs:
> > > >
> > > >
> > > > [cc]Mar-24 09:30:17 Log - Project TechTools: Writing log
> file
> > >
> [/usr2/local/builds/logs/TechTools/log20060324093004Lbuild.9.xml]
> > > > [cc]Mar-24 09:30:17 Project - Project TechTools: build
> successful
> > > > [cc]Mar-24 09:30:17 Project - Project TechTools: Serializing
> > > project to [TechTools.ser]
> > > > [cc]Mar-24 09:30:17 Project - Project TechTools: publishing
> build
> > > results
> > > > [cc]Mar-24 09:30:17 StatusListener- updating status to publishing f=
or
> > > project TechTools
> > > > [cc]Mar-24 09:30:17 EmailPublisher- List of emails: mail@...=
om
> > > > [cc]Mar-24 09:30:17 EmailPublisher- Sending email to: mail @
> energies.com
> > > > [cc]Mar-24 09:30:17 EmailPublisher-
> > > >
> > > >
> > > > DEBUG: getProvider() returning
> > > javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Su=
n
> > > Microsystems, Inc]
> > > > DEBUG SMTP: useEhlo true, useAuth false
> > > >
> > > > DEBUG: SMTPTransport trying to connect to host "mlxdpm1w3.dirsrv.co=
m",
> > > port 25
> > > >
> > > > DEBUG SMTP RCVD: 220 mlxdpm1w3.dirsrv.com Microsoft ESMTP MAIL
> Service,
> > > Version: 6.0.3790.211 ready at Fri, 24 Mar 2006 09:30:18 -0600
> > > >
> > > > DEBUG: SMTPTransport connected to host "mlxdpm1w3.dirsrv.com", port=
:
> 25
> > > >
> > > > DEBUG SMTP SENT: EHLO css-paps
> > > > DEBUG SMTP RCVD: 250-mlxdpm1w3.dirsrv.com Hello [ 120.10.202.154]
> > > > 250-TURN
> > > > 250-SIZE
> > > > 250-ETRN
> > > > 250-PIPELINING
> > > > 250-DSN
> > > > 250-ENHANCEDSTATUSCODES
> > > > 250-8bitmime
> > > > 250-BINARYMIME
> > > > 250-CHUNKING
> > > > 250-VRFY
> > > > 250-X-EXPS GSSAPI NTLM LOGIN
> > > > 250-X-EXPS=3DLOGIN
> > > > 250-AUTH GSSAPI NTLM LOGIN
> > > > 250-AUTH=3DLOGIN
> > > > 250-X-LINK2STATE
> > > > 250-XEXCH50
> > > > 250 OK
> > > >
> > > > DEBUG SMTP Found extension "TURN", arg ""
> > > > DEBUG SMTP Found extension "SIZE", arg ""
> > > > DEBUG SMTP Found extension "ETRN", arg ""
> > > > DEBUG SMTP Found extension "PIPELINING", arg ""
> > > > DEBUG SMTP Found extension "DSN", arg ""
> > > > DEBUG SMTP Found extension "ENHANCEDSTATUSCODES", arg ""
> > > > DEBUG SMTP Found extension "8bitmime", arg ""
> > > > DEBUG SMTP Found extension "BINARYMIME", arg ""
> > > > DEBUG SMTP Found extension "CHUNKING", arg ""
> > > > DEBUG SMTP Found extension "VRFY", arg ""
> > > > DEBUG SMTP Found extension "X-EXPS", arg "GSSAPI NTLM LOGIN"
> > > > DEBUG SMTP Found extension "X-EXPS=3DLOGIN", arg ""
> > > > DEBUG SMTP Found extension "AUTH", arg "GSSAPI NTLM LOGIN"
> > > > DEBUG SMTP Found extension "AUTH=3DLOGIN", arg ""
> > > > DEBUG SMTP Found extension "X-LINK2STATE", arg ""
> > > > DEBUG SMTP Found extension "XEXCH50", arg ""
> > > > DEBUG SMTP Found extension "OK", arg ""
> > > > DEBUG SMTP: use8bit false
> > > > DEBUG SMTP SENT: MAIL FROM:<mail@...>
> > > > DEBUG SMTP RCVD: 250 2.1.0 mail@... OK
> > > >
> > > > DEBUG SMTP SENT: RCPT TO:<mail@...>
> > > > DEBUG SMTP RCVD: 250 2.1.5 mail@...
> > > >
> > > > Verified Addresses
> > > > mail@...
> > > > DEBUG SMTP SENT: DATA
> > > > DEBUG SMTP RCVD: 354 Start mail input; end with <CRLF>.<CRLF>
> > > >
> > > > DEBUG SMTP SENT:
> > > > .
> > > > DEBUG SMTP RCVD: 250 2.6.0
> > > 5442802.1143214217902.JavaMail.csstech@... Queued
> mail
> > > for delivery
> > > >
> > > > DEBUG SMTP SENT: QUIT
> > > >
> > >
> > >
> >
> >
> > --
> >
> > http://www.developertesting.com/
> >
>
>
--
http://www.developertesting.com/
|