Hi John,
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)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:
119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
at openwfe.org.net.SocketService.init(SocketService.java:191)
at
openwfe.org.engine.impl.listen.SocketListener.init(SocketListener.java:
132)
at
openwfe.org.app.XmlApplicationContextBuilder.doBuild(XmlApplicationContextBuilder.java:
256)
at
openwfe.org.app.XmlApplicationContextBuilder.doBuild(XmlApplicationContextBuilder.java:
163)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
120)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
110)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
93)
at openwfe.org.Application.main(Application.java:111)
2006-11-08 06:01:54,483 [main] INFO
openwfe.org.app.XmlApplicationContextBuilder - bound service
'Listener.socket' (openwfe.org.engine.impl.listen.SocketListener)
2006-11-08 06:01:54,488 [main] INFO
openwfe.org.engine.listen.EngineWorkItemConsumer - init()
processDefinitionField set to '__definition__'
2006-11-08 06:01:54,488 [main] INFO
openwfe.org.engine.listen.EngineWorkItemConsumer - init()
archiveProcessDefinitionField set to '__old_definitions__'
2006-11-08 06:01:54,488 [main] INFO
openwfe.org.app.XmlApplicationContextBuilder - bound service
'consumer' (openwfe.org.engine.listen.EngineWorkItemConsumer)
2006-11-08 06:01:54,490 [main] DEBUG openwfe.org.net.SocketService -
init() listening on port 7077
2006-11-08 06:01:54,491 [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)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:
119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
at openwfe.org.net.SocketService.init(SocketService.java:191)
at
openwfe.org.app.XmlApplicationContextBuilder.doBuild(XmlApplicationContextBuilder.java:
256)
at
openwfe.org.app.XmlApplicationContextBuilder.doBuild(XmlApplicationContextBuilder.java:
163)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
120)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
110)
at
openwfe.org.app.XmlApplicationContextBuilder.build(XmlApplicationContextBuilder.java:
93)
at openwfe.org.Application.main(Application.java:111)
2006-11-08 06:01:54,509 [main] INFO
openwfe.org.app.XmlApplicationContextBuilder - bound service
'statusService' (openwfe.org.status.StatusService)
2006-11-08 06:01:54,515 [main] INFO openwfe.org.auth.PolicyService -
init() using PasswdCodec 'openwfe.org.auth.xml.XmlPasswdCodec'
2006-11-08 06:01:54,943 [main] INFO openwfe.org.auth.PolicyService -
init() refresh passwd each time ? false
We are using services from the worklist, uman and the engine.
some ideas? some guidelines,
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---