I'm creating a demo application with Oracle Stream Explorer, but uploading a file does not work the way I expected.
I go through the wizard "Create Stream" and upload a 500kb csv file.In the final step I click Create, and a message pops up:
Source has not been saved properly
In the logs I find the following:
INFO: Unable to check state of application "sx-5-7-eventbuffer": javax.management.RuntimeOperationsException: No deployment named [sx-5-7-eventbuffer]
mrt 15, 2015 10:48:01 AM oracle.wlevs.strex.core.OEPRuntime deploy
INFO: OEPRuntime.deploy: sx-5-7-eventbuffer, size=1732, time=214ms
mrt 15, 2015 10:48:01 AM oracle.wlevs.strex.core.AbstractManager updateOEPApplication
INFO: updateOEPApplication: 226ms
mrt 15, 2015 10:48:01 AM oracle.wlevs.strex.core.SXContext close
INFO: SourceService.createSource - 226ms
mrt 15, 2015 10:48:01 AM oracle.wlevs.strex.service.SourceService createSource
SEVERE: null
oracle.wlevs.strex.model.SXException: Unable to deploy OEP application
at oracle.wlevs.strex.core.OEPRuntime.deploy(OEPRuntime.java:128)
Any ideas on what went wrong here?