Hi,
I have used AuditServiceJDO. After bulk upload of entities through file upload,
insertion in to IsisAuditEntry happens. After this following stacktrace threw
up:
I did not face this issue when I use
org.apache.isis.applib.services.audit.AuditingService3$Stderr . And also
individual entity modification doesn't throw this exception. Its only bulk
upload of entities.
Stack trace is:
15:21:24,705 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3984'>)
15:21:24,707 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3976'>)
15:21:24,710 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3982'>)
15:21:24,713 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3986'>)
15:21:24,716 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3521'>)
15:21:24,718 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3975'>)
15:21:24,720 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3971'>)
15:21:24,722 [Native 23153003@qtp-24119617-6 DEBUG] INSERT INTO
"IsisAuditEntry"
("postValue","preValue","transactionId","targetClass","memberIdentifier","user","timestamp","propertyId","target")
VALUES (<'Thu Jul 03 15:21:20 IST 2014'>,<'Wed Jul 02 16:58:30 IST
2014'>,<'95f84be2-6978-41d0-8b6e-176fb0791317'>,<'Sca Service
Map'>,<'com.wipro.wess.ods.sca.OmScaServiceMap#changeDt'>,<'sven'>,<2014-07-03
15:21:23.146>,<'changeDt'>,<'OmScaServiceMap:com.wipro.wess.ods.sca.OmScaServiceMapPK_3523'>)
15:21:27,031 [RequestListenerInterface 23153003@qtp-24119617-6 WARN ]
behavior not enabled; ignore call. Behavior
org.apache.wicket.ajax.markup.html.form.AjaxButton$1@59a24b at component
[AjaxButton [Component id = okButton]]
15:21:27,031 [RequestCycleExtra 23153003@qtp-24119617-6 WARN ]
********************************
15:21:27,032 [RequestCycleExtra 23153003@qtp-24119617-6 WARN ] Handling
the following exception
org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException:
Behavior rejected interface invocation. Component: [AjaxButton [Component id =
okButton]] Behavior:
org.apache.wicket.ajax.markup.html.form.AjaxButton$1@59a24b Listener:
[RequestListenerInterface name=IBehaviorListener, method=public abstract void
org.apache.wicket.behavior.IBehaviorListener.onRequest()]
at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:237)
at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:250)
at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:236)
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:862)
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:261)
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:218)
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:289)
at
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:259)
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
at
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
at
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
at
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
at
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:943)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
15:21:27,034 [RequestCycleExtra 23153003@qtp-24119617-6 WARN ]
********************************
Please let me know if this information is OK, otherwise I will create the Jira
and upload the sample project in it.
BR
Ranganath Varma
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy all copies of this message and
any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The company
accepts no liability for any damage caused by any virus transmitted by this
email.
www.wipro.com