Profile Names

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Profile Names

Post by Griffin_NC »

I'm working on rebuilding my server and will be using multiple instances of UMS to accommodate for differences in my renderers. I want to accomplish two things that seem to not work together.
1. Display the name of the profile using the name = [name] in the profiles conf file
2. Change the friendly name of the server from 'Universal Media Server' to 'UMS'.The first is to long and won't display the profile name on some devices.

I can get one or the other to work, but not both at the same time. If I modify the PMS.xml file and change the friendly name then my profile name goes away and all that is displayed is 'UMS' Is there away to make both work?

3. Can I get both profiles to run as a service? I tried and when you tell it to run as a service it uses the base UMS config for everything. This runs on a WHS2011 server and needs to run independently of a user being logged in.

Thanks
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Profile Names

Post by DeFlanko »

if you want to accommodate for differences in your renders then build render specific CONF files and identify the renderers by:

User-Agent=
UserAgentAdditionalHeader=
UserAgentAdditionalHeaderSearch=

Its what im using to differentiate between the Samsung TV's and the Samsung Mobile Devices... Both use in their User-Agent=SEP_HHP
You just have to find the unique between the two and then build around what the render can handle. It's easy once you understand CONF files, and the payoff is greater than loading multiple instances of UMS... save ram that way =)
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

I don't think that is a option. It's the UMS config that has to change. I have one renderer that is capable of running with keeping the DTS tracks and one that isn't. So unless there is a way in the renderer conf to override the UMS check boxes to remove DTS and AC3 then I need two copies running.

Any help on this would be great. So far I haven't gotten a profile to run as a service at all. It always defaults back to the original UMS.conf file in the directory.

Thanks
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Profile Names

Post by DeFlanko »

Griffin_NC wrote:I don't think that is a option. It's the UMS config that has to change. I have one renderer that is capable of running with keeping the DTS tracks and one that isn't. So unless there is a way in the renderer conf to override the UMS check boxes to remove DTS and AC3 then I need two copies running.

Any help on this would be great. So far I haven't gotten a profile to run as a service at all. It always defaults back to the original UMS.conf file in the directory.

Thanks
I promise you thats how you do it...the custom CONF files, that reside in "\Universal Media Server\renderers" override what the UMS.conf has set as default.

First Identify what your renderers are coming up as User-Agents, then you can build two Custom Conf's to suit the needs of the two unique renderers.

Try these options too:

RendererName=Device that Cannot use DTS
RendererIcon=
UserAgentSearch=
WrapDTSIntoPCM=true
TranscodeAudio=WAV

RendererName=Device that Can use DTS
RendererIcon=
UserAgentSearch=
WrapDTSIntoPCM=false


Just a thought...
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

I've played with both of those options. To keep my DTS-HD stream and feed it direct to the tuner on my PS3 I have to have the option checked in the config. Which then breaks the DirecTV receivers. If I uncheck it then my receivers work, but I don't get my DTS steam.
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

This is the best I have found so far and it comes from the PMS forums.

http://www.ps3mediaserver.org/forum/vie ... s-property

It indicates the need to modify each wrapper.conf file with

java -Dpms.profile.path=/path/to/PMS.conf net.pms.PMS

I assume I would add it as
wrapper.java.additional.4=-Dpms.profile.path=/path/to/PMS.conf net.pms.PMS

To the wrapper.conf and point it to the profile conf file I want to use. Thoughts?

What I don't know yet is how to get it to install more then one service. Would I need two copies of UMS installed?
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

That didn't seem to work to get a service to load a profile. I also tried this below to get the service to load a profile.

wrapper.app.parameter.2=-Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS

Everytime is wants to go the default UMS.conf in the programdata directory for it's settings.

Thoughts?
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Profile Names

Post by DeFlanko »

Can you "pack debug files" and upload them here.
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

Debugs are pretty empty since the service is trying to load. The wrapper log and the wrapper.conf files is below though.

Code: Select all

