|
From: Dave H. <DH...@xr...> - 2007-02-16 19:27:07
|
Here are the contents of my wrapper.conf file. The file is installed to C:\Program Files\X-Rite\MatchRite ColorDesigner\java\conf. We have seen this failure on one system (laptop). #******************************************************************** # TestWrapper Properties # # NOTE - Please use src/conf/wrapper.conf.in as a template for your # own application rather than the values used for the # TestWrapper sample. #******************************************************************** # Java Application wrapper.java.command=3D../jre1.5.0_09/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=3Dcom.xrite.retail.colordesigner.webservice.boot.W= e bServiceLauncher # Java Classpath (include wrapper.jar) Add class path elements as # needed starting from 1 wrapper.java.classpath.1=3D../*.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=3D../bin wrapper.java.library.path.2=3D%PATH% # Java Additional Parameters #wrapper.java.additional.1=3D # Initial Java Heap Size (in MB) #wrapper.java.initmemory=3D3 # Maximum Java Heap Size (in MB) #wrapper.java.maxmemory=3D64 # Application parameters. Add parameters as needed starting from 1 #wrapper.app.parameter.1=3D #******************************************************************** # Wrapper Logging Properties #******************************************************************** # Format of output for the console. (See docs for formats) wrapper.console.format=3DPM # Log Level for console output. (See docs for log levels) wrapper.console.loglevel=3DINFO # Log file to use for wrapper output logging. wrapper.logfile=3D../logs/wrapper.log # Format of output for the log file. (See docs for formats) wrapper.logfile.format=3DLPTM # Log Level for log file output. (See docs for log levels) wrapper.logfile.loglevel=3DINFO # 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 =3D 10 megabytes. wrapper.logfile.maxsize=3D512 # 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=3D5 # Log Level for sys/event log output. (See docs for log levels) wrapper.syslog.loglevel=3DNONE #******************************************************************** # Wrapper Windows Properties #******************************************************************** # Title to use when running as a console wrapper.console.title=3DColorDesignerWebService #******************************************************************** # 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=3DColorDesignerWebService # Display name of the service wrapper.ntservice.displayname=3DColorDesigner Web Service # Description of the service wrapper.ntservice.description=3DColorDesigner Web Service # Service dependencies. Add dependencies as needed starting from 1 wrapper.ntservice.dependency.1=3D # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=3DAUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=3Dtrue -dh -----Original Message----- From: wra...@li... [mailto:wra...@li...] On Behalf Of Leif Mortenson Sent: Friday, February 16, 2007 11:32 AM To: wra...@li... Subject: Re: [Wrapper-user] Can't start service error Dave, Can you post your wrapper.conf file? The classpath and library paths=20 handle spaces in paths correctly, but other arguments need to be quoted in cases like=20 this. Cheers, Leif Dave Hoffer wrote: > Has anyone seen this error? We get the following when we try to start > our service on a certain laptop. > > INFO | jvm 4 | 2007/02/16 09:20:12 | > java.lang.NoClassDefFoundError: Files\Sybase\ASA > INFO | jvm 4 | 2007/02/16 09:20:12 | Exception in thread "main"=20 > ERROR | wrapper | 2007/02/16 09:20:12 | JVM exited while loading the > application. > STATUS | wrapper | 2007/02/16 09:20:16 | Launching a JVM... > INFO | jvm 5 | 2007/02/16 09:20:16 | > java.lang.NoClassDefFoundError: Files\Sybase\ASA > INFO | jvm 5 | 2007/02/16 09:20:17 | Exception in thread "main"=20 > ERROR | wrapper | 2007/02/16 09:20:17 | JVM exited while loading the > application. > > The system is XP Pro (Version 2002) SP2 > Samsung Electronics SEC with Intel T2300 @1.66GHz > User is administrator > We configure JSW to load jre v1.5.0_09 in local folder. > > We have no idea why it would be loading class 'Files\Sybase\ASA' > > Any ideas? > > -dh > =20 ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDE V _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |