Since OM 2.0 there is no need to start Open/LibreOffice as a service.
please remove it from the scripts

On Thu, Jun 14, 2012 at 1:33 AM, [email protected] <
[email protected]> wrote:

> Btw:
> The initial issue about the calendar/File-Explorer should be fixed
> If you build locally you eventually should do
> ant clean.all
> and
> ant clean.ivy
> Otherwise the next nightly build should to the same.
>
> Sebastian
>
> 2012/6/13 Dimosthenis Trichakis <[email protected]>:
> > You are correct!!!
> > Thanks stephen :-)
> > Now I'm getting when I'm restarting or starting:
> >
> > root@comms2:~# service red5 restart
> >
> > start-stop-daemon: --start needs --exec or --startas
> > Try 'start-stop-daemon --help' for more information.
> >
> > root@comms2:~# service red5 stop
> >
> > root@comms2:~# service red5 start
> >
> > start-stop-daemon: --start needs --exec or --startas
> > Try 'start-stop-daemon --help' for more information.
> >
> > root@comms2:~#
> >
> > Why?
> >
> > Thanks again :-)
> >
> >
> > On Wed, Jun 13, 2012 at 5:37 PM, Stephen Cottham
> > <[email protected]> wrote:
> >>
> >> Hi Dimosthenis,
> >>
> >> If you used the debian guide then it looks like you have made two
> >> separate lines for the soffice command it should be one line like this:
> >>
> >> /usr/lib/openoffice/program/soffice
> >> "-accept=socket,host=127.0.0.1,port=8100,tcpNoDelay=1;urp;" -headless
> >> -nodefault -nofirststartwizard -nolockcheck -nologo -norestore& sleep 5
> >>
> >> Instead of this (I suspect you have)
> >>
> >> /usr/lib/openoffice/program/soffice
> >> "-accept=socket,host=127.0.0.1,port=8100,tcpNoDelay=1;urp;" -headless
> >> -nodefault
> >> -nofirststartwizard -nolockcheck -nologo -norestore& sleep 5
> >>
> >> Best Regards
> >>
> >>
> >>
> >>
> >>
> >> Stephen Cottham
> >> Group IT Manager (Associate)
> >>
> >> Robert Bird Group
> >> Level 5, 333 Ann St
> >> Brisbane, Queensland, 4000, Australia
> >> Phone: +6173 319 2777 (AUS)
> >> Phone: +44207 592 8000 (UK)
> >> Fax: +6173 319 2799
> >>
> >> Mobile:  +61400 756 963 (AUS)
> >> Mobile: +447900 918 616 (UK)
> >> Web: www.robertbird.com
> >>
> >>
> >> This email and any attachments are confidential and may contain legally
> >> privileged information or copyright material. Unless expressly stated,
> >> confidentiality and/or legal privilege is not intended to be waived by
> the
> >> sending of this email. The contents of this email, including any
> >> attachments, are intended solely for the use of the individual or
> entity to
> >> whom they are addressed. If you are not an intended recipient, please
> >> contact us immediately by return email and then delete both messages.
> You
> >> may not otherwise read, forward, copy, use or disclose this email or any
> >> attachments. Any views expressed in this email are those of the
> individual
> >> sender except where the sender expressly, and with authority, states
> >> otherwise. It is your responsibility to check any attachments for
> viruses or
> >> defects before opening or sending them on. None of the sender or its
> related
> >> entities accepts any liability for any consequential damage resulting
> from
> >> this email containing computer viruses.
> >>
> >> Disclaimer added by CodeTwo Exchange Rules
> >> http://www.codetwo.com
> >>
> >> -----Original Message-----
> >> From: [email protected] [mailto:[email protected]]
> >> Sent: 13 June 2012 15:31
> >> To: [email protected]
> >> Subject: Re: Openmeetings buid-1349205 malfunction
> >>
> >> I guess you are using a customized shell script.
> >> I don't know exactly what script. Our distribution does not contain an
> >> init.d script. I guess you've copied it somewhere. Where did you get it
> >> from?
> >>
> >> Sebastian
> >>
> >> 2012/6/13 Dimosthenis Trichakis <[email protected]>:
> >> > Thanks
> >> > By the way when I try to restart or start red5 I get the message:
> >> >
> >> > root@comms2:~# service red5 restart
> >> >
> >> > /etc/init.d/red5: line 21: -nofirststartwizard: command not found
> >> > start-stop-daemon: --start needs --exec or --startas Try
> >> > 'start-stop-daemon --help' for more information.
> >> >
> >> > root@comms2:~#
> >> >
> >> > Why?
> >> >
> >> >
> >> >
> >> > On Wed, Jun 13, 2012 at 4:53 PM, [email protected]
> >> > <[email protected]> wrote:
> >> >>
> >> >> Dimos,
> >> >>
> >> >> if you need a short hand solution or workaround you can fix the issue
> >>
> >> >> the following way:
> >> >>
> >> >> Download Apache OpenMeetings Build No 103
> >> >> (https://builds.apache.org/job/openmeetings/103/):
> >> >> Unpack it, copy the JAR file:
> >> >> red5/webapps/openmeetings/WEB-INF/lib/axis2-jar-1.7.0-SNAPSHOT.jar
> >> >>
> >> >> And replace the existing axis2-jar-1.7.0-SNAPSHOT.jar in the latest
> >> >> Snapshot of Apache OpenMeetings at the appropriate location (same
> >> >> name but different filesize).
> >> >> Then restart Red5 Service and the issue in Calendar/File-Section is
> >> gone.
> >> >>
> >> >> Sebastian
> >> >>
> >> >> 2012/6/13 [email protected] <[email protected]>:
> >> >> > Hi Dimos,
> >> >> >
> >> >> > the issue with Calendar and File-Explorer are already in progress.
> >> >> > You can follow:
> >> >> > https://issues.apache.org/jira/browse/OPENMEETINGS-325
> >> >> >
> >> >> > The problem is not really an OpenMeetings issue. It is a problem
> >> >> > with a malfunction in a library that we are referencing. You can
> >> >> > see the link to the discussion to the Axis2 mailing list in the
> >> >> > Jira issue
> >> >> > OPENMEETINGS-325
> >> >> >
> >> >> > Changing the loading bar's height is currently not configurable.
> >> >> > However we could add that possibility.
> >> >> >
> >> >> > Sebastian
> >> >> >
> >> >> > 2012/6/13 Dimosthenis Trichakis <[email protected]>:
> >> >> >> Hello there,
> >> >> >> First of all thank you for the very nice application.
> >> >> >> I have built and install the openmeeting in Debian thanks to
> >> >> >> "OpenMeetings 2.X Installation on Debian 64bit Squeeze".
> >> >> >> Everything works good except Calendar and uploaded file
> >> >> >> browser(please see attached photos).
> >> >> >> In Calendar the day, week , month screens are empty.
> >> >> >> In File Browser I cannot see the uploaded files and the quick page
> >>
> >> >> >> selector.
> >> >> >> Any help?
> >> >> >> Also at the start the bar of loading the login window is very
> >> >> >> narrow/thin.
> >> >> >> Is it possible I to change it?
> >> >> >> Warm regards,
> >> >> >> Dimos
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Sebastian Wagner
> >> >> > https://twitter.com/#!/dead_lock
> >> >> > http://www.openmeetings.de
> >> >> > http://www.webbase-design.de
> >> >> > http://www.wagner-sebastian.com
> >> >> > [email protected]
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Sebastian Wagner
> >> >> https://twitter.com/#!/dead_lock
> >> >> http://www.openmeetings.de
> >> >> http://www.webbase-design.de
> >> >> http://www.wagner-sebastian.com
> >> >> [email protected]
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> Sebastian Wagner
> >> https://twitter.com/#!/dead_lock
> >> http://www.openmeetings.de
> >> http://www.webbase-design.de
> >> http://www.wagner-sebastian.com
> >> [email protected]
> >>
> >
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.openmeetings.de
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> [email protected]
>



-- 
WBR
Maxim aka solomax

Reply via email to