[Isis-users] J-ISIS installation

Werner Hillebrecht werner.hillebrecht at gmail.com
Thu Oct 29 08:36:06 CET 2015


I installed J-ISIS on a Windows 8.1 laptop according to instruction
(at least I thought so). After installation, I could open it and
create a test database.  But something must have gone wrong, and I
can't figure out what. Next time I try to open, I get the message:

A org.unesco.jisis.corelib.exceptions.TechnicalException exception has occurred.
However, the system should continue working without further problems.
Click Show Details for the stack trace.

The stack trace then reads:

java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:444)
	at sun.nio.ch.Net.bind(Net.java:436)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
	at org.unesco.jisis.corelib.server.Reactor.<init>(Reactor.java:91)
Caused: org.unesco.jisis.corelib.exceptions.TechnicalException:
Couldn't bind a socket to a local address and port:1111
	at org.unesco.jisis.corelib.server.Reactor.<init>(Reactor.java:120)
	at org.unesco.jisis.corelib.server.DbServerService.start(DbServerService.java:65)
[catch] at org.unesco.jisis.jisiscore.JavaISIS.restored(JavaISIS.java:80)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:471)
	at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:394)
	at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:105)
	at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:346)
	at org.openide.filesystems.FileUtil$2.run(FileUtil.java:447)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:641)
	at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:431)
	at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:451)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:343)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1194)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1017)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:301)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:181)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:150)
	at org.netbeans.core.startup.Main.start(Main.java:307)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
	at java.lang.Thread.run(Thread.java:745)


More information about the isis-users mailing list