I was getting following Broker error when I had tried to install IS7.1
Error is… Java.lang.ClassCastException
ezei/11/BR - 7.1.0.0.211/Broker/Broker/Panels/BrokerConfigPGPanel
com.wm.installer.broker.BrokerConfigPGPanel
java.lang.ClassCastException : com.wm.installer.broker.serverInfo
at com.wm.installer.Broker.BrokerConfigPGPanel
installExecute(BrokerConfigPGPanel.java:121)
at com.wm.distman,install.PanelThread
executeProgressGroup(PanelThread.java:188)
at com.wm.distman.install.PanelThread.run(PanelThread.java:143)
[COLOR=Black]
So Guys I want to resolve this problem any how… So if anyone has gone through this problem n getting resolved please guide me over this step…Please…Please :eek:
maybe a corrupt installer isnt the issue but I know I had a similar error and downloading everything fresh worked for me. This is not say its not another problem, however I dont have any more insight
I have seen Installer throw weird exceptions when I was in too big of a rush to hit the “Next” button. We used to call this “coffee finger” in another life.
Wait a second or two after the panel displays before hitting next and see if that doesn’t solve your problem.
I tried all the way to install IS with Broker and I had downloaded 3 times newImage copy from Advantage but I am still getting the same problem and problem is only for Broker Installation.
I was wondering that I had downloaded and installed 3 times and it gave same error on borker only.
Please give me the way how can I resolve this problem?
Please let me know as early as possible
Can you tell me that what should be the prerequisites for install WM7.1?
I mean any better way which will not throw any exception? Please let me know if any.
Actually I am using Java Installer 7.1 exe for installing wm7.1 from the webmethod site. and I have downloaded again fresh image but I am getting same problem over broker only,rest of the part has no complained for anything but broker throwing me exception of ClassCastException… I am really wondring with this issue…Getting same problem again n again…
What to do? I can not understand. I need broker any how.
If you can please look out this issue very closely please.
ok be careful about your description here your installer, is it the webMethodsInstaller71.EXE or webMethodsInstaller71.JAR? The .exe is the native windows installer, the .jar is the pure java version which runs on all platforms.
If you are using the .EXE file, I suggest you download the .JAR file from advantage and try it. They both do the same thing and when running on windows, look exactly the same.
you can run it via the command
java -jar webMethodsInstaller71.jar
this java version also works on windows, just as the .EXE does.
Give this a try and see if it also gives you an error
I ran into this problem upgrading from 7.1.1 to 7.1.2. What resolved the issue for me was to go into properties of the downloaded installer file (either .jar or .exe), and unblocking the file. Apparently Windows will block the file from performing some operations if you download it from the Web. The block persists even if you copy the file from one box to another.