|
From: Neuendorf, D. <DNe...@me...> - 2013-10-18 18:30:12
|
We have a service that is being successfully installed in Windows 7, but not Windows 8. We had hoped to be able to debug this using information from the log file, but that file is created only in Windows 7, not Windows 8. Any thoughts on why the log file is not being generated on Windows 8? Thanks. Contents of the wrapper.conf file below: #******************************************************************** # Wrapper Properties #******************************************************************** # Java Application wrapper.java.command=./jre160_00/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=com.medplus.autosend.client.ARService # Java Classpath (include wrapper.jar) Add class path elements as # needed starting from 1 wrapper.java.classpath.1=autosend.jar wrapper.java.classpath.2=axis.jar wrapper.java.classpath.3=commons-discovery-0.2.jar wrapper.java.classpath.4=commons-lang-2.4.jar wrapper.java.classpath.5=commons-logging-1.0.4.jar wrapper.java.classpath.6=jaxrpc.jar wrapper.java.classpath.7=log4j-1.2.8.jar wrapper.java.classpath.8=saaj.jar wrapper.java.classpath.9=us.jar wrapper.java.classpath.10=webserviceclient+ssl.jar wrapper.java.classpath.11=wrapper.jar wrapper.java.classpath.12=wsdl4j-1.5.1.jar wrapper.java.classpath.13=pjx-1.4.0.jar wrapper.java.classpath.14=commons-io-1.1.jar wrapper.java.classpath.15=hapi-base-0.6.jar wrapper.java.classpath.16=hapi-structures-v23-0.6.jar wrapper.java.classpath.17=hapi-structures-v231-0.6.jar wrapper.java.classpath.18=iText-2.1.4.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=. # Java Additional Parameters #wrapper.java.additional.1= # Initial Java Heap Size (in MB) #wrapper.java.initmemory=3 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=128 # Application parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1= #******************************************************************** # 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=DEBUG # Log file to use for wrapper output logging. wrapper.logfile=logs/service.log wrapper.debug=true # 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=DEBUG # 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=3 # 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=AutoReceive #******************************************************************** # 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=AutoReceive # Display name of the service wrapper.ntservice.displayname=AutoReceive # Description of the service wrapper.ntservice.description=AutoReceive service application # 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 ______________________________________________________________________ The contents of this message, together with any attachments, are intended only for the use of the person(s) to which they are addressed and may contain confidential and/or privileged information. Further, any medical information herein is confidential and protected by law. It is unlawful for unauthorized persons to use, review, copy, disclose, or disseminate confidential medical information. If you are not the intended recipient, immediately advise the sender and delete this message and any attachments. Any distribution, or copying of this message, or any attachment, is prohibited. |