I'm using Orbeon 4 M11 (but I've tried M9 also), GlassFish 3.1.2 and Liferay 6.1 GA2.
After deploy LR and Orbeon on GF and restart GF I went to:
http://host:8080/orbeon/home/
and everything was ok, but when I tried use builder
http://host:8080/orbeon/fr/orbeon/builder/summary
I got error
Oops, the page requested was not found!
I found this in orbeon.log:
2012-10-24 10:39:22,805 INFO ProcessorService - /fr/orbeon/builder/summary - Received request
2012-10-24 10:39:28,425 ERROR XFormsServer - xforms-submit-error - setting throwable {throwable: "
+----------------------------------------------------------------------------------------------------------------------+
|An Error has Occurred |
|----------------------------------------------------------------------------------------------------------------------|
|Password must not be null |
|----------------------------------------------------------------------------------------------------------------------|
|Application Call Stack |
|----------------------------------------------------------------------------------------------------------------------|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: java.security.UnrecoverableKeyException |
|----------------------------------------------------------------------------------------------------------------------|
|sun.security.provider.JavaKeyStore |engineGetKey |JavaKeyStore.java | 107|
|sun.security.provider.JavaKeyStore$JKS |engineGetKey |JavaKeyStore.java | 38|
|java.security.KeyStore |getKey |KeyStore.java | 763|
|com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl |<init> |SunX509KeyManagerImpl.java | 113|
|com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$|engineInit |KeyManagerFactoryImpl.java | 48|
|javax.net.ssl.KeyManagerFactory |init |KeyManagerFactory.java | 239|
|com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl |getDefaultKeyManager |DefaultSSLContextImpl.java | 170|
|com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl |<init> |DefaultSSLContextImpl.java | 40|
|sun.reflect.NativeConstructorAccessorImpl |newInstance0 |NativeConstructorAccessorImpl.| |
|sun.reflect.NativeConstructorAccessorImpl |newInstance |NativeConstructorAccessorImpl.| 39|
|sun.reflect.DelegatingConstructorAccessorImpl |newInstance |DelegatingConstructorAccessorI| 27|
|java.lang.reflect.Constructor |newInstance |Constructor.java | 513|
|java.lang.Class |newInstance0 |Class.java | 355|
|java.lang.Class |newInstance |Class.java | 308|
|java.security.Provider$Service |newInstance |Provider.java |1221|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: java.security.NoSuchAlgorithmException |
|----------------------------------------------------------------------------------------------------------------------|
|java.security.Provider$Service |newInstance |Provider.java |1245|
|sun.security.jca.GetInstance |getInstance |GetInstance.java | 220|
|sun.security.jca.GetInstance |getInstance |GetInstance.java | 147|
|javax.net.ssl.SSLContext |getInstance |SSLContext.java | 125|
|org.orbeon.oxf.resources.handler.HTTPURLConnection |<clinit> |HTTPURLConnection.java | 107|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: org.orbeon.oxf.common.OXFException |
|----------------------------------------------------------------------------------------------------------------------|
|org.orbeon.oxf.resources.handler.HTTPURLConnection |<clinit> |HTTPURLConnection.java | 110|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: java.lang.ExceptionInInitializerError |
|----------------------------------------------------------------------------------------------------------------------|
|org.orbeon.oxf.resources.handler.HTTPHandler |openConnection |HTTPHandler.java | 28|
|java.net.URL |openConnection |URL.java | 945|
|org.orbeon.oxf.util.Connection |connect |Connection.scala | 90|
|org.orbeon.oxf.xforms.submission.RegularSubmission$|call |RegularSubmission.java | 90|
|org.orbeon.oxf.xforms.submission.RegularSubmission$|call |RegularSubmission.java | 71|
|org.orbeon.oxf.xforms.submission.BaseSubmission |submitCallable |BaseSubmission.java | 100|
|org.orbeon.oxf.xforms.submission.RegularSubmission |connect |RegularSubmission.java | 124|
|org.orbeon.oxf.xforms.submission.CacheableSubmissio|load |CacheableSubmission.java | 148|
|org.orbeon.oxf.xforms.XFormsServerSharedInstancesCa|loadAndCache$1 |XFormsServerSharedInstancesCac| 80|
|org.orbeon.oxf.xforms.XFormsServerSharedInstancesCa|apply |XFormsServerSharedInstancesCac| 88|
|org.orbeon.oxf.xforms.XFormsServerSharedInstancesCa|apply |XFormsServerSharedInstancesCac| 88|
|scala.Option |orElse |Option.scala | 218|
|org.orbeon.oxf.xforms.XFormsServerSharedInstancesCa|findContentOrLoad |XFormsServerSharedInstancesCac| 88|
|org.orbeon.oxf.xforms.XFormsServerSharedInstancesCa|findContentOrLoad |XFormsServerSharedInstancesCac| |
|org.orbeon.oxf.xforms.submission.CacheableSubmissio|call |CacheableSubmission.java | 119|
|org.orbeon.oxf.xforms.submission.CacheableSubmissio|call |CacheableSubmission.java | 111|
|org.orbeon.oxf.xforms.submission.BaseSubmission |submitCallable |BaseSubmission.java | 100|
|org.orbeon.oxf.xforms.submission.CacheableSubmissio|connect |CacheableSubmission.java | 209|
|org.orbeon.oxf.xforms.submission.XFormsModelSubmiss|doSubmit |XFormsModelSubmission.java | 456|
|org.orbeon.oxf.xforms.submission.XFormsModelSubmiss|performDefaultAction |XFormsModelSubmission.java | 294|
|---8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<---|
|org.apache.catalina.core.StandardPipeline |invoke |StandardPipeline.java | 595|
|org.apache.catalina.core.StandardHostValve |invoke |StandardHostValve.java | 161|
|org.apache.catalina.connector.CoyoteAdapter |doService |CoyoteAdapter.java | 331|
|org.apache.catalina.connector.CoyoteAdapter |service |CoyoteAdapter.java | 231|
|com.sun.enterprise.v3.services.impl.ContainerMapper|call |ContainerMapper.java | 317|
|com.sun.enterprise.v3.services.impl.ContainerMapper|service |ContainerMapper.java | 195|
|com.sun.grizzly.http.ProcessorTask |invokeAdapter |ProcessorTask.java | 860|
|com.sun.grizzly.http.ProcessorTask |doProcess |ProcessorTask.java | 757|
|com.sun.grizzly.http.ProcessorTask |process |ProcessorTask.java |1056|
|com.sun.grizzly.http.DefaultProtocolFilter |execute |DefaultProtocolFilter.java | 229|
|com.sun.grizzly.DefaultProtocolChain |executeProtocolFilter |DefaultProtocolChain.java | 137|
|com.sun.grizzly.DefaultProtocolChain |execute |DefaultProtocolChain.java | 104|
|com.sun.grizzly.DefaultProtocolChain |execute |DefaultProtocolChain.java | 90|
|com.sun.grizzly.http.HttpProtocolChain |execute |HttpProtocolChain.java | 79|
|com.sun.grizzly.ProtocolChainContextTask |doCall |ProtocolChainContextTask.java | 54|
|com.sun.grizzly.SelectionKeyContextTask |call |SelectionKeyContextTask.java | 59|
|com.sun.grizzly.ContextTask |run |ContextTask.java | 71|
|com.sun.grizzly.util.AbstractThreadPool$Worker |doWork |AbstractThreadPool.java | 532|
|com.sun.grizzly.util.AbstractThreadPool$Worker |run |AbstractThreadPool.java | 513|
|java.lang.Thread |run |Thread.java | 662|
+----------------------------------------------------------------------------------------------------------------------+"}
2012-10-24 10:39:28,450 INFO ProcessorService - Session listener - Session created.
2012-10-24 10:39:28,455 WARN XFormsServer - xxforms:instance() - instance not found {instance id: "fr-form-metadata"}
2012-10-24 10:39:28,480 ERROR XFormsServer - xforms-submit-error - setting throwable {throwable: "
+----------------------------------------------------------------------------------------------------------------------+
|An Error has Occurred |
|----------------------------------------------------------------------------------------------------------------------|
|Could not initialize class org.orbeon.oxf.resources.handler.HTTPURLConnection |
|----------------------------------------------------------------------------------------------------------------------|
|Application Call Stack |
|----------------------------------------------------------------------------------------------------------------------|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: java.lang.NoClassDefFoundError |
|----------------------------------------------------------------------------------------------------------------------|
|org.orbeon.oxf.resources.handler.HTTPHandler |openConnection |HTTPHandler.java | 28|
|java.net.URL |openConnection |URL.java | 945|
|org.orbeon.oxf.util.Connection |connect |Connection.scala | 90|
|org.orbeon.oxf.xforms.submission.RegularSubmission$|call |RegularSubmission.java | 90|
|org.orbeon.oxf.xforms.submission.RegularSubmission$|call |RegularSubmission.java | 71|
|org.orbeon.oxf.xforms.submission.BaseSubmission |submitCallable |BaseSubmission.java | 100|
|org.orbeon.oxf.xforms.submission.RegularSubmission |connect |RegularSubmission.java | 124|
|org.orbeon.oxf.xforms.submission.XFormsModelSubmiss|doSubmit |XFormsModelSubmission.java | 456|
|org.orbeon.oxf.xforms.submission.XFormsModelSubmiss|performDefaultAction |XFormsModelSubmission.java | 294|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply$mcV$sp |Dispatch.scala | 139|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply |Dispatch.scala | 139|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply |Dispatch.scala | 139|
|org.orbeon.oxf.util.Logging$class |withDebug |Logging.scala | 43|
|org.orbeon.oxf.xforms.event.Dispatch$ |withDebug |Dispatch.scala | 23|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply$mcV$sp |Dispatch.scala | 138|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply |Dispatch.scala | 124|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply |Dispatch.scala | 124|
|org.orbeon.oxf.xforms.event.Dispatch$ |withEvent$1 |Dispatch.scala | 39|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply$mcV$sp |Dispatch.scala | 124|
|org.orbeon.oxf.xforms.event.Dispatch$$anonfun$dispa|apply |Dispatch.scala | 96|
|---8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<---|
|org.apache.catalina.core.StandardPipeline |invoke |StandardPipeline.java | 595|
|org.apache.catalina.core.StandardHostValve |invoke |StandardHostValve.java | 161|
|org.apache.catalina.connector.CoyoteAdapter |doService |CoyoteAdapter.java | 331|
|org.apache.catalina.connector.CoyoteAdapter |service |CoyoteAdapter.java | 231|
|com.sun.enterprise.v3.services.impl.ContainerMapper|call |ContainerMapper.java | 317|
|com.sun.enterprise.v3.services.impl.ContainerMapper|service |ContainerMapper.java | 195|
|com.sun.grizzly.http.ProcessorTask |invokeAdapter |ProcessorTask.java | 860|
|com.sun.grizzly.http.ProcessorTask |doProcess |ProcessorTask.java | 757|
|com.sun.grizzly.http.ProcessorTask |process |ProcessorTask.java |1056|
|com.sun.grizzly.http.DefaultProtocolFilter |execute |DefaultProtocolFilter.java | 229|
|com.sun.grizzly.DefaultProtocolChain |executeProtocolFilter |DefaultProtocolChain.java | 137|
|com.sun.grizzly.DefaultProtocolChain |execute |DefaultProtocolChain.java | 104|
|com.sun.grizzly.DefaultProtocolChain |execute |DefaultProtocolChain.java | 90|
|com.sun.grizzly.http.HttpProtocolChain |execute |HttpProtocolChain.java | 79|
|com.sun.grizzly.ProtocolChainContextTask |doCall |ProtocolChainContextTask.java | 54|
|com.sun.grizzly.SelectionKeyContextTask |call |SelectionKeyContextTask.java | 59|
|com.sun.grizzly.ContextTask |run |ContextTask.java | 71|
|com.sun.grizzly.util.AbstractThreadPool$Worker |doWork |AbstractThreadPool.java | 532|
|com.sun.grizzly.util.AbstractThreadPool$Worker |run |AbstractThreadPool.java | 513|
|java.lang.Thread |run |Thread.java | 662|
+----------------------------------------------------------------------------------------------------------------------+"}
2012-10-24 10:39:28,495 INFO PageFlowControllerProcessor - not found {controller: "oxf:/apps/fr/page-flow.xml", method: "GET", path: "/fr/orbeon/builder/summary"}
I've also configured persistence layer and tried debug but this error is thrown before my servlet.
I've tried also Orbeon v3.91 and it work correctly (I can build and save form) but I cannot use it with LR because of this
To avoid this error, you need to change your Glassfish configuration as documented in the Orbeon Forms installation instructions for Glassfish 3.1.
Related
+----------+---------+-------------+----------+-------+--------+-------+------+------------+------+
|Invoice ID| City|Customer type|Unit price| Tax 5%| Total|Payment| cogs|gross income|Rating|
+----------+---------+-------------+----------+-------+--------+-------+------+------------+------+
| 750678428| Yangon| Member| 74.69|26.1415|548.9715| null|522.83| 26.1415| 9.1|
| 226313081|Naypyitaw| Normal| 15.28| 3.82| 80.22| null| 76.4| 3.82| 9.6|
| 631413108| Yangon| Normal| 46.33|16.2155|340.5255| null|324.31| 16.2155| 7.4|
| 123191176| Yangon| Member| 58.22| 23.288| 489.048| null|465.76| 23.288| 8.4|
| 373737910| Yangon| Normal| 86.31|30.2085|634.3785| null|604.17| 30.2085| 5.3|
| 750678428| Yangon| Member| 74.69|26.1415|548.9715| null|522.83| 26.1415| 9.1|
| 226313081|Naypyitaw| Normal| 15.28| 3.82| 80.22| null| 76.4| 3.82| 9.6|
| 631413108| Yangon| Normal| 46.33|16.2155|340.5255| null|324.31| 16.2155| 7.4|
| 123191176| Yangon| Member| 58.22| 23.288| 489.048| null|465.76| 23.288| 8.4|
| 373737910| Yangon| Normal| 86.31|30.2085|634.3785| null|604.17| 30.2085| 5.3|
+----------+---------+-------------+----------+-------+--------+-------+------+------------+------+
The payment column is completely NULL; but indeed there is data in the input CSV files. How do I rectify this ?
I have the raw data DataFrame like that:
+-----------+--------------------+------+
|device | timestamp | value|
+-----------+--------------------+------+
| device_A|2022-01-01 18:00:01 | 100|
| device_A|2022-01-01 18:00:02 | 99|
| device_A|2022-01-01 18:00:03 | 100|
| device_A|2022-01-01 18:00:04 | 102|
| device_A|2022-01-01 18:00:05 | 100|
| device_A|2022-01-01 18:00:06 | 99|
| device_A|2022-01-01 18:00:11 | 98|
| device_A|2022-01-01 18:00:12 | 100|
| device_A|2022-01-01 18:00:13 | 100|
| device_A|2022-01-01 18:00:15 | 101|
| device_A|2022-01-01 18:00:17 | 101|
I'd like to aggregate them and to build the listed 10 s aggregation like that:
+-----------+--------------------+------------+-------+
|device | windowtime | values| counts|
+-----------+--------------------+------------+-------+
| device_A|2022-01-01 18:00:00 |[99,100,102]|[1,3,1]|
| device_A|2022-01-01 18:00:10 |[98,100,101]|[1,2,2]|
To plot a heat-map graph of the values later.
I have succeed with getting the values column but not clear how to calculate the corresponding counts
.withColumn("values",collect_list(col("value")).over(Window.partitionBy($"device").orderBy($"timestamp".desc)))
How can I do the weighted list aggregation in Apache Spark?
Group by time window using window function with duration of 10 seconds to get counts by value and device, then group by device + window_time and collect list of structs:
val result = (
df.groupBy(
$"device",
window($"timestamp", "10 second")("start").as("window_time"),
$"value"
)
.count()
.groupBy("device", "window_time")
.agg(collect_list(struct($"value", $"count")).as("values"))
.withColumn("count", col("values.count"))
.withColumn("values", col("values.value"))
)
result.show()
//+--------+-------------------+--------------+---------+
//| device| window_time| values| count|
//+--------+-------------------+--------------+---------+
//|device_A|2022-01-01 18:00:00|[102, 99, 100]|[1, 2, 3]|
//|device_A|2022-01-01 18:00:10|[100, 101, 98]|[2, 2, 1]|
//+--------+-------------------+--------------+---------+
I have a date like below :- I have to display year_month column column wise. How should I use this, I am new to spark.
scala> spark.sql("""select sum(actual_calls_count),year_month from ph_com_b_gbl_dice.dm_rep_customer_call group by year_month""")
res0: org.apache.spark.sql.DataFrame = [sum(actual_calls_count): bigint, year_month: string]
scala> res0.show
+-----------------------+----------+
|sum(actual_calls_count)|year_month|
+-----------------------+----------+
| 1| 2019-10|
| 3693| 2018-10|
| 7| 2019-11|
| 32| 2017-10|
| 94| 2019-03|
| 10527| 2018-06|
| 4774| 2017-05|
| 1279| 2017-11|
| 331982| 2018-03|
| 315767| 2018-02|
| 7097| 2017-03|
| 8| 2017-08|
| 3| 2019-07|
| 3136| 2017-06|
| 6088| 2017-02|
| 6344| 2017-04|
| 223426| 2018-05|
| 9819| 2018-08|
| 1| 2017-07|
| 68| 2019-05|
+-----------------------+----------+
only showing top 20 rows
My output should be like this :-
sum(actual_calls_count)|year_month1 | year_month2 | year_month3 and so on..
scala> df.groupBy(lit(1)).pivot(col("year_month")).agg(concat_ws("",collect_list(col("sum")))).drop("1").show(false)
+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
|2017-02|2017-03|2017-04|2017-05|2017-06|2017-07|2017-08|2017-10|2017-11|2018-02|2018-03|2018-05|2018-06|2018-08|2018-10|2019-03|2019-05|2019-07|2019-10|2019-11|
+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
|6088 |7097 |6344 |4774 |3136 |1 |8 |32 |1279 |315767 |331982 |223426 |10527 |9819 |3693 |94 |68 |3 |1 |7 |
+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
There are two tables to join for an in depth excel report. I am trying to avoid creating duplicate metrics. I have already separately scraped competitor data using a python script
The first table looks like this
name |occurances |hits | actions |avg $|Key
---------+------------+--------+-------------+-----+----
balls |53432 | 5001 | 5| 2$ |Hgdy24
bats |5389 | 4672 | 3| 4$ |dhfg12
The competitor data is as follows;
Key | Ad Copie |
---------+------------+
Hgdy24 |Click here! |
Hgdy24 |Free Trial! |
Hgdy24 |Sign Up now |
dhfg12 |Check it out|
dhfg12 |World known |
dhfg12 |Sign up |
I have already tried joins to the following effect, (duplicate rows metric rows created here)
name |occurances | hits | actions | avg$|Key |Ad Copie
---------+------------+--------+-------------+-----+------+---------
Balls |53432 | 5001 | 5| 2$ |Hgdy24|Click here!
Balls |53432 | 5001 | 5| 2$ |Hgdy24|Free Trial!
Balls |53432 | 5001 | 5| 2$ |Hgdy24|Sign Up now
Bats |5389 | 4672 | 3| 4$ |dhfg12|Check it out
Bats |5389 | 4672 | 3| 4$ |dhfg12|World known
Bats |5389 | 4672 | 3| 4$ |dhfg12|Sign up
Here is the desired output
name |occurances | hits | actions | avg$|Key |Ad Copie
---------+------------+--------+-------------+-----+------+---------
Balls |53432 | 5001 | 5| 2$ |Hgdy24|Click here!
Balls | | | | |Hgdy24|Free Trial!
Balls | | | | |Hgdy24|Sign Up now
Bats |5389 | 4672 | 3| 4$ |dhfg12|Check it out
Bats | | | | |dhfg12|World known
Bats | | | | |dhfg12|Sign up
Does anyone have a clue on a good course of action for this? Lag function perhaps?
Your desired output is not a proper use-case for SQL. SQL is designed to create vies of data with all the fields filled in. When you want to visualize that data, you should do so in your application code and suppress the "duplicate" values there, not in SQL.
I am running Orbeon on 2 Weblogic 11g application servers, and have tried to configure remote publishing and pushing/pulling forms between them.
I have followed this guide:
https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-Home-Page
(See section "Remote Server Operations")
The only difference is that the example they give for setting up the "orbeon-admin" user with a role of "orbeon-service" is for Tomcat. I have tried to set up the exact thing on Weblogic using the Weblogic Console, and configuring the appropriate security roles and users.
I am able to connect from one form-runner to the other, the login prompt appears and I am able to successfully login and see the Form Runner page with the "local" and "remote" columns showing the state of each for on both the local and remote Orbeon instance.
I am able to successfully pull forms down from the remote server to the local server.
I am also able to publish and unpublish forms on the remote server.
What I cannot do however, is PUSH forms from the local server to the remote server. When I try and do so, it appears to have worked, ie I get a spinner for a few seconds, then no error appears, however the form does not end up on the remote server.
The Orbeon logs on the "local" machine give the following exception:
2014-12-04 14:24:18,151 ERROR XFormsServer - xforms-submit-error - setting throwable {throwable: "or
+----------------------------------------------------------------------------------------------------------------------+
|An Error has Occurred |
|----------------------------------------------------------------------------------------------------------------------|
|xf:submission for submission id: read-form, error code received when submitting instance: 401 |
|----------------------------------------------------------------------------------------------------------------------|
|Application Call Stack |
|----------------------------------------------------------------------------------------------------------------------|
|----------------------------------------------------------------------------------------------------------------------|
|Exception: org.orbeon.oxf.xforms.submission.XFormsSubmissionException |
|----------------------------------------------------------------------------------------------------------------------|
|.orbeon.oxf.xforms.submission.XFormsModelSubmission|getReplacer |XFormsModelSubmission.java | 733|
|rg.orbeon.oxf.xforms.submission.RegularSubmission$1|call |RegularSubmission.java | 101|
|rg.orbeon.oxf.xforms.submission.RegularSubmission$1|call |RegularSubmission.java | 71|
|org.orbeon.oxf.xforms.submission.BaseSubmission |submitCallable |BaseSubmission.java | 99|
|org.orbeon.oxf.xforms.submission.RegularSubmission |connect |RegularSubmission.java | 124|
|.orbeon.oxf.xforms.submission.XFormsModelSubmission|doSubmit |XFormsModelSubmission.java | 464|
|.orbeon.oxf.xforms.submission.XFormsModelSubmission|performDefaultAction |XFormsModelSubmission.java | 296|
|.oxf.xforms.event.Dispatch$$anonfun$dispatchEvent$1|apply$mcV$sp |Dispatch.scala | 137|
|.oxf.xforms.event.Dispatch$$anonfun$dispatchEvent$1|apply |Dispatch.scala | 73|
|.oxf.xforms.event.Dispatch$$anonfun$dispatchEvent$1|apply |Dispatch.scala | 73|
|org.orbeon.oxf.xforms.event.Dispatch$ |withEvent$1 |Dispatch.scala | 38|
|org.orbeon.oxf.xforms.event.Dispatch$ |dispatchEvent |Dispatch.scala | 72|
|g.orbeon.oxf.xforms.action.actions.XFormsSendAction|execute |XFormsSendAction.scala | 51|
|org.orbeon.oxf.xforms.action.XFormsAction |execute |XFormsAction.scala | 36|
|rg.orbeon.oxf.xforms.action.XFormsActionInterpreter|runSingleIteration |XFormsActionInterpreter.java | 205|
|rg.orbeon.oxf.xforms.action.XFormsActionInterpreter|runAction |XFormsActionInterpreter.java | 151|
|ction.actions.XFormsActionAction$$anonfun$execute$1|apply |XFormsActionAction.scala | 53|
|ction.actions.XFormsActionAction$$anonfun$execute$1|apply |XFormsActionAction.scala | 41|
|scala.collection.Iterator$class |foreach |Iterator.scala | 727|
|scala.collection.AbstractIterator |foreach |Iterator.scala |1157|
|---8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<---|
|org.orbeon.oxf.webapp.ProcessorService |service |ProcessorService.scala | 41|
|orbeon.oxf.servlet.OrbeonServlet$$anonfun$service$1|apply$mcV$sp |OrbeonServlet.scala | 74|
|orbeon.oxf.servlet.OrbeonServlet$$anonfun$service$1|apply |OrbeonServlet.scala | 67|
|orbeon.oxf.servlet.OrbeonServlet$$anonfun$service$1|apply |OrbeonServlet.scala | 67|
|org.orbeon.oxf.util.ScalaUtils$ |withRootException |ScalaUtils.scala | 118|
|org.orbeon.oxf.servlet.OrbeonServlet |service |OrbeonServlet.scala | 67|
|javax.servlet.http.HttpServlet |service |HttpServlet.java | 820|
|et.internal.StubSecurityHelper$ServletServiceAction|run |StubSecurityHelper.java | 227|
|weblogic.servlet.internal.StubSecurityHelper |invokeServlet |StubSecurityHelper.java | 125|
|weblogic.servlet.internal.ServletStubImpl |execute |ServletStubImpl.java | 301|
|weblogic.servlet.internal.ServletStubImpl |execute |ServletStubImpl.java | 184|
|ternal.WebAppServletContext$ServletInvocationAction|wrapRun |WebAppServletContext.java |3729|
|ternal.WebAppServletContext$ServletInvocationAction|run |WebAppServletContext.java |3696|
|weblogic.security.acl.internal.AuthenticatedSubject|doAs |AuthenticatedSubject.java | 321|
|weblogic.security.service.SecurityManager |runAs |SecurityManager.java | 120|
|weblogic.servlet.internal.WebAppServletContext |securedExecute |WebAppServletContext.java |2273|
|weblogic.servlet.internal.WebAppServletContext |execute |WebAppServletContext.java |2179|
|weblogic.servlet.internal.ServletRequestImpl |run |ServletRequestImpl.java |1490|
|weblogic.work.ExecuteThread |execute |ExecuteThread.java | 256|
|weblogic.work.ExecuteThread |run |ExecuteThread.java | 221|
+----------------------------------------------------------------------------------------------------------------------+"}