Got blocked by win 8.1....here's selected parts of the log file..., what should i do different to the setup instructions provided?
1st part
Jul 07, 2014 7:02:38 PM matrex.server.Start main
INFO: Codebase: C:\Programs\Matrex/matrex_server.jar
Jul 07, 2014 7:02:38 PM matrex.server.Start main
INFO: Server projects directory: C:\Programs\Matrex/srvprj
Jul 07, 2014 7:02:38 PM matrex.server.Start fixRMICodebase
FINE: java.rmi.server.codebase system property not found
Jul 07, 2014 7:02:38 PM matrex.server.Start fixRMICodebase
INFO: java.rmi.server.codebase: file:/C:/Programs/Matrex/matrex_server.jar
Jul 07, 2014 7:02:38 PM matrex.server.Start main
INFO: Server name: rmi://OurPC/default
Jul 07, 2014 7:02:39 PM matrex.file.FileSaver saveFile
INFO: Save Matrex/srvconfig/accounts.xml in C:\Programs
Jul 07, 2014 7:02:39 PM matrex.server.security.AccountsHandler saveAccounts
INFO: Accounts file (accounts.xml) saved
Jul 07, 2014 7:02:39 PM matrex.server.Start main
INFO: Available users: [guest]
Jul 07, 2014 7:02:39 PM matrex.util.SubclassesInPackage gatherClassesDirsAndJars
FINE: Gathering classes dirs from URL class loader sun.misc.Launcher$AppClassLoader@867e89. URLs: file:/C:/Programs/Matrex/matrex_server.jar,file:/C:/Programs/Matrex/matrex_server.jar,file:/C:/Programs/Matrex/bin/matrex_api.jar,file:/C:/Programs/Matrex/bin/matrex_fun.jar,file:/C:/Programs/Matrex/lib/commons-math-1.2.jar,file:/C:/Programs/Matrex/lib/javacsv.jar,file:/C:/Programs/Matrex/lib/jython.jar,file:/C:/Programs/Matrex/lib/antlr-runtime-3.0.1.jar,file:/C:/Programs/Matrex/lib/isqllib.jar,file:/C:/Programs/Matrex/lib/joda-time-2.0.jar
Jul 07, 2014 7:02:39 PM matrex.util.SubclassesInPackage gatherClassesDirsAndJars
FINE: Classes dirs gathered
Jul 07, 2014 7:02:39 PM matrex.util.SubclassesInPackage find
FINE: find matrex.item.template.script,interface matrex.item.template.script.IFunctionMaker,file:/C:/Programs/Matrex/matrex_server.jar,file:/C:/Programs/Matrex/matrex_server.jar,file:/C:/Programs/Matrex/bin/matrex_api.jar,file:/C:/Programs/Matrex/bin/matrex_fun.jar,file:/C:/Programs/Matrex/lib/commons-math-1.2.jar,file:/C:/Programs/Matrex/lib/javacsv.jar,file:/C:/Programs/Matrex/lib/jython.jar,file:/C:/Programs/Matrex/lib/antlr-runtime-3.0.1.jar,file:/C:/Programs/Matrex/lib/isqllib.jar,file:/C:/Programs/Matrex/lib/joda-time-2.0.jar
Jul 07, 2014 7:02:39 PM matrex.item.template.ScriptFunctionFactory populateMapWithScriptFunctionsMakers
FINE: Script classes jython
2nd part deleted
3rd part where the problem occurs
FINE: Loading C:\Programs\Matrex\template\sys\util\vglue.xml
Jul 07, 2014 7:02:39 PM matrex.item.Machine$1 itemsToAdd
FINE: Loading 161 templates
Jul 07, 2014 7:02:40 PM matrex.server.Start main
INFO: Projects directory: C:\Programs\Matrex\srvprj not found. Creating it.
Jul 07, 2014 7:02:41 PM matrex.server.Start main
SEVERE: Binding the ServerAccess remote object to RMI with name:rmi://OurPC/default and access:ServerAccess[UnicastServerRef [liveRef: [endpoint:192.168.0.2:62893,objID:[59afacca:147100f8b99:-7fff, -2591141108025102555]]]] got
java.rmi.ConnectException: Connection refused to host: OurPC; nested exception is:
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Unknown Source)
at matrex.server.Start.main(Start.java)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)
... 7 more
Hei,
from the log it seems to me that you are trying to connect from a Matrex
client on the PC where you got the log from, to a Matrex server, the server
being on the machine with address OurPC (ip 192.168.0.2
http://sourceforge.net/local) and called "default" (which should be the
default name of the server).
Is it right?
I need to know the following:
Did you start the server on OurPC?
Did you start the registry manager on OutPC?
Is the log of the server ok?
On Tue, Jul 8, 2014 at 3:32 AM, ocopa ocopa@users.sf.net wrote:
Related
Support Requests: #2
the 1st setup didn't work so well
i am using win 8.1. i re-downloaded JAVA 64 bit. then tried to run....
"If you install the generic version, you need to:
1) Start Matrex the first time from the command line in the top Matrex
directory (cmd.exe in Windows, bash in Linux...) using "java", not "javaw"
(e.g. "java -jar matrex_start.jar")"
On Thu, Jul 10, 2014 at 7:47 AM, aferrandi aferrandi@users.sf.net wrote:
Related
Support Requests: #2
This can be closed. i uninstalled and reinstalled Matrex and JDK and redid PATH etc.
Most likely a PATH problem.
However there is a new problem which i will raise.