|
From: Alexandre K. <ale...@ta...> - 2015-03-03 03:59:03
|
Hi Greg, I'm sorry for the trouble. What is the value of "args" when you execute: WrapperManager.start( new Main(), args ); Can you show me the content of wrapper.conf? If there is sensitive data, please send it to su...@ta... Which command do you use to start the Wrapper using the wrapper executable? Regards, Alexandre Klein Tanuki Software, Ltd. 6-16-7-1001 Nishi-Kasai, Edogawa-ku Tokyo 134-0088 Japan Tel: +81-3-3878-3211 Fax: +81-3-3878-0313 http://www.tanukisoftware.com On Tue, Mar 3, 2015 at 10:01 AM, Greg Rivera <gre...@gm...> wrote: > Has anyone gotten a chance to look at this yet? i still have not been able > to figure out why this is happening. > > On Wed, Feb 25, 2015 at 1:05 PM, Greg Rivera <gre...@gm...> > wrote: > >> I have subscribed to the mailing list and am resending my query. >> >> Thank you. >> >> On Wed, Feb 25, 2015 at 1:03 PM, Greg Rivera <gre...@gm...> >> wrote: >> >>> Hello, >>> >>> I am using method integration 3. >>> >>> I have asked a question here: >>> >>> http://stackoverflow.com/questions/28709609/where-does-wrappermanager-look-for-the-wrapper-conf-file-in-eclipse >>> >>> The contents of this question are below: >>> >>> I have this line in my main function >>> >>> WrapperManager.start( new Main(), args ); >>> >>> When I debug the Main class as a java app, I am able to break at this >>> line. However when I do in my expressions window >>> >>> WrapperManager.getProperties(); >>> >>> it returns empty meaning my wrapper.conf file was not found. For output >>> I get the following: >>> >>> WrapperManager: Initializing...WrapperManager: WARNING - The wrapper.native_library system property was notWrapperManager: set. Using the default value, 'wrapper'.WrapperManager: WARNING - The version of the Wrapper which launched this JVM isWrapperManager: "unknown" while the version of the native libraryWrapperManager: is "3.5.26".WrapperManager: The Wrapper may appear to work correctly but some features mayWrapperManager: not function correctly. This configuration has not been testedWrapperManager: and is not supported.WrapperManager: >>> >>> If someone could please tell me where WrapperManager is looking for this >>> file that would be great. I added wrapper.jar to the build path and to the >>> debug configuration but still I could not get this to work. >>> >>> I looked at the following site: >>> http://wrapper.tanukisoftware.com/doc/english/integrate-listener.html#mainClass >>> >>> However after explaining the main class it does not say how I should be >>> running it. I use the wrapper executable and it says my main is already >>> running the service wrapper. I debug using eclipse and the service wrapper >>> gives the info above. >>> >>> Thanks >>> >>> Info about my env: Linux xxxx-xxxx 3.13.0-45-generic #74-Ubuntu SMP Tue >>> Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux >>> >>> wrapper version Java Service Wrapper Community Edition 64-bit 3.5.26 >>> Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved. >>> http://wrapper.tanukisoftware.com >>> >>> -- >>> Greg Louis Rivera >>> UCLA | Class of 2013 | B.S. Computer Science >>> Telescope Inc. | Java Developer >>> (805) 844 9209 | gre...@gm... >>> >>> >> >> >> -- >> Greg Louis Rivera >> UCLA | Class of 2013 | B.S. Computer Science >> Telescope Inc. | Java Developer >> (805) 844 9209 | gre...@gm... >> >> > > > -- > Greg Louis Rivera > UCLA | Class of 2013 | B.S. Computer Science > Telescope Inc. | Java Developer > (805) 844 9209 | gre...@gm... > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |