Re: Unable to upload from remote clients

2009-02-13 Thread HMiles

Thanks I will try that..

On Feb 13, 1:00 am, smoeker  wrote:
> hmmm...
>
> this part of the log seems to describe a error on navigation issues
> (getNavi...)
>
> -> would be kinf of strange, if no logging happens, when u click on
> upload button ( i assume, u want to upload a file within a conference
> room?)
>
> -> u could try tail -n 100 -f re5.log on serverside, so u would see
> immediately, if something happens on serverside clicking upload...
> -> when u cant see changes in the log, i would recommend recompilinf
> the client sources by current openlaszlo version and/or debugging
> client via maindebug.lzx...
>
> hope that helps..
>
> Smoeker
>
> On 12 Feb., 18:08, HMiles  wrote:
>
>
>
> > Here is the part of the log file from my latest attempt to up load a
> > file.  this starts from the time I connected to the time I tried to
> > uplaod a file  I don't see any attempt by the client to upload a file
>
> > java.lang.NullPointerException
> >         at org.openmeetings.app.remote.MainService.getNavi(MainService.java:
> > 86)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:39)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at 
> > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:
> > 201)
> >         at 
> > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:
> > 119)
> >         at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:
> > 158)
> >         at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:
> > 410)
> >         at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived
> > (BaseRTMPHandler.java:146)
> >         at org.red5.server.net.rtmpt.RTMPTHandler.messageReceived
> > (RTMPTHandler.java:123)
> >         at org.red5.server.net.rtmpt.RTMPTServlet.handleSend
> > (RTMPTServlet.java:383)
> >         at org.red5.server.net.rtmpt.RTMPTServlet.service(RTMPTServlet.java:
> > 465)
> >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:39)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >         at 
> > org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:
> > 244)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
> >         at org.apache.catalina.security.SecurityUtil.execute
> > (SecurityUtil.java:276)
> >         at org.apache.catalina.security.SecurityUtil.doAsPrivilege
> > (SecurityUtil.java:162)
> >         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> > (ApplicationFilterChain.java:283)
> >         at org.apache.catalina.core.ApplicationFilterChain.access$000
> > (ApplicationFilterChain.java:56)
> >         at org.apache.catalina.core.ApplicationFilterChain$1.run
> > (ApplicationFilterChain.java:189)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at org.apache.catalina.core.ApplicationFilterChain.doFilter
> > (ApplicationFilterChain.java:185)
> >         at org.apache.catalina.core.StandardWrapperValve.invoke
> > (StandardWrapperValve.java:233)
> >         at org.apache.catalina.core.StandardContextValve.invoke
> > (StandardContextValve.java:191)
> >         at org.apache.catalina.authenticator.AuthenticatorBase.invoke
> > (AuthenticatorBase.java:433)
> >         at org.apache.catalina.core.StandardHostValve.invoke
> > (StandardHostValve.java:128)
> >         at org.apache.catalina.valves.ErrorReportValve.invoke
> > (ErrorReportValve.java:102)
> >         at org.apache.catalina.core.StandardEngineValve.invoke
> > (StandardEngineValve.java:109)
> >         at org.apache.catalina.connector.CoyoteAdapter.service
> > (CoyoteAdapter.java:286)
> >         at org.apache.coyote.http11.Http11Processor.process
> > (Http11Processor.java:845)
> >         at org.apache.coyote.http11.Http11Protocol
> > $Http11ConnectionHandler.process(Http11Protocol.java:583)
> >         at 
> > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
> > 447)
> >         at java.lang.Thread.run(Thread.java:619)
> > 2009-02-12 09:46:02,147 [http-8088-1] DEBUG
> > o.o.a.r.r.ScopeApplicationAdapter - ScopeApplicationAdapter.java
> > 55355082 181 org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> > [http-8088-1] - roomLeave 4 0 /1 1
> > 2009-02-12 09:46:02,147 [http-8088-1] DEBUG
> > o.o.a.r.r.ScopeApplicationAdapter - ScopeApplicationAdapter.java
> > 55355082 229 org.openmeetings.app.remote.red5.ScopeApplic

Re: Unable to upload from remote clients

2009-02-13 Thread smoeker

hmmm...

this part of the log seems to describe a error on navigation issues
(getNavi...)

-> would be kinf of strange, if no logging happens, when u click on
upload button ( i assume, u want to upload a file within a conference
room?)

-> u could try tail -n 100 -f re5.log on serverside, so u would see
immediately, if something happens on serverside clicking upload...
-> when u cant see changes in the log, i would recommend recompilinf
the client sources by current openlaszlo version and/or debugging
client via maindebug.lzx...


hope that helps..


Smoeker

