--
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/4f6009de-0b20-4724-b5e9-36cef9fa58bb%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Drools Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-setup...@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/8b83ec7c-512f-4515-90d6-60c09c6b9f33%40googlegroups.com.
<catalina.2015-10-15.log><READMEDroolsWB 6.3.txt>
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/0cdb6b18-43d9-4be4-ad51-f9935e2328ce%40googlegroups.com.
Marshaller marshaller = MarshallerFactory.getMarshaller(extraClasses, MarshallingFormat.JSON, classLoader);
List<Command<?>> commands = new ArrayList<Command<?>>();
BatchExecutionCommand batchExecution = commandsFactory.newBatchExecution(commands, "ksession-name");
commands.add(commandsFactory.newInsert(object, id));
List<Object> people = new ArrayList<Object>();
people.add(person);
people.add(person2);
people.add(person3);
commands.add(commandsFactory.newInsertElements(people, "list-id"));
commands.add(commandsFactory.newFireAllRules());
String jsonContent = marshaller.marshall(batchExecution);
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-setup/ffaccc9b-bb1a-4857-89fc-6212538bd473%40googlegroups.com.
The server refused this request because the request entity is in a format
not supported by the requested resource for the requested method.
so do you know what is the problem.
java.lang.NullPointerException java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:782) org.kie.server.services.impl.storage.file.KieServerStateFileRepository.load(KieServerStateFileRepository.java:73) org.kie.server.services.impl.KieServerImpl.<init>(KieServerImpl.java:86) org.kie.server.services.impl.KieServerLocator.<clinit>(KieServerLocator.java:20) org.kie.server.remote.rest.common.KieServerApplication$1.<init>(KieServerApplication.java:43) org.kie.server.remote.rest.common.KieServerApplication.<init>(KieServerApplication.java:40)