Expand my Community achievements bar.

NameNotFoundException

Avatar

Former Community Member
I wrote a Java API using the sample codes from Developer's Guide on page 13. When I run it, I'm getting a NameNotFoundException from the following codes:



Object dmObject = namingContext.lookup("DataManagerService");



Could anyone please help me?
0 Replies