I've tried to get off this mailing list several times, but so far no luck.
Could someone remove me manually please? On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> wrote: Hi, I'm trying to get OFBiz to launch on login, but I am having some issues. I am following the steps outlined in the below link for OS X 10.4+. I am running OSX 10.13.2. https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ run+OFBiz+as+a+Service running "launchctl list | grep ofbiz" on startup yields no output. running "sudo launchctl load /Library/LaunchDaemons/org.apache.ofbiz.plist" tells me that the service is already running. running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells me that OFBiz is down. My plist file is below. Please advise. Thank you! Sean <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Disabled</key> <false/> <key>Label</key> <string>org.apache.ofbiz</string> <key>WorkingDirectory</key> <string>/Users/my_user_name/ofbiz.16.11</string> <key>ProgramArguments</key> <array> <string>./tools/startofbiz.sh</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist> |
I'd like to unsubscribe too.
On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> wrote: > I've tried to get off this mailing list several times, but so far no luck. > Could someone remove me manually please? > > On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> > wrote: > > Hi, > > I'm trying to get OFBiz to launch on login, but I am having some issues. I > am following the steps outlined in the below link for OS X 10.4+. I am > running OSX 10.13.2. > > https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ > run+OFBiz+as+a+Service > > running "launchctl list | grep ofbiz" on startup yields no output. > > running "sudo launchctl load /Library/LaunchDaemons/org. > apache.ofbiz.plist" > tells me that the service is already running. > > running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells > me that OFBiz is down. > > My plist file is below. > > Please advise. Thank you! > > Sean > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " > http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> > <key>Disabled</key> > <false/> > <key>Label</key> > <string>org.apache.ofbiz</string> > <key>WorkingDirectory</key> > <string>/Users/my_user_name/ofbiz.16.11</string> > <key>ProgramArguments</key> > <array> > <string>./tools/startofbiz.sh</string> > </array> > <key>RunAtLoad</key> > <true/> > </dict> > </plist> > |
Administrator
|
Hi,
I have just subscribed both of you I mean the addresses: [hidden email] and [hidden email] Jacques Le 30/05/2018 à 02:05, Julian Smith a écrit : > I'd like to unsubscribe too. > > On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> wrote: > >> I've tried to get off this mailing list several times, but so far no luck. >> Could someone remove me manually please? >> >> On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> >> wrote: >> >> Hi, >> >> I'm trying to get OFBiz to launch on login, but I am having some issues. I >> am following the steps outlined in the below link for OS X 10.4+. I am >> running OSX 10.13.2. >> >> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ >> run+OFBiz+as+a+Service >> >> running "launchctl list | grep ofbiz" on startup yields no output. >> >> running "sudo launchctl load /Library/LaunchDaemons/org. >> apache.ofbiz.plist" >> tells me that the service is already running. >> >> running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells >> me that OFBiz is down. >> >> My plist file is below. >> >> Please advise. Thank you! >> >> Sean >> >> <?xml version="1.0" encoding="UTF-8"?> >> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " >> http://www.apple.com/DTDs/PropertyList-1.0.dtd"> >> <plist version="1.0"> >> <dict> >> <key>Disabled</key> >> <false/> >> <key>Label</key> >> <string>org.apache.ofbiz</string> >> <key>WorkingDirectory</key> >> <string>/Users/my_user_name/ofbiz.16.11</string> >> <key>ProgramArguments</key> >> <array> >> <string>./tools/startofbiz.sh</string> >> </array> >> <key>RunAtLoad</key> >> <true/> >> </dict> >> </plist> >> |
Administrator
|
OK, I should not have tried and would have had a better day.
I need to confirm the unsubscribe and I get this message Une erreur est survenue lors de l’envoi du courrier. Le serveur a répondu : 5.7.1 L'entete "To" est malformee, adresse invalide : user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=[hidden email]. Veuillez vérifier le message et essayer à nouveau. English translation: An error occurred when sending the mail. The server answered : 5.7.1 The header "To" is wrong, invalid address : user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=[hidden email]. Please check the message and try again. Of course trying again does not help :/ I'll ask the infra team about that. Certainly related to my SMTP server. So it could take some time... I though wonder why you can't both unsubscribe by yourself. Could you please try following instructions at http://ofbiz.apache.org/mailing-lists.html ? Jacques PS: did not even receive a response for user-unsubscribe-victordidra=[hidden email] sent 2 times :/ Le 30/05/2018 à 09:32, Jacques Le Roux a écrit : > Hi, > > I have just subscribed both of you > > I mean the addresses: [hidden email] and [hidden email] > > Jacques > > > Le 30/05/2018 à 02:05, Julian Smith a écrit : >> I'd like to unsubscribe too. >> >> On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> wrote: >> >>> I've tried to get off this mailing list several times, but so far no luck. >>> Could someone remove me manually please? >>> >>> On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> >>> wrote: >>> >>> Hi, >>> >>> I'm trying to get OFBiz to launch on login, but I am having some issues. I >>> am following the steps outlined in the below link for OS X 10.4+. I am >>> running OSX 10.13.2. >>> >>> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ >>> run+OFBiz+as+a+Service >>> >>> running "launchctl list | grep ofbiz" on startup yields no output. >>> >>> running "sudo launchctl load /Library/LaunchDaemons/org. >>> apache.ofbiz.plist" >>> tells me that the service is already running. >>> >>> running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells >>> me that OFBiz is down. >>> >>> My plist file is below. >>> >>> Please advise. Thank you! >>> >>> Sean >>> >>> <?xml version="1.0" encoding="UTF-8"?> >>> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " >>> http://www.apple.com/DTDs/PropertyList-1.0.dtd"> >>> <plist version="1.0"> >>> <dict> >>> <key>Disabled</key> >>> <false/> >>> <key>Label</key> >>> <string>org.apache.ofbiz</string> >>> <key>WorkingDirectory</key> >>> <string>/Users/my_user_name/ofbiz.16.11</string> >>> <key>ProgramArguments</key> >>> <array> >>> <string>./tools/startofbiz.sh</string> >>> </array> >>> <key>RunAtLoad</key> >>> <true/> >>> </dict> >>> </plist> >>> > > |
Administrator
|
This ends the story for you Julian. Here the answer I lastly received:
Hi! This is the ezmlm program. I'm managing the [hidden email] mailing list. I'm working for my owner, who can be reached [hidden email]. Acknowledgment: The address [hidden email] was not on the user mailing list when I received your request and is not a subscriber of this list. If you unsubscribe, but continue to receive mail, you're subscribed under a different address than you currently use. Please look at the header for: 'Return-Path:<user-return-1234-user=[hidden email]>' Jacques Le 30/05/2018 à 09:52, Jacques Le Roux a écrit : > OK, I should not have tried and would have had a better day. > > I need to confirm the unsubscribe and I get this message > > Une erreur est survenue lors de l’envoi du courrier. Le serveur a répondu : 5.7.1 L'entete "To" est malformee, adresse invalide : > user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=[hidden email]. Veuillez vérifier le message et essayer à nouveau. > > English translation: An error occurred when sending the mail. The server answered : 5.7.1 The header "To" is wrong, invalid address : > user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=[hidden email]. Please check the message and try again. > > Of course trying again does not help :/ > > I'll ask the infra team about that. Certainly related to my SMTP server. So it could take some time... > > I though wonder why you can't both unsubscribe by yourself. Could you please try following instructions at http://ofbiz.apache.org/mailing-lists.html ? > > Jacques > > PS: did not even receive a response for user-unsubscribe-victordidra=[hidden email] sent 2 times :/ > > > Le 30/05/2018 à 09:32, Jacques Le Roux a écrit : >> Hi, >> >> I have just subscribed both of you >> >> I mean the addresses: [hidden email] and [hidden email] >> >> Jacques >> >> >> Le 30/05/2018 à 02:05, Julian Smith a écrit : >>> I'd like to unsubscribe too. >>> >>> On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> wrote: >>> >>>> I've tried to get off this mailing list several times, but so far no luck. >>>> Could someone remove me manually please? >>>> >>>> On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> >>>> wrote: >>>> >>>> Hi, >>>> >>>> I'm trying to get OFBiz to launch on login, but I am having some issues. I >>>> am following the steps outlined in the below link for OS X 10.4+. I am >>>> running OSX 10.13.2. >>>> >>>> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ >>>> run+OFBiz+as+a+Service >>>> >>>> running "launchctl list | grep ofbiz" on startup yields no output. >>>> >>>> running "sudo launchctl load /Library/LaunchDaemons/org. >>>> apache.ofbiz.plist" >>>> tells me that the service is already running. >>>> >>>> running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells >>>> me that OFBiz is down. >>>> >>>> My plist file is below. >>>> >>>> Please advise. Thank you! >>>> >>>> Sean >>>> >>>> <?xml version="1.0" encoding="UTF-8"?> >>>> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " >>>> http://www.apple.com/DTDs/PropertyList-1.0.dtd"> >>>> <plist version="1.0"> >>>> <dict> >>>> <key>Disabled</key> >>>> <false/> >>>> <key>Label</key> >>>> <string>org.apache.ofbiz</string> >>>> <key>WorkingDirectory</key> >>>> <string>/Users/my_user_name/ofbiz.16.11</string> >>>> <key>ProgramArguments</key> >>>> <array> >>>> <string>./tools/startofbiz.sh</string> >>>> </array> >>>> <key>RunAtLoad</key> >>>> <true/> >>>> </dict> >>>> </plist> >>>> >> >> > > |
Hi, please unsubscribe me as well.
Thank you very much. On Mon, Jun 4, 2018 at 8:13 AM, Jacques Le Roux < [hidden email]> wrote: > This ends the story for you Julian. Here the answer I lastly received: > > Hi! This is the ezmlm program. I'm managing the > [hidden email] mailing list. > > I'm working for my owner, who can be reached > [hidden email]. > > Acknowledgment: The address > > [hidden email] > > was not on the user mailing list when I received > your request and is not a subscriber of this list. > > If you unsubscribe, but continue to receive mail, you're subscribed > under a different address than you currently use. Please look at the > header for: > > 'Return-Path:<user-return-1234-user=[hidden email]>' > > Jacques > > > Le 30/05/2018 à 09:52, Jacques Le Roux a écrit : > >> OK, I should not have tried and would have had a better day. >> >> I need to confirm the unsubscribe and I get this message >> >> Une erreur est survenue lors de l’envoi du courrier. Le serveur a répondu >> : 5.7.1 L'entete "To" est malformee, adresse invalide : >> user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=blockfr >> [hidden email]. Veuillez vérifier le message et essayer à >> nouveau. >> >> English translation: An error occurred when sending the mail. The server >> answered : 5.7.1 The header "To" is wrong, invalid address : >> user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=blockfr >> [hidden email]. Please check the message and try again. >> >> Of course trying again does not help :/ >> >> I'll ask the infra team about that. Certainly related to my SMTP server. >> So it could take some time... >> >> I though wonder why you can't both unsubscribe by yourself. Could you >> please try following instructions at http://ofbiz.apache.org/mailin >> g-lists.html ? >> >> Jacques >> >> PS: did not even receive a response for user-unsubscribe-victordidra=g >> [hidden email] sent 2 times :/ >> >> >> Le 30/05/2018 à 09:32, Jacques Le Roux a écrit : >> >>> Hi, >>> >>> I have just subscribed both of you >>> >>> I mean the addresses: [hidden email] and >>> [hidden email] >>> >>> Jacques >>> >>> >>> Le 30/05/2018 à 02:05, Julian Smith a écrit : >>> >>>> I'd like to unsubscribe too. >>>> >>>> On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> >>>> wrote: >>>> >>>> I've tried to get off this mailing list several times, but so far no >>>>> luck. >>>>> Could someone remove me manually please? >>>>> >>>>> On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> >>>>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> I'm trying to get OFBiz to launch on login, but I am having some >>>>> issues. I >>>>> am following the steps outlined in the below link for OS X 10.4+. I am >>>>> running OSX 10.13.2. >>>>> >>>>> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ >>>>> run+OFBiz+as+a+Service >>>>> >>>>> running "launchctl list | grep ofbiz" on startup yields no output. >>>>> >>>>> running "sudo launchctl load /Library/LaunchDaemons/org. >>>>> apache.ofbiz.plist" >>>>> tells me that the service is already running. >>>>> >>>>> running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory >>>>> tells >>>>> me that OFBiz is down. >>>>> >>>>> My plist file is below. >>>>> >>>>> Please advise. Thank you! >>>>> >>>>> Sean >>>>> >>>>> <?xml version="1.0" encoding="UTF-8"?> >>>>> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " >>>>> http://www.apple.com/DTDs/PropertyList-1.0.dtd"> >>>>> <plist version="1.0"> >>>>> <dict> >>>>> <key>Disabled</key> >>>>> <false/> >>>>> <key>Label</key> >>>>> <string>org.apache.ofbiz</string> >>>>> <key>WorkingDirectory</key> >>>>> <string>/Users/my_user_name/ofbiz.16.11</string> >>>>> <key>ProgramArguments</key> >>>>> <array> >>>>> <string>./tools/startofbiz.sh</string> >>>>> </array> >>>>> <key>RunAtLoad</key> >>>>> <true/> >>>>> </dict> >>>>> </plist> >>>>> >>>>> >>> >>> >> >> > |
Administrator
|
Done
Jacques Le 17/06/2018 à 20:48, Sean Turner a écrit : > Hi, please unsubscribe me as well. > > Thank you very much. > > On Mon, Jun 4, 2018 at 8:13 AM, Jacques Le Roux < > [hidden email]> wrote: > >> This ends the story for you Julian. Here the answer I lastly received: >> >> Hi! This is the ezmlm program. I'm managing the >> [hidden email] mailing list. >> >> I'm working for my owner, who can be reached >> [hidden email]. >> >> Acknowledgment: The address >> >> [hidden email] >> >> was not on the user mailing list when I received >> your request and is not a subscriber of this list. >> >> If you unsubscribe, but continue to receive mail, you're subscribed >> under a different address than you currently use. Please look at the >> header for: >> >> 'Return-Path:<user-return-1234-user=[hidden email]>' >> >> Jacques >> >> >> Le 30/05/2018 à 09:52, Jacques Le Roux a écrit : >> >>> OK, I should not have tried and would have had a better day. >>> >>> I need to confirm the unsubscribe and I get this message >>> >>> Une erreur est survenue lors de l’envoi du courrier. Le serveur a répondu >>> : 5.7.1 L'entete "To" est malformee, adresse invalide : >>> user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=blockfr >>> [hidden email]. Veuillez vérifier le message et essayer à >>> nouveau. >>> >>> English translation: An error occurred when sending the mail. The server >>> answered : 5.7.1 The header "To" is wrong, invalid address : >>> user-wc.1527665493.oecmnohfmljcekflbckk-julian.smith=blockfr >>> [hidden email]. Please check the message and try again. >>> >>> Of course trying again does not help :/ >>> >>> I'll ask the infra team about that. Certainly related to my SMTP server. >>> So it could take some time... >>> >>> I though wonder why you can't both unsubscribe by yourself. Could you >>> please try following instructions at http://ofbiz.apache.org/mailin >>> g-lists.html ? >>> >>> Jacques >>> >>> PS: did not even receive a response for user-unsubscribe-victordidra=g >>> [hidden email] sent 2 times :/ >>> >>> >>> Le 30/05/2018 à 09:32, Jacques Le Roux a écrit : >>> >>>> Hi, >>>> >>>> I have just subscribed both of you >>>> >>>> I mean the addresses: [hidden email] and >>>> [hidden email] >>>> >>>> Jacques >>>> >>>> >>>> Le 30/05/2018 à 02:05, Julian Smith a écrit : >>>> >>>>> I'd like to unsubscribe too. >>>>> >>>>> On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[hidden email]> >>>>> wrote: >>>>> >>>>> I've tried to get off this mailing list several times, but so far no >>>>>> luck. >>>>>> Could someone remove me manually please? >>>>>> >>>>>> On Jan 4, 2018 11:09 PM, "Sean Turner" <[hidden email]> >>>>>> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> I'm trying to get OFBiz to launch on login, but I am having some >>>>>> issues. I >>>>>> am following the steps outlined in the below link for OS X 10.4+. I am >>>>>> running OSX 10.13.2. >>>>>> >>>>>> https://cwiki.apache.org/confluence/display/OFBIZ/How+to+ >>>>>> run+OFBiz+as+a+Service >>>>>> >>>>>> running "launchctl list | grep ofbiz" on startup yields no output. >>>>>> >>>>>> running "sudo launchctl load /Library/LaunchDaemons/org. >>>>>> apache.ofbiz.plist" >>>>>> tells me that the service is already running. >>>>>> >>>>>> running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory >>>>>> tells >>>>>> me that OFBiz is down. >>>>>> >>>>>> My plist file is below. >>>>>> >>>>>> Please advise. Thank you! >>>>>> >>>>>> Sean >>>>>> >>>>>> <?xml version="1.0" encoding="UTF-8"?> >>>>>> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " >>>>>> http://www.apple.com/DTDs/PropertyList-1.0.dtd"> >>>>>> <plist version="1.0"> >>>>>> <dict> >>>>>> <key>Disabled</key> >>>>>> <false/> >>>>>> <key>Label</key> >>>>>> <string>org.apache.ofbiz</string> >>>>>> <key>WorkingDirectory</key> >>>>>> <string>/Users/my_user_name/ofbiz.16.11</string> >>>>>> <key>ProgramArguments</key> >>>>>> <array> >>>>>> <string>./tools/startofbiz.sh</string> >>>>>> </array> >>>>>> <key>RunAtLoad</key> >>>>>> <true/> >>>>>> </dict> >>>>>> </plist> >>>>>> >>>>>> >>>> >>> |
Free forum by Nabble | Edit this page |