ttj / matlabcontrol

Automatically exported from code.google.com/p/matlabcontrol
0 stars 0 forks source link

Hello World not displayed/time-out? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of matlabcontrol are you using?
(Release versions: 4.0.0, 3.1.0, 3.0.1, 3.0.0, or 2.0.0)
4.0.0

What version of MATLAB are you using?
R2009a

What operating system are you using?
Windows Vista Home Edition 64-bit

Are you using matlabcontrol from inside MATLAB or outside MATLAB?

outside

What steps will reproduce the problem?
1.  Downloaded matlabcontrol src package
2.  Created new project in JAVA named MatlabeControlGage.
3.  Modified the import commands and commands calling for "matlabcontrol" to 
"matlabcontrolgage" as was named.
4.  Reproduced the code at the following site:
http://code.google.com/p/matlabcontrol/wiki/Walkthrough

under the "Hello World" section.
5. Try to run the file named MatlabControlGage.java 
What did you expect to happen? What happened instead?
Expected to see display in tutorial "hello world"
Instead, got MATLAB to open with a display in the JAVA window of the following:
"
Exception in thread "main" matlabcontrolgage.MatlabConnectionException: MATLAB 
proxy could not be created in 180000 milliseconds
    at matlabcontrolgage.RemoteMatlabProxyFactory.getProxy(RemoteMatlabProxyFactory.java:158)
    at matlabcontrolgage.MatlabProxyFactory.getProxy(MatlabProxyFactory.java:81)
    at matlabcontrolgage.MatlabControlGage.main(MatlabControlGage.java:20)
Java Result: 1
BUILD SUCCESSFUL (total time: 3 minutes 0 seconds)
"

Please provide any additional information below.

Original issue reported on code.google.com by tycjone...@gmail.com on 24 May 2012 at 12:18

GoogleCodeExporter commented 9 years ago
Just renaming the package shouldn't cause an issue, but there's not enough 
information in this bug to cause the issue you reported. Also, it should not be 
necessary to rename the package.

Original comment by nonot...@gmail.com on 18 Feb 2013 at 8:15