|
From: Leif M. <le...@ta...> - 2007-03-09 04:05:59
|
Mark,
The list is working fine. I will cc you directly in case you aren't
getting messages from
the list for some reason.
Let me recap. You were experiencing a problem stopping the Wrapper
on OSX.
We resolved that this was a bug in the 3.2.3 shell script. I made a
script with a fix
available to you and it started working.
Now you are having the original problem again.
The first question I have is are you "sure" that you are not using
the original broken
script? And if so why? How are you running the script?
Cheers,
Leif
Mark Leone wrote:
> Mark Leone wrote:
>
>> Mark Leone wrote:
>>
>>> I made some changes to my wrapper application on Mac OSX, and I can't
>>> make the old version go away. Perhaps this happened because I checked
>>> "Open at login" in the dock. I run the new version of the app and it
>>> can't run because the old version is running and has the IP port
>>> locked up. So I find a java process with parent process = wrapper,
>>> and I kill it, and it comes right back. I've looked in all the
>>> LaunchDaemons folders and StartupItems folders, and I can't find
>>> what's making this old version of the app start up over and over.
>>> When I execute "myAppName status" I see that it's not running. But
>>> the old version is still running, and I don't know how to kill it
>>> permanently.
>>>
>>> -Mark
>>>
>>>
>>>
>> This seems to be another manifestation of the problem I reported in an
>> earlier thread, which was fixed by the new script found at
>>
>> http://wrapper.svn.sourceforge.net/viewvc/*checkout*/wrapper/trunk/wrapper/src/bin/sh.script.in.
>>
>>
>> But I just re-loaded that script again to make sure I didn't somehow
>> revert to the old one, and I still have the same problem. I'm having
>> this problem with two separate applications that I'm running via
>> wrapper on OSX. My executables renamed from script.sh.in are RCBServer
>> and RCBClient. For example, I type "./RCBServer start" and I get what
>> looks like a normal startup. Then I type "./RCBServer status" and I get
>>
>> Removed stale pid file: /Applications/Remote
>> Clipboard/RCBServer/bin/./RCBServer.pid
>> RCBServer is not running.
>> Mac-mini:/Applications/Remote Clipboard/RCBServer/bin Martha$
>>
>> And I can't stop the daemon now because wrapper thinks it's not
>> running. The only way I can stop it is to kill the process named wrapper.
>>
>>
> Am I the only one who's seeing this regression? It was working fine, but
> suddenly on OSX I get the problem that existed before and was fixed by
> the new shell script that Leif provided. I've tried everything and I
> can't make it work properly as it did before. It writes the pid for the
> wrapper process to the pid file, and then reports a stale pid when I try
> to get status or stop the service.
>
> -Mark
>
>
> -------------------------------------------------------------------------
> 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=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|