smtp error

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

smtp error

Jose Gato Lui
Hello all, Im only trying to make an example of XPL to send an email but
I have the error: "smtp"

I call to the XPL from the submit:

<xforms:submission id="submitIntercambioTareas"
ref="instance('mainForm')" method="post" action="/sendmail"
separator="&amp;" />

and then in my page-flow:

 <page id="intercambioTareasMail" path-info="/sendmail"
model="pipe.xpl"/>

the send mail xpl is copy/pasted from the orbeon webpage example:

<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
    xmlns:oxf="http://www.orbeon.com/oxf/processors">

<p:processor name="oxf:email">
        <p:input name="data">
                <message>
                        <smtp-host>bla.blabla.com</smtp-host>
                        <from>
                                <email>[hidden email]</email>
                                <name>jose</name>
                        </from>
                        <to>
                                <email>[hidden email]</email>
                                <name>Jose</name>
                        </to>
                        <subject>probando xforms</subject>
                        <body content-type="text/plain">Hello,
Jani!</body>
                </message>
        </p:input>
</p:processor>

</p:config>


When I click on submit button I have smtp error.

any idea? thanks all

--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Erik Bruchez
Administrator
Jose,

That's not enough information to tell. Do you have a Java exception in
the logs?

-Erik

Jose Gato Lui wrote:

> Hello all, Im only trying to make an example of XPL to send an email but
> I have the error: "smtp"
>
> I call to the XPL from the submit:
>
> <xforms:submission id="submitIntercambioTareas"
> ref="instance('mainForm')" method="post" action="/sendmail"
> separator="&amp;" />
>
> and then in my page-flow:
>
>  <page id="intercambioTareasMail" path-info="/sendmail"
> model="pipe.xpl"/>
>
> the send mail xpl is copy/pasted from the orbeon webpage example:
>
> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
>
> <p:processor name="oxf:email">
>         <p:input name="data">
>                 <message>
>                         <smtp-host>bla.blabla.com</smtp-host>
>                         <from>
>                                 <email>[hidden email]</email>
>                                 <name>jose</name>
>                         </from>
>                         <to>
>                                 <email>[hidden email]</email>
>                                 <name>Jose</name>
>                         </to>
>                         <subject>probando xforms</subject>
>                         <body content-type="text/plain">Hello,
> Jani!</body>
>                 </message>
>         </p:input>
> </p:processor>
>
> </p:config>
>
>
> When I click on submit button I have smtp error.
>
> any idea? thanks all
>
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Jose Gato Lui
Hi again,

I hope this picture could help you, sorry I dont have any log to send
you the exception in a plain text :(



El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:

> Jose,
>
> That's not enough information to tell. Do you have a Java exception in
> the logs?
>
> -Erik
>
> Jose Gato Lui wrote:
> > Hello all, Im only trying to make an example of XPL to send an email but
> > I have the error: "smtp"
> >
> > I call to the XPL from the submit:
> >
> > <xforms:submission id="submitIntercambioTareas"
> > ref="instance('mainForm')" method="post" action="/sendmail"
> > separator="&amp;" />
> >
> > and then in my page-flow:
> >
> >  <page id="intercambioTareasMail" path-info="/sendmail"
> > model="pipe.xpl"/>
> >
> > the send mail xpl is copy/pasted from the orbeon webpage example:
> >
> > <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
> >     xmlns:oxf="http://www.orbeon.com/oxf/processors">
> >
> > <p:processor name="oxf:email">
> >         <p:input name="data">
> >                 <message>
> >                         <smtp-host>bla.blabla.com</smtp-host>
> >                         <from>
> >                                 <email>[hidden email]</email>
> >                                 <name>jose</name>
> >                         </from>
> >                         <to>
> >                                 <email>[hidden email]</email>
> >                                 <name>Jose</name>
> >                         </to>
> >                         <subject>probando xforms</subject>
> >                         <body content-type="text/plain">Hello,
> > Jani!</body>
> >                 </message>
> >         </p:input>
> > </p:processor>
> >
> > </p:config>
> >
> >
> > When I click on submit button I have smtp error.
> >
> > any idea? thanks all
> >
> >
>
>
> documento de texto sencillo adjunto (message-footer.txt)
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]

