Recently, I have seen three instances in which the WmBrokerAdmin package can not be accessed from IS.
After logging into IS Administrator and clicking on the WmBrokerAdmin packages’ home icon, the login dialog box is displayed repeatedly (no matter what login credentials you enter).
Normal behavior is for the home page of the WmBrokerAdmin package to be displayed without any additional login prompts.
We have attempted a number of things to isolate the cause of the problem including checking ACL’s, .access files, reinstalling the package, reinstalling IS and Broker, etc.
We can use WmBrokerAdmin from other IS servers to connect to and administer the broker in question, just not the package installed on the IS server on the same box as the broker. Several other IS/Broker installations performed from the same Installer image on the same project have not had this problem.
In one of these cases the WmBrokerAdmin package worked initially, but had this issue after uninstalling and reinstalling IS.
Has anyone seen this before? If so, what was the solution? I do have an SR into WM tech services but wanted to tap into the great minds here at WM Users as well.
Mark,
I have used wmBrokerAdmin packages for monitoring Broker running on the same solaris box but at times WmBrokerAdmin package would not come up and I had to manage that Broker from another IS’s Broker packages
It happed few times.
Reloading WmBrokerAdmin package has helped .
The issue is addressed by “WmBrokerAdmin Fix 1”. It addresses this login issue (which apparently occurs when using the default users and passwords) as well as several other issues.
The fix from Tech Services was to 1) delete the files beginning with ACL* from the <is_dir>\config folder and 2) replace the .access file the the \packages\WmBrokerAdmin\pub folder.
One of these two things did the trick.
The real question remains: “Why did this occur on a fresh install made on the IS server using the webMethods Installer with an install image?”. Support had seen something similar when PC Anywhere was used to perform installs, but never with Installer alone.
Also “Why did five machines installed with the same process work fine, but a sixth server have this problem?”
Hi All,
I have one issue with my BrokerAdmin page. I am able to see the brokerpage but the brokername is not a href so that i can click on it and see the client groups, doc types etc etc. Is there any fix for this tooo. Please let me know.
I am trying to register content handler for multipart/form-data in my IntegrationServer by using the code.
Code:
com.wm.app.b2b.server.ServerAPI.registerContentHandler(“multipart/form-data”, new wm.broker.admin.util.MultipartContentHandler());
But I am getting exception while compiling the java service:
package wm.broker.admin.util does not exist
com.wm.app.b2b.server.ServerAPI.registerContentHandler(“multipart/form-data”, new wm.broker.admin.util.MultipartContentHandler());
^
1 error
Please help me to get rid of this issue.
I am in the process of receive and process of multipart/form-data. Now I am not able to receive any data in the receiving service.