
Failed to connect to the JMX port on serverFailed to connect to the JMX port on serverWhen you first connect from MDM Workbench to WebSphere Application Server (AppServer) where MDM Server is installed, for example to deploy a configuration project or to run a virtual job, you might see this error: Job Manager Error - Failed to connect to the JMX port on server There can be several reasons why the connection might fail, for background, here is the stack you are relying on when you connect to the JMX port. In order for the JMX port connection to be successful, you need every component in this diagram to be in a fully functioning healthy state. And yes, that means there are a lot of places you can check! As a result, it's not practical here to explain every possible area to review, but this should give you some idea of where to start investigating. To begin, cut the problem in half: there is a message associated with blueprint virtual bridge. Look for this, and it will help you decide whether the problem is more likely to be a runtime issue (below and to the right of the blueprint virtual bridge component) or a configuration issue 1. Look for virtual bridge messagesOn the Application Server where MDM is hosted, open SystemOut.log or HPEL logs: if possible restart the AppServer first to make sure you have startup messages: Success scenarioWhen the MBean starts successfully, you will see messages like these:
Note that these messages will only appear on startup, so they may not be visible if the logs have wrapped If you have these success messages the Blueprint virtual bridge is available for JMX requests, and everything to the right of the diagram (MPIJNI, JMS, databases, filesystems) is healthy. In this case the likely cause of the problems is to the left of the diagram, and probably relates to a configuration issue. More information is available in section 3. When the virtual bridge has started successfully Failure scenarioWhen the MBean has not started, you see messages like this:
If you have these failure messages the Blueprint virtual bridge is not available. More information is available in the next section, 2. When the virtual bridge has not started No messages foundIf you don't find any messages relating to com. 2. When the virtual bridge has not startedWhen the blueprint virtual bridge has not started, the next step is to investigate potential runtime issues in one or more of the components on the right side of the diagram.
Note that you can choose whether you use a datastore or filestore for the messaging engine data store: the default is datastore (database). There may be file system errors, these will usually be reported by the component that depends on the file system, for example the database or the JMS filestore. In many cases you will be able to find technotes or other links on the internet with information about how to resolve the errors, or if not, contact IBM support and provide the logs that show the errors. These related links have information about resolving blueprint errors: http 3. When the virtual bridge has started successfullyOnce you have found the success message, the next step is to investigate the configuration in both WebSphere Application Server and MDM Workbench.
Review the server logs for authorization errorsOn the Application Server where MDM is hosted, open SystemOut.log or HPEL logs. Look for errors that reference one or more of:
Errors with any of these codes suggest that you need to re-visit the security configuration in the WebSphere Application Server administrative console, and check userid and password settings in the workbench client. Review the error messages, in many cases you will be able to find technotes or other links on the internet with information about how to resolve them, or if not, contact IBM support and provide the logs that show them. Review the firewall settingsVerify that you can ping from the Workbench machine to the machine that hosts WebSphere Application Server and MDM Server, using your preferred ping tool. Optionally you can use "Test Connection" from MDM Workbench, although note that in an ND configuration this tool only checks the dmgr, so it may not be the correct status for the actual server where MDM is hosted. If you can not connect to the target MDM server, the JMX connection will not work and you need to contact your networking support team to make sure the network is available and if necessary, that appropriate firewall ports are opened. Review the port and host configuration
Tags:  jmx virtual-mdm techtip virtual |
||||||||||||||||
Going out of Style
There's a new seri
MDM
If you haven't already visited the MDM Tags:  infosphere physical virtual virtual-mdm adaptive-mdm hybrid adaptive physical-mdm style mdm hybrid-mdm hub registry centralized best-practices |
||||||||||||||||
Master(ing) new terms in InfoSphere MDM, V11In Version 11 of InfoSphere MDM, some big changes happened. One change that might leave you scratching your head is the addition of new and changed terms for some familiar components. We also have a couple new components, so those might be unfamiliar too. Let's take a quick walk through the changed terms to get you started.
Product names The first thing that you'll notice is an emphasis on capabilities rather than product names. You might not see these familiar product names anymore: InfoSphere MDM Server Initiate Master Data Service (MDS) Other Initiate product names
Instead, you’ll see references to technical capabilities that those products achieve:
You might be wondering what exactly these technical capability terms mean. You can use virtual, physical, and hybrid MDM to manage your master data, whether you store that data in a distributed fashion, in a centralized repository, or in a combination of both. The following definitions show the differences and the relationships among the technical capabilities: virtual MDM The management of master data where master data is created in a distributed fashion on source systems and remains fragmented across those systems with a central "indexing" service. physical MDM The management of master data where master data is created in (or loaded into), stored in, and accessed from a central system. hybrid MDM The management of master data where a coexistence implementation style combines physical and virtual technologies.
Server and engine terms Another new area that you’ll notice is a unified server, which is referred to by one common term:
The former InfoSphere MDM Server and the former Initiate Master Data Service are combined to share a single infrastructure in the application server. That single infrastructure is called the MDM operational server or operational server for short. The operational server is the software that provides services for managing and taking action on master data. The operational server includes the data models, business rules, and functions that support entity management, security, auditing, and event detection. For detailed descriptions and diagrams, see the arch
Records, member records, and entities Finally, the concepts of entities and records were clarified:
entity A single unique object in the real world that is being mastered. Examples of an entity are a single person, single product, or single organization. record The storage representation of a row of data. member record The representation of the entity as it is stored in individual source systems. Information for each member record is stored as a single record or a group of records across related database tables
Depending on your implementation style, these concepts reflect the technical capabilities of virtual, physical, and hybrid MDM. For example, an entity in virtual MDM is assembled dynamically based on the member records by using linkages and then is stored in the MDM database. Conversely, an entity in physical MDM is based on matching records from the source systems that are merged to form the single entity. For details, see the diag
I’ll leave a discussion of hybrid MDM to a future article. If you’d like to read some conceptual topics about hybrid MDM now, see its technical overview.
Some helpful links:
Tags:  glossary virtual-mdm mdm member-record record mdm11 hub entity mds operational-server physical-mdm initiate mdm-server hybrid-mdm terms |