smtp-orbeon-error.png (58K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Martin Mohnhaupt
Hello,

Seems your mail host (204.13.160.129) does not reply (tried a dig, a ping, a telnet 25)...

Martin



Jose Gato Lui wrote:
Hi again, 

I hope this picture could help you, sorry I dont have any log to send
you the exception in a plain text :(



El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
  
Jose,

That's not enough information to tell. Do you have a Java exception in 
the logs?

-Erik

Jose Gato Lui wrote:
    
Hello all, Im only trying to make an example of XPL to send an email but
I have the error: "smtp"

I call to the XPL from the submit:

<xforms:submission id="submitIntercambioTareas"
ref="instance('mainForm')" method="post" action="/sendmail"
separator="&amp;" />

and then in my page-flow:

 <page id="intercambioTareasMail" path-info="/sendmail"
model="pipe.xpl"/>

the send mail xpl is copy/pasted from the orbeon webpage example:

<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
    xmlns:oxf="http://www.orbeon.com/oxf/processors">

<p:processor name="oxf:email">
        <p:input name="data">
                <message>
                        <smtp-host>bla.blabla.com</smtp-host>
                        <from>
                                <email>[hidden email]</email>
                                <name>jose</name>
                        </from>
                        <to>
                                <email>[hidden email]</email>
                                <name>Jose</name>
                        </to>
                        <subject>probando xforms</subject>
                        <body content-type="text/plain">Hello,
Jani!</body>
                </message>
        </p:input>
</p:processor>

</p:config>


When I click on submit button I have smtp error.

any idea? thanks all


      
documento de texto sencillo adjunto (message-footer.txt)
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
    




-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

-- 
Martin Mohnhaupt
Nice Data Systems
Rue de Lyon 42 - CH 1203 GENEVE
Tél: +41 (0) 22 344 11 39
Mob: +41 (0) 78 636 00 75
Email: [hidden email]
Web: http://www.nicedata.com
Skype: martin.mohnhaupt
Action Carbone: http://www.actioncarbone.org
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Erik Bruchez
Administrator
In reply to this post by Jose Gato Lui
Jose,

I think Google will be your friend here. Given the port number, I assume
you are using WebLogic? Here is something I found on the topic that
seems to imply WebLogic. It's pretty old, but it may help you.

   http://www.jguru.com/faq/view.jsp?EID=122151

-Erik

Jose Gato Lui wrote:

> Hi again,
>
> I hope this picture could help you, sorry I dont have any log to send
> you the exception in a plain text :(
>
>
>
> El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
>> Jose,
>>
>> That's not enough information to tell. Do you have a Java exception in
>> the logs?
>>
>> -Erik
>>
>> Jose Gato Lui wrote:
>>> Hello all, Im only trying to make an example of XPL to send an email but
>>> I have the error: "smtp"
>>>
>>> I call to the XPL from the submit:
>>>
>>> <xforms:submission id="submitIntercambioTareas"
>>> ref="instance('mainForm')" method="post" action="/sendmail"
>>> separator="&amp;" />
>>>
>>> and then in my page-flow:
>>>
>>>  <page id="intercambioTareasMail" path-info="/sendmail"
>>> model="pipe.xpl"/>
>>>
>>> the send mail xpl is copy/pasted from the orbeon webpage example:
>>>
>>> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
>>>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
>>>
>>> <p:processor name="oxf:email">
>>>         <p:input name="data">
>>>                 <message>
>>>                         <smtp-host>bla.blabla.com</smtp-host>
>>>                         <from>
>>>                                 <email>[hidden email]</email>
>>>                                 <name>jose</name>
>>>                         </from>
>>>                         <to>
>>>                                 <email>[hidden email]</email>
>>>                                 <name>Jose</name>
>>>                         </to>
>>>                         <subject>probando xforms</subject>
>>>                         <body content-type="text/plain">Hello,
>>> Jani!</body>
>>>                 </message>
>>>         </p:input>
>>> </p:processor>
>>>
>>> </p:config>
>>>
>>>
>>> When I click on submit button I have smtp error.
>>>
>>> any idea? thanks all
>>>
>>>
>>
>> documento de texto sencillo adjunto (message-footer.txt)
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>> ------------------------------------------------------------------------
>>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Jose Gato Lui
In reply to this post by Martin Mohnhaupt
Hi,

the mail host that Im using is 213.171.250.236 , I can make a ping over
there and I can use it as an smtp server with any mail client like
evolution.

:(


El lun, 05-02-2007 a las 11:54 +0100, Martin Mohnhaupt escribió:

> Hello,
>
> Seems your mail host (204.13.160.129) does not reply (tried a dig, a
> ping, a telnet 25)...
>
> Martin
>
>
>
> Jose Gato Lui wrote:
> > Hi again,
> >
> > I hope this picture could help you, sorry I dont have any log to send
> > you the exception in a plain text :(
> >
> >
> >
> > El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
> >  
> > > Jose,
> > >
> > > That's not enough information to tell. Do you have a Java exception in
> > > the logs?
> > >
> > > -Erik
> > >
> > > Jose Gato Lui wrote:
> > >    
> > > > Hello all, Im only trying to make an example of XPL to send an email but
> > > > I have the error: "smtp"
> > > >
> > > > I call to the XPL from the submit:
> > > >
> > > > <xforms:submission id="submitIntercambioTareas"
> > > > ref="instance('mainForm')" method="post" action="/sendmail"
> > > > separator="&amp;" />
> > > >
> > > > and then in my page-flow:
> > > >
> > > >  <page id="intercambioTareasMail" path-info="/sendmail"
> > > > model="pipe.xpl"/>
> > > >
> > > > the send mail xpl is copy/pasted from the orbeon webpage example:
> > > >
> > > > <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
> > > >     xmlns:oxf="http://www.orbeon.com/oxf/processors">
> > > >
> > > > <p:processor name="oxf:email">
> > > >         <p:input name="data">
> > > >                 <message>
> > > >                         <smtp-host>bla.blabla.com</smtp-host>
> > > >                         <from>
> > > >                                 <email>[hidden email]</email>
> > > >                                 <name>jose</name>
> > > >                         </from>
> > > >                         <to>
> > > >                                 <email>[hidden email]</email>
> > > >                                 <name>Jose</name>
> > > >                         </to>
> > > >                         <subject>probando xforms</subject>
> > > >                         <body content-type="text/plain">Hello,
> > > > Jani!</body>
> > > >                 </message>
> > > >         </p:input>
> > > > </p:processor>
> > > >
> > > > </p:config>
> > > >
> > > >
> > > > When I click on submit button I have smtp error.
> > > >
> > > > any idea? thanks all
> > > >
> > > >
> > > >      
> > > documento de texto sencillo adjunto (message-footer.txt)
> > > --
> > > You receive this message as a subscriber of the [hidden email] mailing list.
> > > To unsubscribe: mailto:[hidden email]
> > > For general help: mailto:[hidden email]?subject=help
> > > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> > >    
> > >
> > >
> > > __________________________________________________________________
> > >
> > >
> > >
> > > __________________________________________________________________
> > >
> > >
> > > --
> > > You receive this message as a subscriber of the [hidden email] mailing list.
> > > To unsubscribe: mailto:[hidden email]
> > > For general help: mailto:[hidden email]?subject=help
> > > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> > >    
>
> --
> Martin Mohnhaupt
> Nice Data Systems
> Rue de Lyon 42 - CH 1203 GENEVE
> Tél: +41 (0) 22 344 11 39
> Mob: +41 (0) 78 636 00 75
> Email: [hidden email]
> Web: http://www.nicedata.com
> Skype: martin.mohnhaupt
> Action Carbone: http://www.actioncarbone.org
> documento de texto sencillo adjunto (message-footer.txt)
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Jose Gato Lui
In reply to this post by Erik Bruchez
Hi again,

Im using Jonas 4.7.1

thanks..


El lun, 05-02-2007 a las 12:01 +0100, Erik Bruchez escribió:

> Jose,
>
> I think Google will be your friend here. Given the port number, I assume
> you are using WebLogic? Here is something I found on the topic that
> seems to imply WebLogic. It's pretty old, but it may help you.
>
>    http://www.jguru.com/faq/view.jsp?EID=122151
>
> -Erik
>
> Jose Gato Lui wrote:
> > Hi again,
> >
> > I hope this picture could help you, sorry I dont have any log to send
> > you the exception in a plain text :(
> >
> >
> >
> > El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
> >> Jose,
> >>
> >> That's not enough information to tell. Do you have a Java exception in
> >> the logs?
> >>
> >> -Erik
> >>
> >> Jose Gato Lui wrote:
> >>> Hello all, Im only trying to make an example of XPL to send an email but
> >>> I have the error: "smtp"
> >>>
> >>> I call to the XPL from the submit:
> >>>
> >>> <xforms:submission id="submitIntercambioTareas"
> >>> ref="instance('mainForm')" method="post" action="/sendmail"
> >>> separator="&amp;" />
> >>>
> >>> and then in my page-flow:
> >>>
> >>>  <page id="intercambioTareasMail" path-info="/sendmail"
> >>> model="pipe.xpl"/>
> >>>
> >>> the send mail xpl is copy/pasted from the orbeon webpage example:
> >>>
> >>> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
> >>>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
> >>>
> >>> <p:processor name="oxf:email">
> >>>         <p:input name="data">
> >>>                 <message>
> >>>                         <smtp-host>bla.blabla.com</smtp-host>
> >>>                         <from>
> >>>                                 <email>[hidden email]</email>
> >>>                                 <name>jose</name>
> >>>                         </from>
> >>>                         <to>
> >>>                                 <email>[hidden email]</email>
> >>>                                 <name>Jose</name>
> >>>                         </to>
> >>>                         <subject>probando xforms</subject>
> >>>                         <body content-type="text/plain">Hello,
> >>> Jani!</body>
> >>>                 </message>
> >>>         </p:input>
> >>> </p:processor>
> >>>
> >>> </p:config>
> >>>
> >>>
> >>> When I click on submit button I have smtp error.
> >>>
> >>> any idea? thanks all
> >>>
> >>>
> >>
> >> documento de texto sencillo adjunto (message-footer.txt)
> >> --
> >> You receive this message as a subscriber of the [hidden email] mailing list.
> >> To unsubscribe: mailto:[hidden email]
> >> For general help: mailto:[hidden email]?subject=help
> >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >>
> >> ------------------------------------------------------------------------
> >>
>
>
> documento de texto sencillo adjunto (message-footer.txt)
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Jose Gato Lui
In reply to this post by Erik Bruchez
HI:

Taking a look more deepn into the exceptions I have found more
information, a ValidationException, with this error:

Exception Class org.orbeon.oxf.common.ValidationException Message
null, line -1, column -1, description executing processor: oxf:/test2/mio/pipe.xpl, line 4, column 31, description executing processor: smtp smtp oxf:/test2/mio/pipe.xpl, line 4, column 31, description executing processor: smtp smtp



El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:

> Jose,
>
> That's not enough information to tell. Do you have a Java exception in
> the logs?
>
> -Erik
>
> Jose Gato Lui wrote:
> > Hello all, Im only trying to make an example of XPL to send an email but
> > I have the error: "smtp"
> >
> > I call to the XPL from the submit:
> >
> > <xforms:submission id="submitIntercambioTareas"
> > ref="instance('mainForm')" method="post" action="/sendmail"
> > separator="&amp;" />
> >
> > and then in my page-flow:
> >
> >  <page id="intercambioTareasMail" path-info="/sendmail"
> > model="pipe.xpl"/>
> >
> > the send mail xpl is copy/pasted from the orbeon webpage example:
> >
> > <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
> >     xmlns:oxf="http://www.orbeon.com/oxf/processors">
> >
> > <p:processor name="oxf:email">
> >         <p:input name="data">
> >                 <message>
> >                         <smtp-host>bla.blabla.com</smtp-host>
> >                         <from>
> >                                 <email>[hidden email]</email>
> >                                 <name>jose</name>
> >                         </from>
> >                         <to>
> >                                 <email>[hidden email]</email>
> >                                 <name>Jose</name>
> >                         </to>
> >                         <subject>probando xforms</subject>
> >                         <body content-type="text/plain">Hello,
> > Jani!</body>
> >                 </message>
> >         </p:input>
> > </p:processor>
> >
> > </p:config>
> >
> >
> > When I click on submit button I have smtp error.
> >
> > any idea? thanks all
> >
> >
>
>
> documento de texto sencillo adjunto (message-footer.txt)
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Erik Bruchez
Administrator
Jose,

Thanks. This just tells us that the issue was with the oxf:email
processor, which we already knew ;-)

-Erik

Jose Gato Lui wrote:

> HI:
>
> Taking a look more deepn into the exceptions I have found more
> information, a ValidationException, with this error:
>
> Exception Class org.orbeon.oxf.common.ValidationException Message
> null, line -1, column -1, description executing processor: oxf:/test2/mio/pipe.xpl, line 4, column 31, description executing processor: smtp smtp oxf:/test2/mio/pipe.xpl, line 4, column 31, description executing processor: smtp smtp
>
>
>
> El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
>> Jose,
>>
>> That's not enough information to tell. Do you have a Java exception in
>> the logs?
>>
>> -Erik
>>
>> Jose Gato Lui wrote:
>>> Hello all, Im only trying to make an example of XPL to send an email but
>>> I have the error: "smtp"
>>>
>>> I call to the XPL from the submit:
>>>
>>> <xforms:submission id="submitIntercambioTareas"
>>> ref="instance('mainForm')" method="post" action="/sendmail"
>>> separator="&amp;" />
>>>
>>> and then in my page-flow:
>>>
>>>  <page id="intercambioTareasMail" path-info="/sendmail"
>>> model="pipe.xpl"/>
>>>
>>> the send mail xpl is copy/pasted from the orbeon webpage example:
>>>
>>> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
>>>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
>>>
>>> <p:processor name="oxf:email">
>>>         <p:input name="data">
>>>                 <message>
>>>                         <smtp-host>bla.blabla.com</smtp-host>
>>>                         <from>
>>>                                 <email>[hidden email]</email>
>>>                                 <name>jose</name>
>>>                         </from>
>>>                         <to>
>>>                                 <email>[hidden email]</email>
>>>                                 <name>Jose</name>
>>>                         </to>
>>>                         <subject>probando xforms</subject>
>>>                         <body content-type="text/plain">Hello,
>>> Jani!</body>
>>>                 </message>
>>>         </p:input>
>>> </p:processor>
>>>
>>> </p:config>
>>>
>>>
>>> When I click on submit button I have smtp error.
>>>
>>> any idea? thanks all
>>>
>>>
>>
>> documento de texto sencillo adjunto (message-footer.txt)
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Erik Bruchez
Administrator
In reply to this post by Jose Gato Lui
Jose,

It may be a similar problem with Jonas. Can you try, under WEB-INF/lib,
renaming mail-1_3_2.jar to mail-1_3_2.jar.bak, and activation-1_0_2.jar
to activation-1_0_2.jar.bak. Then restart of course and see if that
changes something.

-Erik

Jose Gato Lui wrote:

> Hi again,
>
> Im using Jonas 4.7.1
>
> thanks..
>
>
> El lun, 05-02-2007 a las 12:01 +0100, Erik Bruchez escribió:
>> Jose,
>>
>> I think Google will be your friend here. Given the port number, I assume
>> you are using WebLogic? Here is something I found on the topic that
>> seems to imply WebLogic. It's pretty old, but it may help you.
>>
>>    http://www.jguru.com/faq/view.jsp?EID=122151
>>
>> -Erik
>>
>> Jose Gato Lui wrote:
>>> Hi again,
>>>
>>> I hope this picture could help you, sorry I dont have any log to send
>>> you the exception in a plain text :(
>>>
>>>
>>>
>>> El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
>>>> Jose,
>>>>
>>>> That's not enough information to tell. Do you have a Java exception in
>>>> the logs?
>>>>
>>>> -Erik
>>>>
>>>> Jose Gato Lui wrote:
>>>>> Hello all, Im only trying to make an example of XPL to send an email but
>>>>> I have the error: "smtp"
>>>>>
>>>>> I call to the XPL from the submit:
>>>>>
>>>>> <xforms:submission id="submitIntercambioTareas"
>>>>> ref="instance('mainForm')" method="post" action="/sendmail"
>>>>> separator="&amp;" />
>>>>>
>>>>> and then in my page-flow:
>>>>>
>>>>>  <page id="intercambioTareasMail" path-info="/sendmail"
>>>>> model="pipe.xpl"/>
>>>>>
>>>>> the send mail xpl is copy/pasted from the orbeon webpage example:
>>>>>
>>>>> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
>>>>>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
>>>>>
>>>>> <p:processor name="oxf:email">
>>>>>         <p:input name="data">
>>>>>                 <message>
>>>>>                         <smtp-host>bla.blabla.com</smtp-host>
>>>>>                         <from>
>>>>>                                 <email>[hidden email]</email>
>>>>>                                 <name>jose</name>
>>>>>                         </from>
>>>>>                         <to>
>>>>>                                 <email>[hidden email]</email>
>>>>>                                 <name>Jose</name>
>>>>>                         </to>
>>>>>                         <subject>probando xforms</subject>
>>>>>                         <body content-type="text/plain">Hello,
>>>>> Jani!</body>
>>>>>                 </message>
>>>>>         </p:input>
>>>>> </p:processor>
>>>>>
>>>>> </p:config>
>>>>>
>>>>>
>>>>> When I click on submit button I have smtp error.
>>>>>
>>>>> any idea? thanks all
>>>>>
>>>>>
>>>> documento de texto sencillo adjunto (message-footer.txt)
>>>> --
>>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>
>> documento de texto sencillo adjunto (message-footer.txt)
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: smtp error

Jose Gato Lui
Thank you, now It works right...  ;)

El lun, 05-02-2007 a las 18:03 +0100, Erik Bruchez escribió:

> Jose,
>
> It may be a similar problem with Jonas. Can you try, under WEB-INF/lib,
> renaming mail-1_3_2.jar to mail-1_3_2.jar.bak, and activation-1_0_2.jar
> to activation-1_0_2.jar.bak. Then restart of course and see if that
> changes something.
>
> -Erik
>
> Jose Gato Lui wrote:
> > Hi again,
> >
> > Im using Jonas 4.7.1
> >
> > thanks..
> >
> >
> > El lun, 05-02-2007 a las 12:01 +0100, Erik Bruchez escribió:
> >> Jose,
> >>
> >> I think Google will be your friend here. Given the port number, I assume
> >> you are using WebLogic? Here is something I found on the topic that
> >> seems to imply WebLogic. It's pretty old, but it may help you.
> >>
> >>    http://www.jguru.com/faq/view.jsp?EID=122151
> >>
> >> -Erik
> >>
> >> Jose Gato Lui wrote:
> >>> Hi again,
> >>>
> >>> I hope this picture could help you, sorry I dont have any log to send
> >>> you the exception in a plain text :(
> >>>
> >>>
> >>>
> >>> El lun, 29-01-2007 a las 10:55 +0100, Erik Bruchez escribió:
> >>>> Jose,
> >>>>
> >>>> That's not enough information to tell. Do you have a Java exception in
> >>>> the logs?
> >>>>
> >>>> -Erik
> >>>>
> >>>> Jose Gato Lui wrote:
> >>>>> Hello all, Im only trying to make an example of XPL to send an email but
> >>>>> I have the error: "smtp"
> >>>>>
> >>>>> I call to the XPL from the submit:
> >>>>>
> >>>>> <xforms:submission id="submitIntercambioTareas"
> >>>>> ref="instance('mainForm')" method="post" action="/sendmail"
> >>>>> separator="&amp;" />
> >>>>>
> >>>>> and then in my page-flow:
> >>>>>
> >>>>>  <page id="intercambioTareasMail" path-info="/sendmail"
> >>>>> model="pipe.xpl"/>
> >>>>>
> >>>>> the send mail xpl is copy/pasted from the orbeon webpage example:
> >>>>>
> >>>>> <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
> >>>>>     xmlns:oxf="http://www.orbeon.com/oxf/processors">
> >>>>>
> >>>>> <p:processor name="oxf:email">
> >>>>>         <p:input name="data">
> >>>>>                 <message>
> >>>>>                         <smtp-host>bla.blabla.com</smtp-host>
> >>>>>                         <from>
> >>>>>                                 <email>[hidden email]</email>
> >>>>>                                 <name>jose</name>
> >>>>>                         </from>
> >>>>>                         <to>
> >>>>>                                 <email>[hidden email]</email>
> >>>>>                                 <name>Jose</name>
> >>>>>                         </to>
> >>>>>                         <subject>probando xforms</subject>
> >>>>>                         <body content-type="text/plain">Hello,
> >>>>> Jani!</body>
> >>>>>                 </message>
> >>>>>         </p:input>
> >>>>> </p:processor>
> >>>>>
> >>>>> </p:config>
> >>>>>
> >>>>>
> >>>>> When I click on submit button I have smtp error.
> >>>>>
> >>>>> any idea? thanks all
> >>>>>
> >>>>>
> >>>> documento de texto sencillo adjunto (message-footer.txt)
> >>>> --
> >>>> You receive this message as a subscriber of the [hidden email] mailing list.
> >>>> To unsubscribe: mailto:[hidden email]
> >>>> For general help: mailto:[hidden email]?subject=help
> >>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >>>>
> >>>> ------------------------------------------------------------------------
> >>>>
> >>
> >> documento de texto sencillo adjunto (message-footer.txt)
> >> --
> >> You receive this message as a subscriber of the [hidden email] mailing list.
> >> To unsubscribe: mailto:[hidden email]
> >> For general help: mailto:[hidden email]?subject=help
> >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> documento de texto sencillo adjunto (message-footer.txt)
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
José Gato Luis
Departamento de I+D
Ándago Ingeniería - www.andago.com

Teléfono: +34 916 011 373
e-mail: [hidden email]




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws