Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Over 1000 jobs seems to cause JMX error #3

Open
bmwilli opened this issue Aug 22, 2017 · 2 comments
Open

Over 1000 jobs seems to cause JMX error #3

bmwilli opened this issue Aug 22, 2017 · 2 comments

Comments

@bmwilli
Copy link
Owner

bmwilli commented Aug 22, 2017

Unexpected error checking for djmx job beans for: com.ibm.streams.management:type=domain.instance.operationlistener,domain="mydomain",instance="myinstance"id=03240e30-fd49-4278-b1b5-6f3bc22e0ca6 message: CDISA0111I The following job is already registered: 1,117. [com.ibm.streams.management.internal.proxy.instance.InstanceOperationListenerProxy.handleNotification(InstanceOperationListenerProxy.java:261)]
java.lang.NumberFormatException: For input string: "1,117"

@bmwilli
Copy link
Owner Author

bmwilli commented Aug 22, 2017

Problem for JMX Client is that StreamsInstanceMonitor.java: 736 gets in infinite loop. Need to add a timeout !!!

@bmwilli
Copy link
Owner Author

bmwilli commented Aug 22, 2017

Also, should reverse startup order and start REST server before StreamsInstanceMonitor or at same time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant