Dear developers,
I've downloaded fiwb0.9_build202_dist.zip,
unzipped in my windowsXP in C:tempim ,
started a command prompt,
>cd C:tempimdeploy
>start.cmd
wrapper | –> Wrapper Started as Console
wrapper | Launching a JVM…
jvm 1 | Listening for transport dt_socket at address: 50082
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 22.05.2010 20:17:57 com.fluidops.iwb.IwbStart main
jvm 1 | INFO: Starting IWB WikiServlet
jvm 1 |
jvm 1 | serviceMain: Encountered an error running main: java.rmi.ConnectExcep
tion: Connection refused to host: 192.168.2.104; nested exception is:
jvm 1 | java.net.ConnectException: Connection refused: connect
jvm 1 | java.rmi.ConnectException: Connection refused to host: 192.168.2.104; nested exception is:
jvm 1 | java.net.ConnectException: Connection refused: connect
jvm 1 | at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
jvm 1 | at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
jvm 1 | at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
jvm 1 | at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
jvm 1 | at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
jvm 1 | at java.rmi.Naming.rebind(Naming.java:160)
jvm 1 | at com.fluidops.iwb.IwbStart.main(IwbStart.java:268)
jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597)
jvm 1 | at com.fluidops.iwb.servicedaemon.Main.run(Main.java:85)
jvm 1 | at java.lang.Thread.run(Thread.java:619)
jvm 1 | Caused by: java.net.ConnectException: Connection refused: connect
jvm 1 | at java.net.PlainSocketImpl.socketConnect(Native Method)
jvm 1 | at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
jvm 1 | at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
jvm 1 | at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
jvm 1 | at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
jvm 1 | at java.net.Socket.connect(Socket.java:519)
jvm 1 | at java.net.Socket.connect(Socket.java:469)
jvm 1 | at com.fluidops.comwork.RMISSLSocketFactory.createSocket(RMISSLSocketFactory.java:210)
jvm 1 | at com.fluidops.comwork.RMIMultiHomeSocketFactory.createSocket(RMIMultiHomeSocketFactory.java:42)
jvm 1 | at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
jvm 1 | … 12 more
wrapper | <– Wrapper Stopped
If instead I disconnect from the network then the application starts without problems, connecting to localhost, however then in the demos practically no data is downloaded and the only thing I can do is then to buildup knowledge networks myself by adding semantic media wiki code …
can you please describe how to fix it on windows so that it works also when the laptop is connected to the internet ?
furthermore, it is not clear to me how to customise it … namely how to include my own data/ knowledge bases / triplestores … by programming or by configuration ? where ? how ?