Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Problem with the configuration of a data service

Avatar

Level 1

I'm facing some strange problems to get the CRM sample to run.

Firstly, I ran it from the lcds-samples.war, and it works perfectly, but when I build an Eclipse project: New -> Dynamic Web Project ( exactly how I made when works on BlazeDS ), put the libraries and the configuration files ( the same as the lcds-samples.war ) I got an error when the Tomcat starts:

flex.messaging.config.ConfigurationException: Unrecognized tag found
in <properties>.  Please consult the documentation to determine if the
tag is invalid or belongs inside of a different tag:
  '/server/fill-method' in destination with id: 'crm-company' from
file: data-management-config.xml
  '/server/fill-method' in destination with id: 'crm-employee' from
file: data-management-config.xml

P.S: I tried also with the 'fill-method' tag outside the 'server' tag and also the tag as only 'fill'.

The compiler is saying that the fill-method tag is unrecognized and I need to consult the documentation.Right...

In the Adobe Livecycle Data Services ES2 3.1 documentation (updated 5/3/2010) in the page 255 contains a table with the tags accepted to configure a destination with a Custom Assembler, and one of these properties is the fill-method.

I tried also to remove this tag fill-method.And now it compiles!

However when I run the project.Throw me an error:

Missing or invalid configuration for destinations: ["crm-company","crm-
employee"]
Could not initialize DataService

2 Replies

Avatar

Level 1

It was solved.

Solutions:

*Unrecognized tag: The fill-method tag is used only in the fill-method approach and this approach didn't work with Custom Assebler.

*Missing or invalid destinations: The RTMP port was not getting connected

Avatar

Employee

Can you please provide the complete exception so that i can help you out with this.