The root issue:
*javax.persistence.PersistenceException: Found
'javax.persistence.provider' property in the map but the value is not
a String. Found object : 'null'.*
Actually could mean that the application was not able to find a persistence.xml

have you actually really renamed the mysql_persistence.xml to
persistence.xml et cetera ?

Sebastian

2011/12/8 Zeeshan Ali Shah <zees...@infoshield.info>:
> here it is
>
> ERROR persist for mysql and Derby..
>
> i have even tried putting root username for mysql
>
> see below, hope it will help
>
> Any one tried on Debian 6 or 5 successfully ?
>
> netstat
>
> netstat -anlp
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address           Foreign Address
> State       PID/Program name
> tcp        0      0 0.0.0.0:22              0.0.0.0:*
> LISTEN      22109/sshd
> tcp        0      0 127.0.0.1:8100          0.0.0.0:*
> LISTEN      14937/soffice.bin
> tcp        0      0 127.0.0.1:3306          0.0.0.0:*
> LISTEN      14807/mysqld
> tcp6       0      0 :::22                   :::*
> LISTEN      22109/sshd
> udp        0      0 176.9.17.133:123
> 0.0.0.0:*                           782/ntpd
> udp        0      0 127.0.0.1:123
> 0.0.0.0:*                           782/ntpd
> udp        0      0 0.0.0.0:123
> 0.0.0.0:*                           782/ntpd
> udp        0      0 0.0.0.0:5353
> 0.0.0.0:*                           25557/avahi-daemon:
> udp        0      0 0.0.0.0:52016
> 0.0.0.0:*                           25557/avahi-daemon:
> udp6       0      0 fe80::6e62:6dff:fee:123
> :::*                                782/ntpd
> udp6       0      0 ::1:123
> :::*                                782/ntpd
> udp6       0      0 :::123
> :::*                                782/ntpd
> udp6       0      0 :::5353
> :::*                                25557/avahi-daemon:
> udp6       0      0 :::52269
> :::*                                25557/avahi-daemon:
> Active UNIX domain sockets (servers and established)
> Proto RefCnt Flags       Type       State         I-Node   PID/Program
> name    Path
> unix  2      [ ACC ]     STREAM     LISTENING     1716056
> 14937/soffice.bin
> /tmp/OSL_PIPE_0_SingleOfficeIPC_2bd88f8b8b99b78d74f1598b6097ad37
> unix  2      [ ACC ]     STREAM     LISTENING     281
> 1/init              @/com/ubuntu/upstart
> unix  2      [ ACC ]     STREAM     LISTENING     8005
> 25482/dbus-daemon   /var/run/dbus/system_bus_socket
> unix  2      [ ]         DGRAM                    334
> 377/udevd           @/org/kernel/udev/udevd
> unix  2      [ ACC ]     STREAM     LISTENING     1715903
> 14807/mysqld        /var/run/mysqld/mysqld.sock
> unix  7      [ ]         DGRAM                    477
> 699/rsyslogd        /dev/log
> unix  2      [ ACC ]     STREAM     LISTENING     1697278
> 25557/avahi-daemon: /var/run/avahi-daemon/socket
> unix  2      [ ]         DGRAM                    1770837
> 19999/sudo
> unix  3      [ ]         STREAM     CONNECTED     1770153
> 19896/0
> unix  3      [ ]         STREAM     CONNECTED     8027
> 25482/dbus-daemon   /var/run/dbus/system_bus_socket
> unix  3      [ ]         STREAM     CONNECTED     1697280
> 25557/avahi-daemon:
> unix  3      [ ]         STREAM     CONNECTED     1697275
> 25559/avahi-daemon:
> unix  3      [ ]         STREAM     CONNECTED     1697274
> 25557/avahi-daemon:
> unix  2      [ ]         DGRAM                    1697272
> 25557/avahi-daemon:
> unix  2      [ ]         DGRAM                    11934
> 25482/dbus-daemon
> unix  3      [ ]         STREAM     CONNECTED     1688271
> 25482/dbus-daemon   /var/run/dbus/system_bus_socket
> unix  3      [ ]         STREAM     CONNECTED     1696353
> 1/init
> unix  3      [ ]         STREAM     CONNECTED     1688270
> 25482/dbus-daemon
> unix  3      [ ]         STREAM     CONNECTED     1688269
> 25482/dbus-daemon
> unix  2      [ ]         DGRAM                    11355
> 1/init
> unix  2      [ ]         DGRAM                    6889
> 782/ntpd
> unix  3      [ ]         STREAM     CONNECTED     11315
> 1/init              @/com/ubuntu/upstart
> unix  3      [ ]         STREAM     CONNECTED     10546
> 571/upstart-socket-
> unix  3      [ ]         DGRAM                    373
> 377/udevd
> unix  3      [ ]         DGRAM                    372
> 377/udevd
> unix  3      [ ]         STREAM     CONNECTED     11295
> 1/init              @/com/ubuntu/upstart
> unix  3      [ ]         STREAM     CONNECTED     10502
> 370/upstart-udev-br
>
>
>
>
> ------
>
>
> Logs
> cat error.log
> 2011-12-08 23:04:26,318 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
>
>
> more
> .........
>
> Exception in thread "Launcher:/openmeetings"
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'web.scope' defined in ServletContext resource
> [/WEB-INF/red5-web.xml]: Cannot resolve reference to bean 'web.handler'
> while setting bean property 'handler'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'web.handler': Injection of autowired dependencies failed; nested
> exception is org.springframework.beans.factory.BeanCreationException: Could
> not autowire field: private
> org.openmeetings.app.remote.red5.ClientListManager
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter.clientListManager;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'openmeetings.ClientListManager': Injection of
> autowired dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private org.openmeetings.utils.crypt.ManageCryptStyle
> org.openmeetings.app.remote.red5.ClientListManager.manageCryptStyle; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'manageCryptStyle': Injection of autowired
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private org.openmeetings.app.data.basic.Configurationmanagement
> org.openmeetings.utils.crypt.ManageCryptStyle.cfgManagement; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'cfgManagement': Injection of persistence
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'entityManagerFactory' defined in ServletContext resource
> [/WEB-INF/openmeetings-applicationContext.xml]: Invocation of init method
> failed; nested exception is javax.persistence.PersistenceException: Found
> 'javax.persistence.provider' property in the map but the value is not a
> String. Found object : 'null'.
>     at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
>     at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
>
>
>
>
>
>
>
>
> .......
>
>
>
>
> 2011/12/8 seba.wag...@gmail.com <seba.wag...@gmail.com>
>
>> could you please post your red5.log/openmeetings.log looking at
>> "Exceptions" inside those files.
>>
>> I don't think that this has something todo with kernel versions or
>> anything like that.
>> I also don't think that it is OpenMeetings code related.
>>
>> You might simply have another service running on a port openmeetings
>> requires or don't have necessary rights to populate the initial
>> database.
>>
>> Sebastian
>>
>> 2011/12/8 Zeeshan Ali Shah <zees...@infoshield.info>:
>> > May be this is the reason buy I dont think so that is the issue ..
>> >
>> > can other report on this issue ?
>> >
>> >
>> > Zee
>> >
>> > On Thu, Dec 8, 2011 at 6:22 PM, greenes <zurca...@gmail.com> wrote:
>> >>
>> >> Zeeshan,
>> >>
>> >> The code it is right because OpenMeetings 1.9.0
>> >> works great on Debian-5-Lenny.
>> >>
>> >> Your Ubuntu 11.04 and my Squeeze have news kernel
>> >> based on Debian...could be that...?
>> >>
>> >> greenes
>> >>
>> >> On 8 dic, 19:25, Zeeshan Ali Shah <zees...@infoshield.info> wrote:
>> >> > Nothing is running on that port. otherwise it complains for it .   i
>> >> > have
>> >> > checked and telnet to the port .
>> >> >
>> >> > it is complaining about persistence entry unable to read..
>> >> >
>> >> > any hint ?
>> >> >
>> >> > Zeeshan
>> >> >
>> >> > On Thu, Dec 8, 2011 at 5:01 PM, seba.wag...@gmail.com
>> >> > <seba.wag...@gmail.com
>> >> >
>> >> > > wrote:
>> >> > > I am quite sure there is nothing wrong with the code.
>> >> > > Please check exactly the Logfile, I guess you simply might have
>> >> > > another application running on the same port.
>> >> >
>> >> > > Sebastian
>> >> >
>> >> > > 2011/12/8 Zeeshan Ali Shah <zees...@infoshield.info>:
>> >> > > > I think something wrong in the code ..  like it mentioned..
>> >> >
>> >> > > > can some one from OM solve this issue ?
>> >> >
>> >> > > > Zeeshan
>> >> >
>> >> > > > On Thu, Dec 8, 2011 at 4:50 PM, greenes <zurca...@gmail.com>
>> >> > > > wrote:
>> >> >
>> >> > > >> ...i renamed persistence.xml to persistence.xml-ori,
>> >> > > >> so no exist this file, and gives the same error:
>> >> >
>> >> > > >> OpenMeetings - Loading ...
>> >> > > >> The server is not yet completely initialized. Please try again
>> >> > > >> in a
>> >> > > >> couple of seconds.
>> >> >
>> >> > > >> ...i mean, in normal conditions dont read persistence.xml file.
>> >> >
>> >> > > >> ...am rong at somewhere...but where?
>> >> >
>> >> > > >> ....
>> >> >
>> >> > > >> On 8 dic, 17:35, greenes <zurca...@gmail.com> wrote:
>> >> > > >> > Please, permit me expose my experience.
>> >> >
>> >> > > >> > 1)
>> >> > > >> > Debian-5-Lenny
>> >> > > >> > Java 1.6-last
>> >> > > >> > OpenMeetings 1.9.0
>> >> > > >> > ...it works great.
>> >> >
>> >> > > >> > 2)
>> >> > > >> > Debian-6-Squeeze fresh install updated
>> >> > > >> > Java 1.6-last
>> >> > > >> > OpenMeetings 1.9.0
>> >> > > >> > ..../red5.sh
>> >> >
>> >> > > >> > Just type:http://localhost:5080/openmeetings/install
>> >> > > >> > and get:
>> >> >
>> >> > > >> > OpenMeetings - Loading ...
>> >> > > >> > The server is not yet completely initialized. Please try again
>> >> > > >> > in
>> >> > > >> > a
>> >> > > >> > couple of seconds.
>> >> > > >> > ....
>> >> >
>> >> > > >> > just the same base data config than in Lenny.
>> >> >
>> >> > > >> > 3)
>> >> > > >> > Debian-6-Squeeze
>> >> > > >> > Java 1.6-last
>> >> > > >> > OpenMeetings 1.6.2
>> >> > > >> > .../red5.sh
>> >> >
>> >> > > >> > ...get the installation but dont show the login page.
>> >> > > >> > In Lenny everything is fine.
>> >> >
>> >> > > >> > I mean. In my case Squeeze have the problem
>> >> > > >> > no OpenMeetings. Dont know what part of it...
>> >> >
>> >> > > >> > This problem with Squeeze is since this distro
>> >> > > >> > was born, and made diferents fresh installations
>> >> > > >> > of it.
>> >> >
>> >> > > >> > Hope a indication about the reason.
>> >> >
>> >> > > >> > Thanks
>> >> >
>> >> > > >> > On 8 dic, 16:50, "Holger Rabbach (ICT)"
>> >> > > >> > <holger.rabb...@om.org>
>> >> > > wrote:
>> >> >
>> >> > > >> > > Just to add to this, the same thing also happens if I try to
>> >> > > >> > > use
>> >> > > MySQL
>> >> > > >> > > instead of Derby. Are there any new (since 1.8) java
>> >> > > >> > > components
>> >> > > that 1.9
>> >> > > >> > > depends on that may not be bundled in the java version
>> >> > > >> > > shipped
>> >> > > >> > > in
>> >> > > Ubuntu
>> >> > > >> > > 10.04?
>> >> >
>> >> > > >> > > Holger
>> >> >
>> >> > > >> > > -----Original Message-----
>> >> > > >> > > From: openmeetings-user@googlegroups.com
>> >> > > >> > > [mailto:openmeetings-user@googlegroups.com] On Behalf Of
>> >> > > >> > > Holger
>> >> > > Rabbach
>> >> > > >> > > (ICT)
>> >> > > >> > > Sent: Donnerstag, 8. Dezember 2011 14:12
>> >> > > >> > > To: openmeetings-user@googlegroups.com
>> >> > > >> > > Subject: RE: [openmeetings-user] Re: Can't start
>> >> > > >> > > openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
>> >> >
>> >> > > >> > > Hi,
>> >> >
>> >> > > >> > > That's exactly the one I'm also using... can't get it to
>> >> > > >> > > work
>> >> > > >> > > here,
>> >> > > >> > > though.
>> >> >
>> >> > > >> > > Holger
>> >> >
>> >> > > >> > > -----Original Message-----
>> >> > > >> > > From: openmeetings-user@googlegroups.com
>> >> > > >> > > [mailto:openmeetings-user@googlegroups.com] On Behalf Of
>> >> > > >> > > seba.wag...@gmail.com
>> >> > > >> > > Sent: Donnerstag, 8. Dezember 2011 13:57
>> >> > > >> > > To: openmeetings-user@googlegroups.com
>> >> > > >> > > Subject: Re: [openmeetings-user] Re: Can't start
>> >> > > >> > > openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
>> >> >
>> >> > > >> > > You should use sun-jdk6
>> >> >
>> >> > > >> > > I just tried release 1.9.x on a Debian machine, there where
>> >> > > >> > > no
>> >> > > errors
>> >> > > >> > > during startup.
>> >> >
>> >> > > >> > > My Java Version:
>> >> > > >> > > java version "1.6.0_26"
>> >> > > >> > > Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java
>> >> > > HotSpot(TM)
>> >> > > >> > > 64-Bit Server VM (build 20.1-b02, mixed mode)
>> >> >
>> >> > > >> > > Everything should be fine.
>> >> >
>> >> > > >> > > Sebastian
>> >> >
>> >> > > >> > > 2011/12/8 Lee Daniel <lee.e...@gmail.com>:
>> >> > > >> > > > I have change sun-java-6 to openjdk,not solve the problem.
>> >> >
>> >> > > >> > > > On 12月8日, 下午8时05分, "seba.wag...@gmail.com"
>> >> > > >> > > > <seba.wag...@gmail.com
>> >> >
>> >> > > >> > > > wrote:
>> >> > > >> > > >> And what Java Version ?
>> >> >
>> >> > > >> > > >> 2011/12/8 seba.wag...@gmail.com <seba.wag...@gmail.com>:
>> >> >
>> >> > > >> > > >> > What shell script are you using the start the server?
>> >> > > >> > > >> > red5.sh ?
>> >> >
>> >> > > >> > > >> > Sebastian
>> >> >
>> >> > > >> > > >> > 2011/12/8 Holger Rabbach (ICT) <holger.rabb...@om.org>:
>> >> > > >> > > >> >> I actually have the exact same problem, also with a
>> >> > > >> > > >> >> freshly
>> >> > > >> > > >> >> unzipped 1_9_0_r4692.zip file on Ubuntu 10.04 LTS. 1.8
>> >> > > >> > > >> >> and
>> >> > > the nightly build
>> >> > > >> > > >> >> with RTMPS I was running until now didn't have this
>> >> > > >> > > >> >> problem.
>> >> > > Nothing was
>> >> > > >> > > >> >> copied into the zip file, nothing was configured...
>> >> > > >> > > >> >> seems
>> >> > > >> > > >> >> the
>> >> > > zip file
>> >> > > >> > > >> >> doesn't like to play with that version of Ubuntu for
>> >> > > >> > > >> >> some
>> >> > > reason...
>> >> >
>> >> > > >> > > >> >> Holger
>> >> >
>> >> > > >> > > >> >> -----Original Message-----
>> >> > > >> > > >> >> From: openmeetings-user@googlegroups.com
>> >> > > >> > > >> >> [mailto:openmeetings-user@googlegroups.com] On Behalf
>> >> > > >> > > >> >> Of
>> >> > > >> > > >> >> seba.wag...@gmail.com
>> >> > > >> > > >> >> Sent: Donnerstag, 8. Dezember 2011 09:49
>> >> > > >> > > >> >> To: openmeetings-user@googlegroups.com
>> >> > > >> > > >> >> Subject: Re: [openmeetings-user] Can't start
>> >> > > >> > > >> >> openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
>> >> >
>> >> > > >> > > >> >> Hi Lee,
>> >> >
>> >> > > >> > > >> >> I would guess you mixed up sth or copied some files
>> >> > > >> > > >> >> into
>> >> > > >> > > >> >> the
>> >> > > ZIP
>> >> > > >> > > >> >> file.
>> >> > > >> > > >> >> Maybe you misconfigured the database persistence.xml
>> >> > > >> > > >> >> or
>> >> > > >> > > >> >> something else.
>> >> > > >> > > >> >> What is your process to start OpenMeetings and where
>> >> > > >> > > >> >> you
>> >> > > >> > > >> >> got
>> >> > > >> > > >> >> this log from?
>> >> >
>> >> > > >> > > >> >> Sebastian
>> >> >
>> >> > > >> > > >> >> 2011/12/8 Lee Daniel <lee.e...@gmail.com>:
>> >> > > >> > > >> >>> The environment  is OK for the 1.8.8,but not work for
>> >> > > >> > > >> >>> the
>> >> > > >> > > >> >>> 1.9.Here is the output log!
>> >> >
>> >> > > >> > > >> >>> Exception in thread "Launcher:/openmeetings"
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Error
>> >> > > >> > > >> >>> creating bean with name 'web.scope' defined in
>> >> > > >> > > >> >>> ServletContext
>> >> > > >> > > >> >>> resource
>> >> > > >> > > >> >>> [/WEB-INF/red5-web.xml]: Cannot resolve reference to
>> >> > > >> > > >> >>> bean
>> >> > > >> > > >> >>> 'web.handler' while setting bean property 'handler';
>> >> > > >> > > >> >>> nested
>> >> > > >> > > >> >>> exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Error
>> >> > > >> > > >> >>> creating bean with name 'web.handler': Injection of
>> >> > > >> > > >> >>> autowired
>> >> > > >> > > >> >>> dependencies failed; nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Could
>> >> > > >> > > >> >>> not autowire field: private
>> >> > > >> > > >> >>> org.openmeetings.app.remote.red5.ClientListManager
>> >> >
>> >> > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter.clientLi
>> >> > > >> > > >> >>> stMan
>> >> > > >> > > >> >>> ager;
>> >> > > >> > > >> >>> nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Error
>> >> > > >> > > >> >>> creating bean with name
>> >> > > >> > > >> >>> 'openmeetings.ClientListManager':
>> >> > > >> > > >> >>> Injection of autowired dependencies failed; nested
>> >> > > >> > > >> >>> exception
>> >> > > is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Could
>> >> > > >> > > >> >>> not autowire field: private
>> >> > > >> > > >> >>> org.openmeetings.utils.crypt.ManageCryptStyle
>> >> >
>> >> > > org.openmeetings.app.remote.red5.ClientListManager.manageCryptSty
>> >> > > >> > > >> >>> le;
>> >> > > >> > > >> >>> nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Error
>> >> > > >> > > >> >>> creating bean with name 'manageCryptStyle': Injection
>> >> > > >> > > >> >>> of
>> >> > > >> > > >> >>> autowired dependencies failed; nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Could
>> >> > > >> > > >> >>> not autowire field: private
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.openmeetings.app.data.basic.Configurationmanagement
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.openmeetings.utils.crypt.ManageCryptStyle.cfgManagement;
>> >> > > >> > > >> >>> nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > >> > > >> >>> Error creating bean with name 'cfgManagement':
>> >> > > >> > > >> >>> Injection
>> >> > > >> > > >> >>> of
>> >> > > >> > > >> >>> persistence dependencies failed; nested exception is
>> >> > > >> > > >> >>>
>> >> > > >> > > >> >>> org.springframework.beans.factory.BeanCreationException:
>> >> > > Error
>> >> > > >> > > >> >>> creating bean with name 'entityManagerFactory'
>> >> > > >> > > >> >>> defined
>> >> > > >> > > >> >>> in
>> >> > > >> > > >> >>> ServletContext resource [/WEB-INF/openmeetings-
>> >> > > >> > > >> >>> applicationContext.xml]: Invocation of init method
>> >> > > >> > > >> >>> failed;
>> >> > > >> > > >> >>> nested
>> >> > > >> > > >> >>> exception is javax.persistence.PersistenceException:
>> >> > > >> > > >> >>> Found
>> >> > > >> > > >> >>> 'javax.persistence.provider' property in the map but
>> >> > > >> > > >> >>> the
>> >> > > value
>> >> > > >> > > >> >>> is
>> >> > > >> > > >> >>> not a String. Found object : 'null'.
>> >> > > >> > > >> >>>        at
>> >> >
>> >> > >
>> >> > >
>> >> > > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
>> >> > > >> > > >> >>> 328)
>> >> > > >> > > >> >>>        at
>> >> >
>> >> > >
>> >> > >
>> >> > > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
>> >> > > >> > > >> >>> 106)
>> >> > > >> > > >> >>>        at
>> >> >
>> >> > >
>> >> > >
>> >> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
>> >> > > >> > > >> >>> 1325)
>> >> > > >> > > >> >>>        at
>> >> >
>> >> > >
>> >> > >
>> >> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
>> >> > > >> > > >> >>> 1086)
>> >> > > >> > > >> >>>        at
>> >> >
>> >> > ...
>> >> >
>> >> > leer más >>
>> >>
>> >> --
>> >> 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.
>> >>
>> >
>> > --
>> > 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.
>>
>>
>>
>> --
>> Sebastian Wagner
>> http://www.openmeetings.de
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wag...@gmail.com
>>
>> --
>> 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.
>>
>
> --
> 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.



-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
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.

Reply via email to