users@jax-rpc.java.net

Re: Is Apache Axis required to deploy JAX-RPC application?.

From: shaba dil <shaba_dil_at_yahoo.com>
Date: Tue, 6 Jul 2004 22:27:11 -0700 (PDT)

Dear Ramesh,
 
This is an unusual error.all errors i am posting here is something unusual.becoz usually there is no error for other people.but typically for me.strange,but fun.enjoying the errors.lol.
 
>Unfortunately I am not able to open the attachment which you sent me
>either through "Real Player" or through "Windows Media Player".
>Please send the log info in normal text format.
 
I am attaching log file.Plz have a look on it.
 
Thanks,
Shaba

Ramesh Mandava <Ramesh.Mandava_at_Sun.COM> wrote:
Hi Shaba:
Unfortunately I am not able to open the attachment which you sent me
either through "Real Player" or through "Windows Media Player".
Please send the log info in normal text format.

Regards
-Ramesh
shaba dil wrote:

>Dear Ramesh,
>
>
>
>>Also if you are in USA, you can send me your phone
>>number and I can give
>>you call and walk you through the steps.
>>We have break for whole of July second week ( July
>>5-July 10 ), but I
>>would still try to help you out with this issues as
>>soon as possible for me.
>>
>>
>
>Thanks a lot for ur concern.But unfortunately i am
>from bangalore.So hardly we lost a chance to meet.
>
>
>
>> Please use "catalina.bat run" if you are using
>>windows and let me know
>>what you see on the command tool.
>>
>>
>
>I have followed what you have told,and i am attaching
>a screencapture.avi file to tell the result.You can
>see the error from avi file.
>
>With regards,
>Shaba
>
>
>
>
>--- Ramesh Mandava wrote:
>
>
>>Hi Shaba:
>>
>>shaba dil wrote:
>>
>>
>>
>>>Hi Ramesh Babu,
>>>
>>>Thanks for ur precise information.It's really
>>>helpfull.But even though i get the same error.
>>>
>>>
>>>
>>>
>>>
>>>>I extracted the attached target.war and find out
>>>>that you don't have endpointmapping for endpoint
>>>>with name "SunRegService".
>>>>
>>>>
>>>>
>>>>
>>>I have changed the endpointmapping to
>>>
>>>
>>SunRegService.
>>
>>
>>>
>>>
>>>
>>>
>>>http://java.sun.com/webservices/containers/tomcat_for_JWSDP_1_4.html
>>>
>>>
>>>>
>>>>
>>>>
>>>>
>>>i have installed this tomcat.But this tomcat exits
>>>while i try to start up.
>>>
>>>
>>>
>> What error message are you getting? I just
>>installed The above
>>mentioned Tomcat and installed JWSDP 1.4 over that.
>>Then I went to
>>/bin and did
>>
>> catalina.bat run
>>
>>I can see the sever was up.
>>
>> Then I deployed the target.war which you sent me
>>and see the Web
>>service is up at
>>
>>http://localhost:8080/target/sunreg
>>
>>I am seeing the following info
>>
>>==
>>
>>
>> Web Services
>>
>>Port Name Status Information
>>SunRegService ACTIVE
>>Address: http://localhost:8080/target/sunreg
>>WSDL: http://localhost:8080/target/sunreg?WSDL
>>Port QName: {http://mysite.com/wsdl}SunRegPortPort
>>Remote interface: sunreg.SunRegPort
>>Implementation class: sunreg.SunRegImpl
>>Model: http://localhost:8080/target/sunreg?model
>>
>>
>>====
>>
>>
>>
>>>But i installed Tomcat 5.0.19
>>>as another installation after that(downloaded from
>>>apache site).and put my target.war file to the
>>>
>>>
>>webapps
>>
>>
>>>directory.But the same error is displaying.
>>>
>>>
>>>
>> With the new Tomcat installation, you may not be
>>having the full
>>environment setup needed for running JAXRPC based
>>webservice. Because of
>>the need for some botstrap changes, the scripts
>>provided with JWSDP 1.4
>>won't help you with this. I would strongly
>>recommend you to try out
>>with the Tomcat version available at the above link.
>>
>> If you can give us more info like what error is
>>coming up with the
>>recommended Tomcat setup, I can help you further.
>>
>> Please use "catalina.bat run" if you are using
>>windows and let me know
>>what you see on the command tool.
>>
>>Also if you are in USA, you can send me your phone
>>number and I can give
>>you call and walk you through the steps.
>>We have break for whole of July second week ( July
>>5-July 10 ), but I
>>would still try to help you out with this issues as
>>soon as possible for me.
>>
>>
>>Regards
>>-Ramesh
>>
>>
>>
>>>Now i have given URL
>>>
>>>http://localhost:8080/target/sunreg/SunRegService
>>>
>>>And i have tried URL as you said also,That is,
>>>
>>>http://localhost:8080/target/ws/SunRegService
>>>
>>>But both returns the error message as follows
>>>
>>>------------
>>>type Status report
>>>
>>>message /target/sunreg/SunRegService
>>>
>>>description The requested resource
>>>(/target/sunreg/SunRegService) is not available.
>>>-------------------
>>>
>>>Kindly have a look on it.I am attaching modified
>>>sunreg.war file with this.
>>>
>>>thanks,
>>>Shaba
>>>
>>>
>>>--- Ramesh Babu Mandava
>>>wrote:
>>>
>>>
>>>
>>>
>>>>Hi Shaba:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>Hi all,
>>>>>
>>>>>I have created a .war file by using wsdeploy
>>>>>tool(attached file).
>>>>>
>>>>>Now i wanna deploy it in a webserver.The target
>>>>>
>>>>>
>>>>>
>>>>>
>>>>server
>>>>
>>>>
>>>>
>>>>
>>>>>is Tomcat4.1 or 5.0.
>>>>>
>>>>>I have placed my .war file in webapps directory
>>>>>
>>>>>
>>of
>>
>>
>>>>>Tomcat.and ran Tomcat.But i could'nt able to get
>>>>>
>>>>>
>>>>>
>>>>>
>>>>the
>>>>
>>>>
>>>>
>>>>
>>>>>service from it.Tomcat says that the requested
>>>>>
>>>>>
>>>>>
>>>>>
>>>>file is
>>>>
>>>>
>>>>
>>>>
>>>>>NOT AVAILEABLE.
>>>>>
>>>>>my time is precious.I have even made buisiness
>>>>>
>>>>>
>>and
>>
>>
>>>>>data tier of my application,when i successfully
>>>>>
>>>>>
>>>>>
>>>>>
>>>>test
>>>>
>>>>
>>>>
>>>>
>>>>>the JAX-RPC model,i can use JAX-RPC and i wanna
>>>>>
>>>>>
>>>>>
>>>>>
>>>>use
>>>>
>>>>
>>>>
>>>>
>>>>>it.so anyone knowing plz help.
>>>>>
>>>>>I think it's a silly questien.A simple example.I
>>>>>
>>>>>
>>>>>
>>>>>
>>>>am
>>>>
>>>>
>>>>
>>>>
>>>>>attaching the sunreg.war file with it.Plz check
>>>>>
>>>>>
>>it
>>
>>
>>>>>out.
>>>>>
>>>>>
>>>>>
>>>>>
>>>> JAX-RPC Standard Implementation is enough to
>>>>develop, deploy and invoke a JAX-RPC application.
>>>>
>>>>
>>>>I extracted the attached target.war and find out
>>>>that you don't have endpointmapping for endpoint
>>>>with name "SunRegService". Even though you defined
>>>>one endpointMapping element as part of
>>>>"jaxrpc-ri.xml" ( which is stored as
>>>>
>>>>
>=== message truncated ===
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail - 50x more storage than other providers!
>http://promotions.yahoo.com/new_mail
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
>For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net



                
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net