[added a user@ list] On Tue, May 14, 2013 at 10:00 AM, Alexei Fedotov <alexei.fedo...@gmail.com>wrote:
> Just for record, here is a sorted exception list from our server > > 171 java.lang.NullPointerException: null > 110 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExcepti > ons.java:136) ~[openjpa-bundle-2.2.2.jar:2.2.2] > 110 at > org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DB > Dictionary.java:4922) ~[openjpa-bundle-2.2.2.jar:2.2.2] > 93 Caused by: java.net.SocketException: Broken pipe > 92 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExcepti > ons.java:62) ~[openjpa-bundle-2.2.2.jar:2.2.2] > 92 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExcepti > ons.java:110) ~[openjpa-bundle-2.2.2.jar:2.2.2] > 92 at > com.mysql.jdbc.SQLError.createCommunicationsException(SQLErro > r.java:1117) ~[mysql-connector-java-jar-5.1.22.jar:na] > 53 at > org.springframework.orm.jpa.EntityManagerFactoryUtils.convert > JpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:326) > ~[spring-orm-ja > r-3.1.1.RELEASE.jar:3.1.1.RELEASE] > 53 at > org.springframework.orm.jpa.DefaultJpaDialect.translateExcept > ionIfPossible(DefaultJpaDialect.java:120) > ~[spring-orm-jar-3.1.1.RELEASE.jar:3.1 > .1.RELEASE] > 24 org.apache.catalina.connector.ClientAbortException: null > 23 Caused by: java.io.EOFException: Can not read response from > server. Expected to read 4 bytes, read 0 bytes before connection was > unexpectedly lost. > 23 Caused by: > com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications > link failure > 13 org.apache.openjpa.persistence.PersistenceException: > Communications link failure > 12 java.lang.IllegalArgumentException: localized message key: > param-null-primitive; substitutions: > [Parameter<long>('flvRecordingMetaDataId')] > 12 at > org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.java:2347) > ~[openjpa-bundle-2.2.2.jar:2.2.2] > 12 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78) > ~[openjpa-bundle-2.2.2.jar:2.2.2] > 10 org.springframework.orm.jpa.JpaSystemException: Communications > link failure > 10 Caused by: org.apache.openjpa.persistence.PersistenceException: > Communications link failure > 6 org.springframework.orm.jpa.JpaSystemException: The transaction > has been rolled back. See the nested exceptions for details on the errors > that occurred.; nested exception is <openjpa-2.2.2-r422266:1468616 fatal > general error> org.apache.openjpa.persistence.PersistenceException: The > transaction has been rolled back. See the nested exceptions for details on > the errors that occurred. > 6 org.apache.openjpa.persistence.PersistenceException: The > transaction has been rolled back. See the nested exceptions for details on > the errors that occurred. > 6 Caused by: org.apache.openjpa.persistence.PersistenceException: > The transaction has been rolled back. See the nested exceptions for > details on the errors that occurred. > 6 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExcepti > ons.java:70) ~[openjpa-bundle-2.2.2.jar:2.2.2] > 6 at > org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:118) > ~[openjpa-bundle-2.2.2.jar:2.2.2] > 6 at > org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:155) > ~[openjpa-bundle-2.2.2.jar:2.2.2] > 5 javax.mail.SendFailedException: Send failure > (javax.mail.SendFailedException: Invalid Addresses > (com.sun.mail.smtp.SMTPAddressFailedException: 553-5.1.2 We weren't able to > find the recipient domain. Please check for any > 5 java.lang.IllegalStateException: Login may only be perfomed when > in state INITIAL or DISCONNECTED, but connection is in state CONNECTED > 5 Caused by: javax.mail.SendFailedException: Invalid Addresses > (com.sun.mail.smtp.SMTPAddressFailedException: 553-5.1.2 We weren't able to > find the recipient domain. Please check for any > 5 Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 553-5.1.2 > We weren't able to find the recipient domain. Please check for any > 4 org.apache.openjpa.persistence.ArgumentException: An error > occurred while parsing the query filter "select c from User c where > c.deleted = false AND ((lower(c.login) LIKE :search OR lower(c.firstname) > LIKE :search OR lower(c.lastname) LIKE :search OR lower(c.adresses.email) > LIKE :search OR lower(c.adresses.town) LIKE :search )) ORDER BY > c.omTimeZone.omTimeZoneId DESC". Error message: No field named > "omTimeZoneId" in "OmTimeZone". Did you mean "omtimezoneId"? Expected > one of the available field names in > "org.apache.openmeetings.persistence.beans.basic.OmTimeZone": "[ical, > inserted, jname, label, omtimezoneId, orderId]". > 4 java.lang.Exception: No Organization assigned to user > 4 at > org.apache.openjpa.kernel.exps.AbstractExpressionBuilder.parseException(AbstractExpressionBuilder.java:119) > ~[openjpa-bundle-2.2.2.jar:2.2.2] > 4 at > org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextExceptionCaught(DefaultIoFilterChain.java:461) > [mina-core-2.0.7.jar:na] > 3 java.lang.ClassCastException: java.lang.Double cannot be cast to > java.lang.Integer > 2 java.lang.Exception: > /opt/red5_30/webapps/openmeetings/upload/files/d2491b04c3f51124f43b3a401f545e56/library.xml: > does not exist > 2 Caused by: org.apache.openjpa.persistence.PersistenceException: > Field 'username' doesn't have a default value {prepstmnt 1701512507 INSERT > INTO sipusers (allow, callbackextension, context, defaultuser, fullcontact, > host, ipaddr, lastms, md5secret, name, nat, port, regseconds, regserver, > secret, type, useragent) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, > ?, ?, ?)} [code=1364, state=HY000] > [...] > > > > > > > > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Mon, May 13, 2013 at 11:19 PM, Varga Balázs <join...@gmail.com> wrote: > >> This is the logs: >> >> http://195.56.44.167:8080/openmeetings/log/ >> >> The server: >> >> http://195.56.44.167:5080/openmeetings >> >> user: demo pass: yessplus >> >> The logout attack is on whiteboard change the moderator. >> >> The conference session 13.05.2013 between 20-21h . Critical tail in logs: >> the xx stream id is not exist. Warum not exist, whenn the conference is >> runing and online? >> >> Whenn logout attack, the standard partizipants landing in moderator >> dashboard. >> I generate login links with REST api on my public web server backend >> scripts, not a OM portal. >> The REST login link generate OM superuser. >> >> You can help me, or you have a time collaborative fault finding, >> repariering ? >> I am hungary, current time is GMT+1 now 21:19. skype: vargabkomlo >> >> Balazs. >> >> >> >> On 2013-05-13 21:00, Alexei Fedotov wrote: >> >> Well, at least I can reproduce random logouts. The reproducible scenario >> would be a great help! >> >> -- >> With best regards / с наилучшими пожеланиями, >> Alexei Fedotov / Алексей Федотов, >> http://dataved.ru/ >> +7 916 562 8095 >> >> >> On Mon, May 13, 2013 at 10:55 PM, Varga Balázs <join...@gmail.com> wrote: >> >>> Hello! >>> >>> I have OM 3.0 on my service. >>> >>> Problem, randomly freeze clients. The audio/video is on and running, the >>> click events, navigation is not. >>> Solving this only reload client ...login and start again the room. >>> >>> Next, randomly logout from room (as moderator, as partizipant) and after >>> drop out, i have landing page OM portal dashboard. >>> Wenn I moderator, this not a big problem, but i am partizipant, this >>> fatal! The partizipant not landing in dashboard, this bad idea. >>> Good luck, when partizipant landing the OM preset landing URL whenn room >>> is closed. >>> >>> >>> Balazs >>> >> >> >> >