Question
Unable to import R-A-P with Pega 7.4
Hi,
I have just setup Pega 7.4 on my Windows 7 machine with JBOSS EAP 7.0.0. It starts up properly and I can log in to Designer Studio but when I try to import R-A-P I get below error (no connection). The screen comes up very quickly and I don't think it is even trying to upload the file to <temp_dir> ServiceExport directory (in fact file is not copied there). FYI this R-A-P is a loadable binary Pega's product file that works with Pega 7.4. I guess this is some environmental issue but I am unable to figure out what it is. PegaRULES log file does not record any ERROR.
Thanks,
I have missed out an ERROR log in PegaRULES file:
java.io.IOException: UT000020: Connection terminated as request was larger than 10485760
at io.undertow.conduits.FixedLengthStreamSourceConduit.checkMaxSize(FixedLengthStreamSourceConduit.java:168) ~[undertow-core-1.3.21.Final-redhat-1.jar!/:1.3.21.Final-redhat-1]
at io.undertow.conduits.FixedLengthStreamSourceConduit.read(FixedLengthStreamSourceConduit.java:229) ~[undertow-core-1.3.21.Final-redhat-1.jar!/:1.3.21.Final-redhat-1]
at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127) ~[xnio-api-3.3.6.Final-redhat-1.jar!/:3.3.6.Final-redhat-1]
at io.undertow.channels.DetachableStreamSourceChannel.read(DetachableStreamSourceChannel.java:209) ~[undertow-core-1.3.21.Final-redhat-1.jar!/:1.3.21.Final-redhat-1]
at io.undertow.server.HttpServerExchange$ReadDispatchChannel.read(HttpServerExchange.java:2235) ~[undertow-core-1.3.21.Final-redhat-1.jar!/:1.3.21.Final-redhat-1]
at org.xnio.channels.Channels.readBlocking(Channels.java:294) ~[xnio-api-3.3.6.Final-redhat-1.jar!/:3.3.6.Final-redhat-1]