Let me re-boot this computer and re-try On Mar 25, 6:31 am, Sebastian Wagner <[email protected]> wrote: > hm, my JVM args conflicts have been resolved that way. > > Sebastian > > 2010/3/25 RickkciR <[email protected]>: > > > > > Hi Sebastian! > > > ....same error ... > > "Conflicting collector combinations in option list; please refer to > > the release notes for the > > combinations allowed" > > > On Mar 25, 6:22 am, Sebastian Wagner <[email protected]> wrote: > >> hi, > > >> remove that one argument: > >> -XX:+UseConcMarkSweepGC > > >> and retry. > > >> Sebastian > > >> 2010/3/25 RickkciR <[email protected]>: > > >> > Does this mean I'm using an old JVM ???? : ( > > >> > On Mar 25, 6:15 am, RickkciR <[email protected]> wrote: > >> >> I made the mem changes just like yours ....but get the same error > >> >> "Conflicting collector combinations in option list; please refer to > >> >> the release notes for the > >> >> combinations allowed " > > >> >> On Mar 25, 6:10 am, RickkciR <[email protected]> wrote: > > >> >> > Guess what!!! .... when I re-typed the pasted parameters ....THE > >> >> > ERROR WHEN AWAY!!!!!!!!!! : ) > > >> >> > But now I get a new error: > > >> >> > Launching a JVM... > >> >> > INFO | jvm 1 | 2010/03/25 06:04:25 | Could not create the Java > >> >> > virtual machine. > >> >> > INFO | jvm 1 | 2010/03/25 06:04:25 | Conflicting collector > >> >> > combinations in option list; please refer to the release notes for the > >> >> > combinations allowed > >> >> > ERROR | wrapper | 2010/03/25 06:04:25 | JVM exited while loading the > >> >> > application. > >> >> > STATUS | wrapper | 2010/03/25 06:04:30 | Launching a JVM... > >> >> > INFO | jvm 2 | 2010/03/25 06:04:30 | Could not create the Java > >> >> > virtual machine. > >> >> > INFO | jvm 2 | 2010/03/25 06:04:30 | Conflicting collector > >> >> > combinations in option list; please refer to the release notes for the > >> >> > combinations allowed > >> >> > ERROR | wrapper | 2010/03/25 06:04:30 | JVM exited while loading the > >> >> > application. > >> >> > STATUS | wrapper | 2010/03/25 06:04:34 | Launching a JVM... > >> >> > INFO | jvm 3 | 2010/03/25 06:04:34 | Could not create the Java > >> >> > virtual machine. > >> >> > INFO | jvm 3 | 2010/03/25 06:04:34 | Conflicting collector > >> >> > combinations in option list; please refer to the release notes for the > >> >> > combinations allowed > >> >> > ERROR | wrapper | 2010/03/25 06:04:34 | JVM exited while loading the > >> >> > application. > >> >> > STATUS | wrapper | 2010/03/25 06:04:39 | Launching a JVM... > >> >> > INFO | jvm 4 | 2010/03/25 06:04:39 | Could not create the Java > >> >> > virtual machine. > >> >> > INFO | jvm 4 | 2010/03/25 06:04:39 | Conflicting collector > >> >> > combinations in option list; please refer to the release notes for the > >> >> > combinations allowed > >> >> > ERROR | wrapper | 2010/03/25 06:04:39 | JVM exited while loading the > >> >> > application. > >> >> > STATUS | wrapper | 2010/03/25 06:04:43 | Launching a JVM... > >> >> > INFO | jvm 5 | 2010/03/25 06:04:43 | Could not create the Java > >> >> > virtual machine. > >> >> > INFO | jvm 5 | 2010/03/25 06:04:43 | Conflicting collector > >> >> > combinations in option list; please refer to the release notes for the > >> >> > combinations allowed > >> >> > ERROR | wrapper | 2010/03/25 06:04:43 | JVM exited while loading the > >> >> > application. > >> >> > FATAL | wrapper | 2010/03/25 06:04:44 | There were 5 failed launches > >> >> > in a row, each lasting less than 300 seconds. Giving up. > >> >> > FATAL | wrapper | 2010/03/25 06:04:44 | There may be a > >> >> > configuration problem: please check the logs. > >> >> > STATUS | wrapper | 2010/03/25 06:04:44 | <-- Wrapper Stopped > > >> >> > I will now make the changes as you have shown. > > >> >> > On Mar 25, 6:03 am, Jyothivas Nair <[email protected]> wrote: > > >> >> > > here these paramaters > >> >> > > # Initial Java Heap Size (in MB) > >> >> > > wrapper.java.initmemory=256 > > >> >> > > # Maximum Java Heap Size (in MB) > >> >> > > wrapper.java.maxmemory=768 > > >> >> > > that is from my conf file > >> >> > > you are giving just 3 mb for java at start ? > > >> >> > > On Mar 25, 2:57 pm, RickkciR <[email protected]> > >> >> > > wrote: > > >> >> > > > 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: > > ... > > 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.
