users@glassfish.java.net

Re: getting more server.log information

From: Mark Hansen <mark_at_javector.com>
Date: Tue, 14 Mar 2006 17:21:13 -0500

Thanks Vijay. You are right. My sun-ejb-jar.xml was missing the
<port-component-name> element!

Vijay Ramachandran wrote:

>Hi Mark,
>
>This error happens when we are not able to find a matching
>port-component for the given endpoint-address-uri.
>
>Most probably the port-component-name you used for specifying the
>endpoint-address-uri does not match @Stateless.name.
>
>If possible post your sun-ejb-jar.xml and the annotation used in impl
>class
>
>Vijay
>
>
>On Tue, 2006-03-14 at 12:38, mark_at_javector.com wrote:
>
>
>>I'm seeing this message in my server.log:
>>
>>
>>[#|2006-03-14T15:23:40.398-0500|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=95;_ThreadName=Thread-132;endpoint-address-uri;/deployssb/Hello;_RequestID=7f29fbaa-8b29-44b2-bffc-e055fad9379f;|"DPL8007:
>>Invalid Deployment Descriptors element endpoint-address-uri value
>>/deployssb/Hello"|#]
>>
>>How can I find out the class / line number where this SEVERE issue was logged?
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>