java.net.BindException: Address already in use:8080

could point you to a very basic problem - more isnt readable from that
log files ;-)


r u sure, thats the installation containing your openMeetings project?


see ya

Smoeker

On 17 Mrz., 13:02, dinesh hycus <dinesh.hy...@gmail.com> wrote:
> On Wed, Mar 17, 2010 at 5:11 PM, dinesh hycus <dinesh.hy...@gmail.com>wrote:
>
>
>
>
>
> > On Wed, Mar 17, 2010 at 5:04 PM, smoeker <o.beche...@medint.de> wrote:
>
> >> hola,
>
> >> check logfile for errors please...
>
> >> (often database connection fails...)
>
> >> see ya
>
> >> Smoeker
>
> >> On 17 Mrz., 12:29, smoeker <o.beche...@medint.de> wrote:
> >> > hola,
>
> >> > right you can integrate these lines into your startscript...
>
> >> > -> please make sure, that you have 756m RAM available for your java
> >> > processes on that machine..  otherwise reduce the values (xms 256 xmx
> >> > 512)
> >> > -> i idont know you installation scenario - do you run tomcat as a
> >> > service? if so, you would have to check, if catalina.sh is addressed
> >> > from the service starting script (/etc/init.d/tomcat or so, dependent
> >> > on your distribution)
>
> >> > see ya
>
> >> > Smoeker
>
> >> > On 17 Mrz., 12:24, dinesh hycus <dinesh.hy...@gmail.com> wrote:
>
> >> > > On Wed, Mar 17, 2010 at 4:52 PM, smoeker <o.beche...@medint.de>
> >> wrote:
> >> > > > hola,
>
> >> > > > using tomcat on linux system u will have to watch out for bin/
> >> > > > catalina.sh within your tomcat installation directory...
>
> >> > > > see ya
>
> >> > > > Smoeker
>
> >> > > > On 17 Mrz., 12:18, dinesh hycus <dinesh.hy...@gmail.com> wrote:
> >> > > > > On Wed, Mar 17, 2010 at 4:42 PM, smoeker <o.beche...@medint.de>
> >> wrote:
> >> > > > > > hola,
>
> >> > > > > > are u running installer from within eclipse (dynamic web
> >> project) , on
> >> > > > > > tomcat or standalone red5?
>
> >> > > > > > in case u have deployed OM on tomcat, u would have to change
> >> your
> >> > > > > > startscript adding the following startparameters like :
>
> >> > > > > > JAVA_OPTS="$JAVA_OPTS -Xms512m -Xmx756m "
> >> > > > > > JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=512m"
>
> >> > > > > > procedure is the same on red5....
>
> >> > > > > > if u r running it from eclipse, you have to change launch
> >> > > > > > configuration for your server within eclipse...
>
> >> > > > > > see ya
>
> >> > > > > > Smoeker
>
> >> > > > > > On 17 Mrz., 12:08, dinesh hycus <dinesh.hy...@gmail.com> wrote:
> >> > > > > > > Hi,
>
> >> > > > > > > After the installation of step 1 of the open meeting i got
> >> error in
> >> > > > the
> >> > > > > > step
> >> > > > > > > 2 which shows errror "java.lang.OutOfMemoryError: Java heap
> >> space".
> >> > > > Can
> >> > > > > > you
> >> > > > > > > please advice me to increase java heap size.
>
> >> > > > > > > So that we can proceed further in the open meeting
> >> installation.
>
> >> > > > > > > Thanks & Regards
> >> > > > > > >    -- Dinesh --
>
> >> > > > > > --
> >> > > > > > You received this message because you are subscribed to the
> >> Google
> >> > > > Groups
> >> > > > > > "OpenMeetings User" group.
> >> > > > > > To post to this group, send email to
> >> > > > openmeetings-u...@googlegroups.com.
> >> > > > > > To unsubscribe from this group, send email to
> >> > > > > > openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> >> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
>
> >> > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> >> <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
>
> >> > > > > > .
> >> > > > > > For more options, visit this group at
> >> > > > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> >> > > > > Hi,
>
> >> > > > > Im using Apache tomcat in the linux server. So where and which
> >> file i
> >> > > > need
> >> > > > > to add the script
>
> >> > > > > JAVA_OPTS="$JAVA_OPTS -Xms512m -Xmx756m "
> >> > > > > JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=512m"
>
> >> > > > > Do i need to restart the apache and red5 after adding this.
>
> >> > > > > Please let me know.
>
> >> > > > > Thanks & Regards
> >> > > > >    -- Dinesh --
>
> >> > > > --
> >> > > > You received this message because you are subscribed to the Google
> >> Groups
> >> > > > "OpenMeetings User" group.
> >> > > > To post to this group, send email to
> >> openmeetings-u...@googlegroups.com.
> >> > > > To unsubscribe from this group, send email to
> >> > > > openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> >> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
>
> >> > > > .
> >> > > > For more options, visit this group at
> >> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> >> > > Hi Smoeker,
>
> >> > > Then i can add the script
>
> >> > > JAVA_OPTS="$JAVA_OPTS -Xms512m -Xmx756m "
> >> > > JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=512m"
>
> >> > > in bin/ catalina.sh, right?
>
> >> > > Let me check and let you know.
>
> >> > > Thanks & Regards
> >> > >    -- Dinesh --
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "OpenMeetings User" group.
> >> To post to this group, send email to openmeetings-u...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/openmeetings-user?hl=en.
>
> > HI,
>
> > There is no log files created in side the log folder inside the open
> > meeting.
>
> > --
> > Thanks & Regards
> >    -- Dinesh --
>
> Hi Smoeker,
>
> But 3 log files created in the tomcat, i have attached for your reference.
> Please check it and let me know how to fix this error.
>
> Thanks & Regards
>    -- Dinesh --
>
>  localhost.2010-03-17.log
> 5KAnzeigenHerunterladen
>
>  catalina.2010-03-17.log
> 26KAnzeigenHerunterladen
>
>  catalina.out
> 26KAnzeigenHerunterladen

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to