Here is the exeption. I tried Stop / Shutdown and restart my component
through JMX Console without success, it still throws this error.
I do not know about JIRA...
ERROR - PollingComponentSupport - Caught exception while polling:
java.net.SocketException: Software caused connection abort: socket write
erro
r
java.net.SocketException: Software caused connection abort: socket write
error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at
org.apache.commons.net.telnet.TelnetClient._flushOutputStream(TelnetClient.java:77)
at
org.apache.commons.net.telnet.TelnetOutputStream.flush(TelnetOutputStream.java:137)
at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
at
sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:410)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
at java.io.BufferedWriter.flush(BufferedWriter.java:236)
at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:442)
at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:520)
at org.apache.commons.net.ftp.FTP.port(FTP.java:849)
at
org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:477)
at
org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2390)
at
org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2364)
at
org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
at
org.apache.servicemix.components.net.FTPPoller.poll(FTPPoller.java:61)
at
org.apache.servicemix.components.util.PollingComponentSupport.run(PollingComponentSupport.java:62)
at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
gnodet wrote:
>
> On 10/5/06, mart <[EMAIL PROTECTED]> wrote:
>>
>> Several questions comes to my mind when testing servicemix. I am very
>> beginner in WS, SOA, ESB, etc.
>>
>> I have setup a simple FTP => Mail+Screen flow using cimero.
>>
>> - If I shut down the FTP server, simulating a failure, connection is
>> never
>> restablished when server comes online again.
>
> Could you raise a JIRA please ?
> Also if you have any exceptions logged, please put it in the JIRA.
>
>>
>> - What would you suggest if this message has to be submitted to a
>> specific
>> treatment before being retransmitted?
>
> You can write a lightweight component extending the TransformComponent
> class, or use an existing SE. The TransformComponent class can handle
> InOnly meps (and forward the transformed message to another endpoint) or
> InOut meps. If you need to brige InOnly and InOut, you can use the
> EIP component
>
> [1]
> http://incubator.apache.org/servicemix/dist/servicemix-3.0-incubating/site/servicemix-core/apidocs/org/apache/servicemix/components/util/TransformComponent.html
> [2]
> http://servicemix.goopen.org/site/servicemix-eip.html#servicemix-eip-Pipeline
>>
>> - What are the security features available in ServiceMix? Is there any
>> way
>> to use a LDAP server to identify and authorize users?
>
> ServiceMix uses JAAS to perform authentication and authorization.
> An example is being developed [3] and you can grab some (not much yet)
> informations on how to configure security at [4]. LDAP is not supported
> yet
> but you should be able to write a custom JAAS login module using
> [5]
>
> [3]
> http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/ws-sec/
> [4]
> http://goopen.org/confluence/display/SM30UG/6.+Configuring+ServiceMix#6.ConfiguringServiceMix-Configurationfiles
> [5]
> http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-security/src/main/java/org/apache/geronimo/security/realm/providers/LDAPLoginModule.java?revision=437240&view=markup
>
>>
>> Sorry I know these are very different questions.
>>
>> thanks for info
>>
>> martin.
>> --
>> View this message in context:
>> http://www.nabble.com/Questions-tf2387109.html#a6654631
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Cheers,
> Guillaume Nodet
>
>
--
View this message in context:
http://www.nabble.com/Questions-tf2387109.html#a6655695
Sent from the ServiceMix - User mailing list archive at Nabble.com.