Binod wrote:
> Max Poon wrote:
>
>> Hi Binod, Sivakumar
>>
>> My simple-client.bat below -
>>
>> set
>> APPCPATH="C:\Sun\jstudio_ent8\AppServ8.1UR2\domains\domain1\applications\j2ee-modules\genericra\genericra.jar"
>>
>
> Did you make sure that you have this jar file in the above location?
>
> The download section of gerenericra contain a jar file
> (genericra.jar). You might just want to copy it to somewhere and use
> it instead of depending on the appserver exploded directory. Appserver
> might just even expand the jar file
> further, instead of keeping the .jar itself. This is not limited to
> RARs , but even applicable for EARs.
>
> - Binod.
Yes, I've even opened that genericra.jar file with WinRAR and checked existence of com/sun/genericra/GenericJMSRA.class
inside the archive (see attached gif).
>> appclient -client build/assemble/client/mdb-simpleClient.jar -name
>> SimpleMessageClient -textauth -xml
>> C:/Sun/jstudio_ent8/AppServ8.1UR2/domains/domain1/config/sun-acc.xml
>>
>> So, I still cannot figure out why this does not work.
>>
>> Thanks for your further help!
>>
>> Sivakumar Thyagarajan wrote:
>>
>>> Hi Max
>>>
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>
>>>>> The original attachment - simple-client.bat - has been removed
>>>>> from this message, as it is a type of file which has recently
>>>>> been used to carry viruses and other malicious software.
>>>>
>>> It appears that APPCPATH is somehow not set, since the client log shows
>>> that the client still cannot find the RA class. Could you paste your
>>> simple-client.bat inline, as the batch file seems to be rejected by the
>>> mail server.?
>>>
>>> --Siva
>>>
>>> Max Poon wrote:
>>>
>>>> Hi Binod, pls see inline. Attached the simple-client.bat and
>>>> generated
>>>> simple-client1.log.
>>>