jbwyatt4 / openmeetings

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

Send Invite Failed: Access to default session denied #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I tried to send invation

Which version of OpenMeetings are you running?
0.5.1

What's your operating system on client and server side? both centos 5 (linux)

Is it a problem related to the client/usability or server-side?
server side

Did you have any trace/debug output?
To get the debug output of the client run the software in debug-modus
Debug modus of the client:
http://$RED5-HOME:$RED5-HTTPPORT/xmlcrm/maindebug.lzx.lzr=swf8.swf

for example for your local copy:
http://localhost:5080/xmlcrm/maindebug.lzx.lzr=swf8.swf

or see live example:
http://inno02.fh-pforzheim.de:8080/xmlcrm/maindebug.lzx.lzr=swf8.swf

Server side loging:
browser your Red5-Home directory. There's a log-file directory. On linux
boxes you can run red5 using:
nohup ./red5.sh &
and debug output will be written to nohup.out

please attach any debug output to get a patch on time
////////////////////////////
DEBUG 06-05 09:53:17.770  ? 3472725 ?
org.openmeetings.utils.mail.MailHandler [pool-3-thread-11] - Message
sending in progress
ERROR 06-05 09:53:17.772  ? 3472727 ?
org.openmeetings.utils.mail.MailHandler [pool-3-thread-11] - [mail send] 
java.lang.SecurityException: Access to default session denied
        at javax.mail.Session.getDefaultInstance(Session.java:311)
        at org.openmeetings.utils.mail.MailHandler.send(Unknown Source)
        at org.openmeetings.utils.mail.MailHandler.sendMail(Unknown Source)
        at
org.openmeetings.app.data.conference.Invitationmanagement.sendInvitionLink(Unkno
wn
Source)
        at
org.openmeetings.app.data.conference.Invitationmanagement.addInvitationLink(Unkn
own
Source)
        at
org.openmeetings.app.remote.InvitationService.sendInvitationHash(Unknown
Source)
        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:597)
        at
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:217)
        at
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:123)
        at
org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:163)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:435)
        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:570)
        at
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Abs
tractIoFilterChain.java:299)
        at
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilte
rChain.java:53)
        at
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractIoFilterChain.java:648)
        at
org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:
220)
        at
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Executo
rFilter.java:264)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:8
85)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:619)

Original issue reported on code.google.com by bdwr...@gmail.com on 5 Jun 2008 at 2:04

GoogleCodeExporter commented 9 years ago
you can close it I restart red5 server and it is working now

Original comment by bdwr...@gmail.com on 5 Jun 2008 at 2:19

GoogleCodeExporter commented 9 years ago
ok!

Original comment by seba.wag...@gmail.com on 5 Jun 2008 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:02