Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Main navigation menu no showing #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install OpenMeetings
2. Login

What is the expected output? What do you see instead?

After login the main navigation menu is not showing up. Happens very often.
Screenshot and debugger output attached.

What version of the product are you using? On what operating system?
OpenMeetings 05RCBeta3
Red5 0.6.2
Flash plugin 9 on Firefox and Epiphany
Debian Linux

Priority-High        = Strongly want to resolve in the specified milestone

Original issue reported on code.google.com by dragun...@gmail.com on 26 Jul 2007 at 12:04

Attachments:

GoogleCodeExporter commented 9 years ago
I've seen that .. it's an exception in the Java layer .. sothat the Backend 
returns
null instead of the Navigation

Original comment by seba.wag...@gmail.com on 26 Jul 2007 at 12:55

GoogleCodeExporter commented 9 years ago
this is the Exception:

[ERROR] 6449640 pool-3-thread-5:( org.xmlcrm.app.remote.MainService.getNavi ) 
[getNavi]  
java.lang.NullPointerException
        at org.xmlcrm.app.remote.MainService.getNavi(MainService.java:61)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:181)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:115)
        at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:154)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:372)
        at
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:14
3)
        at
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.jav
a:120)
        at
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(
AbstractIoFilterChain.java:703)
        at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Abs
tractIoFilterChain.java:362)
        at
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilte
rChain.java:54)
        at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractIoFilterChain.java:800)
        at
org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:
247)
        at
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Executo
rFilter.java:307)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:6
50)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:613)

Original comment by seba.wag...@gmail.com on 26 Jul 2007 at 4:44

GoogleCodeExporter commented 9 years ago
fixed in r494 .. Demo-Portal will be updated ASAP

Original comment by seba.wag...@gmail.com on 2 Aug 2007 at 3:53