that looks like the error generated when you use the JMC to update
your class path or something.  Need to edit {jrunhome}/bin/jvm.config
and get it fixored.  Below is a copy of one from a vanilla install
that you can use as a guide perhaps. IIRC, you said you are on linux,
the below is from windows.  The args to the JVM and such should be the
same, but the paths are all different.  HTH

#
# VM configuration
#
# Where to find JVM, if {java.home}/jre exists then that JVM is used
# if not then it must be the path to the JRE itself
java.home=D:/JRun4/runtime/jre
#
# If no java.home is specified a VM is located by looking in these
places in this
# order:
#
#  1) bin directory for java.dll (windows) or lib/<ARCH>/libjava.so (unix)
#  2) ../jre
#  3) registry (windows only)
#  4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
#

# Arguments to VM
java.args=-server -Xms512m -Xmx512m -Dsun.io.useCanonCaches=false
-Xbootclasspath/a:"{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/webchartsJava2D.jar"
-XX:MaxPermSize=128m -XX:+UseParallelGC -DJINTEGRA_NATIVE_MODE
-DJINTEGRA_PREFETCH_ENUMS

#
# commas will be converted to platform specific separator and the
result will be passed
# as -Djava.ext.dirs= to the VM
java.ext.dirs={jre.home}/lib/ext

#
# where to find shared libraries
java.library.path={application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin/international,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/_nti40/bin
system.path.first=false

# JVM classpath
java.class.path={application.home}/servers/lib,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/cfusion.jar,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/lib/jrun.jar,{application.home}/lib

----- Original Message -----
From: dave <[EMAIL PROTECTED]>
Date: Thu, 23 Sep 2004 03:21:49 -0400
Subject: Re: ot: jrun ?
To: CF-Talk <[EMAIL PROTECTED]>

i think i will just sit here and kick it awhile

Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.
Unrecognized option: -server
Could not create the Java virtual machine.

---------- Original Message ----------------------------------
From: Simon Horwith <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 23 Sep 2004 08:07:04 +0100

>that's odd.  One thing you might want to do is turn off auto-deploy.  
>You can do this by going to the server's jrun.xml file DeployerService
>section and commenting out the attribute node that has a "name"
>attribute value of  "deployDirectory". If there are any "file" or "url"
>attribute tags (with that value in the "name" attribute) comment those
>out as well.  Be aware that if you do this then nothing will deploy when
>you start the server - including ColdFusion.  The server will then
>require much less memory to start, however.
>
>~Simon
>
>Simon Horwith
>Member of Team Macromedia
>Macromedia Certified Master Instructor
>Editor-in-Chief, ColdFusion Developers Journal
>Blog - http://www.horwith.com
>
>
>
>
>dave wrote:
>
>>ok, now does anyone know what i need to do to get back started up?
>>reboot didnt work, starting from the control panel fails
>>
>>maybe i should do the right thing and uninstall it and reinstall on
linux side ;)
>>
>>
>>---------- Original Message ----------------------------------
>>From: "dave" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>Date:  Wed, 22 Sep 2004 15:47:06 -0400
>>
>>  
>>
>>>i turned it down from 512 mb to 128 mb and now it wont even start lol
>>>
>>>
>>>---------- Original Message ----------------------------------
>>>From: Dave Carabetta <[EMAIL PROTECTED]>
>>>Reply-To: [EMAIL PROTECTED]
>>>Date:  Tue, 21 Sep 2004 12:43:17 -0400
>>>
>>>   
>>>
>>>>On Tue, 21 Sep 2004 11:35:05 -0500, Ben Frame <[EMAIL PROTECTED]> wrote:
>>>>      
>>>>
>>>>>Neil,
>>>>>
>>>>>Why set the initial and max heap size the same?  Is that
>>>>>recommendation documented from Macromedia anywhere or is that from
>>>>>your own experiences?
>>>>>
>>>>>        
>>>>>
>>>>Setting the two values to be the same increases performance in so far
>>>>as it eliminates the need for the JVM to resize itself based on the
>>>>resources being used. This can be an expensive process, which might
>>>>cause a degradation with regard to your application performance.
>>>>
>>>>Regards,
>>>>Dave.
>>>>
>>>>
>>>>      
>>>>
>>>   
>>>
>>
>>
>
>________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to