1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Multiple Instances of JCA on Same Computer? |
From: | "Olson, Thomas C." <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Thu, 8 Aug 2013 14:12:29 +0000 |
Hello,
I'm currently working on a simulator for power plant diagnostics at Argonne.
Due to how our existing code base is designed, one of the components in our project requires multiple instances of JCA that may or may not be running at the same time. Ideally we would only have a single instance of JCA in a singleton object, but we don't
want to fundamentally change how our project is structured.
What would be the best way to do this? I assume there is a way to have each instance of JCA use a separate port so there are no conflicts. As it stands now we just keep getting the following error:
java.net.SocketException: Unrecognized Windows Sockets error: 0: Cannot bind
Any thoughts?
Thanks,
Tom Olson
|