You did mention something about my setting for memory in my wrapper
config file, I see some are still commented out..... maybe this has
something to do with all this when I try to add the high performance
parameters???



# Initial Java Heap Size (in MB)
#wrapper.java.initmemory=3

# Maximum Java Heap Size (in MB)
#wrapper.java.maxmemory=64

# Application parameters.  Add parameters as needed starting from 1
wrapper.app.parameter.1=org.red5.server.Bootstrap


#********************************************************************
# Wrapper Logging Properties
#********************************************************************
# Enables Debug output from the Wrapper.
# wrapper.debug=TRUE

# Format of output for the console.  (See docs for formats)
wrapper.console.format=PM

# Log Level for console output.  (See docs for log levels)
wrapper.console.loglevel=INFO

# Log file to use for wrapper output logging.
wrapper.logfile=./logs/wrapper.log

# Format of output for the log file.  (See docs for formats)
wrapper.logfile.format=LPTM

# Log Level for log file output.  (See docs for log levels)
wrapper.logfile.loglevel=INFO

# Maximum size that the log file will be allowed to grow to before
#  the log is rolled. Size is specified in bytes.  The default value
#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
#  'm' (mb) suffix.  For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=0

# Maximum number of rolled log files which will be allowed before old
#  files are deleted.  The default value of 0 implies no limit.
wrapper.logfile.maxfiles=0

# Log Level for sys/event log output.  (See docs for log levels)
wrapper.syslog.loglevel=NONE

#********************************************************************
# Wrapper General Properties
#********************************************************************
# Allow for the use of non-contiguous numbered properties
wrapper.ignore_sequence_gaps=TRUE

# Title to use when running as a console
wrapper.console.title=OpenMeetings

#********************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#********************************************************************
# WARNING - Do not modify any of these properties when an application
#  using this configuration file has been installed as a service.
#  Please uninstall the service before modifying this section.  The
#  service can then be reinstalled.

# Name of the service
wrapper.name=OpenMeetingsService


# Display name of the service
wrapper.displayname=OpenMeetingsService


# Description of the service
wrapper.description=OpenMeetingsService


# Service dependencies.  Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=

# Mode in which the service is installed.  AUTO_START, DELAY_START or
DEMAND_START
wrapper.ntservice.starttype=AUTO_START

# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false