STATUS | wrapper  | 2013/09/23 20:33:41 | --> Wrapper Started as Service
STATUS | wrapper  | 2013/09/23 20:33:41 | Java Service Wrapper Community Edition 32-bit 3.5.17
STATUS | wrapper  | 2013/09/23 20:33:41 |   Copyright (C) 1999-2012 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper  | 2013/09/23 20:33:41 |     http://wrapper.tanukisoftware.com
STATUS | wrapper  | 2013/09/23 20:33:41 | 
STATUS | wrapper  | 2013/09/23 20:33:42 | Launching a JVM...
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager: Initializing...
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager: 
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           The file is located on the path at the following location but
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           could not be loaded:
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           Please verify that the file is both readable and executable by the
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           current user and that the file has not been corrupted in any way.
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           One common cause of this problem is running a 32-bit version
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           This is a 64-bit JVM.
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           Reported cause:
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperManager: 
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperSimpleApp Error: Unable to locate the class -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS : java.lang.ClassNotFoundException: -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS
INFO   | jvm 1    | 2013/09/23 20:33:42 | 
INFO   | jvm 1    | 2013/09/23 20:33:42 | WrapperSimpleApp Usage:
INFO   | jvm 1    | 2013/09/23 20:33:42 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO   | jvm 1    | 2013/09/23 20:33:42 | 
INFO   | jvm 1    | 2013/09/23 20:33:42 | Where:
INFO   | jvm 1    | 2013/09/23 20:33:42 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 1    | 2013/09/23 20:33:42 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 1    | 2013/09/23 20:33:42 |                   application.
ERROR  | wrapper  | 2013/09/23 20:33:44 | JVM exited while loading the application.
STATUS | wrapper  | 2013/09/23 20:33:48 | Launching a JVM...
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager: Initializing...
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager: 
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           The file is located on the path at the following location but
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           could not be loaded:
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           Please verify that the file is both readable and executable by the
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           current user and that the file has not been corrupted in any way.
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           One common cause of this problem is running a 32-bit version
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           This is a 64-bit JVM.
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           Reported cause:
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperManager: 
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperSimpleApp Error: Unable to locate the class -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS : java.lang.ClassNotFoundException: -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS
INFO   | jvm 2    | 2013/09/23 20:33:48 | 
INFO   | jvm 2    | 2013/09/23 20:33:48 | WrapperSimpleApp Usage:
INFO   | jvm 2    | 2013/09/23 20:33:48 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO   | jvm 2    | 2013/09/23 20:33:48 | 
INFO   | jvm 2    | 2013/09/23 20:33:48 | Where:
INFO   | jvm 2    | 2013/09/23 20:33:48 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 2    | 2013/09/23 20:33:48 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 2    | 2013/09/23 20:33:48 |                   application.
ERROR  | wrapper  | 2013/09/23 20:33:50 | JVM exited while loading the application.
STATUS | wrapper  | 2013/09/23 20:33:55 | Launching a JVM...
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager: Initializing...
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager: 
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           The file is located on the path at the following location but
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           could not be loaded:
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           Please verify that the file is both readable and executable by the
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           current user and that the file has not been corrupted in any way.
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           One common cause of this problem is running a 32-bit version
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           This is a 64-bit JVM.
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           Reported cause:
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperManager: 
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperSimpleApp Error: Unable to locate the class -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS : java.lang.ClassNotFoundException: -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS
INFO   | jvm 3    | 2013/09/23 20:33:55 | 
INFO   | jvm 3    | 2013/09/23 20:33:55 | WrapperSimpleApp Usage:
INFO   | jvm 3    | 2013/09/23 20:33:55 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO   | jvm 3    | 2013/09/23 20:33:55 | 
INFO   | jvm 3    | 2013/09/23 20:33:55 | Where:
INFO   | jvm 3    | 2013/09/23 20:33:55 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 3    | 2013/09/23 20:33:55 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 3    | 2013/09/23 20:33:55 |                   application.
ERROR  | wrapper  | 2013/09/23 20:33:57 | JVM exited while loading the application.
STATUS | wrapper  | 2013/09/23 20:34:01 | Launching a JVM...
INFO   | jvm 4    | 2013/09/23 20:34:01 | WrapperManager: Initializing...
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager: 
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           The file is located on the path at the following location but
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           could not be loaded:
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           Please verify that the file is both readable and executable by the
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           current user and that the file has not been corrupted in any way.
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           One common cause of this problem is running a 32-bit version
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           This is a 64-bit JVM.
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           Reported cause:
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperManager: 
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperSimpleApp Error: Unable to locate the class -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS : java.lang.ClassNotFoundException: -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS
INFO   | jvm 4    | 2013/09/23 20:34:02 | 
INFO   | jvm 4    | 2013/09/23 20:34:02 | WrapperSimpleApp Usage:
INFO   | jvm 4    | 2013/09/23 20:34:02 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO   | jvm 4    | 2013/09/23 20:34:02 | 
INFO   | jvm 4    | 2013/09/23 20:34:02 | Where:
INFO   | jvm 4    | 2013/09/23 20:34:02 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 4    | 2013/09/23 20:34:02 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 4    | 2013/09/23 20:34:02 |                   application.
ERROR  | wrapper  | 2013/09/23 20:34:03 | JVM exited while loading the application.
STATUS | wrapper  | 2013/09/23 20:34:08 | Launching a JVM...
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager: Initializing...
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager: 
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           The file is located on the path at the following location but
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           could not be loaded:
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           Please verify that the file is both readable and executable by the
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           current user and that the file has not been corrupted in any way.
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           One common cause of this problem is running a 32-bit version
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           This is a 64-bit JVM.
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           Reported cause:
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:             C:\Program Files (x86)\Universal Media Server\win32\service\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager:           System signals will not be handled correctly.
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperManager: 
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperSimpleApp Error: Unable to locate the class -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS : java.lang.ClassNotFoundException: -Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS
INFO   | jvm 5    | 2013/09/23 20:34:08 | 
INFO   | jvm 5    | 2013/09/23 20:34:08 | WrapperSimpleApp Usage:
INFO   | jvm 5    | 2013/09/23 20:34:08 |   java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class{/app_method}} [app_arguments]
INFO   | jvm 5    | 2013/09/23 20:34:08 | 
INFO   | jvm 5    | 2013/09/23 20:34:08 | Where:
INFO   | jvm 5    | 2013/09/23 20:34:08 |   app_class:      The fully qualified class name of the application to run.
INFO   | jvm 5    | 2013/09/23 20:34:08 |   app_arguments:  The arguments that would normally be passed to the
INFO   | jvm 5    | 2013/09/23 20:34:08 |                   application.
ERROR  | wrapper  | 2013/09/23 20:34:10 | JVM exited while loading the application.
FATAL  | wrapper  | 2013/09/23 20:34:10 | There were 5 failed launches in a row, each lasting less than 300 seconds.  Giving up.
FATAL  | wrapper  | 2013/09/23 20:34:10 |   There may be a configuration problem: please check the logs.
STATUS | wrapper  | 2013/09/23 20:34:10 | <-- Wrapper Stopped

