You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Benedict Jin (JIRA)" <ji...@apache.org> on 2017/04/20 06:06:04 UTC

[jira] [Created] (EAGLE-1013) java.io.IOException: org.apache.torque.TorqueException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'eagle.eagleapplicationdesc_eagleapplicationdesc' doesn't exist

Benedict Jin created EAGLE-1013:
-----------------------------------

             Summary: java.io.IOException: org.apache.torque.TorqueException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'eagle.eagleapplicationdesc_eagleapplicationdesc' doesn't exist
                 Key: EAGLE-1013
                 URL: https://issues.apache.org/jira/browse/EAGLE-1013
             Project: Eagle
          Issue Type: Bug
          Components: Core::App Engine
    Affects Versions: v0.4.0
         Environment: Linux 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
            Reporter: Benedict Jin
             Fix For: v0.6.0


`Eagle` reports that table 'eagle.eagleapplicationdesc_eagleapplicationdesc' doesn't exist.
```bash
2017-04-20 12:03:58,754 INFO [http-bio-9099-exec-10] impl.JdbcEntityReaderImpl[76]: Read 6 records in 76 ms (sql: SELECT eaglefeaturedesc_eaglefeaturedesc.* FROM eaglefeaturedesc_eaglefeaturedesc WHERE (eaglefeaturedesc_eaglefeaturedesc.timestamp>=? AND eaglefeaturedesc_eaglefeaturedesc.timestamp<?) LIMIT 100000 Replacements: [0,1])
2017-04-20 12:03:58,732 ERROR [http-bio-9099-exec-5] impl.JdbcEntityReaderImpl[81]: Failed to query by: SELECT eagleapplicationdesc_eagleapplicationdesc.* FROM eagleapplicationdesc_eagleapplicationdesc WHERE (eagleapplicationdesc_eagleapplicationdesc.timestamp>=? AND eagleapplicationdesc_eagleapplicationdesc.timestamp<?) LIMIT 100000 Replacements: [0,1], due to: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'eagle.eagleapplicationdesc_eagleapplicationdesc' doesn't exist
org.apache.torque.TorqueException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'eagle.eagleapplicationdesc_eagleapplicationdesc' doesn't exist
	at org.apache.torque.util.ExceptionMapperImpl.toTorqueException(ExceptionMapperImpl.java:59)
	at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1608)
	at org.apache.torque.util.BasePeerImpl.doSelect(BasePeerImpl.java:1152)
	at org.apache.eagle.storage.jdbc.entity.impl.JdbcEntityReaderImpl.query(JdbcEntityReaderImpl.java:75)
	at org.apache.eagle.storage.jdbc.JdbcStorage.query(JdbcStorage.java:161)
	at org.apache.eagle.storage.operation.QueryStatement.execute(QueryStatement.java:47)
	at org.apache.eagle.service.generic.GenericEntityServiceResource.search(GenericEntityServiceResource.java:443)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
```



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)