On Mar 25, 5:50 am, Jyothivas Nair <[email protected]> wrote:
> yes true....that is cleared now...
> but everything else seems correct....cant relate the error to anyhting
>
> On Mar 25, 2:42 pm, RickkciR <[email protected]> wrote:
>
>
>
> > Here again is the copy from my actual wrapper config file:
>
> > # Java Additional Parameters
> > wrapper.java.additional.1=-Xmx768m
> > wrapper.java.additional.2=-Xms256
> > wrapper.java.additional.3=-Xmn512m
> > wrapper.java.additional.4=-Xss256k
> > wrapper.java.additional.5=-XX:+AggressiveOpts
> > wrapper.java.additional.6=-XX:+AggressiveHeap
> > wrapper.java.additional.7=-XX:+DisableExplicitGC
> > wrapper.java.additional.8=-XX:ParallelGCThreads=4
> > wrapper.java.additional.9=-XX:+UseConcMarkSweepGC
> > wrapper.java.additional.10=-XX:+UseParNewGC
> > wrapper.java.additional.11=-XX:SurvivorRatio=16
> > wrapper.java.additional.12=-XX:TargetSurvivorRatio=90
> > wrapper.java.additional.13=-XX:MaxTenuringThreshold=31
> > wrapper.java.additional.14=-Djava.net.preferIPv4Stack=true
> > wrapper.java.additional.15=-Dsun.rmi.dgc.client.gcInterval=990000
> > wrapper.java.additional.16=-Dsun.rmi.dgc.server.gcInterval=990000
>
> > NO SPACE !!!!!!!!!!!   :  )
>
> > On Mar 25, 5:38 am, RickkciR <[email protected]> wrote:
>
> > > The reason I ask about the paste to wordpad was because It asked me to
> > > save it without any formatting. The font and size was different than
> > > the rest of the existing config file , so wordpad removed this
> > > formatting. I saved as plain text.
>
> > > On Mar 25, 5:30 am, RickkciR <[email protected]> wrote:
>
> > > > I tried removing just the offending "=-XX: +UseConcMarkSweepGC" ....
> > > > but then the error stated a needed dependency (a required combination/
> > > > pair of parameters to be set)
>
> > > > I will do as you suggested though.
>
> > > > On Mar 25, 5:24 am, RickkciR <[email protected]> wrote:
>
> > > > > Just for laughs,
>
> > > > > ya know how if ya copy something from "WORD" and past it to some other
> > > > > application, the hidden embedded formatting code in "WORD" can cause
> > > > > problems with the "paste" in the app your pasting to?
>
> > > > > I generated my java parameter list for my wapper config file here in
> > > > > this website because I was asking you to look see at it first.
>
> > > > > I then copied it from here to my wrapper config file .......is it
> > > > > possibale it carried over some errant hidden code like the    e|','
> > > > > in the error log?
>
> > > > > On Mar 25, 5:13 am, RickkciR <[email protected]> wrote:
>
> > > > > > That was the first thing I checked!  ....no , no space  :  (
>
> > > > > > On Mar 25, 5:08 am, Jyothivas Nair <[email protected]> wrote:
>
> > > > > > > can you try removing blank space if it is there
>
> > > > > > > On Mar 25, 1:57 pm, RickkciR <[email protected]> 
> > > > > > > wrote:
>
> > > > > > > > Doesent it look like a added typo?      e|','    .... the 
> > > > > > > > config file
> > > > > > > > shows no stray typed elements.
>
> > > > > > > > I'l try Google  ..... but looking at this:
>
> > > > > > > >http://wrapper.tanukisoftware.org/doc/english/prop-java-additional-n....
>
> > > > > > > > On Mar 25, 4:52 am, Jyothivas Nair <[email protected]> 
> > > > > > > > wrote:
>
> > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:49:59 | The value of 
> > > > > > > > > property ' é |
> > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces and 
> > > > > > > > > will most
> > > > > > > > > likely result in an invalid java command line.
>
> > > > > > > > > thats the first error where your jvm exited while loading 
> > > > > > > > > could you
> > > > > > > > > google the error and find out more ?
>
> > > > > > > > > On Mar 25, 1:28 pm, RickkciR 
> > > > > > > > > <[email protected]> wrote:
>
> > > > > > > > > > I dont understand what error this is reporting, here is a 
> > > > > > > > > > copy of  my
> > > > > > > > > > actual config file:
>
> > > > > > > > > > # Java Bits.  On applicable platforms, tells the JVM to run 
> > > > > > > > > > in 32 or
> > > > > > > > > > 64-bit mode.
> > > > > > > > > > wrapper.java.additional.auto_bits=TRUE
>
> > > > > > > > > > # Java Additional Parameters
> > > > > > > > > > wrapper.java.additional.1=-Xmx768m
> > > > > > > > > > wrapper.java.additional.2=-Xms256
> > > > > > > > > > wrapper.java.additional.3=-Xmn512m
> > > > > > > > > > wrapper.java.additional.4=-Xss256k
> > > > > > > > > > wrapper.java.additional.5=-XX:+AggressiveOpts
> > > > > > > > > > wrapper.java.additional.6=-XX:+AggressiveHeap
> > > > > > > > > > wrapper.java.additional.7=-XX:+DisableExplicitGC
> > > > > > > > > > wrapper.java.additional.8=-XX:ParallelGCThreads=4
> > > > > > > > > > wrapper.java.additional.9=-XX:+UseConcMarkSweepGC
> > > > > > > > > > wrapper.java.additional.10=-XX:+UseParNewGC
> > > > > > > > > > wrapper.java.additional.11=-XX:SurvivorRatio=16
> > > > > > > > > > wrapper.java.additional.12=-XX:TargetSurvivorRatio=90
> > > > > > > > > > wrapper.java.additional.13=-XX:MaxTenuringThreshold=31
> > > > > > > > > > wrapper.java.additional.14=-Djava.net.preferIPv4Stack=true
> > > > > > > > > > wrapper.java.additional.15=-Dsun.rmi.dgc.client.gcInterval=990000
> > > > > > > > > > wrapper.java.additional.16=-Dsun.rmi.dgc.server.gcInterval=990000
>
> > > > > > > > > > On Mar 25, 4:21 am, RickkciR 
> > > > > > > > > > <[email protected]> wrote:
>
> > > > > > > > > > > Wrapper log:
>
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:49:59 | Java Service 
> > > > > > > > > > > Wrapper
> > > > > > > > > > > Community Edition 32-bit 3.3.9
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:49:59 |   Copyright (C) 
> > > > > > > > > > > 1999-2009
> > > > > > > > > > > Tanuki Software, Ltd.  All Rights Reserved.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:49:59 |    
> > > > > > > > > > > http://wrapper.tanukisoftware.org
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:49:59 |
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:49:59 | The value of 
> > > > > > > > > > > property ' é |
> > > > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces 
> > > > > > > > > > > and will most
> > > > > > > > > > > likely result in an invalid java command line.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:49:59 | Launching a 
> > > > > > > > > > > JVM...
> > > > > > > > > > > INFO   | jvm 1    | 2010/03/25 03:49:59 | Could not 
> > > > > > > > > > > create the Java
> > > > > > > > > > > virtual machine.
> > > > > > > > > > > INFO   | jvm 1    | 2010/03/25 03:49:59 | Unrecognized VM 
> > > > > > > > > > > option ''
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:49:59 | JVM exited 
> > > > > > > > > > > while loading the
> > > > > > > > > > > application.
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:03 | The value of 
> > > > > > > > > > > property ' é |
> > > > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces 
> > > > > > > > > > > and will most
> > > > > > > > > > > likely result in an invalid java command line.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:50:03 | Launching a 
> > > > > > > > > > > JVM...
> > > > > > > > > > > INFO   | jvm 2    | 2010/03/25 03:50:04 | Could not 
> > > > > > > > > > > create the Java
> > > > > > > > > > > virtual machine.
> > > > > > > > > > > INFO   | jvm 2    | 2010/03/25 03:50:04 | Unrecognized VM 
> > > > > > > > > > > option ''
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:04 | JVM exited 
> > > > > > > > > > > while loading the
> > > > > > > > > > > application.
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:08 | The value of 
> > > > > > > > > > > property ' é |
> > > > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces 
> > > > > > > > > > > and will most
> > > > > > > > > > > likely result in an invalid java command line.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:50:08 | Launching a 
> > > > > > > > > > > JVM...
> > > > > > > > > > > INFO   | jvm 3    | 2010/03/25 03:50:08 | Could not 
> > > > > > > > > > > create the Java
> > > > > > > > > > > virtual machine.
> > > > > > > > > > > INFO   | jvm 3    | 2010/03/25 03:50:08 | Unrecognized VM 
> > > > > > > > > > > option ''
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:08 | JVM exited 
> > > > > > > > > > > while loading the
> > > > > > > > > > > application.
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:12 | The value of 
> > > > > > > > > > > property ' é |
> > > > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces 
> > > > > > > > > > > and will most
> > > > > > > > > > > likely result in an invalid java command line.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:50:12 | Launching a 
> > > > > > > > > > > JVM...
> > > > > > > > > > > INFO   | jvm 4    | 2010/03/25 03:50:13 | Could not 
> > > > > > > > > > > create the Java
> > > > > > > > > > > virtual machine.
> > > > > > > > > > > INFO   | jvm 4    | 2010/03/25 03:50:13 | Unrecognized VM 
> > > > > > > > > > > option ''
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:13 | JVM exited 
> > > > > > > > > > > while loading the
> > > > > > > > > > > application.
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:17 | The value of 
> > > > > > > > > > > property ' é |
> > > > > > > > > > > `', '-XX: +UseConcMarkSweepGC' contains unquoted spaces 
> > > > > > > > > > > and will most
> > > > > > > > > > > likely result in an invalid java command line.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:50:17 | Launching a 
> > > > > > > > > > > JVM...
> > > > > > > > > > > INFO   | jvm 5    | 2010/03/25 03:50:17 | Could not 
> > > > > > > > > > > create the Java
> > > > > > > > > > > virtual machine.
> > > > > > > > > > > INFO   | jvm 5    | 2010/03/25 03:50:17 | Unrecognized VM 
> > > > > > > > > > > option ''
> > > > > > > > > > > ERROR  | wrapper  | 2010/03/25 03:50:17 | JVM exited 
> > > > > > > > > > > while loading the
> > > > > > > > > > > application.
> > > > > > > > > > > FATAL  | wrapper  | 2010/03/25 03:50:17 | There were 5 
> > > > > > > > > > > failed launches
> > > > > > > > > > > in a row, each lasting less than 300 seconds.  Giving up.
> > > > > > > > > > > FATAL  | wrapper  | 2010/03/25 03:50:17 |   There may be a
> > > > > > > > > > > configuration problem: please check the logs.
> > > > > > > > > > > STATUS | wrapper  | 2010/03/25 03:50:17 | <-- Wrapper 
> > > > > > > > > > > Stopped
>
> > > > > > > > > > > On Mar 25, 4:13 am, RickkciR 
> > > > > > > > > > > <[email protected]> wrote:
>
> > > > > > > > > > > > I'm running an INTEL quad X99770 �[email protected] Ghz   w/4 Gig 
> > > > > > > > > > > > of ram (32 bit
> > > > > > > > > > > > XP)
>
> > > > > > > > > > > > On Mar 25, 4:10 am, RickkciR 
> > > > > > > > > > > > <[email protected]> wrote:
>
> > > > > > > > > > > > > mmmmmmmmm .... refusing to start now  with the Java 
> > > > > > > > > > > > > Additional
> > > > > > > > > > > > > Parameters : (
>
> > > > > > > > > > > > > Any Ideas?
>
> > > > > > > > > > > > > On Mar 25, 3:43 am, RickkciR 
> > > > > > > > > > > > > <[email protected]> wrote:
>
> ...
>
> read more »- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to