On 12 Feb., 18:08, HMiles  wrote:
> Here is the part of the log file from my latest attempt to up load a
> file.  this starts from the time I connected to the time I tried to
> uplaod a file  I don't see any attempt by the client to upload a file
>
> java.lang.NullPointerException
>         at org.openmeetings.app.remote.MainService.getNavi(MainService.java:
> 86)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:
> 201)
>         at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:
> 119)
>         at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:
> 158)
>         at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:
> 410)
>         at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived
> (BaseRTMPHandler.java:146)
>         at org.red5.server.net.rtmpt.RTMPTHandler.messageReceived
> (RTMPTHandler.java:123)
>         at org.red5.server.net.rtmpt.RTMPTServlet.handleSend
> (RTMPTServlet.java:383)
>         at org.red5.server.net.rtmpt.RTMPTServlet.service(RTMPTServlet.java:
> 465)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:
> 244)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>         at org.apache.catalina.security.SecurityUtil.execute
> (SecurityUtil.java:276)
>         at org.apache.catalina.security.SecurityUtil.doAsPrivilege
> (SecurityUtil.java:162)
>         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> (ApplicationFilterChain.java:283)
>         at org.apache.catalina.core.ApplicationFilterChain.access$000
> (ApplicationFilterChain.java:56)
>         at org.apache.catalina.core.ApplicationFilterChain$1.run
> (ApplicationFilterChain.java:189)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at org.apache.catalina.core.ApplicationFilterChain.doFilter
> (ApplicationFilterChain.java:185)
>         at org.apache.catalina.core.StandardWrapperValve.invoke
> (StandardWrapperValve.java:233)
>         at org.apache.catalina.core.StandardContextValve.invoke
> (StandardContextValve.java:191)
>         at org.apache.catalina.authenticator.AuthenticatorBase.invoke
> (AuthenticatorBase.java:433)
>         at org.apache.catalina.core.StandardHostValve.invoke
> (StandardHostValve.java:128)
>         at org.apache.catalina.valves.ErrorReportValve.invoke
> (ErrorReportValve.java:102)
>         at org.apache.catalina.core.StandardEngineValve.invoke
> (StandardEngineValve.java:109)
>         at org.apache.catalina.connector.CoyoteAdapter.service
> (CoyoteAdapter.java:286)
>         at org.apache.coyote.http11.Http11Processor.process
> (Http11Processor.java:845)
>         at org.apache.coyote.http11.Http11Protocol
> $Http11ConnectionHandler.process(Http11Protocol.java:583)
>         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
> 447)
>         at java.lang.Thread.run(Thread.java:619)
> 2009-02-12 09:46:02,147 [http-8088-1] DEBUG
> o.o.a.r.r.ScopeApplicationAdapter - ScopeApplicationAdapter.java
> 55355082 181 org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> [http-8088-1] - roomLeave 4 0 /1 1
> 2009-02-12 09:46:02,147 [http-8088-1] DEBUG
> o.o.a.r.r.ScopeApplicationAdapter - ScopeApplicationAdapter.java
> 55355082 229 org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> [http-8088-1] - currentClient
> org.openmeetings.app.hibernate.beans.recording.roomcli...@e282fb
> 2009-02-12 09:46:02,147 [http-8088-1] DEBUG
> o.o.a.r.r.ScopeApplicationAdapter - ScopeApplicationAdapter.java
> 55355082 230 org.openmeetings.app.remote.red5.ScopeAp

Re: Unable to upload from remote clients

2009-02-12 Thread smoeker

hola,

would be best, if you could indentify  the relevant parts (where the
upload happens and the stuff after (calling jod, etc...).

Otherwise the complete log...


see ya

Smoeker

On 12 Feb., 17:01, HMiles  wrote:
> do you want the error log or the complete red5 log?
>
> On Feb 12, 5:39 am, smoeker  wrote:
>
>
>
> > hi,
>
> > i dont understand "upload from server" - do you mean working with a
> > client on localhost?
>
> > -> could you post your red5.log (as far as something is happening in
> > there...)
>
> > see ya
>
> > Smoeker
>
> > On 11 Feb., 20:19, HMiles  wrote:
>
> > > I am able to upload files from the server in Openmeetings 7 but not
> > > able to upload from clients.  At the client machines when you hit
> > > upload nothing happens at all.  Port 8100 points to the server and
> > > openoffice is listening on that port.
>
> > > Miles- Hide quoted text -
>
> > - Show quoted text -- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---



Re: Unable to upload from remote clients

2009-02-12 Thread HMiles

do you want the error log or the complete red5 log?

On Feb 12, 5:39 am, smoeker  wrote:
> hi,
>
> i dont understand "upload from server" - do you mean working with a
> client on localhost?
>
> -> could you post your red5.log (as far as something is happening in
> there...)
>
> see ya
>
> Smoeker
>
> On 11 Feb., 20:19, HMiles  wrote:
>
>
>
> > I am able to upload files from the server in Openmeetings 7 but not
> > able to upload from clients.  At the client machines when you hit
> > upload nothing happens at all.  Port 8100 points to the server and
> > openoffice is listening on that port.
>
> > Miles- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---



Re: Unable to upload from remote clients

2009-02-12 Thread smoeker

hi,

i dont understand "upload from server" - do you mean working with a
client on localhost?

-> could you post your red5.log (as far as something is happening in
there...)

see ya

Smoeker

On 11 Feb., 20:19, HMiles  wrote:
> I am able to upload files from the server in Openmeetings 7 but not
> able to upload from clients.  At the client machines when you hit
> upload nothing happens at all.  Port 8100 points to the server and
> openoffice is listening on that port.
>
> Miles
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---