Hi Romina, 2007/5/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > we are running tests over Openwfe in Linux Red Hat Version 4, Java jdk > 6, and even when we can connect from webclient to the engine we are > getting some exceptions when we tried from our application. > Our application is connecting to the engine through the RMI interface, > in Windows works well. > these are the exceptions that we are obtaining from the engine,log > 2006-11-08 06:01:54,029 [main] DEBUG > openwfe.org.engine.impl.workitem.xml.XmlWorkItemCoder - init() put > 'openwfe.org.engine.impl.workitem.xml.ListAttributeCoder' for 'list' > 2006-11-08 06:01:54,030 [main] DEBUG > openwfe.org.engine.impl.workitem.xml.XmlWorkItemCoder - init() > publishNamespace ? true > 2006-11-08 06:01:54,032 [main] DEBUG > openwfe.org.engine.workitem.XmlCoderLoader - buildCoderConfiguration() > workItemCoder initialized > 2006-11-08 06:01:54,032 [main] INFO > openwfe.org.engine.workitem.XmlCoderLoader - buildCoderConfiguration() > for coder 'xmlCoder' > 2006-11-08 06:01:54,347 [main] INFO > openwfe.org.engine.workitem.XmlCoderLoader - Setting workItemCoder > 'xmlCoder' as xmlCoder > 2006-11-08 06:01:54,348 [main] INFO > openwfe.org.app.XmlApplicationContextBuilder - bound service > 'workItemCoderLoader' (openwfe.org.engine.workitem.XmlCoderLoader) > 2006-11-08 06:01:54,359 [main] INFO > openwfe.org.engine.listen.WorkItemListener - Listener > 'Listener.socket' uses Consumer 'consumer' > 2006-11-08 06:01:54,363 [main] DEBUG openwfe.org.net.SocketService - > init() listening on port 7007 > 2006-11-08 06:01:54,471 [main] WARN openwfe.org.net.SocketService - > Socket handling failed. Service stopped. > java.net.BindException: La dirección ya se está usando > at sun.nio.ch.Net.bind(Native Method)
Seems like something is already listening on some port (7007 ?). Check with something like "netstat -a" before starting the OpenWFE suite. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
