rose shik

Greenhorn
+ Follow
since Jan 22, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rose shik

oh yeah...just a lil more input.
I have a Linksys WRT54GS Router.
Laptop and Powerhouse wireless
Server Wired.
Dont want anyone but my account or my admin accounts to have any access to my server thru the network. my friends arent helping me build my website so they have no need to see what is on there or give/take any files to/from the server.
=========================
health care jobs which pay more
Leesburg Vein Clinic
14 years ago
Hi All,

I have created and deployed a Java web service banking project now i want use this web services methods into .net clint. For that in .net peoples able to see the list of web services mathods when they are use those methods they face the problem like "Web services build error...". But when the java clint call the same web services methods it works fine.

Im tired to resolved this problem please any one tel me how to resolve this problem.
===================
health care jobs which pay more
Leesburg Vein Clinic
14 years ago
Ive just been ... fighting with this stuff to... after some perserverence I
did get it all to work, but encountered a number of errors along the way. I
did keep notes about how to get a setup working on a Linux box- so may not
directly apply to win XP, but if you need more info...

Anyway, in short-
- clear the CLASSPATH
- start the RMI registry
- set the CLASSPATH eg
/home/whatever/src:/public_html_dir/classes/yourjar.jar
- start the rmi server ie cd /public_html_dir/classes then,
java -Djava.rmi.server.codebase=http://whatever/classes/ -Djava.rmi.server.h
ostname=whatever -Djava.security.policy=java.policy package.class
- start the client...

good luck

"Søren "Pengman" Pedersen" <pengman@pengworld.zzn.com> wrote in message
news:borikb$gfb$1@sunsite.dk...
> Dear all
>
> My setup is this:
>
> A RMI server application running with the codebase property as follows:
> -Djava.rmi.server.codebase=http://localhost/Java/Rmiserver/
>
> this location contains the root of the package which containts the stubs

and
> other classes for the server. Those files is accesible with internet
> explorer.
>
> Then when I try to run my client program I get this message:
>
> "error unmarshalling return; nested exception is:
> java.lang.ClassNotFoundException:RMI.server.Chanse rv_Stub"
>
> How can that be??
> The file that it cannot find is availible in
> http://localhost/Java/RMIserver/RMI/...erv_Stub.class and if I
> place it with the client application everything is fine....
>
> I hope somebody can help me with this... Just´say if you need more
> information but I think it must be something stupid I've forgotten
>
> Thanks in advance
> Søren
>
>

===========================
health care jobs which pay more
Leesburg Vein Clinic
14 years ago