Author |
Message
|
sebastia |
Posted: Tue Dec 30, 2014 1:11 pm Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Well, I have to say I am surprised.
"-z" does not exist, at least in "DeployWMQService.java"
Anyway, the new test did not do the trick : it fails also
Code: |
+++ c:\mq\bin +++ Fem amqwdeployWMQService.cmd
-z -u "jms:/queue?destination=SOAPN.demos@WMQSOAP.DEMO.QM&connectionFactory=connectQueueManager(WMQSOAP.DEMO.QM)&initialCon
textFactory=com.ibm.mq.jms.Nojndi" -n 10 -f StockQuoteDotNet.asmx
RunCommand: Command = amqswsdl jms:/queue?destination=SOAPN.demos@WMQSOAP.DEMO.QM&connectionFactory=(connectQueueManager(WMQSO
AP.DEMO.QM))&initialContextFactory=com.ibm.mq.jms.Nojndi&targetService=StockQuoteDotNet.asmx&replyDestination=SYSTEM.S
OAP.RESPONSE.QUEUE StockQuoteDotNet.asmx generated\StockQuoteDotNet_Wmq.wsdl5724-H72 (C) Copyright IBM Corp. 1994, 2011. ALL RIGHTS RESERVED.
Failure in building WSDL |
More next year ... jejeje |
|
Back to top |
|
 |
sebastia |
Posted: Tue Dec 30, 2014 1:25 pm Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Oh, now I understood your previous post.
I was asking why the command has some "string" appended,
ans I imagined this extra string was the reason the command failed.
No.
There is a line with the command, then a "new line" is missing, and then comes the "normal" output of the command, the IBM stuff.
So, there is no indication of the reason of the error, except the AMQERR01.LOG text, isn't it ?
ERRORLEVEL says it is a "1", nothing special ...
Cheers. |
|
Back to top |
|
 |
sebastia |
Posted: Tue Dec 30, 2014 1:34 pm Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Well, I was reading again and again the text in AMQERR01.LOG entry.
And there is some interesting text :
>>> To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
I went into win7 registry and created this value.
What improvement do we have now ?
You never guess : we do have a FDC file !
Everytime I run "RUNIVT.CMD DOTNET", a FDC is created :
Code: |
Directory of c:\MQ\errors
30-12-14 22:28 41.520 AMQ4760.0.FDC
30-12-14 22:30 41.520 AMQ6224.0.FDC
30-12-14 22:30 41.520 AMQ6836.0.FDC
30-12-14 22:30 130.855 AMQERR01.LOG |
Yes, I did run the command 3 times !
And its contents ... jejeje
Code: |
| Process Name :- C:\MQ\bin\amqswsdl.exe |
| Addressing mode :- 64-bit |
| Process :- 00004760 |
| Thread :- 00000001 |
| UserApp :- TRUE |
| Last HQC :- 0.0.0-0 |
| Last HSHMEMB :- 0.0.0-0 |
| Major Errorcode :- rrcE_SOAP_EXCEPTION |
| Minor Errorcode :- OK |
| Probe Type :- INCORROUT |
| Probe Severity :- 2 |
| Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred. |
| FDCSequenceNumber :- 0 |
| Comment1 :- System.IO.FileNotFoundException: Could not load file |
| or assembly 'amqswsdl, Version=7.5.0.1, Culture=neutral, |
| PublicKeyToken=c64a1a75b5c110e8' or one of its dependencies. The system |
| cannot find the file specified.
|
|
Well, guess now I can call ibm for support, am I right ?
More to come ... |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 30, 2014 3:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
The version says 7.5.0.1... You could try and see if it is fixed at 7.5.0.3 or latest... Did you run setmqenv to make sure you are running the code in the right context before running the commands in your command window??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sebastia |
Posted: Wed Dec 31, 2014 1:47 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
a) yes, 7th of January I shall upgrade my MQ to 7.5.0.3, true.
b) "setmqenv" - never used until now.
Did use it right now - nothing new : command fails as before
Thanks.
I think I shall continue digging around "File Not Found" error. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 31, 2014 6:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
sebastia wrote: |
a) yes, 7th of January I shall upgrade my MQ to 7.5.0.3, true.
b) "setmqenv" - never used until now.
Did use it right now - nothing new : command fails as before
Thanks.
I think I shall continue digging around "File Not Found" error. |
Could be a permission problem. Did you run the commands "as Administrator" ?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sebastia |
Posted: Thu Jan 01, 2015 4:21 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
I have to admit I did forget that point.
I undestand that I have to run a mq-provided CMD from a command line that has the Visual Studio environment set.
So, I start the VS Developer CP using right-click and then select "Run As Administrator" ...
Good try, bad luck :
Code: |
Failure in building WSDL
ERROR
The .NET service failed to deploy. |
Coleagues : I wish you all a Happy Year 2015 with lots of fun using MQ
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 01, 2015 6:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
Guess it's PMR time. Don't forget to mention the thread in the PMR.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sebastia |
Posted: Thu Jan 01, 2015 10:18 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
You really mean I have to include all we have written in the PMR ?
No problem. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Jan 01, 2015 10:22 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Or include a link to this thread in the PMR. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
sebastia |
Posted: Thu Jan 01, 2015 11:08 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
I've never seen that kind of link in any PMR !
But I will see it next Thursday, you can bet !
And I'd like to see the face of the person on the other side of the phone when I tell her to include the URL, jajaja
 |
|
Back to top |
|
 |
sebastia |
Posted: Wed Jan 07, 2015 3:38 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Hi again, coleagues.
Three Wise Men came and are gone ... and here we are again.
I have created a new machine, Windows 7 64 bit again,
with MQ v7.5.0.0 and Visual Studio 12.
Java is a bit better (1.8.0_05 instead of 1.7.0_45)
>>> And RUNIVT.CMD goes OK.
I am receiving some RC=2 CC = 2495 (module not found),
but there is no entry into AMQERR01.LOG neither FDC file generated.
Shall investigate a bit more, but no PMR by now.
Best wishes for this interesting 2015 !
Sebastian. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 07, 2015 7:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
MQ 7.5.0.0 is not so good. Apply the latest fix pack to it.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sebastia |
Posted: Wed Jan 07, 2015 7:37 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Yes, thanks - I know - I will get FP03, of course.
But this morning I just went into office, got a new Windows 7,
installed MQ, installed VS12, and ran IVT with some success.
And I wanted to telll you the "dump" does not come up,
so there's gonna be no PMR and I shall take some time to investigate.
I am having a think on installing MQ v8 ... jejeje ... but I decided not yet.
Maybe later.
Cheers. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jan 07, 2015 8:26 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
sebastia wrote: |
Yes, thanks - I know - I will get FP03, of course.
|
FixPack 7.5.0.4 is available, go with that over 7503 I think. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|