Code: Select all

#********************************************************************
# Wrapper Properties
#********************************************************************
# Java Application
wrapper.java.command=C:\Program Files\Java\jre7\bin\java

# Java Main class.  This class must implement the WrapperListener interface
#  or guarantee that the WrapperManager class is initialized.  Helper
#  classes are provided to do this for you.  See the Integration section
#  of the documentation for details.
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp

# Java Classpath (include wrapper.jar)  Add class path elements as
#  needed starting from 1
wrapper.java.classpath.1=win32/service/wrapper.jar
wrapper.java.classpath.2=ums.jar

wrapper.working.dir=../../

# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=win32/service/

# Java Additional Parameters
wrapper.java.additional.1=-Djava.encoding=UTF-8
wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true
wrapper.java.additional.3=-Dstart.service=true

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

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

# Application parameters.  Add parameters as needed starting from 1
wrapper.app.parameter.1="-Dpms.profile.path=C:\Profiles\ps3.conf net.pms.PMS"
wrapper.app.parameter.2=net.pms.PMS

#********************************************************************
# Wrapper Logging Properties
#********************************************************************
# 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=win32/service/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=1m

# 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 Windows Properties
#********************************************************************
# Title to use when running as a console
wrapper.console.title=Universal Media Server Console

#********************************************************************
# 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.ntservice.name=Universal Media Server

# Display name of the service
wrapper.ntservice.displayname=Universal Media Server

# Description of the service
wrapper.ntservice.description=Java UPnP Media Server

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

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

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

# wrapper.ntservice.account=
# wrapper.ntservice.password=  
Griffin_NC
Posts: 17
Joined: Thu Sep 05, 2013 3:19 am

Re: Profile Names

Post by Griffin_NC »

Ok, I found part of the problem. The class is ums.profile.path and it actually belongs in the additional java section not the wrapper additional section.

Now the question is how do I get two services running at the same time. :)

Two copies of the software?
Post Reply