dev@glassfish.java.net

A 'should not reach here' exception

From: vince kraemer <Vince.Kraemer_at_Sun.COM>
Date: Sat, 29 Jul 2006 13:05:07 -0700

I was working on this http://www.netbeans.org/issues/show_bug.cgi?id=79943

and I see the exception that is in the attached log snippit... when the
browser tries to open the page.

Any hints would be helpful.

vbk


[#|2006-07-29T08:34:24.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T08:34:24.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T08:34:24.448-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T08:34:24.453-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T08:34:24.468-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T08:34:24.506-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T08:34:24.508-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T08:34:24.875-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T08:34:26.012-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T08:34:26.181-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T08:34:26.720-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T08:34:26.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T08:34:26.933-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T08:34:28.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T08:34:28.401-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T08:34:28.463-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T08:34:28.528-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T08:34:28.723-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T08:34:30.770-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T08:34:30.815-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T08:34:31.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T08:34:31.156-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T08:34:31.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T08:34:31.602-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T08:34:31.657-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T08:34:31.659-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T08:34:32.165-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T08:34:32.176-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T08:34:32.309-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T08:34:32.341-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_838de0 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_d77ed3 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T08:34:33.295-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 08:34:33.285--ServerSession(27604992)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T08:34:33.901-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.901--ServerSession(27604992)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T08:34:33.962-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.962--ServerSession(27604992)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T08:34:33.965-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.964--ServerSession(27604992)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T08:34:33.967-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.967--ServerSession(27604992)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T08:34:33.969-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.969--ServerSession(27604992)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T08:34:33.970-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.970--ServerSession(27604992)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T08:34:33.972-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:33.972--ServerSession(27604992)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T08:34:34.054-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.054--ServerSession(27604992)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T08:34:34.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.058--ServerSession(27604992)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T08:34:34.068-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.068--ServerSession(27604992)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T08:34:34.068-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.068--ServerSession(27604992)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T08:34:34.068-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.068--ServerSession(27604992)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T08:34:34.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.068--ServerSession(27604992)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T08:34:34.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.069--ServerSession(27604992)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T08:34:34.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.069--ServerSession(27604992)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T08:34:34.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.069--ServerSession(27604992)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T08:34:34.070-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.070--ServerSession(27604992)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T08:34:34.099-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 08:34:34.098--ServerSession(22521836)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T08:34:34.100-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.099--ServerSession(22521836)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T08:34:34.103-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.103--ServerSession(22521836)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T08:34:34.105-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.105--ServerSession(22521836)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T08:34:34.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.106--ServerSession(22521836)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T08:34:34.110-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.110--ServerSession(22521836)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T08:34:34.112-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.112--ServerSession(22521836)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T08:34:34.114-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.114--ServerSession(22521836)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T08:34:34.115-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.115--ServerSession(22521836)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T08:34:34.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.115--ServerSession(22521836)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T08:34:34.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.116--ServerSession(22521836)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T08:34:34.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.116--ServerSession(22521836)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T08:34:34.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.116--ServerSession(22521836)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T08:34:34.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.117--ServerSession(22521836)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T08:34:34.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.117--ServerSession(22521836)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T08:34:34.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.117--ServerSession(22521836)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T08:34:34.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.117--ServerSession(22521836)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T08:34:34.118-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.118--ServerSession(22521836)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T08:34:34.131-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 08:34:34.131--ServerSession(30925696)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T08:34:34.132-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.132--ServerSession(30925696)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T08:34:34.142-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.142--ServerSession(30925696)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T08:34:34.144-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.144--ServerSession(30925696)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T08:34:34.145-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.145--ServerSession(30925696)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T08:34:34.147-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.147--ServerSession(30925696)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T08:34:34.148-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.148--ServerSession(30925696)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T08:34:34.149-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.149--ServerSession(30925696)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T08:34:34.152-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.152--ServerSession(30925696)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T08:34:34.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.153--ServerSession(30925696)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T08:34:34.156-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.156--ServerSession(30925696)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T08:34:34.156-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.156--ServerSession(30925696)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T08:34:34.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.156--ServerSession(30925696)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T08:34:34.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.157--ServerSession(30925696)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T08:34:34.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.157--ServerSession(30925696)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T08:34:34.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.157--ServerSession(30925696)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T08:34:34.158-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.157--ServerSession(30925696)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T08:34:34.159-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 08:34:34.159--ServerSession(30925696)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T08:34:34.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T08:34:34.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T08:34:34.337-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T08:34:34.342-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T08:34:34.346-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_a275d8 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1e6cecc registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_12e33d registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_4e904 registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T08:34:34.348-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T08:34:34.691-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T08:34:34.875-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T08:34:34.886-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T08:34:34.981-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T08:34:35.029-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|
[29/Jul/2006:08:34:35 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T08:34:35.092-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T08:34:35.093-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T08:34:35.093-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T08:34:35.112-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] Java Heap Size: max=506816k, current=49400k
|#]

[#|2006-07-29T08:34:35.113-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T08:34:35.158-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T08:34:35.158-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T08:34:35.307-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1366012058942539520])
|#]

[#|2006-07-29T08:34:35.308-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T08:34:35.311-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1366012058942539520])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T08:34:35.313-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1366012058942539520]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1366012058942539520])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T08:34:35.869-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=24f091de-9e1c-405b-98c3-f848125c87a0;|[29/Jul/2006:08:34:35 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T08:34:35.946-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T08:34:36.100-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq4709.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T08:34:36.100-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T08:34:36.100-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T08:34:36.148-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T08:34:36.148-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T08:34:36.148-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T08:34:36.284-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T08:34:36.428-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T08:34:36.456-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T08:34:36.852-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:10:47.474-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:10:48.197-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:10:48.197-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:10:48.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:10:48.305-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;2006/07/29 10:10:48;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:10:48]|#]

[#|2006-07-29T10:10:48.305-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:10:48.306-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:10:48.312-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=694d40ff-6be5-4ebc-a74f-85b6849c09c6;|[29/Jul/2006:10:10:48 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:10:48.313-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=694d40ff-6be5-4ebc-a74f-85b6849c09c6;|[29/Jul/2006:10:10:48 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:10:48.313-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=694d40ff-6be5-4ebc-a74f-85b6849c09c6;|[29/Jul/2006:10:10:48 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:10:48.330-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=694d40ff-6be5-4ebc-a74f-85b6849c09c6;|[29/Jul/2006:10:10:48 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:10:51.102-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=694d40ff-6be5-4ebc-a74f-85b6849c09c6;|[29/Jul/2006:10:10:51 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:10:51.103-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:10:51.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:10:51.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:10:51.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:10:51.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:10:51.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:10:51.139-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:10:51.139-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:10:51.144-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:10:51.146-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:10:51.148-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:10:58.404-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(66)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:10:59.384-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:10:59.384-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:11:03.187-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:11:03.589-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:11:04.410-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:11:04.437-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:11:04.488-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:11:05.250-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:11:06.270-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:11:06.361-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:11:11.529-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:11:11.888-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:11:11.888-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:11:12.217-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:11:12.293-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:11:12.585-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:11:12.673-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:11:13.121-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:11:13.126-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:11:13.141-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:11:13.170-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:11:13.172-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:11:13.820-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:11:15.039-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:11:15.228-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:11:15.758-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:11:15.911-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:11:16.035-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:11:17.241-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:11:17.573-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:11:17.644-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:11:17.725-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:11:17.986-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:11:20.094-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:11:20.215-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:11:20.578-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:11:20.580-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:11:21.100-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:11:21.100-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:11:21.190-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:11:21.192-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:11:21.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:11:21.848-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:11:21.952-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:11:21.992-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_97447e registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_111badc registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:11:23.129-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:11:23.119--ServerSession(26716207)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:11:23.719-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.719--ServerSession(26716207)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:11:23.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.777--ServerSession(26716207)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:11:23.784-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.783--ServerSession(26716207)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:11:23.786-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.786--ServerSession(26716207)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:11:23.789-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.788--ServerSession(26716207)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:11:23.790-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.790--ServerSession(26716207)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:11:23.792-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.792--ServerSession(26716207)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:11:23.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.795--ServerSession(26716207)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:11:23.882-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.881--ServerSession(26716207)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:11:23.885-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.885--ServerSession(26716207)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:11:23.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.886--ServerSession(26716207)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:11:23.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.886--ServerSession(26716207)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:11:23.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.886--ServerSession(26716207)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:11:23.887-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.887--ServerSession(26716207)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:11:23.887-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.887--ServerSession(26716207)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:11:23.887-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.887--ServerSession(26716207)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:11:23.888-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.887--ServerSession(26716207)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:11:23.918-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:11:23.918--ServerSession(23418457)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:11:23.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.919--ServerSession(23418457)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:11:23.923-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.922--ServerSession(23418457)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:11:23.924-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.924--ServerSession(23418457)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:11:23.925-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.925--ServerSession(23418457)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:11:23.929-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.928--ServerSession(23418457)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:11:23.931-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.931--ServerSession(23418457)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:11:23.933-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.933--ServerSession(23418457)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:11:23.934-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.934--ServerSession(23418457)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:11:23.934-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.934--ServerSession(23418457)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:11:23.934-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.934--ServerSession(23418457)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:11:23.935-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.935--ServerSession(23418457)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:11:23.935-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.935--ServerSession(23418457)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:11:23.935-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.935--ServerSession(23418457)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:11:23.935-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.935--ServerSession(23418457)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:11:23.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.936--ServerSession(23418457)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:11:23.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.936--ServerSession(23418457)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:11:23.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.936--ServerSession(23418457)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:11:23.953-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:11:23.952--ServerSession(32986178)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:11:23.953-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.953--ServerSession(32986178)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:11:23.963-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.963--ServerSession(32986178)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:11:23.964-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.964--ServerSession(32986178)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:11:23.966-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.966--ServerSession(32986178)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:11:23.967-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.967--ServerSession(32986178)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:11:23.968-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.968--ServerSession(32986178)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:11:23.971-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.971--ServerSession(32986178)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:11:23.975-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.975--ServerSession(32986178)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:11:23.976-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.976--ServerSession(32986178)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:11:23.976-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.976--ServerSession(32986178)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:11:23.977-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.977--ServerSession(32986178)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:11:23.977-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.977--ServerSession(32986178)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:11:23.977-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.977--ServerSession(32986178)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:11:23.978-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.977--ServerSession(32986178)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:11:23.979-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.979--ServerSession(32986178)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:11:23.979-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.979--ServerSession(32986178)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:11:23.980-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:11:23.980--ServerSession(32986178)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:11:24.015-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:11:24.141-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:11:24.206-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:11:24.210-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:11:24.216-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_68a881 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_10eb27d registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1e85c45 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1ef69 registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T10:11:24.218-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:11:24.701-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:11:24.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:11:24.941-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:11:24.951-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:11:25.063-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:11:25.225-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|
[29/Jul/2006:10:11:25 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:11:25.285-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:11:25.285-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:11:25.285-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:11:25.287-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] Java Heap Size: max=506816k, current=48096k
|#]

[#|2006-07-29T10:11:25.287-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:11:25.351-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:11:25.351-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:11:25.536-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [7892572345419926016])
|#]

[#|2006-07-29T10:11:25.537-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:11:25.540-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [7892572345419926016])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T10:11:25.542-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:25 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [7892572345419926016]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [7892572345419926016])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:11:26.151-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a01a6b03-ad0f-4fa6-abc8-b187bb19ea25;|[29/Jul/2006:10:11:26 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:11:26.227-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:11:26.395-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq16068.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:11:26.396-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:11:26.396-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:11:26.584-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:11:26.584-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:11:26.584-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:11:26.780-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:11:26.821-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:11:26.900-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:11:49.271-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:11:49.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:11:49.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:11:49.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:11:49.897-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:11:49;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:11:49]|#]

[#|2006-07-29T10:11:49.897-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:11:49.898-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:11:49.903-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=abb17a53-b745-4604-ae7a-10db6b367492;|[29/Jul/2006:10:11:49 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:11:49.904-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=abb17a53-b745-4604-ae7a-10db6b367492;|[29/Jul/2006:10:11:49 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:11:49.904-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=abb17a53-b745-4604-ae7a-10db6b367492;|[29/Jul/2006:10:11:49 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:11:49.961-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=abb17a53-b745-4604-ae7a-10db6b367492;|[29/Jul/2006:10:11:49 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:11:52.732-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=abb17a53-b745-4604-ae7a-10db6b367492;|[29/Jul/2006:10:11:52 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:11:52.734-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:11:52.734-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:11:52.740-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:11:52.740-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:11:52.741-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:11:52.741-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:11:52.748-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:11:52.748-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:11:52.751-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:11:52.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:11:52.755-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:11:57.434-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:11:58.288-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:11:58.288-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:12:21.049-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.jdwpOptions=transport=dt_socket,server=y,suspend=n,address=9009
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
debug|#]

[#|2006-07-29T10:12:21.822-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

Application server is listening at address 9009 for debugger to attach using transport dt_socket
[#|2006-07-29T10:12:22.860-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:12:22.910-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:12:22.976-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:12:24.096-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:12:26.267-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:12:26.383-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:12:33.317-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:12:33.949-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:12:33.950-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:12:34.284-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:12:34.349-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:12:34.875-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:12:34.963-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:12:35.373-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:12:35.389-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:12:35.432-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:12:35.479-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:12:35.483-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:12:36.349-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:12:38.294-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:12:38.790-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:12:39.859-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:12:40.056-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:12:40.291-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:12:42.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:12:42.896-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:12:43.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:12:43.251-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:12:43.562-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:12:47.286-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:12:47.371-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:12:48.211-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:12:48.223-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:12:49.351-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:12:49.352-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:12:49.545-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:12:49.557-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:12:50.690-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:12:50.717-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:12:50.968-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:12:51.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_146950c registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_e35d06 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:12:53.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:12:53.438--ServerSession(28275996)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:12:53.739-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.738--ServerSession(28275996)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:12:53.880-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.880--ServerSession(28275996)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:12:53.882-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.882--ServerSession(28275996)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:12:53.890-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.890--ServerSession(28275996)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:12:53.906-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.906--ServerSession(28275996)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:12:53.912-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.912--ServerSession(28275996)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:12:53.916-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:53.916--ServerSession(28275996)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:12:54.048-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.048--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:12:54.053-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.052--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:12:54.072-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.072--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:12:54.072-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.072--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:12:54.073-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.073--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:12:54.074-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.073--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:12:54.074-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.074--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:12:54.074-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.074--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:12:54.077-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.075--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:12:54.077-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.077--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:12:54.148-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:12:54.148--ServerSession(2245173)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:12:54.150-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.150--ServerSession(2245173)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:12:54.158-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.157--ServerSession(2245173)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:12:54.160-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.160--ServerSession(2245173)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:12:54.164-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.164--ServerSession(2245173)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:12:54.166-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.166--ServerSession(2245173)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:12:54.168-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.168--ServerSession(2245173)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:12:54.174-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.173--ServerSession(2245173)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:12:54.176-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.176--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:12:54.176-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.176--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:12:54.177-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.176--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:12:54.178-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.178--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:12:54.178-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.178--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:12:54.179-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.179--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:12:54.179-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.179--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:12:54.179-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.179--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:12:54.180-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.180--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:12:54.182-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.180--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:12:54.238-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:12:54.237--ServerSession(28892349)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:12:54.245-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.245--ServerSession(28892349)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:12:54.251-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.251--ServerSession(28892349)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:12:54.255-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.255--ServerSession(28892349)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:12:54.257-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.257--ServerSession(28892349)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:12:54.263-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.263--ServerSession(28892349)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:12:54.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.266--ServerSession(28892349)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:12:54.268-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.268--ServerSession(28892349)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:12:54.273-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.272--ServerSession(28892349)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:12:54.273-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.273--ServerSession(28892349)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:12:54.274-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.274--ServerSession(28892349)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:12:54.274-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.274--ServerSession(28892349)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:12:54.274-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.274--ServerSession(28892349)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:12:54.277-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.277--ServerSession(28892349)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:12:54.278-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.277--ServerSession(28892349)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:12:54.278-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.278--ServerSession(28892349)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:12:54.279-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.278--ServerSession(28892349)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:12:54.280-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:12:54.279--ServerSession(28892349)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:12:54.405-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:12:54.628-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:12:54.676-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:12:54.695-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:12:54.702-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1088f7f registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_104f60c registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_b5b13a registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_867c21 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree|#]

[#|2006-07-29T10:12:54.706-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:12:55.513-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:12:55.921-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:12:55.942-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:12:56.142-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:12:56.228-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|
[29/Jul/2006:10:12:56 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:12:56.328-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:12:56.328-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:12:56.329-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:12:56.331-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] Java Heap Size: max=506816k, current=48020k
|#]

[#|2006-07-29T10:12:56.331-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:12:56.411-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:12:56.412-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:56 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:12:57.024-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:57 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8414708427241504512])
|#]

[#|2006-07-29T10:12:57.024-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:57 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:12:57.028-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:57 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8414708427241504512])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T10:12:57.030-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:57 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8414708427241504512]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8414708427241504512])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:12:57.334-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1b3031d7-eaee-419a-882d-7793992d1fed;|[29/Jul/2006:10:12:57 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:12:57.520-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:12:57.800-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq19841.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:12:57.801-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:12:57.801-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:12:57.989-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:12:57.990-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:12:57.990-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:12:58.256-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:12:58.505-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:12:58.577-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:12:58.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:13:21.534-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:13:22.141-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:13:22.141-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:13:22.184-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:13:22.203-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;2006/07/29 10:13:22;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:13:22]|#]

[#|2006-07-29T10:13:22.203-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:13:22.205-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:13:22.211-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=e25ff172-f149-46df-a553-deab4e797ee8;|[29/Jul/2006:10:13:22 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:13:22.212-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=e25ff172-f149-46df-a553-deab4e797ee8;|[29/Jul/2006:10:13:22 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:13:22.212-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=e25ff172-f149-46df-a553-deab4e797ee8;|[29/Jul/2006:10:13:22 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:13:22.266-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=e25ff172-f149-46df-a553-deab4e797ee8;|[29/Jul/2006:10:13:22 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:13:24.994-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=e25ff172-f149-46df-a553-deab4e797ee8;|[29/Jul/2006:10:13:24 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:13:25.013-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:13:25.024-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:13:25.024-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:13:25.025-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:13:25.025-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:13:25.025-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:13:25.042-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:13:25.043-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:13:25.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:13:25.053-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:13:25.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:13:30.165-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:13:31.075-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:13:31.075-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:13:33.522-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.jdwpOptions=transport=dt_socket,server=y,suspend=n,address=9009
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
debug|#]

[#|2006-07-29T10:13:34.080-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

Application server is listening at address 9009 for debugger to attach using transport dt_socket
[#|2006-07-29T10:13:35.080-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:13:35.129-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:13:35.195-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:13:36.303-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:13:38.508-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:13:38.621-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:13:45.987-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:13:46.600-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:13:46.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:13:46.934-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:13:47.000-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:13:47.524-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:13:47.617-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:13:48.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:13:48.097-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:13:48.145-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:13:48.191-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:13:48.194-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:13:49.084-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:13:51.067-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:13:51.555-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:13:52.614-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:13:52.811-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:13:53.055-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:13:55.047-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:13:55.729-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:13:55.877-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:13:56.062-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:13:56.364-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:14:00.673-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:14:00.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:14:01.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:14:01.584-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:14:02.698-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:14:02.698-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:14:02.899-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:14:02.911-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:14:04.115-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:14:04.145-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:14:04.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:14:04.509-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_146950c registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_e35d06 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:14:06.907-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:14:06.883--ServerSession(28275996)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:14:07.190-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.189--ServerSession(28275996)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:14:07.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.335--ServerSession(28275996)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:14:07.337-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.337--ServerSession(28275996)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:14:07.344-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.343--ServerSession(28275996)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:14:07.362-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.362--ServerSession(28275996)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:14:07.368-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.368--ServerSession(28275996)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:14:07.372-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.372--ServerSession(28275996)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:14:07.516-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.516--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:14:07.520-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.520--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:14:07.537-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.537--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:14:07.537-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.537--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:14:07.538-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.538--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:14:07.538-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.538--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:14:07.539-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.539--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:14:07.539-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.539--ServerSession(28275996)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:14:07.542-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.540--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:14:07.542-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.542--ServerSession(28275996)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:14:07.614-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:14:07.614--ServerSession(2245173)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:14:07.615-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.615--ServerSession(2245173)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:14:07.622-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.621--ServerSession(2245173)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:14:07.626-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.626--ServerSession(2245173)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:14:07.629-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.628--ServerSession(2245173)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:14:07.633-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.632--ServerSession(2245173)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:14:07.635-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.635--ServerSession(2245173)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:14:07.639-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.639--ServerSession(2245173)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:14:07.643-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.643--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:14:07.645-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.644--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:14:07.645-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.645--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:14:07.645-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.645--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:14:07.646-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.646--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:14:07.646-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.646--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:14:07.647-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.647--ServerSession(2245173)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:14:07.647-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.647--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:14:07.647-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.647--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:14:07.650-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.648--ServerSession(2245173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:14:07.708-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:14:07.707--ServerSession(8588475)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:14:07.715-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.715--ServerSession(8588475)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:14:07.721-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.721--ServerSession(8588475)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:14:07.723-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.723--ServerSession(8588475)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:14:07.729-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.729--ServerSession(8588475)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:14:07.738-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.738--ServerSession(8588475)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:14:07.741-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.740--ServerSession(8588475)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:14:07.745-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.744--ServerSession(8588475)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:14:07.748-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.748--ServerSession(8588475)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:14:07.749-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.749--ServerSession(8588475)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:14:07.749-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.749--ServerSession(8588475)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:14:07.750-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.749--ServerSession(8588475)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:14:07.750-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.750--ServerSession(8588475)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:14:07.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.752--ServerSession(8588475)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:14:07.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.753--ServerSession(8588475)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:14:07.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.753--ServerSession(8588475)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:14:07.754-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.754--ServerSession(8588475)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:14:07.756-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:14:07.754--ServerSession(8588475)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:14:07.888-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:14:08.139-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:14:08.186-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:14:08.205-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:14:08.211-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1ab5b91 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1088f7f registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_104f60c registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_b5b13a registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree|#]

[#|2006-07-29T10:14:08.215-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:14:09.041-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:14:09.130-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:14:09.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:14:09.652-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:14:09.907-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:14:09.992-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|
[29/Jul/2006:10:14:09 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:14:10.092-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:14:10.092-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:14:10.093-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:14:10.094-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] Java Heap Size: max=506816k, current=47916k
|#]

[#|2006-07-29T10:14:10.095-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:14:10.193-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:14:10.198-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:14:10.799-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [6043281748473112064])
|#]

[#|2006-07-29T10:14:10.800-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:14:10.803-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [6043281748473112064])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T10:14:10.805-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:10 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [6043281748473112064]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [6043281748473112064])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:14:11.107-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=22b4c934-6215-420d-b89c-fc91c96f5da4;|[29/Jul/2006:10:14:11 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:14:11.305-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:14:11.632-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq8227.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:14:11.633-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:14:11.633-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:14:11.973-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:14:11.974-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:14:11.974-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:14:12.233-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:14:12.320-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:14:12.979-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:14:34.531-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:14:35.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:14:35.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:14:35.203-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:14:35.252-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:14:35;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:14:35]|#]

[#|2006-07-29T10:14:35.254-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:14:35.257-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:14:35.263-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=f24cdf86-d5bf-4a2b-b066-3a84fc152b21;|[29/Jul/2006:10:14:35 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:14:35.264-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=f24cdf86-d5bf-4a2b-b066-3a84fc152b21;|[29/Jul/2006:10:14:35 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:14:35.265-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=f24cdf86-d5bf-4a2b-b066-3a84fc152b21;|[29/Jul/2006:10:14:35 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:14:35.316-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=f24cdf86-d5bf-4a2b-b066-3a84fc152b21;|[29/Jul/2006:10:14:35 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:14:38.035-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-38;_RequestID=f24cdf86-d5bf-4a2b-b066-3a84fc152b21;|[29/Jul/2006:10:14:38 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:14:38.053-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-38;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:14:38.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:14:38.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:14:38.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:14:38.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:14:38.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:14:38.111-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:14:38.111-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:14:38.115-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:14:38.119-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:14:38.124-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:14:43.525-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:14:44.343-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:14:44.343-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:15:58.112-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:15:58.523-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:15:59.309-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:15:59.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:15:59.380-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:16:00.160-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:16:01.179-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:16:01.252-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:16:06.279-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:16:06.751-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:16:06.751-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:16:06.930-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:16:06.963-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:16:07.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:16:07.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:16:07.510-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:16:07.516-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:16:07.531-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:16:07.568-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:16:07.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:16:07.948-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:16:09.115-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:16:09.281-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:16:09.835-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:16:09.915-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:16:10.055-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:16:11.185-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:16:11.568-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:16:11.630-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:16:11.699-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:16:11.872-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:16:13.972-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:16:14.018-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:16:14.366-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:16:14.367-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:16:14.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:16:14.814-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:16:14.869-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:16:14.871-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:16:15.381-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:16:15.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:16:15.518-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:16:15.549-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_f10a53 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_dd0912 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:16:16.535-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:16:16.526--ServerSession(288048)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:16:17.153-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.152--ServerSession(288048)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:16:17.212-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.212--ServerSession(288048)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:16:17.219-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.218--ServerSession(288048)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:16:17.221-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.221--ServerSession(288048)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:16:17.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.224--ServerSession(288048)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:16:17.225-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.225--ServerSession(288048)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:16:17.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.226--ServerSession(288048)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:16:17.230-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.229--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:16:17.298-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.298--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:16:17.319-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.319--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:16:17.322-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.322--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:16:17.322-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.322--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:16:17.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.323--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:16:17.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.323--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:16:17.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.323--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:16:17.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.323--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:16:17.324-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.324--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:16:17.358-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:16:17.357--ServerSession(30655226)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:16:17.358-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.358--ServerSession(30655226)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:16:17.362-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.361--ServerSession(30655226)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:16:17.363-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.363--ServerSession(30655226)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:16:17.366-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.365--ServerSession(30655226)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:16:17.368-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.368--ServerSession(30655226)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:16:17.370-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.370--ServerSession(30655226)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:16:17.372-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.372--ServerSession(30655226)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:16:17.374-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.374--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:16:17.374-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.374--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:16:17.374-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.374--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:16:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.375--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:16:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.375--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:16:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.375--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:16:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.375--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:16:17.376-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.376--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:16:17.376-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.376--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:16:17.376-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.376--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:16:17.391-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:16:17.391--ServerSession(29683045)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:16:17.392-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.392--ServerSession(29683045)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:16:17.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.402--ServerSession(29683045)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:16:17.404-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.403--ServerSession(29683045)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:16:17.405-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.405--ServerSession(29683045)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:16:17.407-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.407--ServerSession(29683045)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:16:17.409-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.409--ServerSession(29683045)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:16:17.411-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.411--ServerSession(29683045)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:16:17.415-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.412--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:16:17.415-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.415--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:16:17.416-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.416--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:16:17.416-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.416--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:16:17.416-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.416--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:16:17.417-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.417--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:16:17.417-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.417--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:16:17.419-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.417--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:16:17.419-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.419--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:16:17.419-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:16:17.419--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:16:17.462-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:16:17.587-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:16:17.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:16:17.606-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:16:17.610-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_14d62f1 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_19ac931 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_10ec447 registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_78234c registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T10:16:17.612-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:16:17.961-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:16:17.996-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:16:18.183-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:16:18.193-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:16:18.292-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:16:18.339-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|
[29/Jul/2006:10:16:18 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:16:18.426-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:16:18.426-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:16:18.427-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:16:18.429-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] Java Heap Size: max=506816k, current=49396k
|#]

[#|2006-07-29T10:16:18.429-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:16:18.486-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:16:18.486-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:16:18.955-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8239349516802500096])
|#]

[#|2006-07-29T10:16:18.955-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:16:18.957-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8239349516802500096])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T10:16:18.959-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:18 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8239349516802500096]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [8239349516802500096])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:16:19.538-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=aed87912-477a-455c-96c5-5e1c30e7fc62;|[29/Jul/2006:10:16:19 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:16:19.618-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:16:19.785-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq36838.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:16:19.785-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:16:19.785-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:16:19.935-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:16:19.935-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:16:19.935-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:16:20.120-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:16:20.151-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:16:20.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:16:22.645-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-36;|deployed with moduleid = SjsasTestWeb|#]

[#|2006-07-29T10:16:23.228-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-3;SjsasTestWeb;server;/SjsasTestWeb;|WEB0100: Loading web module [SjsasTestWeb] in virtual server [server] at [/SjsasTestWeb]|#]

[#|2006-07-29T10:17:28.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:17:28.824-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:17:28.824-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:17:28.849-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:17:28.861-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:17:28;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:17:28]|#]

[#|2006-07-29T10:17:28.861-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:17:28.862-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=14;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:17:28.867-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=Thread-39;_RequestID=61f61c92-a826-42aa-86d6-2d60c972c961;|[29/Jul/2006:10:17:28 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:17:28.867-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=Thread-39;_RequestID=61f61c92-a826-42aa-86d6-2d60c972c961;|[29/Jul/2006:10:17:28 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:17:28.868-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=Thread-39;_RequestID=61f61c92-a826-42aa-86d6-2d60c972c961;|[29/Jul/2006:10:17:28 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:17:28.889-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=Thread-39;_RequestID=61f61c92-a826-42aa-86d6-2d60c972c961;|[29/Jul/2006:10:17:28 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:17:31.739-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=14;_ThreadName=Thread-39;_RequestID=61f61c92-a826-42aa-86d6-2d60c972c961;|[29/Jul/2006:10:17:31 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:17:31.746-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=14;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:17:31.747-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:17:31.747-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:17:31.747-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:17:31.747-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:17:31.747-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:17:31.770-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:17:31.771-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:17:31.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:17:31.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:17:31.777-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:17:41.087-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=13;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:17:41.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:17:41.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:18:26.274-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:18:26.686-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:18:27.494-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:18:27.520-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:18:27.565-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:18:28.350-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:18:29.388-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:18:29.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:18:34.633-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:18:35.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:18:35.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:18:35.273-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:18:35.314-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:18:35.574-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:18:35.618-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:18:35.868-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:18:35.873-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:18:35.889-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:18:35.926-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:18:35.928-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:18:36.302-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:18:37.458-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:18:37.626-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:18:38.193-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:18:38.272-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:18:38.414-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:18:39.554-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:18:39.904-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:18:39.956-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:18:40.032-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:18:40.231-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:18:42.327-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:18:42.373-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:18:42.728-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:18:42.729-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:18:43.196-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:18:43.196-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:18:43.257-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:18:43.259-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:18:44.060-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:18:44.074-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:18:44.197-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:18:44.228-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_f10a53 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_dd0912 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:18:45.194-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:18:45.184--ServerSession(288048)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:18:45.817-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.816--ServerSession(288048)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:18:45.878-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.878--ServerSession(288048)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:18:45.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.884--ServerSession(288048)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:18:45.887-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.887--ServerSession(288048)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:18:45.890-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.890--ServerSession(288048)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:18:45.891-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.891--ServerSession(288048)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:18:45.893-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.893--ServerSession(288048)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:18:45.896-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.896--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:18:45.968-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.968--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:18:45.992-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.992--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:18:45.995-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.995--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:18:45.996-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.996--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:18:45.996-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.996--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:18:45.996-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.996--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:18:45.997-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.997--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:18:45.997-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.997--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:18:45.997-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:45.997--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:18:46.033-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:18:46.033--ServerSession(30655226)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:18:46.034-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.034--ServerSession(30655226)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:18:46.038-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.038--ServerSession(30655226)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:18:46.039-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.039--ServerSession(30655226)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:18:46.042-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.042--ServerSession(30655226)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:18:46.045-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.045--ServerSession(30655226)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:18:46.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.046--ServerSession(30655226)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:18:46.049-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.048--ServerSession(30655226)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:18:46.050-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.050--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:18:46.051-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.051--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:18:46.051-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.051--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:18:46.051-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.051--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:18:46.051-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.051--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:18:46.052-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.052--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:18:46.052-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.052--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:18:46.052-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.052--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:18:46.053-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.052--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:18:46.053-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.053--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:18:46.068-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:18:46.068--ServerSession(29683045)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:18:46.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.069--ServerSession(29683045)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:18:46.079-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.079--ServerSession(29683045)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:18:46.080-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.080--ServerSession(29683045)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:18:46.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.082--ServerSession(29683045)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:18:46.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.083--ServerSession(29683045)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:18:46.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.085--ServerSession(29683045)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:18:46.088-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.088--ServerSession(29683045)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:18:46.092-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.089--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:18:46.092-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.092--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:18:46.093-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.093--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:18:46.093-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.093--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:18:46.093-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.093--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:18:46.094-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.094--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:18:46.094-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.094--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:18:46.096-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.094--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:18:46.096-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.096--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:18:46.096-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:18:46.096--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:18:46.132-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:18:46.258-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:18:46.272-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:18:46.276-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:18:46.280-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_14d62f1 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_19ac931 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_10ec447 registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_78234c registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T10:18:46.282-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:18:46.615-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:18:46.652-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:18:46.842-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:18:46.852-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:18:46.946-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:18:46.994-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|
[29/Jul/2006:10:18:46 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:18:47.079-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:18:47.079-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:18:47.080-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:18:47.081-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] Java Heap Size: max=506816k, current=49396k
|#]

[#|2006-07-29T10:18:47.082-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:18:47.139-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:18:47.140-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:18:47.286-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [226882829795021824])
|#]

[#|2006-07-29T10:18:47.287-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:18:47.289-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [226882829795021824])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T10:18:47.295-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [226882829795021824]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [226882829795021824])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:18:47.871-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=760702c0-0c50-46a9-a368-7f1657b01d00;|[29/Jul/2006:10:18:47 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:18:47.952-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:18:48.121-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq59683.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:18:48.122-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:18:48.122-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:18:48.289-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:18:48.289-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:18:48.289-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:18:48.463-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:18:48.493-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:18:48.715-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:18:49.645-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-36;|deployed with moduleid = SjsasTestEjb|#]

[#|2006-07-29T10:18:50.180-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ModuleDeployEvent -- enable ejb/SjsasTestEjb;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable ejb/SjsasTestEjb]|#]

[#|2006-07-29T10:18:50.258-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;SjsasTestEjb;|LDR5010: All ejb(s) of [SjsasTestEjb] loaded successfully!|#]

[#|2006-07-29T10:19:34.727-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-2;SjsasTestEjb;|CORE5024: EJB module [SjsasTestEjb] unloaded successfully!|#]

[#|2006-07-29T10:19:51.188-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:19:51.804-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:19:51.804-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:19:51.852-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:19:51.862-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:19:51;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:19:51]|#]

[#|2006-07-29T10:19:51.863-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:19:51.865-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=15;_ThreadName=Thread-40;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:19:51.870-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=Thread-40;_RequestID=c1269852-aaca-4ac0-b932-89082a3304df;|[29/Jul/2006:10:19:51 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:19:51.871-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=Thread-40;_RequestID=c1269852-aaca-4ac0-b932-89082a3304df;|[29/Jul/2006:10:19:51 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:19:51.871-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=Thread-40;_RequestID=c1269852-aaca-4ac0-b932-89082a3304df;|[29/Jul/2006:10:19:51 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:19:51.889-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=Thread-40;_RequestID=c1269852-aaca-4ac0-b932-89082a3304df;|[29/Jul/2006:10:19:51 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:19:54.797-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=15;_ThreadName=Thread-40;_RequestID=c1269852-aaca-4ac0-b932-89082a3304df;|[29/Jul/2006:10:19:54 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=15;_ThreadName=Thread-40;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:19:54.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:19:54.803-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:19:54.804-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:19:54.807-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:19:54.809-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:19:54.811-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:19:59.092-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=14;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:19:59.911-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:19:59.911-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:20:42.682-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:20:43.094-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:20:43.872-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:20:43.898-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:20:43.942-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:20:44.703-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:20:45.715-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:20:45.787-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:20:50.799-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:20:51.259-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:20:51.260-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:20:51.424-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:20:51.463-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:20:51.716-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:20:51.759-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:20:52.000-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:20:52.005-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:20:52.020-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:20:52.057-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:20:52.059-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:20:52.429-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:20:53.584-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:20:53.746-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:20:54.298-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:20:54.376-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:20:54.514-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:20:55.634-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:20:55.988-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:20:56.052-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:20:56.123-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:20:56.318-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:20:58.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:20:58.447-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:20:58.802-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:20:58.804-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:20:59.239-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:20:59.239-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:20:59.295-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:20:59.297-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:20:59.798-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:20:59.812-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:20:59.938-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:20:59.970-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_f10a53 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_dd0912 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:21:00.950-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:21:00.940--ServerSession(288048)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:21:01.563-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.562--ServerSession(288048)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:01.624-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.623--ServerSession(288048)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:01.630-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.629--ServerSession(288048)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:01.632-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.632--ServerSession(288048)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:01.634-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.634--ServerSession(288048)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:21:01.635-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.635--ServerSession(288048)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:01.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.636--ServerSession(288048)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:01.639-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.639--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:21:01.707-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.707--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:21:01.727-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.727--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:21:01.730-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.730--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:21:01.731-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.731--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:21:01.731-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.731--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:21:01.731-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.731--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:21:01.732-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.732--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:21:01.732-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.732--ServerSession(288048)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:21:01.732-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.732--ServerSession(288048)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:21:01.761-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:21:01.761--ServerSession(30655226)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:21:01.762-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.762--ServerSession(30655226)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:01.766-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.765--ServerSession(30655226)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:01.767-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.767--ServerSession(30655226)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:01.770-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.769--ServerSession(30655226)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:01.771-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.771--ServerSession(30655226)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:21:01.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.772--ServerSession(30655226)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:01.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.776--ServerSession(30655226)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:01.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.778--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:21:01.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.778--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:21:01.779-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.779--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:21:01.779-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.779--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:21:01.779-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.779--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:21:01.779-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.779--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:21:01.780-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.780--ServerSession(30655226)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:21:01.780-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.780--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:21:01.780-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.780--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:21:01.781-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.780--ServerSession(30655226)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:21:01.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:21:01.795--ServerSession(29683045)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:21:01.796-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.796--ServerSession(29683045)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:01.806-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.806--ServerSession(29683045)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:01.807-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.807--ServerSession(29683045)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:21:01.808-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.808--ServerSession(29683045)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:01.810-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.810--ServerSession(29683045)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:01.812-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.812--ServerSession(29683045)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:01.815-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.814--ServerSession(29683045)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:01.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.815--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:21:01.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.816--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:21:01.819-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.819--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:21:01.819-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.819--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:21:01.820-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.820--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:21:01.820-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.820--ServerSession(29683045)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:21:01.820-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.820--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:21:01.820-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.820--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:21:01.821-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.821--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:21:01.822-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:21:01.822--ServerSession(29683045)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:21:01.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:21:01.983-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:21:01.998-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:21:02.002-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:21:02.006-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_14d62f1 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_19ac931 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_10ec447 registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_78234c registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T10:21:02.009-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:21:02.361-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:21:02.396-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:21:02.580-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:21:02.591-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:21:02.685-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:21:02.732-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|
[29/Jul/2006:10:21:02 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:21:02.814-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:21:02.815-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:21:02.815-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:21:02.816-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] Java Heap Size: max=506816k, current=49396k
|#]

[#|2006-07-29T10:21:02.817-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:21:02.872-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:21:02.873-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:02 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:21:03.016-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:03 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2733136022461450496])
|#]

[#|2006-07-29T10:21:03.017-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:03 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:21:03.019-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:03 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2733136022461450496])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T10:21:03.021-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:03 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2733136022461450496]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2733136022461450496])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:21:03.575-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=78ca8927-ea2c-4ece-a6bd-0ac58a72231a;|[29/Jul/2006:10:21:03 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:21:03.655-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:21:03.810-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq43813.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:21:03.811-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:21:03.811-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:21:03.939-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:21:03.939-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:21:03.939-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:21:04.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:21:04.133-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:21:04.424-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:21:31.378-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.375--ServerSession(14848395)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:31.381-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.381--ServerSession(14848395)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:31.384-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.384--ServerSession(14848395)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:31.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.385--ServerSession(14848395)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:31.387-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.387--ServerSession(14848395)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:31.392-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.392--ServerSession(14848395)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:31.393-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.393--ServerSession(14848395)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:21:31.394-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.393--ServerSession(14848395)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:21:31.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.394--ServerSession(14848395)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:31.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.395--ServerSession(14848395)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:31.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.395--ServerSession(14848395)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:21:31.401-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.401--ServerSession(14848395)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:31.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.402--ServerSession(14848395)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:21:31.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.402--ServerSession(14848395)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:21:31.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.402--ServerSession(14848395)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:21:31.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.402--ServerSession(14848395)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:21:31.403-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.402--ServerSession(14848395)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:31.403-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.403--ServerSession(14848395)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:31.403-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.403--ServerSession(14848395)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:21:31.403-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.403--ServerSession(14848395)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:31.403-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.403--ServerSession(14848395)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:31.499-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:31.499--ServerSession(14848395)--TopLink, version: Oracle TopLink Essentials - 2006.6 (Build 060628)
|#]

[#|2006-07-29T10:21:31.756-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.750--ServerSession(14848395)--Connection(26878103)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:21:31.757-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.757--ServerSession(14848395)--Connection(18812056)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:21:31.757-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.757--ServerSession(14848395)--Connection(24383317)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:21:31.758-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:31.758--ServerSession(14848395)--Connection(10130993)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:21:31.998-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:31.998--ServerSession(14848395)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU login successful
|#]

[#|2006-07-29T10:21:32.023-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.023--ServerSession(14848395)--Connection(10289773)--disconnect
|#]

[#|2006-07-29T10:21:32.024-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:32.024--ServerSession(14848395)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU logout successful
|#]

[#|2006-07-29T10:21:32.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.068--ServerSession(24317268)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:32.071-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.071--ServerSession(24317268)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:32.076-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.076--ServerSession(24317268)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:32.077-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.077--ServerSession(24317268)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:32.080-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.080--ServerSession(24317268)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:32.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.081--ServerSession(24317268)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:32.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.083--ServerSession(24317268)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:32.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.083--ServerSession(24317268)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:21:32.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.083--ServerSession(24317268)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:21:32.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.083--ServerSession(24317268)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:32.084-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.084--ServerSession(24317268)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:21:32.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.084--ServerSession(24317268)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:32.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.085--ServerSession(24317268)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:21:32.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.085--ServerSession(24317268)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:32.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.085--ServerSession(24317268)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:21:32.085-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.085--ServerSession(24317268)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:21:32.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.085--ServerSession(24317268)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:21:32.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.086--ServerSession(24317268)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:21:32.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.086--ServerSession(24317268)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:32.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.086--ServerSession(24317268)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:32.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.086--ServerSession(24317268)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:32.091-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:32.090--ServerSession(24317268)--TopLink, version: Oracle TopLink Essentials - 2006.6 (Build 060628)
|#]

[#|2006-07-29T10:21:32.091-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.091--ServerSession(24317268)--Connection(28905938)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:21:32.091-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.091--ServerSession(24317268)--Connection(21047877)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:21:32.092-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.092--ServerSession(24317268)--Connection(20848860)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:21:32.092-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.092--ServerSession(24317268)--Connection(31421218)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:21:32.120-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:32.120--ServerSession(24317268)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU login successful
|#]

[#|2006-07-29T10:21:32.123-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Config]: 2006.07.29 10:21:32.123--ServerSession(24317268)--Connection(9879040)--disconnect
|#]

[#|2006-07-29T10:21:32.148-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=11;_ThreadName=Thread-36;|[TopLink Info]: 2006.07.29 10:21:32.123--ServerSession(24317268)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU logout successful
|#]

[#|2006-07-29T10:21:32.253-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE PRODUCT (PRODUCT_ID INTEGER NOT NULL, AVAILABLE VARCHAR(255), DESCRIPTION VARCHAR(255), QUANTITY_ON_HAND INTEGER, PURCHASE_COST DECIMAL, MARKUP DECIMAL, MANUFACTURE_ID INTEGER, PRODUCT_CODE VARCHAR(255), PRIMARY KEY (PRODUCT_ID))": org.apache.derby.client.am.SqlException: Table/View 'PRODUCT' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.269-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE PRODUCT_CODE (PROD_CODE VARCHAR(255) NOT NULL, DISCOUNT_CODE CHAR(1) NOT NULL, DESCRIPTION VARCHAR(255), PRIMARY KEY (PROD_CODE))": org.apache.derby.client.am.SqlException: Table/View 'PRODUCT_CODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.300-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE DISCOUNT_CODE (DISCOUNT_CODE VARCHAR(255) NOT NULL, RATE DECIMAL, PRIMARY KEY (DISCOUNT_CODE))": org.apache.derby.client.am.SqlException: Table/View 'DISCOUNT_CODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.315-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE ORDERS (ORDER_NUM INTEGER NOT NULL, SALES_DATE DATE, SHIPPING_DATE DATE, QUANTITY SMALLINT, FREIGHT_COMPANY VARCHAR(255), SHIPPING_COST DECIMAL, PRODUCT_ID INTEGER, CUSTOMER_ID INTEGER, PRIMARY KEY (ORDER_NUM))": org.apache.derby.client.am.SqlException: Table/View 'ORDERS' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.332-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE CUSTOMER (CUSTOMER_ID INTEGER NOT NULL, STATE VARCHAR(255), PHONE VARCHAR(255), NAME VARCHAR(255), FAX VARCHAR(255), ADDRESSLINE2 VARCHAR(255), EMAIL VARCHAR(255), ZIP VARCHAR(255) NOT NULL, CREDIT_LIMIT INTEGER, CITY VARCHAR(255), ADDRESSLINE1 VARCHAR(255), DISCOUNT_CODE VARCHAR(255), PRIMARY KEY (CUSTOMER_ID))": org.apache.derby.client.am.SqlException: Table/View 'CUSTOMER' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.359-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "CREATE TABLE MANUFACTURE (MANUFACTURE_ID INTEGER NOT NULL, STATE VARCHAR(255), ZIP VARCHAR(255), NAME VARCHAR(255), PHONE VARCHAR(255), ADDRESSLINE2 VARCHAR(255), FAX VARCHAR(255), EMAIL VARCHAR(255), CITY VARCHAR(255), REP VARCHAR(255), ADDRESSLINE1 VARCHAR(255), PRIMARY KEY (MANUFACTURE_ID))": org.apache.derby.client.am.SqlException: Table/View 'MANUFACTURE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.370-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "ALTER TABLE PRODUCT ADD CONSTRAINT PRDUCTMNUFACTUREID FOREIGN KEY (MANUFACTURE_ID) REFERENCES MANUFACTURE (MANUFACTURE_ID)": org.apache.derby.client.am.SqlException: 'MANUFACTURE_ID' is not a column in table or VTI 'PRODUCT'.|#]

[#|2006-07-29T10:21:32.404-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "ALTER TABLE PRODUCT ADD CONSTRAINT PRODUCTPRODUCTCODE FOREIGN KEY (PRODUCT_CODE) REFERENCES PRODUCT_CODE (PROD_CODE)": org.apache.derby.client.am.SqlException: Constraint 'PRODUCTPRODUCTCODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.467-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "ALTER TABLE ORDERS ADD CONSTRAINT ORDERS_PRODUCT_ID FOREIGN KEY (PRODUCT_ID) REFERENCES PRODUCT (PRODUCT_ID)": org.apache.derby.client.am.SqlException: Java exception: ': java.lang.NullPointerException'.|#]

[#|2006-07-29T10:21:32.488-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "ALTER TABLE ORDERS ADD CONSTRAINT ORDERS_CUSTOMER_ID FOREIGN KEY (CUSTOMER_ID) REFERENCES CUSTOMER (CUSTOMER_ID)": org.apache.derby.client.am.SqlException: Java exception: ': java.lang.NullPointerException'.|#]

[#|2006-07-29T10:21:32.511-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=11;_ThreadName=Thread-36;_RequestID=355b2ce5-2cb7-4b07-a679-e730ca42dabc;|JDO76609: Got SQLException executing statement "ALTER TABLE CUSTOMER ADD CONSTRAINT CSTOMERDSCOUNTCODE FOREIGN KEY (DISCOUNT_CODE) REFERENCES DISCOUNT_CODE (DISCOUNT_CODE)": org.apache.derby.client.am.SqlException: Constraint 'CSTOMERDSCOUNTCODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:21:32.673-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-36;|deployed with moduleid = SjsasJSFTest|#]

[#|2006-07-29T10:21:33.142-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:21:33.154-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.154-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.155-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:21:33.184-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Warning]: 2006.07.29 10:21:33.184--ServerSession(27029598)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:21:33.185-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.185--ServerSession(27029598)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:21:33.188-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.188--ServerSession(27029598)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:21:33.190-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.190--ServerSession(27029598)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:21:33.191-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.190--ServerSession(27029598)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:21:33.192-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.192--ServerSession(27029598)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:21:33.196-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.196--ServerSession(27029598)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:21:33.197-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.197--ServerSession(27029598)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:33.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.197--ServerSession(27029598)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:21:33.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.198--ServerSession(27029598)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:21:33.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.198--ServerSession(27029598)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:21:33.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.198--ServerSession(27029598)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:21:33.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.198--ServerSession(27029598)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:33.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.199--ServerSession(27029598)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:33.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.199--ServerSession(27029598)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:21:33.199-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.199--ServerSession(27029598)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:21:33.200-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.200--ServerSession(27029598)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:21:33.200-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.200--ServerSession(27029598)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:21:33.200-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.200--ServerSession(27029598)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:33.200-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.200--ServerSession(27029598)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:21:33.201-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.200--ServerSession(27029598)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:21:33.201-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:21:33.201--ServerSession(27029598)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:21:33.202-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Warning]: 2006.07.29 10:21:33.202--ServerSession(27029598)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:21:33.473-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:21:33.473-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:21:33.474-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:21:33.474-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:21:33.474-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:21:33.475-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:21:33.492-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:21:33.624-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:21:33.831-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:22:19.293-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=13;_ThreadName=httpWorkerThread-4848-2;|disconnect|#]

[#|2006-07-29T10:22:19.293-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=13;_ThreadName=httpWorkerThread-4848-2;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:22:19.781-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.781--ServerSession(4531802)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:22:19.785-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.785--ServerSession(4531802)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:22:19.787-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.787--ServerSession(4531802)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:22:19.788-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.788--ServerSession(4531802)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:22:19.790-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.790--ServerSession(4531802)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:22:19.791-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.791--ServerSession(4531802)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:22:19.792-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.792--ServerSession(4531802)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:19.793-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.793--ServerSession(4531802)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:22:19.793-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.793--ServerSession(4531802)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:22:19.793-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.793--ServerSession(4531802)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:19.793-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.793--ServerSession(4531802)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:19.793-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.793--ServerSession(4531802)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:22:19.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.794--ServerSession(4531802)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.794--ServerSession(4531802)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:22:19.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.794--ServerSession(4531802)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:22:19.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.794--ServerSession(4531802)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.794--ServerSession(4531802)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:22:19.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.795--ServerSession(4531802)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.795--ServerSession(4531802)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:22:19.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.795--ServerSession(4531802)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:22:19.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.795--ServerSession(4531802)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:19.815-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.815--ServerSession(4531802)--TopLink, version: Oracle TopLink Essentials - 2006.6 (Build 060628)
|#]

[#|2006-07-29T10:22:19.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.816--ServerSession(4531802)--Connection(18119126)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:22:19.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.816--ServerSession(4531802)--Connection(21690928)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:22:19.817-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.816--ServerSession(4531802)--Connection(24080706)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:22:19.817-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.817--ServerSession(4531802)--Connection(24429194)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:22:19.836-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.836--ServerSession(4531802)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU login successful
|#]

[#|2006-07-29T10:22:19.838-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.838--ServerSession(4531802)--Connection(31062926)--disconnect
|#]

[#|2006-07-29T10:22:19.839-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.838--ServerSession(4531802)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU logout successful
|#]

[#|2006-07-29T10:22:19.908-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.907--ServerSession(33263073)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:22:19.910-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.910--ServerSession(33263073)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:22:19.911-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.911--ServerSession(33263073)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:22:19.912-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.912--ServerSession(33263073)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:22:19.914-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.914--ServerSession(33263073)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:22:19.917-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.916--ServerSession(33263073)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:22:19.918-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.918--ServerSession(33263073)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.918-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.918--ServerSession(33263073)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:22:19.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.919--ServerSession(33263073)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:22:19.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.919--ServerSession(33263073)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:19.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.919--ServerSession(33263073)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:22:19.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.919--ServerSession(33263073)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:22:19.919-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.919--ServerSession(33263073)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.920-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:22:19.920-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:19.920-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:22:19.920-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:22:19.920-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:22:19.921-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.920--ServerSession(33263073)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:19.921-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.921--ServerSession(33263073)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:19.921-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.921--ServerSession(33263073)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:19.924-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.924--ServerSession(33263073)--TopLink, version: Oracle TopLink Essentials - 2006.6 (Build 060628)
|#]

[#|2006-07-29T10:22:19.924-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.924--ServerSession(33263073)--Connection(8068836)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:22:19.925-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.924--ServerSession(33263073)--Connection(19467528)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:22:19.925-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.925--ServerSession(33263073)--Connection(1482856)--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
))
|#]

[#|2006-07-29T10:22:19.925-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.925--ServerSession(33263073)--Connection(24978562)--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.1.1.0
        Driver: Apache Derby Network Client JDBC Driver Version: 10.1.1.0
|#]

[#|2006-07-29T10:22:19.943-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.943--ServerSession(33263073)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU login successful
|#]

[#|2006-07-29T10:22:19.946-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Config]: 2006.07.29 10:22:19.946--ServerSession(33263073)--Connection(29626162)--disconnect
|#]

[#|2006-07-29T10:22:19.946-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=14;_ThreadName=Thread-40;|[TopLink Info]: 2006.07.29 10:22:19.946--ServerSession(33263073)--file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU logout successful
|#]

[#|2006-07-29T10:22:20.028-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE PRODUCT (PRODUCT_ID INTEGER NOT NULL, AVAILABLE VARCHAR(255), DESCRIPTION VARCHAR(255), QUANTITY_ON_HAND INTEGER, PURCHASE_COST DECIMAL, MARKUP DECIMAL, PRODUCT_CODE VARCHAR(255), MANUFACTURE_ID INTEGER, PRIMARY KEY (PRODUCT_ID))": org.apache.derby.client.am.SqlException: Table/View 'PRODUCT' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.043-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE PRODUCT_CODE (PROD_CODE VARCHAR(255) NOT NULL, DISCOUNT_CODE CHAR(1) NOT NULL, DESCRIPTION VARCHAR(255), PRIMARY KEY (PROD_CODE))": org.apache.derby.client.am.SqlException: Table/View 'PRODUCT_CODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.063-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE DISCOUNT_CODE (DISCOUNT_CODE VARCHAR(255) NOT NULL, RATE DECIMAL, PRIMARY KEY (DISCOUNT_CODE))": org.apache.derby.client.am.SqlException: Table/View 'DISCOUNT_CODE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.083-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE CUSTOMER (CUSTOMER_ID INTEGER NOT NULL, STATE VARCHAR(255), PHONE VARCHAR(255), NAME VARCHAR(255), FAX VARCHAR(255), ADDRESSLINE2 VARCHAR(255), EMAIL VARCHAR(255), ZIP VARCHAR(255) NOT NULL, CREDIT_LIMIT INTEGER, CITY VARCHAR(255), ADDRESSLINE1 VARCHAR(255), DISCOUNT_CODE VARCHAR(255), PRIMARY KEY (CUSTOMER_ID))": org.apache.derby.client.am.SqlException: Table/View 'CUSTOMER' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.103-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE ORDERS (ORDER_NUM INTEGER NOT NULL, SALES_DATE DATE, SHIPPING_DATE DATE, QUANTITY SMALLINT, FREIGHT_COMPANY VARCHAR(255), SHIPPING_COST DECIMAL, PRODUCT_ID INTEGER, CUSTOMER_ID INTEGER, PRIMARY KEY (ORDER_NUM))": org.apache.derby.client.am.SqlException: Table/View 'ORDERS' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.126-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "CREATE TABLE MANUFACTURE (MANUFACTURE_ID INTEGER NOT NULL, STATE VARCHAR(255), ZIP VARCHAR(255), NAME VARCHAR(255), PHONE VARCHAR(255), ADDRESSLINE2 VARCHAR(255), FAX VARCHAR(255), EMAIL VARCHAR(255), CITY VARCHAR(255), REP VARCHAR(255), ADDRESSLINE1 VARCHAR(255), PRIMARY KEY (MANUFACTURE_ID))": org.apache.derby.client.am.SqlException: Table/View 'MANUFACTURE' already exists in Schema 'APP'.|#]

[#|2006-07-29T10:22:20.133-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "ALTER TABLE PRODUCT ADD CONSTRAINT PRODUCTPRODUCTCODE FOREIGN KEY (PRODUCT_CODE) REFERENCES PRODUCT_CODE (PROD_CODE)": org.apache.derby.client.am.SqlException: Java exception: ': java.lang.NullPointerException'.|#]

[#|2006-07-29T10:22:20.140-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "ALTER TABLE PRODUCT ADD CONSTRAINT PRDUCTMNUFACTUREID FOREIGN KEY (MANUFACTURE_ID) REFERENCES MANUFACTURE (MANUFACTURE_ID)": org.apache.derby.client.am.SqlException: An internal error was identified by RawStore module.|#]

[#|2006-07-29T10:22:20.144-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "ALTER TABLE CUSTOMER ADD CONSTRAINT CSTOMERDSCOUNTCODE FOREIGN KEY (DISCOUNT_CODE) REFERENCES DISCOUNT_CODE (DISCOUNT_CODE)": org.apache.derby.client.am.SqlException: An internal error was identified by RawStore module.|#]

[#|2006-07-29T10:22:20.149-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "ALTER TABLE ORDERS ADD CONSTRAINT ORDERS_PRODUCT_ID FOREIGN KEY (PRODUCT_ID) REFERENCES PRODUCT (PRODUCT_ID)": org.apache.derby.client.am.SqlException: An internal error was identified by RawStore module.|#]

[#|2006-07-29T10:22:20.152-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.jdo.codegen.ejb|_ThreadID=14;_ThreadName=Thread-40;_RequestID=e02518dd-d835-43e8-9b43-0d156ea37fa9;|JDO76609: Got SQLException executing statement "ALTER TABLE ORDERS ADD CONSTRAINT ORDERS_CUSTOMER_ID FOREIGN KEY (CUSTOMER_ID) REFERENCES CUSTOMER (CUSTOMER_ID)": org.apache.derby.client.am.SqlException: An internal error was identified by RawStore module.|#]

[#|2006-07-29T10:22:20.210-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-40;|deployed with moduleid = SjsasJSFTest|#]

[#|2006-07-29T10:22:20.583-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:22:20.589-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.589-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.590-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.590-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.590-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.590-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:22:20.623-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Warning]: 2006.07.29 10:22:20.622--ServerSession(21699245)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:22:20.623-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.623--ServerSession(21699245)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:22:20.626-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.626--ServerSession(21699245)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:22:20.628-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.628--ServerSession(21699245)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:22:20.629-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.629--ServerSession(21699245)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:22:20.632-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.632--ServerSession(21699245)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:22:20.634-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.634--ServerSession(21699245)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:22:20.635-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.635--ServerSession(21699245)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:20.636-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.636--ServerSession(21699245)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:22:20.636-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.636--ServerSession(21699245)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:22:20.636-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.636--ServerSession(21699245)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:20.636-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.636--ServerSession(21699245)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:22:20.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.637--ServerSession(21699245)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:22:20.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.637--ServerSession(21699245)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:20.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.637--ServerSession(21699245)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:22:20.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.637--ServerSession(21699245)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:22:20.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.637--ServerSession(21699245)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:20.638-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.638--ServerSession(21699245)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:22:20.638-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.638--ServerSession(21699245)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:22:20.638-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.638--ServerSession(21699245)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:22:20.638-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.638--ServerSession(21699245)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:22:20.639-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Config]: 2006.07.29 10:22:20.638--ServerSession(21699245)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:22:20.639-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|[TopLink Warning]: 2006.07.29 10:22:20.639--ServerSession(21699245)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:22:20.674-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:22:20.674-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:22:20.674-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:22:20.675-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:22:20.675-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:22:20.676-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:22:20.688-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:22:20.740-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:22:20.915-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:23:04.691-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;ModuleDeployEvent -- disable web/SjsasJSFTest;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- disable web/SjsasJSFTest]|#]

[#|2006-07-29T10:23:20.233-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;ModuleDeployEvent -- enable web/SjsasJSFTest;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable web/SjsasJSFTest]|#]

[#|2006-07-29T10:23:38.661-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:23:39.275-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:23:39.275-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:23:39.299-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:23:39.311-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;2006/07/29 10:23:39;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:23:39]|#]

[#|2006-07-29T10:23:39.311-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:23:39.313-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-45;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:23:39.321-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=Thread-45;_RequestID=847ff829-5ac5-44a1-a7c7-6e6512126250;|[29/Jul/2006:10:23:39 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:23:39.322-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=Thread-45;_RequestID=847ff829-5ac5-44a1-a7c7-6e6512126250;|[29/Jul/2006:10:23:39 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:23:39.322-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=Thread-45;_RequestID=847ff829-5ac5-44a1-a7c7-6e6512126250;|[29/Jul/2006:10:23:39 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:23:39.340-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=Thread-45;_RequestID=847ff829-5ac5-44a1-a7c7-6e6512126250;|[29/Jul/2006:10:23:39 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:23:42.383-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=16;_ThreadName=Thread-45;_RequestID=847ff829-5ac5-44a1-a7c7-6e6512126250;|[29/Jul/2006:10:23:42 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:23:42.385-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-45;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:23:42.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:23:42.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:23:42.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:23:42.386-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:23:42.386-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:23:42.389-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:23:42.390-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:23:42.393-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:23:42.395-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:23:42.397-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:23:44.638-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|disconnect|#]

[#|2006-07-29T10:23:44.638-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:23:44.707-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=15;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:23:45.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:23:45.323-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:23:47.354-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:23:47.772-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:23:48.614-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:23:48.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:23:48.687-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:23:49.461-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:23:50.494-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:23:50.565-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:23:55.683-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:23:56.044-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:23:56.044-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:23:56.214-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:23:56.249-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:23:56.507-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:23:56.550-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:23:56.795-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:23:56.801-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:23:56.817-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:23:56.852-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:23:56.896-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:23:56.926-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:23:56.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:23:56.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:23:56.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:23:56.937-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:23:56.937-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:23:56.937-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:23:57.270-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:23:58.416-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:23:58.586-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:23:59.128-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:23:59.763-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:23:59.753--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:23:59.930-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:23:59.929--ServerSession(3624661)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:24:00.003-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.002--ServerSession(3624661)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:24:00.006-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.006--ServerSession(3624661)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:24:00.007-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.007--ServerSession(3624661)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:24:00.013-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.013--ServerSession(3624661)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:24:00.016-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.016--ServerSession(3624661)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:24:00.018-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.018--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:24:00.086-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.086--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:24:00.087-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.087--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:24:00.087-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.087--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:24:00.088-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.088--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:24:00.088-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.088--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:24:00.120-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.120--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:24:00.124-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.124--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:24:00.124-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.124--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:24:00.124-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.124--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:24:00.125-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.125--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:24:00.125-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.125--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:24:00.125-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.125--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:24:00.125-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.125--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:24:00.126-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:00.126--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:24:00.138-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:24:00.138--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:24:00.371-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:24:00.374-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:24:00.539-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:24:00.540-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:24:00.540-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:24:00.540-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:24:01.053-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:24:01.146-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:24:01.466-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:24:01.510-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:24:01.631-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:24:02.475-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:24:02.803-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:24:02.863-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:24:03.243-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:24:03.400-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:24:05.231-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:24:05.277-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:24:05.631-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:24:05.633-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:24:06.030-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:24:06.030-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:24:06.104-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:24:06.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:24:06.648-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:24:06.660-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:24:06.786-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:24:06.817-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1238fa5 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1abd8cb registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:24:07.512-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:24:07.512--ServerSession(10760173)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:24:07.513-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.513--ServerSession(10760173)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:24:07.516-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.516--ServerSession(10760173)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:24:07.517-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.517--ServerSession(10760173)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:24:07.520-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.520--ServerSession(10760173)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:24:07.521-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.521--ServerSession(10760173)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:24:07.523-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.523--ServerSession(10760173)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:24:07.525-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.525--ServerSession(10760173)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:24:07.528-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.527--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:24:07.528-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.528--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:24:07.528-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.528--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:24:07.528-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.528--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:24:07.529-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.529--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:24:07.529-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.529--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:24:07.529-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.529--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:24:07.530-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.529--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:24:07.530-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.530--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:24:07.530-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.530--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:24:07.550-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:24:07.549--ServerSession(31575228)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:24:07.550-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.550--ServerSession(31575228)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:24:07.555-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.555--ServerSession(31575228)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:24:07.556-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.556--ServerSession(31575228)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:24:07.558-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.558--ServerSession(31575228)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:24:07.562-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.562--ServerSession(31575228)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:24:07.566-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.566--ServerSession(31575228)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:24:07.569-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.568--ServerSession(31575228)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:24:07.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.570--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:24:07.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.570--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:24:07.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.570--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:24:07.570-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.570--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:24:07.572-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.571--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:24:07.572-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.572--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:24:07.573-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.573--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:24:07.573-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.573--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:24:07.573-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.573--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:24:07.574-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.574--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:24:07.588-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:24:07.588--ServerSession(28993516)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:24:07.590-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.589--ServerSession(28993516)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:24:07.595-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.595--ServerSession(28993516)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:24:07.597-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.597--ServerSession(28993516)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:24:07.598-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.597--ServerSession(28993516)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:24:07.600-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.600--ServerSession(28993516)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:24:07.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.601--ServerSession(28993516)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:24:07.602-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.602--ServerSession(28993516)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:24:07.606-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.606--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:24:07.606-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.606--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:24:07.606-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.606--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:24:07.607-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.607--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:24:07.607-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.607--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:24:07.607-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.607--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:24:07.607-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.607--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:24:07.608-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.608--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:24:07.608-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.608--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:24:07.608-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:24:07.608--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:24:07.640-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:24:07.740-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:24:07.753-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:24:07.756-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:24:07.761-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1145e2e registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_334cb9 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1f21112 registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_13eb5bd registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree|#]

[#|2006-07-29T10:24:07.763-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:24:08.052-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:24:08.770-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:24:08.779-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:24:08.873-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:24:08.923-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|
[29/Jul/2006:10:24:08 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:24:08.991-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:08 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:24:08.997-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:08 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:24:08.998-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:08 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:24:08.999-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:08 PDT] Java Heap Size: max=506816k, current=58768k
|#]

[#|2006-07-29T10:24:09.000-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:24:09.051-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:24:09.051-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:24:09.209-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [668517068336450304])
|#]

[#|2006-07-29T10:24:09.209-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:24:09.212-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [668517068336450304])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T10:24:09.215-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [668517068336450304]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [668517068336450304])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:24:09.388-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=584e91ff-9ed6-4f5e-ba49-1799491ab316;|[29/Jul/2006:10:24:09 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:24:09.463-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:24:09.617-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq16425.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:24:09.618-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:24:09.618-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:24:09.665-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:24:09.666-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:24:09.666-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:24:09.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:24:10.319-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:24:10.347-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:24:10.636-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:24:36.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:24:37.038-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:24:37.038-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:24:37.066-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:24:37.077-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;2006/07/29 10:24:37;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:24:37]|#]

[#|2006-07-29T10:24:37.078-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:24:37.079-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:24:37.084-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=5a0695b3-9d98-4961-ae21-5978e39c8151;|[29/Jul/2006:10:24:37 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:24:37.084-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=5a0695b3-9d98-4961-ae21-5978e39c8151;|[29/Jul/2006:10:24:37 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:24:37.085-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=5a0695b3-9d98-4961-ae21-5978e39c8151;|[29/Jul/2006:10:24:37 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:24:37.173-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=5a0695b3-9d98-4961-ae21-5978e39c8151;|[29/Jul/2006:10:24:37 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:24:40.056-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=5a0695b3-9d98-4961-ae21-5978e39c8151;|[29/Jul/2006:10:24:40 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:24:40.057-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:24:40.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:24:40.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:24:40.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:24:40.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:24:40.058-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:24:40.062-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:24:40.062-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:24:40.064-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:24:40.067-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:24:40.068-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:24:40.897-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|disconnect|#]

[#|2006-07-29T10:24:40.897-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:24:41.184-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:24:42.193-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:24:42.193-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:26:55.404-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:26:55.812-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:26:56.606-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:26:56.631-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:26:56.677-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:26:57.462-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:26:58.487-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:26:58.559-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:27:03.737-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:27:04.164-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:27:04.164-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:27:04.332-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:27:04.374-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:27:04.634-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:27:04.678-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:27:04.937-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:27:04.944-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:27:04.960-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:27:04.994-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:27:05.041-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:27:05.071-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:27:05.081-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:27:05.423-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:27:06.585-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:27:06.752-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:27:07.306-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:27:07.967-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:27:07.958--ServerSession(18390203)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:27:08.136-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.135--ServerSession(18390203)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:27:08.210-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.209--ServerSession(18390203)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:27:08.213-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.213--ServerSession(18390203)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:27:08.214-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.214--ServerSession(18390203)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:27:08.220-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.220--ServerSession(18390203)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:27:08.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.224--ServerSession(18390203)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:27:08.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.225--ServerSession(18390203)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:27:08.296-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.296--ServerSession(18390203)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:27:08.296-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.296--ServerSession(18390203)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:27:08.297-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.297--ServerSession(18390203)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:27:08.330-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.330--ServerSession(18390203)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:27:08.333-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.333--ServerSession(18390203)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:27:08.333-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.333--ServerSession(18390203)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:27:08.334-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.334--ServerSession(18390203)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:27:08.334-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.334--ServerSession(18390203)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:27:08.334-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.334--ServerSession(18390203)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:27:08.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.335--ServerSession(18390203)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:27:08.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.335--ServerSession(18390203)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:27:08.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.335--ServerSession(18390203)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:27:08.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.335--ServerSession(18390203)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:27:08.336-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:08.336--ServerSession(18390203)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:27:08.351-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:27:08.350--ServerSession(18390203)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:27:08.763-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:27:08.767-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:27:08.935-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:27:08.936-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:27:08.937-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:27:08.937-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:27:09.460-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:27:09.498-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:27:09.825-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:27:09.874-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:27:09.997-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:27:10.855-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:27:11.187-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:27:11.549-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:27:11.619-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:27:11.786-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:27:13.647-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:27:13.694-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:27:14.069-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:27:14.070-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:27:14.476-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:27:14.476-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:27:14.549-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:27:14.551-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:27:15.111-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:27:15.123-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:27:15.251-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:27:15.284-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1abd8cb registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1262671 registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:27:15.984-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:27:15.984--ServerSession(10760173)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:27:15.985-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.985--ServerSession(10760173)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:27:15.988-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.988--ServerSession(10760173)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:27:15.990-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.990--ServerSession(10760173)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:27:15.993-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.993--ServerSession(10760173)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:27:15.996-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.996--ServerSession(10760173)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:27:15.999-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:15.999--ServerSession(10760173)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:27:16.001-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.001--ServerSession(10760173)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:27:16.003-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.002--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:27:16.003-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.003--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:27:16.003-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.003--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:27:16.004-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.004--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:27:16.004-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.004--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:27:16.004-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.004--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:27:16.004-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.004--ServerSession(10760173)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:27:16.005-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.005--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:27:16.005-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.005--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:27:16.005-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.005--ServerSession(10760173)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:27:16.025-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:27:16.025--ServerSession(21521728)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:27:16.026-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.026--ServerSession(21521728)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:27:16.028-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.028--ServerSession(21521728)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:27:16.031-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.031--ServerSession(21521728)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:27:16.032-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.032--ServerSession(21521728)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:27:16.038-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.038--ServerSession(21521728)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:27:16.040-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.039--ServerSession(21521728)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:27:16.042-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.041--ServerSession(21521728)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:27:16.045-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.045--ServerSession(21521728)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:27:16.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.045--ServerSession(21521728)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:27:16.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.046--ServerSession(21521728)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:27:16.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.046--ServerSession(21521728)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:27:16.048-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.046--ServerSession(21521728)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:27:16.048-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.048--ServerSession(21521728)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:27:16.048-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.048--ServerSession(21521728)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:27:16.049-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.049--ServerSession(21521728)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:27:16.049-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.049--ServerSession(21521728)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:27:16.050-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.050--ServerSession(21521728)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:27:16.063-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:27:16.063--ServerSession(28993516)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:27:16.065-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.065--ServerSession(28993516)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:27:16.070-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.070--ServerSession(28993516)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:27:16.072-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.071--ServerSession(28993516)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:27:16.073-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.073--ServerSession(28993516)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:27:16.074-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.074--ServerSession(28993516)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:27:16.076-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.076--ServerSession(28993516)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:27:16.078-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.078--ServerSession(28993516)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:27:16.081-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.081--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:27:16.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.082--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:27:16.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.082--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:27:16.082-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.082--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:27:16.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.082--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:27:16.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.083--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:27:16.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.083--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:27:16.083-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.083--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:27:16.084-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.083--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:27:16.084-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:27:16.084--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:27:16.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:27:16.216-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:27:16.229-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:27:16.233-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:27:16.238-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_11addf0 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_e0de15 registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1145e2e registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_334cb9 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree|#]

[#|2006-07-29T10:27:16.241-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:27:16.518-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:27:17.061-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:27:17.071-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:27:17.166-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:27:17.217-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|
[29/Jul/2006:10:27:17 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:27:17.286-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:27:17.293-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:27:17.294-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:27:17.295-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] Java Heap Size: max=506816k, current=58568k
|#]

[#|2006-07-29T10:27:17.295-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:27:17.346-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:27:17.347-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:27:17.512-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2647567629637276160])
|#]

[#|2006-07-29T10:27:17.512-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:27:17.515-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2647567629637276160])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T10:27:17.519-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2647567629637276160]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [2647567629637276160])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:27:17.696-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=738aa484-3e54-416c-9ccf-0223ecda7564;|[29/Jul/2006:10:27:17 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:27:17.778-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:27:17.948-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq41667.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:27:17.948-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:27:17.948-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:27:18.001-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:27:18.002-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:27:18.002-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:27:18.166-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:27:18.704-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:27:18.734-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:27:19.011-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:32:11.864-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:32:12.481-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:32:12.481-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:32:12.512-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:32:12.514-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;2006/07/29 10:32:12;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:32:12]|#]

[#|2006-07-29T10:32:12.529-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:32:12.530-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:32:12.535-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=18fa71c1-ac90-4023-b290-89e39da6baf9;|[29/Jul/2006:10:32:12 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:32:12.536-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=18fa71c1-ac90-4023-b290-89e39da6baf9;|[29/Jul/2006:10:32:12 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:32:12.536-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=18fa71c1-ac90-4023-b290-89e39da6baf9;|[29/Jul/2006:10:32:12 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:32:12.555-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=18fa71c1-ac90-4023-b290-89e39da6baf9;|[29/Jul/2006:10:32:12 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:32:15.437-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=18fa71c1-ac90-4023-b290-89e39da6baf9;|[29/Jul/2006:10:32:15 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:32:15.439-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:32:15.439-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:32:15.439-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:32:15.440-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:32:15.440-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:32:15.440-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:32:15.445-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:32:15.445-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:32:15.450-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:32:15.453-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:32:15.455-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:32:19.296-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|disconnect|#]

[#|2006-07-29T10:32:19.300-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:32:19.388-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(11)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:32:20.088-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:32:20.088-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:33:33.376-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:33:33.788-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:33:34.595-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:33:34.621-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:33:34.666-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:33:35.459-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:33:36.484-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:33:36.555-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:33:41.837-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:33:42.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:33:42.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:33:42.408-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:33:42.447-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:33:42.724-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:33:42.769-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:33:43.020-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:33:43.026-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:33:43.041-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:33:43.078-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:33:43.124-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:33:43.154-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:33:43.165-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.165-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.165-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.166-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.166-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.166-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:33:43.535-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:33:44.759-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:33:44.926-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:33:45.487-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:33:46.140-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:33:46.131--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:33:46.314-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.314--ServerSession(3624661)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:33:46.393-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.392--ServerSession(3624661)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:33:46.396-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.396--ServerSession(3624661)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:33:46.398-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.398--ServerSession(3624661)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:33:46.404-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.404--ServerSession(3624661)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:33:46.408-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.408--ServerSession(3624661)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:33:46.409-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.409--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:33:46.479-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.479--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:33:46.480-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.479--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:33:46.480-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.480--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:33:46.480-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.480--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:33:46.481-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.481--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:33:46.513-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.513--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:33:46.516-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.516--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:33:46.516-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.516--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:33:46.517-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.517--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:33:46.517-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.517--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:33:46.517-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.517--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:33:46.518-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.517--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:33:46.518-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.518--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:33:46.518-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:46.518--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:33:46.530-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:33:46.530--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:33:46.776-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:33:46.779-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:33:46.989-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:33:46.990-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:33:46.990-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:33:46.991-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:33:47.502-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:33:47.543-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:33:47.921-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:33:47.966-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:33:48.090-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:33:48.978-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:33:49.318-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:33:49.381-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:33:49.780-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:33:49.933-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:33:51.846-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:33:51.892-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:33:52.255-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:33:52.257-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:33:52.661-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:33:52.661-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:33:52.741-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:33:52.743-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:33:53.305-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:33:53.321-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:33:53.449-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:33:53.482-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1a685ae registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_19297ab registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:33:54.206-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:33:54.206--ServerSession(21402313)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:33:54.207-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.207--ServerSession(21402313)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:33:54.211-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.210--ServerSession(21402313)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:33:54.212-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.212--ServerSession(21402313)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:33:54.213-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.213--ServerSession(21402313)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:33:54.216-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.216--ServerSession(21402313)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:33:54.219-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.219--ServerSession(21402313)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:33:54.220-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.220--ServerSession(21402313)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:33:54.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.221--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:33:54.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.222--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:33:54.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.222--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:33:54.225-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.222--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:33:54.225-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.225--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:33:54.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.226--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:33:54.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.226--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:33:54.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.226--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:33:54.226-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.226--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:33:54.227-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.227--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:33:54.247-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:33:54.246--ServerSession(31575228)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:33:54.250-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.249--ServerSession(31575228)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:33:54.254-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.254--ServerSession(31575228)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:33:54.255-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.255--ServerSession(31575228)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:33:54.258-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.258--ServerSession(31575228)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:33:54.259-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.259--ServerSession(31575228)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:33:54.261-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.261--ServerSession(31575228)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:33:54.264-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.263--ServerSession(31575228)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:33:54.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.265--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:33:54.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.266--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:33:54.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.266--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:33:54.266-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.266--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:33:54.267-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.267--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:33:54.267-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.267--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:33:54.267-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.267--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:33:54.268-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.268--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:33:54.268-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.268--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:33:54.269-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.269--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:33:54.281-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:33:54.281--ServerSession(28993516)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:33:54.282-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.282--ServerSession(28993516)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:33:54.288-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.288--ServerSession(28993516)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:33:54.290-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.290--ServerSession(28993516)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:33:54.291-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.291--ServerSession(28993516)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:33:54.294-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.294--ServerSession(28993516)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:33:54.295-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.295--ServerSession(28993516)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:33:54.297-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.296--ServerSession(28993516)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:33:54.301-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.301--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:33:54.301-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.301--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:33:54.301-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.301--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:33:54.302-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.302--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:33:54.302-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.302--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:33:54.302-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.302--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:33:54.302-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.302--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:33:54.303-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.303--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:33:54.303-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.303--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:33:54.303-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:33:54.303--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:33:54.335-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:33:54.438-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:33:54.452-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:33:54.456-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:33:54.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_334cb9 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1f21112 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_13eb5bd registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_da9ae registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree|#]

[#|2006-07-29T10:33:54.462-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:33:54.756-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:33:55.304-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:33:55.314-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:33:55.412-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:33:55.465-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|
[29/Jul/2006:10:33:55 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:33:55.533-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:33:55.540-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:33:55.540-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:33:55.542-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] Java Heap Size: max=506816k, current=58768k
|#]

[#|2006-07-29T10:33:55.542-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:33:55.596-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:33:55.596-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:33:55.759-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1923895464616131584])
|#]

[#|2006-07-29T10:33:55.760-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:33:55.763-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1923895464616131584])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T10:33:55.767-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1923895464616131584]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [1923895464616131584])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:33:55.955-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=7621a849-020b-4556-b49a-31b78cda2244;|[29/Jul/2006:10:33:55 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:33:56.034-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:33:56.192-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq4899.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:33:56.193-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:33:56.193-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:33:56.274-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:33:56.274-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:33:56.274-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:33:56.396-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:33:56.914-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:33:56.944-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:33:57.382-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:34:06.019-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:34:06.622-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:34:06.622-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:34:06.652-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:34:06.664-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:34:06;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:34:06]|#]

[#|2006-07-29T10:34:06.664-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:34:06.666-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:34:06.671-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=92d275b3-f408-4887-bec4-741ecda4665d;|[29/Jul/2006:10:34:06 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:34:06.671-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=92d275b3-f408-4887-bec4-741ecda4665d;|[29/Jul/2006:10:34:06 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:34:06.672-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=92d275b3-f408-4887-bec4-741ecda4665d;|[29/Jul/2006:10:34:06 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:34:06.695-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=92d275b3-f408-4887-bec4-741ecda4665d;|[29/Jul/2006:10:34:06 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:34:09.594-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=92d275b3-f408-4887-bec4-741ecda4665d;|[29/Jul/2006:10:34:09 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:34:09.596-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:34:09.596-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:34:09.596-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:34:09.596-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:34:09.596-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:34:09.597-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:34:09.600-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:34:09.601-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:34:09.603-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:34:09.608-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:34:09.610-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:34:17.634-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|disconnect|#]

[#|2006-07-29T10:34:17.634-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:34:17.746-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:34:18.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:34:18.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:37:55.347-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T10:37:55.760-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T10:37:56.557-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T10:37:56.583-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T10:37:56.629-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T10:37:57.414-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T10:37:58.455-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T10:37:58.530-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T10:38:03.814-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T10:38:04.204-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T10:38:04.204-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T10:38:04.379-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:38:04.415-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T10:38:04.676-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:38:04.720-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T10:38:04.972-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T10:38:04.978-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T10:38:04.995-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:38:05.030-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T10:38:05.075-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T10:38:05.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T10:38:05.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.116-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.117-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T10:38:05.464-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:38:06.657-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T10:38:06.824-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:38:07.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T10:38:08.101-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:38:08.092--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:38:08.283-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.283--ServerSession(3624661)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:38:08.368-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.368--ServerSession(3624661)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:38:08.371-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.371--ServerSession(3624661)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:38:08.373-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.372--ServerSession(3624661)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:38:08.379-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.378--ServerSession(3624661)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:38:08.383-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.383--ServerSession(3624661)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:38:08.385-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.384--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:38:08.455-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.455--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T10:38:08.456-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.456--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:38:08.456-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.456--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T10:38:08.456-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.456--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T10:38:08.458-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.458--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T10:38:08.492-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.492--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:38:08.495-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.495--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T10:38:08.495-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.495--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:38:08.496-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.496--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T10:38:08.496-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.496--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T10:38:08.496-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.496--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T10:38:08.497-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.496--ServerSession(3624661)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T10:38:08.497-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.497--ServerSession(3624661)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T10:38:08.497-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:08.497--ServerSession(3624661)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T10:38:08.511-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:38:08.511--ServerSession(3624661)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:38:08.759-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T10:38:08.762-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;unknown;|application_server_name_and_version|#]

[#|2006-07-29T10:38:09.530-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:38:09.532-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:38:09.532-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T10:38:09.533-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T10:38:10.037-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T10:38:10.077-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:38:10.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T10:38:10.469-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T10:38:10.787-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T10:38:11.693-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:38:12.029-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:38:12.407-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:38:12.484-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T10:38:12.651-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T10:38:14.573-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T10:38:14.622-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T10:38:15.004-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T10:38:15.006-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T10:38:15.428-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T10:38:15.428-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T10:38:15.505-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T10:38:15.507-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T10:38:16.060-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T10:38:16.073-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T10:38:16.198-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T10:38:16.552-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1a685ae registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_19297ab registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T10:38:17.355-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:38:17.354--ServerSession(21402313)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:38:17.356-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.355--ServerSession(21402313)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:38:17.359-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.359--ServerSession(21402313)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:38:17.360-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.360--ServerSession(21402313)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:38:17.362-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.361--ServerSession(21402313)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:38:17.364-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.364--ServerSession(21402313)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:38:17.367-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.367--ServerSession(21402313)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:38:17.373-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.373--ServerSession(21402313)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:38:17.374-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.374--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:38:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.375--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T10:38:17.375-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.375--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T10:38:17.378-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.375--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:38:17.378-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.378--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:38:17.379-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.379--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:38:17.379-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.379--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T10:38:17.379-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.379--ServerSession(21402313)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T10:38:17.380-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.379--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T10:38:17.380-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.380--ServerSession(21402313)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T10:38:17.400-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:38:17.400--ServerSession(31575228)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:38:17.402-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.402--ServerSession(31575228)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:38:17.406-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.406--ServerSession(31575228)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:38:17.407-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.407--ServerSession(31575228)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:38:17.410-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.410--ServerSession(31575228)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:38:17.413-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.413--ServerSession(31575228)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:38:17.416-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.416--ServerSession(31575228)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:38:17.419-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.418--ServerSession(31575228)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:38:17.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.420--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T10:38:17.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.421--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T10:38:17.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.421--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:38:17.421-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.421--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:38:17.422-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.422--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:38:17.423-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.423--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:38:17.424-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.423--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T10:38:17.424-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.424--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T10:38:17.424-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.424--ServerSession(31575228)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T10:38:17.425-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.425--ServerSession(31575228)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T10:38:17.439-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 10:38:17.438--ServerSession(28993516)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T10:38:17.440-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.439--ServerSession(28993516)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T10:38:17.443-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.443--ServerSession(28993516)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T10:38:17.446-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.446--ServerSession(28993516)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T10:38:17.447-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.447--ServerSession(28993516)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T10:38:17.449-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.449--ServerSession(28993516)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T10:38:17.450-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.450--ServerSession(28993516)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T10:38:17.451-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.451--ServerSession(28993516)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T10:38:17.458-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.458--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:38:17.459-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.458--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T10:38:17.459-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.459--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:38:17.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.459--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:38:17.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.460--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T10:38:17.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.460--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T10:38:17.460-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.460--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:38:17.461-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.460--ServerSession(28993516)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T10:38:17.461-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.461--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T10:38:17.461-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 10:38:17.461--ServerSession(28993516)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T10:38:17.494-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T10:38:17.614-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T10:38:17.635-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T10:38:17.639-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T10:38:17.643-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_334cb9 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1f21112 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_13eb5bd registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_da9ae registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree|#]

[#|2006-07-29T10:38:17.646-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T10:38:17.936-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T10:38:18.506-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T10:38:18.517-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T10:38:18.632-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T10:38:18.688-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|
[29/Jul/2006:10:38:18 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T10:38:18.750-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T10:38:18.756-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T10:38:18.757-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T10:38:18.758-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] Java Heap Size: max=506816k, current=58372k
|#]

[#|2006-07-29T10:38:18.759-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T10:38:18.829-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T10:38:18.830-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:18 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T10:38:19.005-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:19 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [4264922845986041088])
|#]

[#|2006-07-29T10:38:19.006-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:19 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T10:38:19.008-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:19 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [4264922845986041088])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 66 more
|#]

[#|2006-07-29T10:38:19.011-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:19 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [4264922845986041088]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [4264922845986041088])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:201)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
        at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
        at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
        at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
        at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
        at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManagerImpl.java:369)
        at com.sun.ejb.containers.BaseContainer.setupEnvironment(BaseContainer.java:2628)
        at com.sun.ejb.containers.BaseContainer.<init>(BaseContainer.java:629)
        at com.sun.ejb.containers.StatelessSessionContainer.<init>(StatelessSessionContainer.java:163)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:258)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T10:38:19.221-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=a9fb9a99-699a-4496-803b-c3f6fc72cfb5;|[29/Jul/2006:10:38:19 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T10:38:19.299-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T10:38:19.454-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq35291.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T10:38:19.455-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T10:38:19.455-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T10:38:19.525-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T10:38:19.525-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T10:38:19.525-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T10:38:19.654-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T10:38:20.188-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T10:38:20.221-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T10:38:20.342-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T10:39:38.046-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]

[#|2006-07-29T10:39:38.685-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:39:38.685-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]

[#|2006-07-29T10:39:38.719-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2006-07-29T10:39:38.731-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;2006/07/29 10:39:38;|EJB5122:EJB Timer Service shutdown at [2006/07/29 10:39:38]|#]

[#|2006-07-29T10:39:38.731-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2006-07-29T10:39:38.733-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2006-07-29T10:39:38.761-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=b6ea8284-ef2d-48b8-af41-9f239cc80b98;|[29/Jul/2006:10:39:38 PDT] [B1047]: Shutting down broker...
|#]

[#|2006-07-29T10:39:38.762-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=b6ea8284-ef2d-48b8-af41-9f239cc80b98;|[29/Jul/2006:10:39:38 PDT] [B1077]: Broadcast good-bye to all connections ...
|#]

[#|2006-07-29T10:39:38.762-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=b6ea8284-ef2d-48b8-af41-9f239cc80b98;|[29/Jul/2006:10:39:38 PDT] [B1078]: Flushing good-bye messages ...
|#]

[#|2006-07-29T10:39:38.780-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=b6ea8284-ef2d-48b8-af41-9f239cc80b98;|[29/Jul/2006:10:39:38 PDT] [B1063]: Done
|#]

[#|2006-07-29T10:39:41.639-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=12;_ThreadName=Thread-39;_RequestID=b6ea8284-ef2d-48b8-af41-9f239cc80b98;|[29/Jul/2006:10:39:41 PDT] [B1048]: Shutdown of broker complete.
|#]

[#|2006-07-29T10:39:41.640-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=12;_ThreadName=Thread-39;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2006-07-29T10:39:41.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2006-07-29T10:39:41.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2006-07-29T10:39:41.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2006-07-29T10:39:41.641-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2006-07-29T10:39:41.642-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2006-07-29T10:39:41.646-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2006-07-29T10:39:41.646-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]

[#|2006-07-29T10:39:41.649-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8080;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T10:39:41.653-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T10:39:41.655-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T10:39:51.609-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|disconnect|#]

[#|2006-07-29T10:39:51.610-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|logout_successful|#]

[#|2006-07-29T10:39:51.759-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=11;_ThreadName=RMI TCP Connection(9)-127.0.0.1;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T10:39:52.615-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T10:39:52.615-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]

[#|2006-07-29T12:35:17.014-0700|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
/home/vbk/Desktop/jdk1.5.0_06/jre/../bin/java
-client
-Xmx512m
-XX:NewRatio=2
-Dcom.sun.aas.defaultLogFile=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/logs/server.log
-Djava.endorsed.dirs=/home/vbk/Desktop/glassfishV1U1B3/lib/endorsed
-Djava.security.policy=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/server.policy
-Djava.security.auth.login.config=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=/home/vbk/Desktop/jdk1.5.0_06/jre/../jre/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/lib/ext:/home/vbk/Desktop/glassfishV1U1B3/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dhttp.proxyHost=webcache.central.sun.com
-Dhttp.proxyPort=8080
-Dhttps.proxyHost=webcache.central.sun.com
-Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|127.0.0.1|ubuntuabihsot|localhost.localdomain
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=domain1
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqxm.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=/home/vbk/Desktop/glassfishV1U1B3/lib/install/applications/jmsra/imqjmsra.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/jaxm-api.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/fscontext.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqbroker.jar,/home/vbk/Desktop/glassfishV1U1B3/imq/lib/imqjmx.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/ant/lib/ant.jar,/home/vbk/Desktop/glassfishV1U1B3/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=/home/vbk/Desktop/glassfishV1U1B3/config
-Djava.library.path=/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/usr/lib/lwp:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/glassfishV1U1B3/lib:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386/client:/home/vbk/Desktop/jdk1.5.0_06/jre/lib/i386:/home/vbk/Desktop/jdk1.5.0_06/jre/../lib/i386
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=/home/vbk/Desktop/glassfishV1U1B3
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
:/home/vbk/Desktop/glassfishV1U1B3/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
start|#]

[#|2006-07-29T12:35:17.426-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server Platform Edition 9.0 (build b03) ...|#]

[#|2006-07-29T12:35:18.211-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|CORE5098: AS Socket Service Initialization has been completed.|#]

[#|2006-07-29T12:35:18.236-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.5.0_06;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.5.0_06] from [Sun Microsystems Inc.]|#]

[#|2006-07-29T12:35:18.281-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2006-07-29T12:35:19.066-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:MBeanServer initialized successfully|#]

[#|2006-07-29T12:35:20.158-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]

[#|2006-07-29T12:35:20.230-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|sgmt.service_initialized|#]

[#|2006-07-29T12:35:25.453-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans successful|#]

[#|2006-07-29T12:35:25.818-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://localhost.localdomain:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2006-07-29T12:35:25.818-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2006-07-29T12:35:25.993-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T12:35:26.028-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>(DummyWebModuleLoader.java:54)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader(DummyWebModuleManager.java:50)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:182)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 14 more
|#]

[#|2006-07-29T12:35:26.289-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]

[#|2006-07-29T12:35:26.333-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__default-admingui;__asadmin;/;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]|#]

[#|2006-07-29T12:35:26.622-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;adminapp;__asadmin;/web1;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]|#]

[#|2006-07-29T12:35:26.628-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;admingui;__asadmin;/asadmin;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]|#]

[#|2006-07-29T12:35:26.644-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|WEB0200: Configuration error in web module [WebApplication2] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication2
cause: /tmp/WebApplication2/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication2/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T12:35:26.671-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|WEB0200: Configuration error in web module [WebApplication3] (while initializing virtual server [server])
com.sun.enterprise.config.ConfigException: I/O error while loading deployment descriptor for: WebApplication3
cause: /tmp/WebApplication3/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:381)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:320)
        at com.sun.enterprise.web.VirtualServer.loadWebModuleConfig(VirtualServer.java:531)
        at com.sun.enterprise.web.VirtualServer.getWebModules(VirtualServer.java:372)
        at com.sun.enterprise.web.WebContainer.loadWebModules(WebContainer.java:908)
        at com.sun.enterprise.web.WebContainer.start(WebContainer.java:775)
        at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)
        at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:72)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebServiceGroup.java:210)
        at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:60)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:62)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:201)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: java.io.FileNotFoundException: /tmp/WebApplication3/build/web
        at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
        at com.sun.enterprise.instance.BaseManager.readPersistenceDeploymentDescriptors(BaseManager.java:767)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor(WebModulesManager.java:368)
        ... 31 more
|#]

[#|2006-07-29T12:35:26.719-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T12:35:26.749-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;SjsasJSFTest;server;/SjsasJSFTest;|WEB0100: Loading web module [SjsasJSFTest] in virtual server [server] at [/SjsasJSFTest]|#]

[#|2006-07-29T12:35:26.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductCodeController/emf;|naming.bind|#]

[#|2006-07-29T12:35:26.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.CustomerController/emf;|naming.bind|#]

[#|2006-07-29T12:35:26.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.OrdersController/emf;|naming.bind|#]

[#|2006-07-29T12:35:26.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ManufactureController/emf;|naming.bind|#]

[#|2006-07-29T12:35:26.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.DiscountCodeController/emf;|naming.bind|#]

[#|2006-07-29T12:35:26.774-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/org.demo.ProductController/emf;|naming.bind|#]

[#|2006-07-29T12:35:27.106-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T12:35:28.250-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/asadmin;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/asadmin'|#]

[#|2006-07-29T12:35:28.434-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T12:35:28.975-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context ''|#]

[#|2006-07-29T12:35:29.637-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 12:35:29.628--ServerSession(910920)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T12:35:29.807-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.807--ServerSession(910920)--The alias name for the entity class [class org.demo.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T12:35:29.878-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.878--ServerSession(910920)--The alias name for the entity class [class org.demo.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T12:35:29.882-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.881--ServerSession(910920)--The alias name for the entity class [class org.demo.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T12:35:29.883-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.883--ServerSession(910920)--The alias name for the entity class [class org.demo.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T12:35:29.890-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.889--ServerSession(910920)--The alias name for the entity class [class org.demo.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T12:35:29.893-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.893--ServerSession(910920)--The alias name for the entity class [class org.demo.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T12:35:29.984-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.984--ServerSession(910920)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Manufacture.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T12:35:29.988-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.988--ServerSession(910920)--The target entity (reference) class for the many to one mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: class org.demo.Manufacture.
|#]

[#|2006-07-29T12:35:29.998-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.998--ServerSession(910920)--The primary key column name for the mapping element [private org.demo.Manufacture org.demo.Product.manufactureId] is being defaulted to: MANUFACTURE_ID.
|#]

[#|2006-07-29T12:35:29.998-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:29.998--ServerSession(910920)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.ProductCode.product] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T12:35:30.000-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.000--ServerSession(910920)--The target entity (reference) class for the many to one mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: class org.demo.ProductCode.
|#]

[#|2006-07-29T12:35:30.000-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.000--ServerSession(910920)--The primary key column name for the mapping element [private org.demo.ProductCode org.demo.Product.productCode] is being defaulted to: PROD_CODE.
|#]

[#|2006-07-29T12:35:30.000-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.000--ServerSession(910920)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.DiscountCode.customer] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T12:35:30.000-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.000--ServerSession(910920)--The target entity (reference) class for the many to one mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: class org.demo.DiscountCode.
|#]

[#|2006-07-29T12:35:30.001-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.001--ServerSession(910920)--The primary key column name for the mapping element [private org.demo.DiscountCode org.demo.Customer.discountCode] is being defaulted to: DISCOUNT_CODE.
|#]

[#|2006-07-29T12:35:30.001-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.001--ServerSession(910920)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Product.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T12:35:30.001-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.001--ServerSession(910920)--The target entity (reference) class for the many to one mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: class org.demo.Product.
|#]

[#|2006-07-29T12:35:30.001-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.001--ServerSession(910920)--The primary key column name for the mapping element [private org.demo.Product org.demo.Orders.productId] is being defaulted to: PRODUCT_ID.
|#]

[#|2006-07-29T12:35:30.002-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.002--ServerSession(910920)--The target entity (reference) class for the one to many mapping element [private java.util.Collection org.demo.Customer.orders] is being defaulted to: class org.demo.Orders.
|#]

[#|2006-07-29T12:35:30.002-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.002--ServerSession(910920)--The target entity (reference) class for the many to one mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: class org.demo.Customer.
|#]

[#|2006-07-29T12:35:30.002-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:30.002--ServerSession(910920)--The primary key column name for the mapping element [private org.demo.Customer org.demo.Orders.customerId] is being defaulted to: CUSTOMER_ID.
|#]

[#|2006-07-29T12:35:30.014-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 12:35:30.014--ServerSession(910920)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T12:35:30.254-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;Oracle TopLink Essentials - 2006.6 (Build 060628);|topLink_version|#]

[#|2006-07-29T12:35:30.258-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;unknown;|application_server_name_and_version|#]

[#|2006-07-29T12:35:30.828-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T12:35:30.833-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T12:35:30.833-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> ""
        connector=>JNDIConnector datasource name=>null
);|connecting|#]

[#|2006-07-29T12:35:30.834-0700|CONFIG|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU.connection|_ThreadID=10;_ThreadName=main;jdbc:derby://localhost:1527/sample;app;Apache Derby;10.1.1.0;Apache Derby Network Client JDBC Driver;10.1.1.0;
        ;|connected_user_database_driver|#]

[#|2006-07-29T12:35:31.316-0700|INFO|sun-appserver-pe9.0|oracle.toplink.essentials.file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU|_ThreadID=10;_ThreadName=main;file:/home/vbk/release55b/serverplugins/sun/appsrv81/test/work/tmpdir/SjsasJSFTest/build/web/WEB-INF/classes/-SjsasJSFTestPU;|login_successful|#]

[#|2006-07-29T12:35:31.354-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T12:35:31.687-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=10;_ThreadName=main;/SjsasJSFTest;|Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context '/SjsasJSFTest'|#]

[#|2006-07-29T12:35:31.732-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T12:35:31.866-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=10;_ThreadName=main;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T12:35:32.707-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]

[#|2006-07-29T12:35:33.321-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]

[#|2006-07-29T12:35:33.374-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]

[#|2006-07-29T12:35:33.466-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __JWSappclients|#]

[#|2006-07-29T12:35:33.617-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__JWSappclients:sys.war;server;/__JWSappclients;|WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]|#]

[#|2006-07-29T12:35:35.451-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

[#|2006-07-29T12:35:35.508-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: MEjbApp|#]

[#|2006-07-29T12:35:35.851-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2006-07-29T12:35:35.852-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|About to load the system app: __ejb_container_timer_app|#]

[#|2006-07-29T12:35:36.270-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2006-07-29T12:35:36.270-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2006-07-29T12:35:36.345-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer;|LDR5010: All ejb(s) of [sunfreecmpcustomer] loaded successfully!|#]

[#|2006-07-29T12:35:36.347-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;sunfreecmpcustomer:cmpcustomer.war;server;/customer;|WEB0100: Loading web module [sunfreecmpcustomer:cmpcustomer.war] in virtual server [server] at [/customer]|#]

[#|2006-07-29T12:35:36.886-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|**RemoteBusinessJndiName: enterprise.security_stateless_ejb.Sless; remoteBusIntf: enterprise.security_stateless_ejb.Sless|#]

[#|2006-07-29T12:35:36.899-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;security-stateless-ear;|LDR5010: All ejb(s) of [security-stateless-ear] loaded successfully!|#]

[#|2006-07-29T12:35:37.023-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/security-stateless-ear", path = "/security_stateless_appclient'|#]

[#|2006-07-29T12:35:37.080-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_1d4b0e9 registration name=security-stateless-ear
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_aa91ef registration name=security-stateless-ear, context root=/security-stateless-ear/security_stateless_appclient, module name=
, parent=security-stateless-ear|#]

[#|2006-07-29T12:35:37.759-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 12:35:37.759--ServerSession(16012915)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T12:35:37.760-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.760--ServerSession(16012915)--The alias name for the entity class [class ejb2.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T12:35:37.764-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.764--ServerSession(16012915)--The alias name for the entity class [class ejb2.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T12:35:37.767-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.767--ServerSession(16012915)--The alias name for the entity class [class ejb2.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T12:35:37.768-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.768--ServerSession(16012915)--The alias name for the entity class [class ejb2.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T12:35:37.770-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.770--ServerSession(16012915)--The alias name for the entity class [class ejb2.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T12:35:37.773-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.772--ServerSession(16012915)--The alias name for the entity class [class ejb2.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T12:35:37.774-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.774--ServerSession(16012915)--The alias name for the entity class [class ejb2.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T12:35:37.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.776--ServerSession(16012915)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.ProductCode.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T12:35:37.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.776--ServerSession(16012915)--The target entity (reference) class for the many to one mapping element [private ejb2.ProductCode ejb2.Product.productCode] is being defaulted to: class ejb2.ProductCode.
|#]

[#|2006-07-29T12:35:37.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.776--ServerSession(16012915)--The target entity (reference) class for the many to one mapping element [private ejb2.DiscountCode ejb2.Customer.discountCode] is being defaulted to: class ejb2.DiscountCode.
|#]

[#|2006-07-29T12:35:37.776-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.776--ServerSession(16012915)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Customer.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T12:35:37.777-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.777--ServerSession(16012915)--The target entity (reference) class for the many to one mapping element [private ejb2.Customer ejb2.Orders.customerId] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T12:35:37.777-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.777--ServerSession(16012915)--The target entity (reference) class for the many to one mapping element [private ejb2.Product ejb2.Orders.productId] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T12:35:37.777-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.777--ServerSession(16012915)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.DiscountCode.customerCollection] is being defaulted to: class ejb2.Customer.
|#]

[#|2006-07-29T12:35:37.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.777--ServerSession(16012915)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Manufacture.productCollection] is being defaulted to: class ejb2.Product.
|#]

[#|2006-07-29T12:35:37.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.778--ServerSession(16012915)--The target entity (reference) class for the many to one mapping element [private ejb2.Manufacture ejb2.Product.manufactureId] is being defaulted to: class ejb2.Manufacture.
|#]

[#|2006-07-29T12:35:37.778-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.778--ServerSession(16012915)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb2.Product.ordersCollection] is being defaulted to: class ejb2.Orders.
|#]

[#|2006-07-29T12:35:37.791-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 12:35:37.791--ServerSession(1293396)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T12:35:37.792-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.792--ServerSession(1293396)--The alias name for the entity class [class ejb1.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T12:35:37.794-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.794--ServerSession(1293396)--The alias name for the entity class [class ejb1.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T12:35:37.796-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.796--ServerSession(1293396)--The alias name for the entity class [class ejb1.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T12:35:37.798-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.798--ServerSession(1293396)--The alias name for the entity class [class ejb1.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T12:35:37.803-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.803--ServerSession(1293396)--The alias name for the entity class [class ejb1.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T12:35:37.804-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.804--ServerSession(1293396)--The alias name for the entity class [class ejb1.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T12:35:37.806-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.806--ServerSession(1293396)--The alias name for the entity class [class ejb1.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T12:35:37.810-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.810--ServerSession(1293396)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Manufacture.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T12:35:37.810-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.810--ServerSession(1293396)--The target entity (reference) class for the many to one mapping element [private ejb1.Manufacture ejb1.Product.manufactureId] is being defaulted to: class ejb1.Manufacture.
|#]

[#|2006-07-29T12:35:37.810-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.810--ServerSession(1293396)--The target entity (reference) class for the many to one mapping element [private ejb1.Product ejb1.Orders.productId] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T12:35:37.811-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.811--ServerSession(1293396)--The target entity (reference) class for the many to one mapping element [private ejb1.Customer ejb1.Orders.customerId] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T12:35:37.812-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.811--ServerSession(1293396)--The target entity (reference) class for the many to one mapping element [private ejb1.ProductCode ejb1.Product.productCode] is being defaulted to: class ejb1.ProductCode.
|#]

[#|2006-07-29T12:35:37.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.813--ServerSession(1293396)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Product.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T12:35:37.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.813--ServerSession(1293396)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.ProductCode.productCollection] is being defaulted to: class ejb1.Product.
|#]

[#|2006-07-29T12:35:37.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.813--ServerSession(1293396)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.DiscountCode.customerCollection] is being defaulted to: class ejb1.Customer.
|#]

[#|2006-07-29T12:35:37.813-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.813--ServerSession(1293396)--The target entity (reference) class for the many to one mapping element [private ejb1.DiscountCode ejb1.Customer.discountCode] is being defaulted to: class ejb1.DiscountCode.
|#]

[#|2006-07-29T12:35:37.814-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:37.814--ServerSession(1293396)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb1.Customer.ordersCollection] is being defaulted to: class ejb1.Orders.
|#]

[#|2006-07-29T12:35:38.203-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Warning]: 2006.07.29 12:35:38.202--ServerSession(286932)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
|#]

[#|2006-07-29T12:35:38.205-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.204--ServerSession(286932)--The alias name for the entity class [class ejb3.Product] is being defaulted to: Product.
|#]

[#|2006-07-29T12:35:38.210-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.210--ServerSession(286932)--The alias name for the entity class [class ejb3.DiscountCode] is being defaulted to: DiscountCode.
|#]

[#|2006-07-29T12:35:38.211-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.211--ServerSession(286932)--The alias name for the entity class [class ejb3.Manufacture] is being defaulted to: Manufacture.
|#]

[#|2006-07-29T12:35:38.213-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.213--ServerSession(286932)--The alias name for the entity class [class ejb3.ProductCode] is being defaulted to: ProductCode.
|#]

[#|2006-07-29T12:35:38.214-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.214--ServerSession(286932)--The alias name for the entity class [class ejb3.MicroMarkets] is being defaulted to: MicroMarkets.
|#]

[#|2006-07-29T12:35:38.216-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.216--ServerSession(286932)--The alias name for the entity class [class ejb3.Customer] is being defaulted to: Customer.
|#]

[#|2006-07-29T12:35:38.218-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.218--ServerSession(286932)--The alias name for the entity class [class ejb3.Orders] is being defaulted to: Orders.
|#]

[#|2006-07-29T12:35:38.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.222--ServerSession(286932)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Manufacture.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T12:35:38.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.222--ServerSession(286932)--The target entity (reference) class for the many to one mapping element [private ejb3.Manufacture ejb3.Product.manufactureId] is being defaulted to: class ejb3.Manufacture.
|#]

[#|2006-07-29T12:35:38.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.222--ServerSession(286932)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.DiscountCode.customerCollection] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T12:35:38.222-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.222--ServerSession(286932)--The target entity (reference) class for the many to one mapping element [private ejb3.DiscountCode ejb3.Customer.discountCode] is being defaulted to: class ejb3.DiscountCode.
|#]

[#|2006-07-29T12:35:38.223-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.223--ServerSession(286932)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.ProductCode.productCollection] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T12:35:38.223-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.223--ServerSession(286932)--The target entity (reference) class for the many to one mapping element [private ejb3.ProductCode ejb3.Product.productCode] is being defaulted to: class ejb3.ProductCode.
|#]

[#|2006-07-29T12:35:38.223-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.223--ServerSession(286932)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Product.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T12:35:38.223-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.223--ServerSession(286932)--The target entity (reference) class for the many to one mapping element [private ejb3.Product ejb3.Orders.productId] is being defaulted to: class ejb3.Product.
|#]

[#|2006-07-29T12:35:38.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.224--ServerSession(286932)--The target entity (reference) class for the one to many mapping element [private java.util.Collection ejb3.Customer.ordersCollection] is being defaulted to: class ejb3.Orders.
|#]

[#|2006-07-29T12:35:38.224-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|[TopLink Config]: 2006.07.29 12:35:38.224--ServerSession(286932)--The target entity (reference) class for the many to one mapping element [private ejb3.Customer ejb3.Orders.customerId] is being defaulted to: class ejb3.Customer.
|#]

[#|2006-07-29T12:35:38.256-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;appfree;|LDR5010: All ejb(s) of [appfree] loaded successfully!|#]

[#|2006-07-29T12:35:38.343-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient3'|#]

[#|2006-07-29T12:35:38.355-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient4'|#]

[#|2006-07-29T12:35:38.359-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Registering ad hoc servlet: WebPathPath: context root = "/appfree", path = "/ApplicationClient2'|#]

[#|2006-07-29T12:35:38.363-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|Java Web Start services started for application com.sun.enterprise.appclient.jws.ApplicationContentOrigin_at_e33b57 registration name=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_4cfc65 registration name=appfree, context root=/appfree/ApplicationClient3, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_4e70ff registration name=appfree, context root=/appfree/ApplicationClient4, module name=
, parent=appfree
    com.sun.enterprise.appclient.jws.NestedAppclientContentOrigin_at_1dc778e registration name=appfree, context root=/appfree/ApplicationClient2, module name=
, parent=appfree|#]

[#|2006-07-29T12:35:38.365-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;appfree:EnterpriseApplication4-war.war;server;/EnterpriseApplication4-war;|WEB0100: Loading web module [appfree:EnterpriseApplication4-war.war] in virtual server [server] at [/EnterpriseApplication4-war]|#]

[#|2006-07-29T12:35:38.623-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.naming|_ThreadID=10;_ThreadName=main;java:comp/env/service/WebServiceBroker;|naming.bind|#]

[#|2006-07-29T12:35:38.656-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2006-07-29T12:35:38.816-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ubuntuabihsot:7676/|#]

[#|2006-07-29T12:35:38.826-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2006-07-29T12:35:38.927-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|EB-start:brokerProps={imq.instancename=imqbroker, imq.jmx.rmiregistry.port=8686, BrokerArgs=-port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686, imq.jmx.rmiregistry.use=true, imq.portmapper.port=7676}|#]

[#|2006-07-29T12:35:39.001-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|
[29/Jul/2006:12:35:39 PDT]
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu Mar 2 22:14:05 PST 2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0_06 Sun Microsystems Inc. /home/vbk/Desktop/jdk1.5.0_06/jre
|#]

[#|2006-07-29T12:35:39.063-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] IMQ_HOME=/home/vbk/Desktop/glassfishV1U1B3/imq
|#]

[#|2006-07-29T12:35:39.069-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] IMQ_VARHOME=/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
|#]

[#|2006-07-29T12:35:39.070-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] Linux 2.6.12-10-386 i386 localhost.localdomain (1 cpu) vbk
|#]

[#|2006-07-29T12:35:39.072-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] Java Heap Size: max=506816k, current=53692k
|#]

[#|2006-07-29T12:35:39.073-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] Arguments: -port 7676 -name imqbroker -imqhome /home/vbk/Desktop/glassfishV1U1B3/imq/bin/.. -varhome /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq -useRmiRegistry -rmiRegistryPort 8686
|#]

[#|2006-07-29T12:35:39.124-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] [B1060]: Loading persistent data...
|#]

[#|2006-07-29T12:35:39.124-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] Using built-in file-based persistent store: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq/instances/imqbroker/
|#]

[#|2006-07-29T12:35:39.276-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] ERROR [B3168]: Bad address for this broker: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [9150765493531927808])
|#]

[#|2006-07-29T12:35:39.276-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] ERROR [B3167]: Could not find a suitable network interface for the cluster service. Cluster service cannot run on the localhost interface.
|#]

[#|2006-07-29T12:35:39.279-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] ERROR [B3100]: Unexpected Broker Internal Error : [null] :
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [9150765493531927808])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        ... 57 more
|#]

[#|2006-07-29T12:35:39.281-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] ERROR Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [9150765493531927808]) :
com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.LoopbackAddressException: Loopback IP address is not allowed in broker address ubuntuabihsot/127.0.0.1:7676 (imqbroker, mq://127.0.0.1:7676/, [9150765493531927808])
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.verifyAddress(BrokerAddressImpl.java:124)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:83)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.BrokerAddressImpl.<init>(BrokerAddressImpl.java:90)
        at com.sun.messaging.jmq.jmsserver.multibroker.fullyconnected.ClusterImpl.<init>(ClusterImpl.java:107)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:76)
        at com.sun.messaging.jmq.jmsserver.multibroker.ClusterBroadcaster.<init>(ClusterBroadcaster.java:58)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:55)
        at com.sun.messaging.jmq.jmsserver.core.cluster.ClusterBroadcaster.<init>(ClusterBroadcaster.java:39)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:832)
        at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:340)
        at com.sun.messaging.jmq.jmsserver.BrokerProcess.start(BrokerProcess.java:136)
        at com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:194)
        at com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:409)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:120)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:116)
        at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:215)
        at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:83)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:287)
        at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:434)
        at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:227)
        at com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:415)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceGroup.java:266)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.startLifecycleServices(ResourcesServiceGroup.java:178)
        at com.sun.enterprise.server.ondemand.ResourcesServiceGroup.start(ResourcesServiceGroup.java:65)
        at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
        at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
        at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
        at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
        at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:827)
        at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:833)
        at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:127)
        at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
        at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResourceAdapter(ConnectorServiceImpl.java:231)
        at com.sun.enterprise.connectors.ConnectorRuntime.loadDeferredResourceAdapter(ConnectorRuntime.java:862)
        at com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:146)
        at com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:194)
        at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:270)
        at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:486)
        at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:183)
        at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
        at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:326)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
|#]

[#|2006-07-29T12:35:39.460-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b2f164b0-1396-407d-9dc5-d8358751873c;|[29/Jul/2006:12:35:39 PDT] [B1039]: Broker "imqbroker_at_localhost.localdomain:7676" ready.
|#]

[#|2006-07-29T12:35:39.537-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: run:EMBEDDED broker started with code =0|#]

[#|2006-07-29T12:35:39.710-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS ResourceAdaapter configuration=
        raUID =null
        brokerType =EMBEDDED
        brokerInstanceName =imqbroker
        brokerBindAddress =null
        brokerPort =7676
        brokerHomeDir =/home/vbk/Desktop/glassfishV1U1B3/imq/bin/..
        brokerVarDir =/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/imq
        brokerJavaDir =/home/vbk/Desktop/jdk1.5.0_06/jre/..
        brokerArgs =null
        brokerStartTimeout =60000
        adminUsername =admin
        adminPassFile =/tmp/asmq32100.tmp
        useJNDIRmiServiceURL =true
        rmiRegistryPort =8686
        startRmiRegistry =false
        useSSLJMXConnector =true
        brokerEnableHA =false
        clusterId =null
        brokerId =null
        jmxServiceURL =null
        dbType =null
        dbProps ={}
        dsProps ={}
        ConnectionURL =
        UserName =guest
        ReconnectEnabled =true
        ReconnectInterval =5000
        ReconnectAttempts =3
        AddressListBehavior =RANDOM
        AddressListIterations =3
        InAppClientContainer =false
        InClusteredContainer =false
        GroupName =null
|#]

[#|2006-07-29T12:35:39.711-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: start:SJSMQ JMSRA Connection Factory Config={imqOverrideJMSPriority=false, imqConsumerFlowLimit=1000, imqOverrideJMSExpiration=false, imqAddressListIterations=3, imqLoadMaxToServerSession=true, imqConnectionType=TCP, imqPingInterval=30, imqSetJMSXUserID=false, imqConfiguredClientID=, imqSSLProviderClassname=com.sun.net.ssl.internal.ssl.Provider, imqJMSDeliveryMode=PERSISTENT, imqConnectionFlowLimit=1000, imqConnectionURL=http://localhost/imq/tunnel, imqBrokerServiceName=, imqJMSPriority=4, imqBrokerHostName=localhost, imqJMSExpiration=0, imqAckOnProduce=, imqEnableSharedClientID=false, imqAckTimeout=0, imqAckOnAcknowledge=, imqConsumerFlowThreshold=50, imqDefaultPassword=guest, imqQueueBrowserMaxMessagesPerRetrieve=1000, imqDefaultUsername=guest, imqReconnectEnabled=false, imqConnectionFlowCount=100, imqAddressListBehavior=PRIORITY, imqReconnectAttempts=3, imqSetJMSXAppID=false, imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler, imqSetJMSXRcvTimestamp=false, imqBrokerServicePort=0, imqDisableSetClientID=false, imqSetJMSXConsumerTXID=false, imqOverrideJMSDeliveryMode=false, imqBrokerHostPort=7676, imqQueueBrowserRetrieveTimeout=60000, imqSetJMSXProducerTXID=false, imqSSLIsHostTrusted=false, imqConnectionFlowLimitEnabled=false, imqReconnectInterval=5000, imqAddressList=localhost:7676, imqOverrideJMSHeadersToTemporaryDestinations=false}|#]

[#|2006-07-29T12:35:39.711-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started|#]

[#|2006-07-29T12:35:39.839-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setPassword:NOT setting default value|#]

[#|2006-07-29T12:35:39.840-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setAddressList:NOT setting default value=localhost|#]

[#|2006-07-29T12:35:39.840-0700|INFO|sun-appserver-pe9.0|javax.resourceadapter.mqjmsra.outbound.connection|_ThreadID=10;_ThreadName=main;|MQJMSRA_MF1101: setUserName:NOT setting default value=guest|#]

[#|2006-07-29T12:35:40.400-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;activitysupplier;|LDR5010: All ejb(s) of [activitysupplier] loaded successfully!|#]

[#|2006-07-29T12:35:40.429-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2006-07-29T12:35:40.704-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2006-07-29T12:35:42.783-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-37;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:35:43.393-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ApplicationDeployEvent -- enable EnterpriseApplication5;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable EnterpriseApplication5]|#]

[#|2006-07-29T12:35:43.458-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:35:55.130-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=13;_ThreadName=Thread-39;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:35:55.509-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;ApplicationDeployEvent -- enable EnterpriseApplication5;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable EnterpriseApplication5]|#]

[#|2006-07-29T12:35:55.589-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;EnterpriseApplication5;|LDR5010: All ejb(s) of [EnterpriseApplication5] loaded successfully!|#]

[#|2006-07-29T12:35:55.592-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:37:59.965-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5;|CORE5022: All ejb(s) of [EnterpriseApplication5] were unloaded successfully!|#]

[#|2006-07-29T12:38:00.324-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Thread-41;|Deleted previous deployment directory: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/applications/j2ee-apps/EnterpriseApplication5_old|#]

[#|2006-07-29T12:38:00.324-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=Thread-41;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:38:00.652-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=httpWorkerThread-4848-2;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:39:04.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-45;|Deleted previous deployment directory: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/applications/j2ee-apps/EnterpriseApplication5_old|#]

[#|2006-07-29T12:39:04.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-45;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:39:05.157-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=httpWorkerThread-4848-2;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:39:19.007-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=18;_ThreadName=Thread-49;|Deleted previous deployment directory: /home/vbk/Desktop/glassfishV1U1B3/domains/domain1/applications/j2ee-apps/EnterpriseApplication5_old|#]

[#|2006-07-29T12:39:19.007-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=18;_ThreadName=Thread-49;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:39:19.330-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5;|LDR5010: All ejb(s) of [EnterpriseApplication5] loaded successfully!|#]

[#|2006-07-29T12:39:19.333-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:39:34.016-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=16;_ThreadName=httpWorkerThread-4848-2;EnterpriseApplication5;|CORE5022: All ejb(s) of [EnterpriseApplication5] were unloaded successfully!|#]

[#|2006-07-29T12:39:34.712-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=19;_ThreadName=Thread-53;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:39:35.311-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ApplicationDeployEvent -- enable EnterpriseApplication5;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable EnterpriseApplication5]|#]

[#|2006-07-29T12:39:35.409-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:39:45.333-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=20;_ThreadName=Thread-55;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:39:45.857-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;ApplicationDeployEvent -- enable EnterpriseApplication5;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable EnterpriseApplication5]|#]

[#|2006-07-29T12:39:45.992-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;EnterpriseApplication5;|LDR5010: All ejb(s) of [EnterpriseApplication5] loaded successfully!|#]

[#|2006-07-29T12:39:45.997-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:42:36.506-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;EnterpriseApplication5;|CORE5022: All ejb(s) of [EnterpriseApplication5] were unloaded successfully!|#]

[#|2006-07-29T12:42:36.878-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=21;_ThreadName=Thread-57;|deployed with moduleid = EnterpriseApplication5|#]

[#|2006-07-29T12:42:37.301-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ApplicationDeployEvent -- enable EnterpriseApplication5;|ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable EnterpriseApplication5]|#]

[#|2006-07-29T12:42:37.370-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.classloading|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5;|LDR5010: All ejb(s) of [EnterpriseApplication5] loaded successfully!|#]

[#|2006-07-29T12:42:37.373-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;EnterpriseApplication5:EnterpriseApplication5-war.war;server;/EnterpriseApplication5-war;|WEB0100: Loading web module [EnterpriseApplication5:EnterpriseApplication5-war.war] in virtual server [server] at [/EnterpriseApplication5-war]|#]

[#|2006-07-29T12:47:22.490-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keyfile;|SEC1107: Writing file realm data to [/home/vbk/Desktop/glassfishV1U1B3/domains/domain1/config/keyfile].|#]

[#|2006-07-29T12:47:22.494-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;com.sun.enterprise.admin.event.UserMgmtEvent -- server [0 Change(s), Id:36, ts:1154202442494];|ADM1041:Sent the event to instance:[com.sun.enterprise.admin.event.UserMgmtEvent -- server [0 Change(s), Id:36, ts:1154202442494]]|#]

[#|2006-07-29T12:49:34.371-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|WSSERVLET13: JAX-WS context listener destroyed|#]

[#|2006-07-29T12:49:34.408-0700|WARNING|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;_RequestID=2d4e5401-1256-4591-95f1-e30b6812f9d5;|DeployedItemRef postDeregistration failed. Load Balancer Monitoring MBeans might be lying around if this application is being load balanced |#]

[#|2006-07-29T12:49:36.344-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=22;_ThreadName=Thread-59;|wsgen successful|#]

[#|2006-07-29T12:49:37.108-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=22;_ThreadName=Thread-59;Servlet;Hello;http://localhost.localdomain:8080/helloservice-basicauth/HelloService;|DPL5306:Servlet Web Service Endpoint [Hello] listening at address [http://localhost.localdomain:8080/helloservice-basicauth/HelloService]|#]

[#|2006-07-29T12:49:37.203-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=22;_ThreadName=Thread-59;|deployed with moduleid = helloservice-basicauth|#]

[#|2006-07-29T12:49:37.517-0700|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;helloservice-basicauth;server;/helloservice-basicauth;|WEB0100: Loading web module [helloservice-basicauth] in virtual server [server] at [/helloservice-basicauth]|#]

[#|2006-07-29T12:49:37.541-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|WSSERVLET12: JAX-WS context listener initializing|#]

[#|2006-07-29T12:49:37.544-0700|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|wsdl cannot be found from DD or annotation. Will generate and publish a new WSDL for SEI endpoints.|#]

[#|2006-07-29T12:49:57.043-0700|SEVERE|sun-appserver-pe9.0|org.apache.coyote.tomcat5.CoyoteAdapter|_ThreadID=23;_ThreadName=httpWorkerThread-8080-1;_RequestID=5f0e37eb-c871-47f3-9c1a-803af26b5540;|An exception or error occurred in the container during the request processing
java.lang.IllegalStateException: Should not reach here
        at com.sun.web.security.RealmAdapter.getPassword(RealmAdapter.java:569)
        at org.apache.catalina.realm.RealmBase.getDigest(RealmBase.java:1364)
        at org.apache.catalina.realm.RealmBase.authenticate(RealmBase.java:384)
        at org.apache.catalina.authenticator.DigestAuthenticator.findPrincipal(DigestAuthenticator.java:303)
        at org.apache.catalina.authenticator.DigestAuthenticator.authenticate(DigestAuthenticator.java:195)
        at com.sun.web.security.RealmAdapter.invokeAuthenticateDelegate(RealmAdapter.java:1030)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:627)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:557)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
        at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
        at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]

[#|2006-07-29T12:50:39.985-0700|SEVERE|sun-appserver-pe9.0|org.apache.coyote.tomcat5.CoyoteAdapter|_ThreadID=23;_ThreadName=httpWorkerThread-8080-1;_RequestID=5f0e37eb-c871-47f3-9c1a-803af26b5540;|An exception or error occurred in the container during the request processing
java.lang.IllegalStateException: Should not reach here
        at com.sun.web.security.RealmAdapter.getPassword(RealmAdapter.java:569)
        at org.apache.catalina.realm.RealmBase.getDigest(RealmBase.java:1364)
        at org.apache.catalina.realm.RealmBase.authenticate(RealmBase.java:384)
        at org.apache.catalina.authenticator.DigestAuthenticator.findPrincipal(DigestAuthenticator.java:303)
        at org.apache.catalina.authenticator.DigestAuthenticator.authenticate(DigestAuthenticator.java:195)
        at com.sun.web.security.RealmAdapter.invokeAuthenticateDelegate(RealmAdapter.java:1030)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:627)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:557)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
        at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
        at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]

[#|2006-07-29T12:50:47.961-0700|SEVERE|sun-appserver-pe9.0|org.apache.coyote.tomcat5.CoyoteAdapter|_ThreadID=23;_ThreadName=httpWorkerThread-8080-1;_RequestID=5f0e37eb-c871-47f3-9c1a-803af26b5540;|An exception or error occurred in the container during the request processing
java.lang.IllegalStateException: Should not reach here
        at com.sun.web.security.RealmAdapter.getPassword(RealmAdapter.java:569)
        at org.apache.catalina.realm.RealmBase.getDigest(RealmBase.java:1364)
        at org.apache.catalina.realm.RealmBase.authenticate(RealmBase.java:384)
        at org.apache.catalina.authenticator.DigestAuthenticator.findPrincipal(DigestAuthenticator.java:303)
        at org.apache.catalina.authenticator.DigestAuthenticator.authenticate(DigestAuthenticator.java:195)
        at com.sun.web.security.RealmAdapter.invokeAuthenticateDelegate(RealmAdapter.java:1030)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:627)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:557)
        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
        at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
        at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
        at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
        at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
        at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
        at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]