Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Same URL Pattern error

843833Jan 11 2010 — edited Jan 12 2010
A colleague of mine has generated a web service stub (is that the correct term) using netbeans and he has it deployed on his local host using Glassfish. I have tried to to the same by taking his source code and building it. I successfully buld the service, but when I try and run it I get the following error:
SEVERE: Servlet [BVTAFMessageInboxService] and Servlet [TiNA] have the same url pattern: [/BVTAFMessageInboxService]
SEVERE: Exception while deploying the app
java.lang.IllegalStateException: Servlet [BVTAFMessageInboxService] and Servlet [TiNA] have the same url pattern: [/BVTAFMessageInboxService]at org.glassfish.apf.AnnotationInfo@10acb9b
He does not receive this error. The only difference is I am running on Linux and he is running Windows, but I don't think this is the issue. I am new to Java so the error is a little confusing, can any one help me?

Thanks,
LITW
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2010
Added on Jan 11 2010
12 comments
627 views