Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE and Macos-X
VE and Macos-X [message #134658] Wed, 10 January 2007 08:36 Go to next message
Eclipse UserFriend
Originally posted by: apelsinen.gmail.com

Hi

I just installed the Visual Editor via Calipso. I was wondering if anyone
knows if there are particular tweaks that need to be done on a mac?
According to the project site macos-x is now supported. But when I try to
shut down VE i get the following error

IWAV0138E Remote VM terminated too soon. See .log file for trace output.
For VM "Project (Database)-VM for Database"

I cant seem to find the log mentioned...and am wondering what if anything
i should do, If this is the wrong forum the I apologize for taking up
anyones time.

Thanks
Re: VE and Macos-X - found log [message #134671 is a reply to message #134658] Wed, 10 January 2007 08:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: apelsinen.gmail.com

Hi

I found the log

It says the following

!MESSAGE IWAV0138E Remote VM terminated too soon. See .log file for trace
of output. For VM "Project (Database)-Beaninfo".
IWAV0072I Remote VM terminated before any commands can be sent. Following
are the error and output streams.
Remote VM Commandline:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/H ome/bin/java
-Dproxyvm.registryKey=487279 -Dproxyvm.masterPort=53303
-Dproxyvm.bufsize=16000 "-Dproxyvm.servername=Project (Database)-Beaninfo"
-noverify -classpath
/Applications/eclipse/configuration/org.eclipse.osgi/bundles /165/1/.cp/vm/remotevm.jar:/Users/thomas/Desktop/download/Co de/Ch25/DatabaseBrowse2/:/Applications/eclipse/plugins/org.e clipse.jem.proxy_1.2.0.v20060918_M.jar:/Applications/eclipse /configuration/org.eclipse.osgi/bundles/175/1/.cp/vm/jfcbean info.jar:/Applications/eclipse/plugins/org.eclipse.jem.beani nfo_1.2.2.v20061027_M.jar:/Applications/eclipse/configuratio n/org.eclipse.osgi/bundles/181/1/.cp/vm/beaninfovm.jar:/Appl ications/eclipse/configuration/org.eclipse.osgi/bundles/175/ 1/.cp/vm/jfcvm.jar
org.eclipse.jem.internal.proxy.vm.remote.RemoteVMApplication
Re: VE and Macos-X - found log [message #134684 is a reply to message #134671] Wed, 10 January 2007 11:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

What does this give when executing the command from the command line? I'd wonder if the quoted -Dproxyvm might be causing the problem; do you have a space in the project name? Also, check (with java -?) that -noverify exists.

Alex.
Re: VE and Macos-X - found log [message #134697 is a reply to message #134684] Wed, 10 January 2007 12:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: apelsinen.gmail.com

Hi

Running java -? lists the following - of which noverify cannot be found


Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-jvm is a synonym for the "client" VM [deprecated]
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see
java.lang.instrument

I can run the application from the command line without problems.. this is
an issue that only comes up when using the virtual editor in eclipse.

Thanks
Re: VE and Macos-X - found log [message #134710 is a reply to message #134697] Wed, 10 January 2007 15:59 Go to previous message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

Yeah, I was thinking that might be the case. Probably worth filing a bug at https://bugs.eclipse.org and saying that the -noverify arg that they're passing fails with Mac OS X's Java 5 implementation.

I don't know if there's a way of changing it to not call with -noverify -- others on this list might know of a way. But AFAIK the VE team doesn't have the ability to test on Mac OS X so are always looking for this kind of feedback.

Alex.
Re: VE and Macos-X - found log [message #614978 is a reply to message #134658] Wed, 10 January 2007 08:50 Go to previous message
Thomas is currently offline ThomasFriend
Messages: 151
Registered: July 2009
Senior Member
Hi

I found the log

It says the following

!MESSAGE IWAV0138E Remote VM terminated too soon. See .log file for trace
of output. For VM "Project (Database)-Beaninfo".
IWAV0072I Remote VM terminated before any commands can be sent. Following
are the error and output streams.
Remote VM Commandline:
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/H ome/bin/java
-Dproxyvm.registryKey=487279 -Dproxyvm.masterPort=53303
-Dproxyvm.bufsize=16000 "-Dproxyvm.servername=Project (Database)-Beaninfo"
-noverify -classpath
/Applications/eclipse/configuration/org.eclipse.osgi/bundles /165/1/.cp/vm/remotevm.jar:/Users/thomas/Desktop/download/Co de/Ch25/DatabaseBrowse2/:/Applications/eclipse/plugins/org.e clipse.jem.proxy_1.2.0.v20060918_M.jar:/Applications/eclipse /configuration/org.eclipse.osgi/bundles/175/1/.cp/vm/jfcbean info.jar:/Applications/eclipse/plugins/org.eclipse.jem.beani nfo_1.2.2.v20061027_M.jar:/Applications/eclipse/configuratio n/org.eclipse.osgi/bundles/181/1/.cp/vm/beaninfovm.jar:/Appl ications/eclipse/configuration/org.eclipse.osgi/bundles/175/ 1/.cp/vm/jfcvm.jar
org.eclipse.jem.internal.proxy.vm.remote.RemoteVMApplication
Re: VE and Macos-X - found log [message #614979 is a reply to message #134671] Wed, 10 January 2007 11:48 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
What does this give when executing the command from the command line? I'd wonder if the quoted -Dproxyvm might be causing the problem; do you have a space in the project name? Also, check (with java -?) that -noverify exists.

Alex.
Re: VE and Macos-X - found log [message #614980 is a reply to message #134684] Wed, 10 January 2007 12:59 Go to previous message
Thomas is currently offline ThomasFriend
Messages: 151
Registered: July 2009
Senior Member
Hi

Running java -? lists the following - of which noverify cannot be found


Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-jvm is a synonym for the "client" VM [deprecated]
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.

-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see
java.lang.instrument

I can run the application from the command line without problems.. this is
an issue that only comes up when using the virtual editor in eclipse.

Thanks
Re: VE and Macos-X - found log [message #614981 is a reply to message #134697] Wed, 10 January 2007 15:59 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
Yeah, I was thinking that might be the case. Probably worth filing a bug at https://bugs.eclipse.org and saying that the -noverify arg that they're passing fails with Mac OS X's Java 5 implementation.

I don't know if there's a way of changing it to not call with -noverify -- others on this list might know of a way. But AFAIK the VE team doesn't have the ability to test on Mac OS X so are always looking for this kind of feedback.

Alex.
Previous Topic:VE and Macos-X
Next Topic:Help,how to solve this java.lang.NullPointerException
Goto Forum:
  


Current Time: Mon Sep 23 07:11:12 GMT 2024

Powered by FUDForum. Page generated in 0.05299 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top