POJO + File BC : Reference problem

13 messages Options
Embed this post
Permalink
hrishi09

POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does the processing.
I added BPEL and POJO to CASA and Built project CASA got built successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit OderCASA-sun-file-binding failed to deploy, an exception was raised. FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed, an exception was raised. WSDLException (at /definitions/import): faultCode=OTHER_ERROR: Unable to resolve imported document at ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'': java.io.FileNotFoundException: This file was not found: file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from pojo) in InsertOrderWrapper.wsdl in location attribute then it got successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
Thanks,
Hrishi
Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
can you attach your project?
thanks
--Jim

hrishi09 wrote:

> Hi all,
> I m using GlssfishESB 2.1
> I created a POJO application, A BPEL module and CASA
> I m reading a file, passing record read from file to POJO and POJO does the
> processing.
> I added BPEL and POJO to CASA and Built project CASA got built successfully.
> At deployment time It gives error
> Component: sun-file-binding
>       ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
> OderCASA-sun-file-binding failed to deploy, an exception was raised.
> FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed, an
> exception was raised. WSDLException (at /definitions/import):
> faultCode=OTHER_ERROR: Unable to resolve imported document at
> ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
> ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
> java.io.FileNotFoundException: This file was not found:
> file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>
> I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from pojo)
> in InsertOrderWrapper.wsdl in location attribute then it got successfully
> deployed.
> I tried POJO with HTTP bc then it works with Relative path.
> Can someone tell me why POJO wsdl is being searched at
> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
> where it is located at
> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
> Thanks,
> Hrishi
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Marian B

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
In reply to this post by hrishi09
Hi,

I am experiencing same problem. I read about it in this thread: http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I also managed to deploy with workaroud.

Marian

hrishi09 wrote:
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does the processing.
I added BPEL and POJO to CASA and Built project CASA got built successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit OderCASA-sun-file-binding failed to deploy, an exception was raised. FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed, an exception was raised. WSDLException (at /definitions/import): faultCode=OTHER_ERROR: Unable to resolve imported document at ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'': java.io.FileNotFoundException: This file was not found: file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from pojo) in InsertOrderWrapper.wsdl in location attribute then it got successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
Thanks,
Hrishi
Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    

  

Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
I did a file->pojo->file end to end (on winXP), it deploys and did the routing as expected...

the followings show the application in project view and file view, and attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    

  






Nov 4, 2009 3:52:12 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-removed null/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006: Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004: Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004: Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190: Update completed successfully for Binding sun-http-binding. This component did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300: Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300: Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered Status Provider MBean for {0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002: Registered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003: onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004: Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007: Unregistered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701: Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702: Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704: Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading the file to:[C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004: Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004: Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004: Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004: Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = [URLEntry : file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false
 Parent -> EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101: stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination complete.|#]

Nov 4, 2009 4:11:00 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501: Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505: POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502: Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107: Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106: Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109: Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507: Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508: Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509: Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510: Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511: Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412: Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507: Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508: Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal Error] :23:20: Content is not allowed in trailing section.
|#]



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

TEST_FILE_POJO_3_APP.zip (89K) Download Attachment
hrishi09

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Hi Jim,
What I did is,
1. I created a pojo which receives a string input and does somer processing
2. A BPEL conataining file BC reading file from local file sys.
3. i dragged wsdl from pojo to BPEL
4. A wrapper wsdl gets created in BPEL which references wsdl from pojo

5. my  wsdl looks like

<?xml version="1.0" encoding="UTF-8"?>

<definitions
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="InsertOrderWrapper" targetNamespace="http://enterprise.netbeans.org/bpel/InsertOrderWrapper" xmlns:tns="http://enterprise.netbeans.org/bpel/InsertOrderWrapper" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:ns="http://insertorderspojo/InsertOrder/">
    <import location="InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl" namespace="http://insertorderspojo/InsertOrder/"/>
    <plnk:partnerLinkType name="InsertOrderInterfaceLinkType">
        <plnk:role name="InsertOrderInterfaceRole" portType="ns:InsertOrderInterface"/>
    </plnk:partnerLinkType>
</definitions>
I m using ubuntu 9.04 osOderCASA.zip
My CASA zip is attached below please have look at packaging
Thanks,
Hrishi
Jim Fu wrote:
I did a file->pojo->file end to end (on winXP), it deploys and did the
routing as expected...

the followings show the application in project view and file view, and
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
> Hi,
>
> this sounds familiar...
> a while back, similar wsdl import resolving issue was reported by
> other users.
> let me try to reproduce it here and see if it is caused by filebc.
>
> regards
> --Jim
>
> mbystrican@gmail.com wrote:
>> Hi,
>>
>> I am experiencing same problem. I read about it in this thread:
>> http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html
>>
>> This seems to be like a bug during packaging, but only with File BC. I also
>> managed to deploy with workaroud.
>>
>> Marian
>>
>>
>> hrishi09 wrote:
>>  
>>> Hi all,
>>> I m using GlssfishESB 2.1
>>> I created a POJO application, A BPEL module and CASA
>>> I m reading a file, passing record read from file to POJO and POJO does
>>> the processing.
>>> I added BPEL and POJO to CASA and Built project CASA got built
>>> successfully.
>>> At deployment time It gives error
>>> Component: sun-file-binding
>>>       ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
>>> OderCASA-sun-file-binding failed to deploy, an exception was raised.
>>> FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed,
>>> an exception was raised. WSDLException (at /definitions/import):
>>> faultCode=OTHER_ERROR: Unable to resolve imported document at
>>> ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
>>> ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
>>> java.io.FileNotFoundException: This file was not found:
>>> file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>>
>>> I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
>>> pojo) in InsertOrderWrapper.wsdl in location attribute then it got
>>> successfully deployed.
>>> I tried POJO with HTTP bc then it works with Relative path.
>>> Can someone tell me why POJO wsdl is being searched at
>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>> where it is located at
>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
>>> Thanks,
>>> Hrishi
>>>
>>>    
>>
>>  
>


Nov 4, 2009 3:52:12 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-removed null/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006: Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004: Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004: Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190: Update completed successfully for Binding sun-http-binding. This component did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300: Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300: Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered Status Provider MBean for {0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002: Registered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003: onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004: Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007: Unregistered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701: Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702: Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704: Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading the file to:[C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004: Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004: Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004: Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004: Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = [URLEntry : file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false
 Parent -> EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101: stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination complete.|#]

Nov 4, 2009 4:11:00 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501: Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505: POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502: Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107: Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106: Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109: Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507: Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508: Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509: Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510: Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511: Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412: Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507: Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508: Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@open-esb.dev.java.net
For additional commands, e-mail: users-help@open-esb.dev.java.net
hrishi09

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jim Fu
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create ur project.
This is great help.
Thanks,
Hrishi
Jim Fu wrote:
I did a file->pojo->file end to end (on winXP), it deploys and did the
routing as expected...

the followings show the application in project view and file view, and
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
> Hi,
>
> this sounds familiar...
> a while back, similar wsdl import resolving issue was reported by
> other users.
> let me try to reproduce it here and see if it is caused by filebc.
>
> regards
> --Jim
>
> mbystrican@gmail.com wrote:
>> Hi,
>>
>> I am experiencing same problem. I read about it in this thread:
>> http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html
>>
>> This seems to be like a bug during packaging, but only with File BC. I also
>> managed to deploy with workaroud.
>>
>> Marian
>>
>>
>> hrishi09 wrote:
>>  
>>> Hi all,
>>> I m using GlssfishESB 2.1
>>> I created a POJO application, A BPEL module and CASA
>>> I m reading a file, passing record read from file to POJO and POJO does
>>> the processing.
>>> I added BPEL and POJO to CASA and Built project CASA got built
>>> successfully.
>>> At deployment time It gives error
>>> Component: sun-file-binding
>>>       ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
>>> OderCASA-sun-file-binding failed to deploy, an exception was raised.
>>> FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment failed,
>>> an exception was raised. WSDLException (at /definitions/import):
>>> faultCode=OTHER_ERROR: Unable to resolve imported document at
>>> ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
>>> ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
>>> java.io.FileNotFoundException: This file was not found:
>>> file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>>
>>> I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
>>> pojo) in InsertOrderWrapper.wsdl in location attribute then it got
>>> successfully deployed.
>>> I tried POJO with HTTP bc then it works with Relative path.
>>> Can someone tell me why POJO wsdl is being searched at
>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>> where it is located at
>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
>>> Thanks,
>>> Hrishi
>>>
>>>    
>>
>>  
>


Nov 4, 2009 3:52:12 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Selecting file C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy] Successfully autodeployed : C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-removed null/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006: Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004: Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent -- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004: Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190: Update completed successfully for Binding sun-http-binding. This component did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345: Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300: Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300: Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered Status Provider MBean for {0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002: Registered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003: onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004: Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007: Unregistered MBean: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701: Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702: Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704: Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension MBean name: com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered MBean com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106: Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106: Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading the file to:[C:\Documents and Settings\jfu\Local Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004: Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/tx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004: Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004: Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent -- reference-added cr/jms/notx/default;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004: Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = [URLEntry : file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false
 Parent -> EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader :
urlSet = []
doneCalled = false
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101: stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101: SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination complete.|#]

Nov 4, 2009 4:11:00 PM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO:
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002: Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014: Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:  Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010: JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI TCP Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException: No object matches the specified name "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012: JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501: Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505: POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502: Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107: Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106: Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109: Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146: Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507: Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508: Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509: Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510: Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511: Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412: Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507: Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402: Service Assembly file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513: Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service :  {http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503: Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508: Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@open-esb.dev.java.net
For additional commands, e-mail: users-help@open-esb.dev.java.net
Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
no problem at all, it is possible that the issue is hit only when the comp app is composed in certain way(s)
also I noticed you're using v2.1, I was using v2.2 (there are enhancements in POJO SE since v2.1)
however, here is the steps (assuming netbeans used;-):

(1) create java application and add new POJO Service:




(2) note that choose adding "POJO Service..." instead of "POJO Service for Binding ..." will produce an abstract WSDL:



(3) Create comp app and add Java App with POJO service to it:




(4) Clean & Build Comp App



(5) Specify a concrete binding by drag and drop:



(6) build and deploy the comp app

the CASA generated concrete WSDL which importing the abstract WSDL can be examed in the file view ...

(7) feed the inputs and observe the outputs as shown by screen shots in my previous e-mail.

I'll try in v2.1 to see how it works out there

regards
Jim


hrishi09 wrote:
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create ur
project.
This is great help.
Thanks,
Hrishi

Jim Fu wrote:
  
I did a file->pojo->file end to end (on winXP), it deploys and did the 
routing as expected...

the followings show the application in project view and file view, and 
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
    
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by 
other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
      
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I
also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
        
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    
          
  
        
Nov 4, 2009 3:52:12 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
Update completed successfully for Binding sun-http-binding. This component
did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
Status Provider MBean for
{0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
Registered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
Unregistered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
the file to:[C:\Documents and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = [URLEntry :
file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false 
 Parent -> EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5
Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
complete.|#]

Nov 4, 2009 4:11:00 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

    

  






Girish Patil-2

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
POJO SE is not yet released, so it was not part of v2.1.

To summarise what Jim listed/shown below, one can create POJO Service for a binding in two ways,
- Creating POJO Service in using "POJO Service" wizard, in CASA adding a desired binding/transport.
- Creating POJO Service in using "POJO Service for binding" wizard, no need to add binding in CASA, once built, CASA should show the connection with binding.

Jim Fu wrote:
no problem at all, it is possible that the issue is hit only when the comp app is composed in certain way(s)
also I noticed you're using v2.1, I was using v2.2 (there are enhancements in POJO SE since v2.1)
however, here is the steps (assuming netbeans used;-):

(1) create java application and add new POJO Service:




(2) note that choose adding "POJO Service..." instead of "POJO Service for Binding ..." will produce an abstract WSDL:



(3) Create comp app and add Java App with POJO service to it:




(4) Clean & Build Comp App



(5) Specify a concrete binding by drag and drop:



(6) build and deploy the comp app

the CASA generated concrete WSDL which importing the abstract WSDL can be examed in the file view ...

(7) feed the inputs and observe the outputs as shown by screen shots in my previous e-mail.

I'll try in v2.1 to see how it works out there

regards
Jim


hrishi09 wrote:
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create ur
project.
This is great help.
Thanks,
Hrishi

Jim Fu wrote:
  
I did a file->pojo->file end to end (on winXP), it deploys and did the 
routing as expected...

the followings show the application in project view and file view, and 
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
    
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by 
other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
      
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I
also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
        
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    
          
  
        
Nov 4, 2009 3:52:12 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
Update completed successfully for Binding sun-http-binding. This component
did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
Status Provider MBean for
{0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
Registered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
Unregistered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
the file to:[C:\Documents and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = [URLEntry :
file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false 
 Parent -> EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5
Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
complete.|#]

Nov 4, 2009 4:11:00 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

    

  






Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
right, after download the components installer and install it onto the v2.1 runtime and design time, created a comp app with java app with POJO service, and it deploys and run end to end:

the following shows the CASA generated wsdl which imports POJO generated abstract wsdl...



output: output.xml written to the target directory as shown below:



it may related to the way the comp app is composed, ...

Hrishi,

can you detail the steps, also I see that BPEL is also mentioned as part of the project however, I did not see how the BP participate in the message route?

regards

Jim

Girish Patil wrote:
POJO SE is not yet released, so it was not part of v2.1.

To summarise what Jim listed/shown below, one can create POJO Service for a binding in two ways,
- Creating POJO Service in using "POJO Service" wizard, in CASA adding a desired binding/transport.
- Creating POJO Service in using "POJO Service for binding" wizard, no need to add binding in CASA, once built, CASA should show the connection with binding.

Jim Fu wrote:
no problem at all, it is possible that the issue is hit only when the comp app is composed in certain way(s)
also I noticed you're using v2.1, I was using v2.2 (there are enhancements in POJO SE since v2.1)
however, here is the steps (assuming netbeans used;-):

(1) create java application and add new POJO Service:




(2) note that choose adding "POJO Service..." instead of "POJO Service for Binding ..." will produce an abstract WSDL:



(3) Create comp app and add Java App with POJO service to it:




(4) Clean & Build Comp App



(5) Specify a concrete binding by drag and drop:



(6) build and deploy the comp app

the CASA generated concrete WSDL which importing the abstract WSDL can be examed in the file view ...

(7) feed the inputs and observe the outputs as shown by screen shots in my previous e-mail.

I'll try in v2.1 to see how it works out there

regards
Jim


hrishi09 wrote:
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create ur
project.
This is great help.
Thanks,
Hrishi

Jim Fu wrote:
  
I did a file->pojo->file end to end (on winXP), it deploys and did the 
routing as expected...

the followings show the application in project view and file view, and 
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
    
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by 
other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
      
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC. I
also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
        
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    
          
  
        
Nov 4, 2009 3:52:12 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
Update completed successfully for Binding sun-http-binding. This component
did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
Status Provider MBean for
{0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
Registered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
Unregistered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
the file to:[C:\Documents and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = [URLEntry :
file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false 
 Parent -> EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5
Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
complete.|#]

Nov 4, 2009 4:11:00 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
where the remote administrative clients should connect using the standard
JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource [jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

    

  









hrishi09

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Hi Jim,
I've used BPEL just to connect to endpoints nothing more.
I wasn't comfortable doing direct BC to BC connection.
And i think its more easy to do it using BPEL, as i saw many tuts using BPEL in OenESB doc.
Here are the steps i followed
1. Create a new BPEL module
2. Create a File binding wsdl to poll file.
3. create java app containing POJO service (i've not used POJO service for binding)
4. drag file wsdl on left part of BPEL screen
5. drag pojo wsdl on right part of BPEL screen
6. add receive and invoke activity
7. add assign activity
8. connect receive with file endpoint and invoke with pojo endpoint
9. assign file pollin variable to invoke variable
10 create a CASA application
11 Add bpel and pojo app to CASA
12 Clean build
13 Try to deploy - here i get error that pojo wsdl is not found (FileNotFoundException) complete exception is mentioned in previous  mail.

Another question here.
I followed steps u mentioned and m able to get project running using direct BC to bc connection.
we have mentioned same directory for input and output messge
is it possible that output file to be generated in different dir?
Thanks n Regards,
Hrishi
Jim Fu wrote:
right, after download the components installer and install it onto the
v2.1 runtime and design time, created a comp app with java app with POJO
service, and it deploys and run end to end:

the following shows the CASA generated wsdl which imports POJO generated
abstract wsdl...



output: output.xml written to the target directory as shown below:



it may related to the way the comp app is composed, ...

Hrishi,

can you detail the steps, also I see that BPEL is also mentioned as part
of the project however, I did not see how the BP participate in the
message route?

regards

Jim

Girish Patil wrote:
> POJO SE is not yet released, so it was not part of v2.1.
>
> To summarise what Jim listed/shown below, one can create POJO Service
> for a binding in two ways,
> - Creating POJO Service in using "POJO Service" wizard, in CASA adding
> a desired binding/transport.
> - Creating POJO Service in using "POJO Service for binding" wizard, no
> need to add binding in CASA, once built, CASA should show the
> connection with binding.
>
> Jim Fu wrote:
>> no problem at all, it is possible that the issue is hit only when the
>> comp app is composed in certain way(s)
>> also I noticed you're using v2.1, I was using v2.2 (there are
>> enhancements in POJO SE since v2.1)
>> however, here is the steps (assuming netbeans used;-):
>>
>> (1) create java application and add new POJO Service:
>>
>>
>>
>>
>> (2) note that choose adding "POJO Service..." instead of "POJO
>> Service for Binding ..." will produce an abstract WSDL:
>>
>>
>>
>> (3) Create comp app and add Java App with POJO service to it:
>>
>>
>>
>>
>> (4) Clean & Build Comp App
>>
>>
>>
>> (5) Specify a concrete binding by drag and drop:
>>
>>
>>
>> (6) build and deploy the comp app
>>
>> the CASA generated concrete WSDL which importing the abstract WSDL
>> can be examed in the file view ...
>>
>> (7) feed the inputs and observe the outputs as shown by screen shots
>> in my previous e-mail.
>>
>> I'll try in v2.1 to see how it works out there
>>
>> regards
>> Jim
>>
>>
>> hrishi09 wrote:
>>> Hi Jim,
>>> Sorry to trouble you.
>>> I tried running ur project at my site.
>>> It runs fine.
>>> I think the issue may be with BPEL module packaging.
>>> Can u please tell me the steps to create the project without BPEL.
>>> I dont really know much about CASA and bindings.
>>> It would be great if u could list down thw steps u performed to create ur
>>> project.
>>> This is great help.
>>> Thanks,
>>> Hrishi
>>>
>>> Jim Fu wrote:
>>>  
>>>> I did a file->pojo->file end to end (on winXP), it deploys and did the
>>>> routing as expected...
>>>>
>>>> the followings show the application in project view and file view, and
>>>> attached please find the server.log and project zip...
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> feed input and get output:
>>>>
>>>>
>>>>
>>>> is the above procedure the same as performed at your site?
>>>> what is the platform where the said issue occurred?
>>>>
>>>> regards
>>>>
>>>> --Jim
>>>>
>>>> Jim Fu wrote:
>>>>    
>>>>> Hi,
>>>>>
>>>>> this sounds familiar...
>>>>> a while back, similar wsdl import resolving issue was reported by
>>>>> other users.
>>>>> let me try to reproduce it here and see if it is caused by filebc.
>>>>>
>>>>> regards
>>>>> --Jim
>>>>>
>>>>> mbystrican@gmail.com wrote:
>>>>>      
>>>>>> Hi,
>>>>>>
>>>>>> I am experiencing same problem. I read about it in this thread:
>>>>>> http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html
>>>>>>
>>>>>> This seems to be like a bug during packaging, but only with File BC. I
>>>>>> also
>>>>>> managed to deploy with workaroud.
>>>>>>
>>>>>> Marian
>>>>>>
>>>>>>
>>>>>> hrishi09 wrote:
>>>>>>  
>>>>>>        
>>>>>>> Hi all,
>>>>>>> I m using GlssfishESB 2.1
>>>>>>> I created a POJO application, A BPEL module and CASA
>>>>>>> I m reading a file, passing record read from file to POJO and POJO does
>>>>>>> the processing.
>>>>>>> I added BPEL and POJO to CASA and Built project CASA got built
>>>>>>> successfully.
>>>>>>> At deployment time It gives error
>>>>>>> Component: sun-file-binding
>>>>>>>       ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
>>>>>>> OderCASA-sun-file-binding failed to deploy, an exception was raised.
>>>>>>> FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
>>>>>>> failed,
>>>>>>> an exception was raised. WSDLException (at /definitions/import):
>>>>>>> faultCode=OTHER_ERROR: Unable to resolve imported document at
>>>>>>> ''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
>>>>>>> ''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
>>>>>>> java.io.FileNotFoundException: This file was not found:
>>>>>>> file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>>>>>>
>>>>>>> I found a workaround ; i gave absolute path of  InsertOrder.wsdl (from
>>>>>>> pojo) in InsertOrderWrapper.wsdl in location attribute then it got
>>>>>>> successfully deployed.
>>>>>>> I tried POJO with HTTP bc then it works with Relative path.
>>>>>>> Can someone tell me why POJO wsdl is being searched at
>>>>>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl
>>>>>>> where it is located at
>>>>>>> /home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl
>>>>>>> Thanks,
>>>>>>> Hrishi
>>>>>>>
>>>>>>>    
>>>>>>>          
>>>>>>  
>>>>>>        
>>>> Nov 4, 2009 3:52:12 PM
>>>> com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
>>>> INFO:
>>>> C:/Java/jdk1.6.0_16\bin\java
>>>> -Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
>>>> -Dcom.sun.aas.ClassPathPrefix=
>>>> -Dcom.sun.aas.ClassPathSuffix=
>>>> -Dcom.sun.aas.ServerClassPath=
>>>> -Dcom.sun.aas.classloader.appserverChainJars.ee=
>>>> -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
>>>> -Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
>>>> -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
>>>> -Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
>>>> -Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
>>>> -Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
>>>> -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
>>>> -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
>>>> -Dcom.sun.aas.configName=server-config
>>>> -Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
>>>> -Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
>>>> -Dcom.sun.aas.domainName=domain1
>>>> -Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
>>>> -Dcom.sun.aas.instanceName=server
>>>> -Dcom.sun.aas.processLauncher=SE
>>>> -Dcom.sun.aas.promptForIdentity=true
>>>> -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
>>>> -Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
>>>> -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
>>>> -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
>>>> -Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
>>>> -Ddomain.name=domain1
>>>> -Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
>>>> -Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
>>>> -Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
>>>> -Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
>>>> -Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
>>>> -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
>>>> -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
>>>> -Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
>>>> -Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
>>>> -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
>>>> -Djmx.invoke.getters=true
>>>> -Dsun.rmi.dgc.client.gcInterval=3600000
>>>> -Dsun.rmi.dgc.server.gcInterval=3600000
>>>> -client
>>>> -XX:+UnlockDiagnosticVMOptions
>>>> -XX:MaxPermSize=192m
>>>> -Xmx512m
>>>> -XX:NewRatio=2
>>>> -XX:+LogVMOutput
>>>> -XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
>>>> -cp
>>>> C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
>>>> com.sun.enterprise.server.PELaunch
>>>> start
>>>> [#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
>>>> Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
>>>> (build b31g-fcs) ...|#]
>>>>
>>>> [#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
>>>> HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
>>>> [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
>>>> Inc.]|#]
>>>>
>>>> [#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
>>>> Security Manager is OFF.|#]
>>>>
>>>> [#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
>>>> MQ RA for Broker lifecycle control|#]
>>>>
>>>> [#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]
>>>>
>>>> [#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
>>>> SSO is disabled in virtual server [server]|#]
>>>>
>>>> [#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
>>>> SSO is disabled in virtual server [__asadmin]|#]
>>>>
>>>> [#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
>>>> Recoverable JTS instance, serverId = [3100]|#]
>>>>
>>>> [#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
>>>> Initialization of AMX MBeans started|#]
>>>>
>>>> [#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
>>>> Here is the JMXServiceURL for the Standard JMXConnectorServer:
>>>> [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
>>>> where the remote administrative clients should connect using the standard
>>>> JMX connectors|#]
>>>>
>>>> [#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
>>>> Status of Standard JMX Connector: Active = [true]|#]
>>>>
>>>> [#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
>>>> Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]
>>>>
>>>> [#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> Using old JMSRA DIRECT mode|#]
>>>>
>>>> [#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> SJSMQ JMS Resource Adapter starting...|#]
>>>>
>>>> [#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
>>>> broker instance constructed ...|#]
>>>>
>>>> [#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
>>>> runtime Starting embedd broker, direct mode enabled=true|#]
>>>>
>>>> [#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
>>>> stateChanged:READY : Broker has been started|#]
>>>>
>>>> [#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> SJSMQ JMSRA Started:RADIRECT|#]
>>>>
>>>> [#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
>>>> status dir missing, creating a new one|#]
>>>>
>>>> [#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Selecting file
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
>>>> autodeployment.|#]
>>>>
>>>> [#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
>>>> with moduleid = MEjbApp|#]
>>>>
>>>> [#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Successfully autodeployed :
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]
>>>>
>>>> [#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Selecting file
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
>>>> for autodeployment.|#]
>>>>
>>>> [#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
>>>> with moduleid = __ejb_container_timer_app|#]
>>>>
>>>> [#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Successfully autodeployed :
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]
>>>>
>>>> [#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Selecting file
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
>>>> for autodeployment.|#]
>>>>
>>>> [#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
>>>> with moduleid = __JWSappclients|#]
>>>>
>>>> [#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
>>>> Successfully autodeployed :
>>>> C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]
>>>>
>>>> [#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
>>>> All ejb(s) of [MEjbApp] loaded successfully!|#]
>>>>
>>>> [#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
>>>> Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
>>>>
>>>> [#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
>>>> All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
>>>>
>>>> [#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
>>>> JBI framework ready to accept requests.|#]
>>>>
>>>> [#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1|#]
>>>>
>>>> [#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]
>>>>
>>>> [#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]
>>>>
>>>> [#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]
>>>>
>>>> [#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
>>>> Self Management Rules service is enabled|#]
>>>>
>>>> [#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
>>>> server startup complete.|#]
>>>>
>>>> [#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
>>>> -- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-removed null/jdbc/__default]|#]
>>>>
>>>> [#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
>>>> Resource UnDeployed: [jdbc:jdbc/__default].|#]
>>>>
>>>> [#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
>>>> -- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__defaultDS]|#]
>>>>
>>>> [#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
>>>> Resource Deployed: [jdbc:jdbc/__defaultDS].|#]
>>>>
>>>> [#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
>>>> -- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/__default]|#]
>>>>
>>>> [#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
>>>> Resource Deployed: [jdbc:jdbc/__default].|#]
>>>>
>>>> [#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
>>>> JBI framework startup complete.|#]
>>>>
>>>> [#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
>>>> Update completed successfully for Binding sun-http-binding. This component
>>>> did not provide full upgrade support.|#]
>>>>
>>>> [#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
>>>> Successfully upgraded component sun-http-binding.|#]
>>>>
>>>> [#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
>>>> Successfully upgraded component sun-http-binding.|#]
>>>>
>>>> [#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
>>>> shared library sun-encoder-library to target server.|#]
>>>>
>>>> [#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
>>>> Shared Library sun-encoder-library has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
>>>> shared library sun-wsdl-ext-library to target server.|#]
>>>>
>>>> [#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
>>>> Shared Library sun-wsdl-ext-library has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]
>>>>
>>>> [#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]
>>>>
>>>> [#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]
>>>>
>>>> [#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]
>>>>
>>>> [#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]
>>>>
>>>> [#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Engine sun-bpel-engine has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
>>>> method is called.|#]
>>>>
>>>> [#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
>>>> MBean: |#]
>>>>
>>>> [#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
>>>> MBean name:
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
>>>> method is called.|#]
>>>>
>>>> [#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
>>>> installation.|#]
>>>>
>>>> [#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
>>>> Status Provider MBean for
>>>> {0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Binding sun-database-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
>>>> method has been called Successfully.|#]
>>>>
>>>> [#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
>>>> method has been called Successfully.|#]
>>>>
>>>> [#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
>>>> Engine sun-edm-engine has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Binding sun-file-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
>>>> Registered MBean:
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
>>>> onInstall method is called.|#]
>>>>
>>>> [#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
>>>> Completed installation.|#]
>>>>
>>>> [#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
>>>> Unregistered MBean:
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
>>>> Binding sun-ftp-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
>>>> Bootstrap has been initialized (init)|#]
>>>>
>>>> [#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
>>>> Bootstrap has been installed (onInstall)|#]
>>>>
>>>> [#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
>>>> Bootstrap has been cleaned up (cleanUp)|#]
>>>>
>>>> [#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
>>>> Binding sun-jms-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
>>>> method has been called|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
>>>> MBean
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
>>>> MBean name:
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
>>>> method is called|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
>>>> has been called; threads 16|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
>>>> has been called ; getRetryCount 0|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
>>>> has been called ; getRetryInterval 1,000|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
>>>> has been called ; getRecoveryType ERROR|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
>>>> has been called ; AllowDynamicEndpoint false|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
>>>> has been called; Connection Pooling is false|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
>>>> has been called; Connection Pool Preferred Size is 1|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
>>>> has been called; Connection Pool Maximum Size is 10|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
>>>> has been called; Connection Pool Max Idle Timeout is 300|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
>>>> has been called; Connection Pooling Protocol is plain ssl|#]
>>>>
>>>> [#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
>>>> has been called; Connection Pooling Authentication is none simple|#]
>>>>
>>>> [#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
>>>> installation|#]
>>>>
>>>> [#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
>>>> MBean
>>>> com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]
>>>>
>>>> [#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Binding sun-ldap-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Binding sun-scheduler-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Engine sun-xslt-engine has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Binding sun-email-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
>>>> Engine openesb-pojo-engine has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
>>>> Binding sun-rest-binding has been installed.|#]
>>>>
>>>> [#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
>>>> and Settings\jfu\Local
>>>> Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
>>>> the file to:[C:\Documents and Settings\jfu\Local
>>>> Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]
>>>>
>>>> [#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
>>>> with moduleid = sun-jms-adapter|#]
>>>>
>>>> [#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
>>>> -- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]
>>>>
>>>> [#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
>>>> Resource Deployed: [cr:jms/tx/jmq1].|#]
>>>>
>>>> [#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
>>>> -- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]
>>>>
>>>> [#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
>>>> Resource Deployed: [cr:jms/tx/default].|#]
>>>>
>>>> [#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
>>>> -- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]
>>>>
>>>> [#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
>>>> Resource Deployed: [cr:jms/notx/jmq1].|#]
>>>>
>>>> [#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
>>>> -- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
>>>> instance:[ResourceDeployEvent -- reference-added cr/jms/notx/default]|#]
>>>>
>>>> [#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
>>>> Resource Deployed: [cr:jms/notx/default].|#]
>>>>
>>>> [#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
>>>> v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]
>>>>
>>>> [#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
>>>> v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
>>>> HTTP/1.1 on 8080|#]
>>>>
>>>> [#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
>>>> v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
>>>> HTTP/1.1 on 8181|#]
>>>>
>>>> [#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
>>>> v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
>>>> HTTP/1.1 on 4848|#]
>>>>
>>>> [#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
>>>>   delegate: true
>>>>   repositories:
>>>> ----------> Parent Classloader:
>>>> EJBClassLoader :
>>>> urlSet = [URLEntry :
>>>> file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
>>>> doneCalled = false
>>>>  Parent -> EJBClassLoader :
>>>> urlSet = []
>>>> doneCalled = false
>>>>  Parent -> java.net.URLClassLoader@bf053f
>>>>
>>>>
>>>> |#]
>>>>
>>>> [#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]
>>>>
>>>> [#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> classLoader = WebappClassLoader
>>>>   delegate: true
>>>>   repositories:
>>>> ----------> Parent Classloader:
>>>> EJBClassLoader :
>>>> urlSet = []
>>>> doneCalled = false
>>>>  Parent -> java.net.URLClassLoader@bf053f
>>>>
>>>> |#]
>>>>
>>>> [#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]
>>>>
>>>> [#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> classLoader = WebappClassLoader
>>>>   delegate: true
>>>>   repositories:
>>>> ----------> Parent Classloader:
>>>> EJBClassLoader :
>>>> urlSet = []
>>>> doneCalled = false
>>>>  Parent -> java.net.URLClassLoader@bf053f
>>>>
>>>> |#]
>>>>
>>>> [#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]
>>>>
>>>> [#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> classLoader = WebappClassLoader
>>>>   delegate: true
>>>>   repositories:
>>>>     /WEB-INF/classes/
>>>> ----------> Parent Classloader:
>>>> EJBClassLoader :
>>>> urlSet = []
>>>> doneCalled = false
>>>>  Parent -> java.net.URLClassLoader@bf053f
>>>>
>>>> |#]
>>>>
>>>> [#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]
>>>>
>>>> [#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> classLoader = WebappClassLoader
>>>>   delegate: false
>>>>   repositories:
>>>> ----------> Parent Classloader:
>>>> EJBClassLoader :
>>>> urlSet = []
>>>> doneCalled = false
>>>>  Parent -> java.net.URLClassLoader@bf053f
>>>>
>>>> |#]
>>>>
>>>> [#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|
>>>> SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]
>>>>
>>>> [#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
>>>> applications ...|#]
>>>>
>>>> [#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
>>>> Service shutdown at [2009/11/04 15:54:08]|#]
>>>>
>>>> [#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector 1.5
>>>> Compliant resource adapters ...|#]
>>>>
>>>> [#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
>>>> SJSMQ JMSRA stopping...|#]
>>>>
>>>> [#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
>>>> stateChanged:SHUTDOWN : Broker has been shutdown|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
>>>> SJSMQ JMSRA stopped.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
>>>> shutdown successful.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown successful.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
>>>> Complete|#]
>>>>
>>>> [#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown complete.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
>>>> service.|#]
>>>>
>>>> [#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
>>>> TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
>>>> complete.|#]
>>>>
>>>> Nov 4, 2009 4:11:00 PM
>>>> com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
>>>> INFO:
>>>> C:/Java/jdk1.6.0_16\bin\java
>>>> -Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
>>>> -Dcom.sun.aas.ClassPathPrefix=
>>>> -Dcom.sun.aas.ClassPathSuffix=
>>>> -Dcom.sun.aas.ServerClassPath=
>>>> -Dcom.sun.aas.classloader.appserverChainJars.ee=
>>>> -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
>>>> -Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
>>>> -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
>>>> -Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
>>>> -Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
>>>> -Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
>>>> -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
>>>> -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
>>>> -Dcom.sun.aas.configName=server-config
>>>> -Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
>>>> -Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
>>>> -Dcom.sun.aas.domainName=domain1
>>>> -Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
>>>> -Dcom.sun.aas.instanceName=server
>>>> -Dcom.sun.aas.processLauncher=SE
>>>> -Dcom.sun.aas.promptForIdentity=true
>>>> -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
>>>> -Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
>>>> -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
>>>> -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
>>>> -Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
>>>> -Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
>>>> -Ddomain.name=domain1
>>>> -Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
>>>> -Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
>>>> -Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
>>>> -Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
>>>> -Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
>>>> -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
>>>> -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
>>>> -Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
>>>> -Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
>>>> -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
>>>> -Djmx.invoke.getters=true
>>>> -Dsun.rmi.dgc.client.gcInterval=3600000
>>>> -Dsun.rmi.dgc.server.gcInterval=3600000
>>>> -Dxml.catalog.ignoreMissing=true
>>>> -client
>>>> -XX:+UnlockDiagnosticVMOptions
>>>> -XX:MaxPermSize=192m
>>>> -Xmx512m
>>>> -XX:NewRatio=2
>>>> -XX:MaxPermSize=128m
>>>> -XX:PermSize=128m
>>>> -XX:+LogVMOutput
>>>> -XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
>>>> -cp
>>>> C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
>>>> com.sun.enterprise.server.PELaunch
>>>> start
>>>> [#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
>>>> Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12))
>>>> (build b31g-fcs) ...|#]
>>>>
>>>> [#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
>>>> HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
>>>> [Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
>>>> Inc.]|#]
>>>>
>>>> [#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
>>>> Security Manager is OFF.|#]
>>>>
>>>> [#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
>>>> MQ RA for Broker lifecycle control|#]
>>>>
>>>> [#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]
>>>>
>>>> [#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
>>>> SSO is disabled in virtual server [server]|#]
>>>>
>>>> [#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
>>>> SSO is disabled in virtual server [__asadmin]|#]
>>>>
>>>> [#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
>>>> Recoverable JTS instance, serverId = [3100]|#]
>>>>
>>>> [#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
>>>> Initialization of AMX MBeans started|#]
>>>>
>>>> [#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
>>>> Here is the JMXServiceURL for the Standard JMXConnectorServer:
>>>> [service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This is
>>>> where the remote administrative clients should connect using the standard
>>>> JMX connectors|#]
>>>>
>>>> [#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
>>>> Status of Standard JMX Connector: Active = [true]|#]
>>>>
>>>> [#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
>>>> Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]
>>>>
>>>> [#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> Using old JMSRA DIRECT mode|#]
>>>>
>>>> [#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> SJSMQ JMS Resource Adapter starting...|#]
>>>>
>>>> [#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
>>>> broker instance constructed ...|#]
>>>>
>>>> [#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
>>>> runtime Starting embedd broker, direct mode enabled=true|#]
>>>>
>>>> [#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
>>>> stateChanged:READY : Broker has been started|#]
>>>>
>>>> [#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
>>>> SJSMQ JMSRA Started:RADIRECT|#]
>>>>
>>>> [#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
>>>> All ejb(s) of [MEjbApp] loaded successfully!|#]
>>>>
>>>> [#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
>>>> Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
>>>>
>>>> [#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
>>>> All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
>>>>
>>>> [#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
>>>> JBI framework ready to accept requests.|#]
>>>>
>>>> [#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1|#]
>>>>
>>>> [#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]
>>>>
>>>> [#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]
>>>>
>>>> [#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
>>>> GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun GlassFish
>>>> Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]
>>>>
>>>> [#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
>>>> Self Management Rules service is enabled|#]
>>>>
>>>> [#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
>>>> server startup complete.|#]
>>>>
>>>> [#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
>>>> TCP
>>>> Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
>>>> No object matches the specified name
>>>> "server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]
>>>>
>>>> [#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
>>>> JBI framework startup complete.|#]
>>>>
>>>> [#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
>>>> Initialized openesb-pojo-engine successfully!|#]
>>>>
>>>> [#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
>>>> POJO SE Component started.|#]
>>>>
>>>> [#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
>>>> Started openesb-pojo-engine successfully!|#]
>>>>
>>>> [#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
>>>> Engine openesb-pojo-engine has been started.|#]
>>>>
>>>> [#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
>>>> Component sun-file-binding started (outbound).|#]
>>>>
>>>> [#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
>>>> Component sun-file-binding started (inbound).|#]
>>>>
>>>> [#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
>>>> Component sun-file-binding started with the following configuration:
>>>> component-version: 2.6.0
>>>> build-number: 091101
>>>> Threads: 5
>>>> |#]
>>>>
>>>> [#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
>>>> Binding sun-file-binding has been started.|#]
>>>>
>>>> [#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
>>>> service assembly TEST_FILE_POJO_2_APP to target server.|#]
>>>>
>>>> [#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
>>>> Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]
>>>>
>>>> [#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
>>>> Service Assembly
>>>> file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
>>>> has been deployed.|#]
>>>>
>>>> [#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
>>>> service assembly TEST_FILE_POJO_2_APP on target server.|#]
>>>>
>>>> [#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
>>>> Activated Provisioning endpoint:         Endpoint Type: Internal
>>>>           Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
>>>>           Service :
>>>> {http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
>>>>           Endpoint:  FILE_POJO_SERVICE
>>>>             RecvRequest: 0  SendReply: 0
>>>>             RecvDONE: 0  SendDONE: 0
>>>>             RecvERROR: 0  SendERROR: 0
>>>>             RecvFault: 0  SendFault: 0
>>>> .|#]
>>>>
>>>> [#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
>>>> Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]
>>>>
>>>> [#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
>>>> Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]
>>>>
>>>> [#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
>>>> down service assembly TEST_FILE_POJO_2_APP on target server.|#]
>>>>
>>>> [#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
>>>> Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]
>>>>
>>>> [#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
>>>> stop method called.|#]
>>>>
>>>> [#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
>>>> stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]
>>>>
>>>> [#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
>>>> Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]
>>>>
>>>> [#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
>>>> service assembly TEST_FILE_POJO_2_APP from target server.|#]
>>>>
>>>> [#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
>>>> Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]
>>>>
>>>> [#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
>>>> Service Assembly with ID : TEST_FILE_POJO_2_APP has been undeployed.|#]
>>>>
>>>> [#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
>>>> service assembly TEST_FILE_POJO_3_APP to target server.|#]
>>>>
>>>> [#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
>>>> Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]
>>>>
>>>> [#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
>>>> Service Assembly
>>>> file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
>>>> has been deployed.|#]
>>>>
>>>> [#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
>>>> service assembly TEST_FILE_POJO_3_APP on target server.|#]
>>>>
>>>> [#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
>>>> Activated Provisioning endpoint:         Endpoint Type: Internal
>>>>           Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
>>>>           Service :
>>>> {http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
>>>>           Endpoint:  POJO_SERVICE
>>>>             RecvRequest: 0  SendReply: 0
>>>>             RecvDONE: 0  SendDONE: 0
>>>>             RecvERROR: 0  SendERROR: 0
>>>>             RecvFault: 0  SendFault: 0
>>>> .|#]
>>>>
>>>> [#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
>>>> Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]
>>>>
>>>> [#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
>>>> Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]
>>>>
>>>> [#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
>>>> Error] :23:20: Content is not allowed in trailing section.
>>>> |#]
>>>>
>>>>
>>>>  
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@open-esb.dev.java.net
>>>> For additional commands, e-mail: users-help@open-esb.dev.java.net
>>>>
>>>>    
>>>
>>>  
>>
Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
thanks for the steps to repro, see if I can repro the issue here...

in the comp app I created, the wsdl generated by the CASA is an InOut, hence, the fileDirectory is used by both inbound and outbound, the inputs & outputs are all in the same directory.

regards
Jim

hrishi09 wrote:
Hi Jim,
I've used BPEL just to connect to endpoints nothing more.
I wasn't comfortable doing direct BC to BC connection.
And i think its more easy to do it using BPEL, as i saw many tuts using BPEL
in OenESB doc.
Here are the steps i followed
1. Create a new BPEL module
2. Create a File binding wsdl to poll file.
3. create java app containing POJO service (i've not used POJO service for
binding)
4. drag file wsdl on left part of BPEL screen
5. drag pojo wsdl on right part of BPEL screen
6. add receive and invoke activity
7. add assign activity
8. connect receive with file endpoint and invoke with pojo endpoint
9. assign file pollin variable to invoke variable
10 create a CASA application
11 Add bpel and pojo app to CASA
12 Clean build
13 Try to deploy - here i get error that pojo wsdl is not found
(FileNotFoundException) complete exception is mentioned in previous  mail.

Another question here.
I followed steps u mentioned and m able to get project running using direct
BC to bc connection.
we have mentioned same directory for input and output messge
is it possible that output file to be generated in different dir? 
Thanks n Regards,
Hrishi

Jim Fu wrote:
  
right, after download the components installer and install it onto the 
v2.1 runtime and design time, created a comp app with java app with POJO 
service, and it deploys and run end to end:

the following shows the CASA generated wsdl which imports POJO generated 
abstract wsdl...



output: output.xml written to the target directory as shown below:



it may related to the way the comp app is composed, ...

Hrishi,

can you detail the steps, also I see that BPEL is also mentioned as part 
of the project however, I did not see how the BP participate in the 
message route?

regards

Jim

Girish Patil wrote:
    
POJO SE is not yet released, so it was not part of v2.1.

To summarise what Jim listed/shown below, one can create POJO Service 
for a binding in two ways,
- Creating POJO Service in using "POJO Service" wizard, in CASA adding 
a desired binding/transport.
- Creating POJO Service in using "POJO Service for binding" wizard, no 
need to add binding in CASA, once built, CASA should show the 
connection with binding.

Jim Fu wrote:
      
no problem at all, it is possible that the issue is hit only when the 
comp app is composed in certain way(s)
also I noticed you're using v2.1, I was using v2.2 (there are 
enhancements in POJO SE since v2.1)
however, here is the steps (assuming netbeans used;-):

(1) create java application and add new POJO Service:




(2) note that choose adding "POJO Service..." instead of "POJO 
Service for Binding ..." will produce an abstract WSDL:



(3) Create comp app and add Java App with POJO service to it:




(4) Clean & Build Comp App



(5) Specify a concrete binding by drag and drop:



(6) build and deploy the comp app

the CASA generated concrete WSDL which importing the abstract WSDL 
can be examed in the file view ...

(7) feed the inputs and observe the outputs as shown by screen shots 
in my previous e-mail.

I'll try in v2.1 to see how it works out there

regards
Jim


hrishi09 wrote:
        
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create
ur
project.
This is great help.
Thanks,
Hrishi

Jim Fu wrote:
  
          
I did a file->pojo->file end to end (on winXP), it deploys and did the 
routing as expected...

the followings show the application in project view and file view, and 
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
    
            
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by 
other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
      
              
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC.
I
also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
        
                
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO
does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was
raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl
(from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    
          
                  
  
        
                
Nov 4, 2009 3:52:12 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02
Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This
is
where the remote administrative clients should connect using the
standard
JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource
[jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-removed
null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
Update completed successfully for Binding sun-http-binding. This
component
did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
Status Provider MBean for
{0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
Registered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
Unregistered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
the file to:[C:\Documents and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = [URLEntry :
file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false 
 Parent -> EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector
1.5
Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown
complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
complete.|#]

Nov 4, 2009 4:11:00 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02
Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This
is
where the remote administrative clients should connect using the
standard
JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource
[jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
Service Assembly with ID : TEST_FILE_POJO_2_APP has been
undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

    
            
  
          

    

  

Jim Fu

Re: POJO + File BC : Reference problem

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Hi Hrishi,

finally got some time to attempt the steps, however it works as expected here:

the layout of the comp app:



the pojo service will append a string at the end of input var, as shown below:

    public POJO_SERVICE() {
    }
   
    /**
     * POJO Operation
     *
     * @param input input of type String input
     * @return String
     */
    @Operation (outMessageTypeQN="{http://test.pojo/POJO_SERVICE/}POJO_SERVICEOperationResponse")
    public String receive(String input) {
        return input + " has been processed by POJO service...at:" + System.currentTimeMillis();
    }

feed a input at c:\temp\input.xml will produce an output as shown:



attached are the comp app created following the steps.

I did the above on winXP, not sure if it is platform specific though it seems unlikely to me.

regards
Jim


Jim Fu wrote:
thanks for the steps to repro, see if I can repro the issue here...

in the comp app I created, the wsdl generated by the CASA is an InOut, hence, the fileDirectory is used by both inbound and outbound, the inputs & outputs are all in the same directory.

regards
Jim

hrishi09 wrote:
Hi Jim,
I've used BPEL just to connect to endpoints nothing more.
I wasn't comfortable doing direct BC to BC connection.
And i think its more easy to do it using BPEL, as i saw many tuts using BPEL
in OenESB doc.
Here are the steps i followed
1. Create a new BPEL module
2. Create a File binding wsdl to poll file.
3. create java app containing POJO service (i've not used POJO service for
binding)
4. drag file wsdl on left part of BPEL screen
5. drag pojo wsdl on right part of BPEL screen
6. add receive and invoke activity
7. add assign activity
8. connect receive with file endpoint and invoke with pojo endpoint
9. assign file pollin variable to invoke variable
10 create a CASA application
11 Add bpel and pojo app to CASA
12 Clean build
13 Try to deploy - here i get error that pojo wsdl is not found
(FileNotFoundException) complete exception is mentioned in previous  mail.

Another question here.
I followed steps u mentioned and m able to get project running using direct
BC to bc connection.
we have mentioned same directory for input and output messge
is it possible that output file to be generated in different dir? 
Thanks n Regards,
Hrishi

Jim Fu wrote:
  
right, after download the components installer and install it onto the 
v2.1 runtime and design time, created a comp app with java app with POJO 
service, and it deploys and run end to end:

the following shows the CASA generated wsdl which imports POJO generated 
abstract wsdl...



output: output.xml written to the target directory as shown below:



it may related to the way the comp app is composed, ...

Hrishi,

can you detail the steps, also I see that BPEL is also mentioned as part 
of the project however, I did not see how the BP participate in the 
message route?

regards

Jim

Girish Patil wrote:
    
POJO SE is not yet released, so it was not part of v2.1.

To summarise what Jim listed/shown below, one can create POJO Service 
for a binding in two ways,
- Creating POJO Service in using "POJO Service" wizard, in CASA adding 
a desired binding/transport.
- Creating POJO Service in using "POJO Service for binding" wizard, no 
need to add binding in CASA, once built, CASA should show the 
connection with binding.

Jim Fu wrote:
      
no problem at all, it is possible that the issue is hit only when the 
comp app is composed in certain way(s)
also I noticed you're using v2.1, I was using v2.2 (there are 
enhancements in POJO SE since v2.1)
however, here is the steps (assuming netbeans used;-):

(1) create java application and add new POJO Service:




(2) note that choose adding "POJO Service..." instead of "POJO 
Service for Binding ..." will produce an abstract WSDL:



(3) Create comp app and add Java App with POJO service to it:




(4) Clean & Build Comp App



(5) Specify a concrete binding by drag and drop:



(6) build and deploy the comp app

the CASA generated concrete WSDL which importing the abstract WSDL 
can be examed in the file view ...

(7) feed the inputs and observe the outputs as shown by screen shots 
in my previous e-mail.

I'll try in v2.1 to see how it works out there

regards
Jim


hrishi09 wrote:
        
Hi Jim,
Sorry to trouble you.
I tried running ur project at my site.
It runs fine.
I think the issue may be with BPEL module packaging.
Can u please tell me the steps to create the project without BPEL.
I dont really know much about CASA and bindings.
It would be great if u could list down thw steps u performed to create
ur
project.
This is great help.
Thanks,
Hrishi

Jim Fu wrote:
  
          
I did a file->pojo->file end to end (on winXP), it deploys and did the 
routing as expected...

the followings show the application in project view and file view, and 
attached please find the server.log and project zip...






feed input and get output:



is the above procedure the same as performed at your site?
what is the platform where the said issue occurred?

regards

--Jim

Jim Fu wrote:
    
            
Hi,

this sounds familiar...
a while back, similar wsdl import resolving issue was reported by 
other users.
let me try to reproduce it here and see if it is caused by filebc.

regards
--Jim

[hidden email] wrote:
      
              
Hi, 

I am experiencing same problem. I read about it in this thread:
http://old.nabble.com/FileBC-Deploy-failed-td25654071i20.html

This seems to be like a bug during packaging, but only with File BC.
I
also
managed to deploy with workaroud.

Marian


hrishi09 wrote:
  
        
                
Hi all,
I m using GlssfishESB 2.1
I created a POJO application, A BPEL module and CASA
I m reading a file, passing record read from file to POJO and POJO
does
the processing.
I added BPEL and POJO to CASA and Built project CASA got built
successfully.
At deployment time It gives error
Component: sun-file-binding
      ERROR: (FBC_DEPLOY_1) FILEBC-E00201: Service unit
OderCASA-sun-file-binding failed to deploy, an exception was
raised.
FILEBC-E00301: Service unit OderCASA-sun-file-binding deployment
failed,
an exception was raised. WSDLException (at /definitions/import):
faultCode=OTHER_ERROR: Unable to resolve imported document at
''InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl'', relative to
''file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrderWrapper.wsdl'':
java.io.FileNotFoundException: This file was not found:
file:/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl

I found a workaround ; i gave absolute path of  InsertOrder.wsdl
(from
pojo) in InsertOrderWrapper.wsdl in location attribute then it got
successfully deployed.
I tried POJO with HTTP bc then it works with Relative path.
Can someone tell me why POJO wsdl is being searched at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-sun-file-binding/sun-file-binding/InsertOrderBpel/InsertOrdersPojo/insertorderspojo/InsertOrder.wsdl 
where it is located at
/home/hrishi/GlassFishESBv21/glassfish/domains/domain1/jbi/service-assemblies/OderCASA/OderCASA-InsertOrdersPojo/openesb-pojo-engine/insertorderspojo/InsertOrder.wsdl 
Thanks,
Hrishi

    
          
                  
  
        
                
Nov 4, 2009 3:52:12 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T15:52:13.645-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02
Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T15:52:14.599-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T15:52:14.677-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T15:52:14.739-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=10;_ThreadName=main;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T15:52:17.773-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T15:52:19.259-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T15:52:19.275-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T15:52:22.231-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T15:52:22.716-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This
is
where the remote administrative clients should connect using the
standard
JMX connectors|#]

[#|2009-11-04T15:52:23.310-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T15:52:24.092-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T15:52:24.123-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T15:52:24.186-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T15:52:24.264-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T15:52:25.984-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T15:52:26.187-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|autoDeployment
status dir missing, creating a new one|#]

[#|2009-11-04T15:52:26.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear for
autodeployment.|#]

[#|2009-11-04T15:52:27.845-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = MEjbApp|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\MEjbApp.ear.|#]

[#|2009-11-04T15:52:28.158-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear
for autodeployment.|#]

[#|2009-11-04T15:52:34.946-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __ejb_container_timer_app|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__ejb_container_timer_app.ear.|#]

[#|2009-11-04T15:52:35.133-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Selecting file
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear
for autodeployment.|#]

[#|2009-11-04T15:52:35.571-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|deployed
with moduleid = __JWSappclients|#]

[#|2009-11-04T15:52:35.712-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=10;_ThreadName=main;|[AutoDeploy]
Successfully autodeployed :
C:\GlassFishESBv22\glassfish\lib\install\applications\__JWSappclients.ear.|#]

[#|2009-11-04T15:52:36.791-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource
[jdbc/__TimerPool]|#]

[#|2009-11-04T15:52:37.338-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T15:52:38.386-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T15:52:38.402-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T15:52:39.981-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T15:52:40.138-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T15:52:40.169-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T15:52:40.263-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T15:52:42.312-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T15:53:01.611-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-removed null/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-removed
null/jdbc/__default]|#]

[#|2009-11-04T15:53:01.658-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5006:
Resource UnDeployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:03.300-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__defaultDS;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
jdbc/jdbc/__defaultDS]|#]

[#|2009-11-04T15:53:03.472-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__defaultDS;|CORE5004:
Resource Deployed: [jdbc:jdbc/__defaultDS].|#]

[#|2009-11-04T15:53:04.348-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;ResourceDeployEvent
-- reference-added jdbc/jdbc/__default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
jdbc/jdbc/__default]|#]

[#|2009-11-04T15:53:04.379-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;jdbc:jdbc/__default;|CORE5004:
Resource Deployed: [jdbc:jdbc/__default].|#]

[#|2009-11-04T15:53:08.383-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1190:
Update completed successfully for Binding sun-http-binding. This
component
did not provide full upgrade support.|#]

[#|2009-11-04T15:53:10.103-0800|INFO|sun-appserver2.1|com.sun.jbi.management.InstallationService|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA0577:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:10.212-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIMA1345:
Successfully upgraded component sun-http-binding.|#]

[#|2009-11-04T15:53:14.154-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Installing
shared library sun-encoder-library to target server.|#]

[#|2009-11-04T15:53:14.263-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1300:
Shared Library sun-encoder-library has been installed.|#]

[#|2009-11-04T15:53:17.406-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Installing
shared library sun-wsdl-ext-library to target server.|#]

[#|2009-11-04T15:53:17.531-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1300:
Shared Library sun-wsdl-ext-library has been installed.|#]

[#|2009-11-04T15:53:22.001-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.retrieving_installation_configuration_mbean|#]

[#|2009-11-04T15:53:22.017-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_onInstall_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.onInstall_method_has_been_called|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.Calling_cleanUp_method|#]

[#|2009-11-04T15:53:22.032-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.bpel.BPELSEBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|BPELSEBootstrap.cleanUp_method_has_been_called|#]

[#|2009-11-04T15:53:22.111-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-bpel-engine has been installed.|#]

[#|2009-11-04T15:53:26.002-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|init
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding;|Registered
MBean: |#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|onInstall
method is called.|#]

[#|2009-11-04T15:53:26.081-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Completed
installation.|#]

[#|2009-11-04T15:53:26.096-0800|INFO|sun-appserver2.1|sun-database-binding.org.glassfish.openesb.databasebc.bootstrap.JDBCBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|Registered
Status Provider MBean for
{0}.com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-database-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:26.159-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-database-binding has been installed.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Init
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.504-0800|INFO|sun-appserver2.1|com.sun.jbi.engine.mashup.MashupSEBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|Install
method has been called Successfully.|#]

[#|2009-11-04T15:53:29.613-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Engine sun-edm-engine has been installed.|#]

[#|2009-11-04T15:53:31.692-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-file-binding has been installed.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001002:
Registered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001003:
onInstall method is called.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001004:
Completed installation.|#]

[#|2009-11-04T15:53:34.052-0800|INFO|sun-appserver2.1|sun-ftp-binding.com.sun.jbi.ftpbc.bootstrap.FTPBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|FTPBC-R001007:
Unregistered MBean:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ftp-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:34.115-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-ftp-binding has been installed.|#]

[#|2009-11-04T15:53:36.397-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0701:
Bootstrap has been initialized (init)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0702:
Bootstrap has been installed (onInstall)|#]

[#|2009-11-04T15:53:36.412-0800|INFO|sun-appserver2.1|sun-jms-binding.com.sun.jbi.jmsbc.JMSBindingBootstrap|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JMSBC-I0704:
Bootstrap has been cleaned up (cleanUp)|#]

[#|2009-11-04T15:53:36.475-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-jms-binding has been installed.|#]

[#|2009-11-04T15:53:38.819-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.init
method has been called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.Registered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.Extension
MBean name:
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00112.onInstall
method is called|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00101.getThreads
has been called; threads 16|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00109.getRetryCOount
has been called ; getRetryCount 0|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00110.getRetryInterval
has been called ; getRetryInterval 1,000|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00111.getRecoveryType
has been called ; getRecoveryType ERROR|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00117.getAllowDynamicEndpoint
has been called ; AllowDynamicEndpoint false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00125.getAllowConnectionPooling
has been called; Connection Pooling is false|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00119.getConnectionPoolPrefSize
has been called; Connection Pool Preferred Size is 1|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00120.getConnectionPoolMaxSize
has been called; Connection Pool Maximum Size is 10|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00123.getConnectionMaxIdleTimeout
has been called; Connection Pool Max Idle Timeout is 300|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00127.getConnProtocol
has been called; Connection Pooling Protocol is plain ssl|#]

[#|2009-11-04T15:53:38.897-0800|INFO|sun-appserver2.1|sun-ldap-binding.com.sun.jbi.ldapbc.bootstrap.InstallerExt|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00129.getConnAuthentication
has been called; Connection Pooling Authentication is none simple|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00113.Completed
installation|#]

[#|2009-11-04T15:53:38.913-0800|INFO|sun-appserver2.1|com.sun.jbi.ldapbc.bootstrap.LDAPBindingBootstrap|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|LDAPBC-R00116.Unregistered
MBean
com.sun.jbi:JbiName=server,CustomControlName=BootstrapExtension,ComponentName=sun-ldap-binding,ControlType=Custom,ComponentType=Installed,InstalledType=Binding|#]

[#|2009-11-04T15:53:38.976-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-ldap-binding has been installed.|#]

[#|2009-11-04T15:53:41.930-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-scheduler-binding has been installed.|#]

[#|2009-11-04T15:53:43.696-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine sun-xslt-engine has been installed.|#]

[#|2009-11-04T15:53:45.571-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Binding sun-email-binding has been installed.|#]

[#|2009-11-04T15:53:47.416-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=12;_ThreadName=httpWorkerThread-4848-1;|JBIFW1106:
Engine openesb-pojo-engine has been installed.|#]

[#|2009-11-04T15:53:52.668-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;|JBIFW1106:
Binding sun-rest-binding has been installed.|#]

[#|2009-11-04T15:53:55.184-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;C:\Documents
and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar;|ADM1006:Uploading
the file to:[C:\Documents and Settings\jfu\Local
Settings\Temp\s1astempdomain1server335141249\sun-jms-adapter.rar]|#]

[#|2009-11-04T15:53:56.513-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=Thread-56;|deployed
with moduleid = sun-jms-adapter|#]

[#|2009-11-04T15:53:57.341-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/jmq1]|#]

[#|2009-11-04T15:53:57.404-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/tx/jmq1].|#]

[#|2009-11-04T15:53:57.497-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/tx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/tx/default]|#]

[#|2009-11-04T15:53:57.529-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/tx/default;|CORE5004:
Resource Deployed: [cr:jms/tx/default].|#]

[#|2009-11-04T15:53:57.732-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/jmq1;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added cr/jms/notx/jmq1]|#]

[#|2009-11-04T15:53:57.779-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/jmq1;|CORE5004:
Resource Deployed: [cr:jms/notx/jmq1].|#]

[#|2009-11-04T15:53:57.857-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;ResourceDeployEvent
-- reference-added cr/jms/notx/default;|ADM1041:Sent the event to
instance:[ResourceDeployEvent -- reference-added
cr/jms/notx/default]|#]

[#|2009-11-04T15:53:57.888-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=13;_ThreadName=httpWorkerThread-4848-0;cr:jms/notx/default;|CORE5004:
Resource Deployed: [cr:jms/notx/default].|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;|WEB0303: Stopping Sun GlassFish Enterprise Server v2.1.1|#]

[#|2009-11-04T15:53:59.295-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8080;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8080|#]

[#|2009-11-04T15:53:59.701-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;8181;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 8181|#]

[#|2009-11-04T15:54:00.436-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;Sun GlassFish Enterprise Server
v2.1.1;4848;|WEB0713: Stopping Sun GlassFish Enterprise Server v2.1.1
HTTP/1.1 on 4848|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = [URLEntry :
file:/C:/GlassFishESBv22/glassfish/domains/domain1/generated/ejb/j2ee-apps/__JWSappclients/]
doneCalled = false 
 Parent -> EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f


|#]

[#|2009-11-04T15:54:01.467-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.514-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:01.530-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: true
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.313-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
classLoader = WebappClassLoader
  delegate: false
  repositories:
----------> Parent Classloader:
EJBClassLoader : 
urlSet = []
doneCalled = false 
 Parent -> java.net.URLClassLoader@bf053f

|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|
SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@11b6e4d|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5051: Shutting down all J2EE
applications ...|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;2009/11/04 15:54:08;|EJB5122:EJB Timer
Service shutdown at [2009/11/04 15:54:08]|#]

[#|2009-11-04T15:54:08.329-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5068 :  Stopping all J2EE Connector
1.5
Compliant resource adapters ...|#]

[#|2009-11-04T15:54:08.345-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopping...|#]

[#|2009-11-04T15:54:08.423-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_EB1101:
stateChanged:SHUTDOWN : Broker has been shutdown|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=16;_ThreadName=Thread-63;|MQJMSRA_RA1101:
SJSMQ JMSRA stopped.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;sun-jms-adapter;|RAR7094: sun-jms-adapter
shutdown successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;jmsra;|RAR7094: jmsra shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__ds;|RAR7094: __ds shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;__xa;|RAR7094: __xa shutdown
successful.|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE 5061 : Resource adapters Stop()
Complete|#]

[#|2009-11-04T15:54:08.438-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|CORE5052: Application shutdown
complete.|#]

[#|2009-11-04T15:54:08.501-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment
service.|#]

[#|2009-11-04T15:54:08.814-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=15;_ThreadName=RMI
TCP Connection(10)-127.0.0.1;|JBIFW0042: JBI framework termination
complete.|#]

Nov 4, 2009 4:11:00 PM
com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
INFO: 
C:/Java/jdk1.6.0_16\bin\java
-Dcom.sun.aas.instanceRoot=C:/GlassFishESBv22/glassfish/domains/domain1
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.serverClassPath=C:/GlassFishESBv22/glassfish/lib/install/applications/jmsra/imqjmsra.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,C:/GlassFishESBv22/glassfish/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Java/jdk1.6.0_16/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/GlassFishESBv22/glassfish/imq/lib/jaxm-api.jar,C:/GlassFishESBv22/glassfish/imq/lib/fscontext.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqbroker.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/GlassFishESBv22/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/GlassFishESBv22/glassfish/updatecenter/lib/updatecenter.jar,C:/GlassFishESBv22/glassfish/jbi/lib/jbi.jar,C:/GlassFishESBv22/glassfish/imq/lib/imqjmx.jar,C:/GlassFishESBv22/glassfish/lib/ant/lib/ant.jar,dbschema.jar
-Dcom.sun.aas.configName=server-config
-Dcom.sun.aas.configRoot=C:/GlassFishESBv22/glassfish/config
-Dcom.sun.aas.defaultLogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/server.log
-Dcom.sun.aas.domainName=domain1
-Dcom.sun.aas.installRoot=C:/GlassFishESBv22/glassfish
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.updatecenter.home=C:/GlassFishESBv22/glassfish/updatecenter
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
-Ddomain.name=domain1
-Djava.endorsed.dirs=C:/GlassFishESBv22/glassfish/lib/endorsed
-Djava.ext.dirs=C:/Java/jdk1.6.0_16/lib/ext;C:/Java/jdk1.6.0_16/jre/lib/ext;C:/GlassFishESBv22/glassfish/domains/domain1/lib/ext;C:/GlassFishESBv22/glassfish/javadb/lib
-Djava.library.path=C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\lib;C:\GlassFishESBv22\glassfish\bin;C:\GlassFishESBv22\glassfish\lib
-Djava.security.auth.login.config=C:/GlassFishESBv22/glassfish/domains/domain1/config/login.conf
-Djava.security.policy=C:/GlassFishESBv22/glassfish/domains/domain1/config/server.policy
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Djavax.net.ssl.keyStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/GlassFishESBv22/glassfish/domains/domain1/config/cacerts.jks
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djmx.invoke.getters=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dxml.catalog.ignoreMissing=true
-client
-XX:+UnlockDiagnosticVMOptions
-XX:MaxPermSize=192m
-Xmx512m
-XX:NewRatio=2
-XX:MaxPermSize=128m
-XX:PermSize=128m
-XX:+LogVMOutput
-XX:LogFile=C:/GlassFishESBv22/glassfish/domains/domain1/logs/jvm.log
-cp
C:/GlassFishESBv22/glassfish/lib/jhall.jar;C:\GlassFishESBv22\glassfish\lib\appserv-launch.jar
com.sun.enterprise.server.PELaunch
start
[#|2009-11-04T16:11:01.667-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting
Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02
Patch12))
(build b31g-fcs) ...|#]

[#|2009-11-04T16:11:02.636-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java
HotSpot(TM) Client VM;1.6.0_16;Sun Microsystems Inc.;|CORE5076: Using
[Java HotSpot(TM) Client VM, Version 1.6.0_16] from [Sun Microsystems
Inc.]|#]

[#|2009-11-04T16:11:02.776-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=pool-1-thread-3;|SEC1002:
Security Manager is OFF.|#]

[#|2009-11-04T16:11:02.995-0800|INFO|sun-appserver2.1|javax.enterprise.resource.jms|_ThreadID=11;_ThreadName=pool-1-thread-3;|Using
MQ RA for Broker lifecycle control|#]

[#|2009-11-04T16:11:05.605-0800|INFO|sun-appserver2.1|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.|#]

[#|2009-11-04T16:11:06.792-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114:
SSO is disabled in virtual server [server]|#]

[#|2009-11-04T16:11:06.808-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114:
SSO is disabled in virtual server [__asadmin]|#]

[#|2009-11-04T16:11:09.308-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3100;|JTS5014:
Recoverable JTS instance, serverId = [3100]|#]

[#|2009-11-04T16:11:09.745-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079:
Initialization of AMX MBeans started|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi;|ADM1504:
Here is the JMXServiceURL for the Standard JMXConnectorServer:
[service:jmx:rmi:///jndi/rmi://JFU-GX270XP.stc.com:8686/jmxrmi].  This
is
where the remote administrative clients should connect using the
standard
JMX connectors|#]

[#|2009-11-04T16:11:10.292-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=12;_ThreadName=Thread-14;true;|ADM1506:
Status of Standard JMX Connector: Active = [true]|#]

[#|2009-11-04T16:11:10.823-0800|INFO|sun-appserver2.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS
Service Connection URL is :mq://JFU-GX270XP.stc.com:7676/|#]

[#|2009-11-04T16:11:10.839-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: 
Using old JMSRA DIRECT mode|#]

[#|2009-11-04T16:11:10.855-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-11-04T16:11:10.917-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|new
broker instance constructed ...|#]

[#|2009-11-04T16:11:10.995-0800|INFO|sun-appserver2.1|javax.jms.connection|_ThreadID=10;_ThreadName=main;|Client
runtime Starting embedd broker, direct mode enabled=true|#]

[#|2009-11-04T16:11:12.027-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101:
stateChanged:READY : Broker has been started|#]

[#|2009-11-04T16:11:12.042-0800|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:RADIRECT|#]

[#|2009-11-04T16:11:13.167-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;MEjbApp;|LDR5010:
All ejb(s) of [MEjbApp] loaded successfully!|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;jdbc/__TimerPool;|EJB5109:EJB
Timer Service started successfully for datasource
[jdbc/__TimerPool]|#]

[#|2009-11-04T16:11:14.261-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.classloading|_ThreadID=10;_ThreadName=main;__ejb_container_timer_app;|LDR5010:
All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]

[#|2009-11-04T16:11:15.073-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=10;_ThreadName=main;|JBIFW0010:
JBI framework ready to accept requests.|#]

[#|2009-11-04T16:11:15.464-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;|WEB0302: Starting Sun GlassFish
Enterprise Server v2.1.1|#]

[#|2009-11-04T16:11:16.917-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8080;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8080|#]

[#|2009-11-04T16:11:17.073-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;8181;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 8181|#]

[#|2009-11-04T16:11:17.105-0800|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;Sun
GlassFish Enterprise Server v2.1.1;4848;|WEB0712: Starting Sun
GlassFish
Enterprise Server v2.1.1 HTTP/1.1 on 4848|#]

[#|2009-11-04T16:11:17.198-0800|INFO|sun-appserver2.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007:
Self Management Rules service is enabled|#]

[#|2009-11-04T16:11:17.230-0800|INFO|sun-appserver2.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application
server startup complete.|#]

[#|2009-11-04T17:11:20.046-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"domain.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.062-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.078-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.093-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.security.config"|#]

[#|2009-11-04T17:11:20.109-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.applications.lifecycle-module.JBIFramework.property.com.sun.jbi.home"|#]

[#|2009-11-04T17:11:20.124-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.156-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.dynamic.username.password"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ClientProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ClientProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:20.171-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.ServerProvider.property.encryption.key.alias"|#]

[#|2009-11-04T17:11:20.234-0800|INFO|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=RMI
TCP
Connection(44)-129.153.188.62;|javax.management.InstanceNotFoundException:
No object matches the specified name
"server.security-service.message-security-config.SOAP.provider-config.XWS_ServerProvider.property.signature.key.alias"|#]

[#|2009-11-04T17:11:27.027-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW0012:
JBI framework startup complete.|#]

[#|2009-11-04T17:11:38.594-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5501:
Initialized openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.907-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEComponentManager|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5505:
POJO SE Component started.|#]

[#|2009-11-04T17:11:38.922-0800|INFO|sun-appserver2.1|openesb-pojo-engine.org.glassfish.openesb.pojose.jbi.PojoSELifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|POJOSE-5502:
Started openesb-pojo-engine successfully!|#]

[#|2009-11-04T17:11:38.938-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Engine openesb-pojo-engine has been started.|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00107:
Component sun-file-binding started (outbound).|#]

[#|2009-11-04T17:11:43.993-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;sun-file-binding;|FILEBC-R00106:
Component sun-file-binding started (inbound).|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.FileBindingLifeCycle|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|FILEBC-R00109:
Component sun-file-binding started with the following configuration:
component-version: 2.6.0
build-number: 091101
Threads: 5
|#]

[#|2009-11-04T17:11:44.025-0800|INFO|sun-appserver2.1|com.sun.jbi.framework|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIFW1146:
Binding sun-file-binding has been started.|#]

[#|2009-11-04T17:13:36.584-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_2_APP to target server.|#]

[#|2009-11-04T17:13:36.959-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=16;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:37.568-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f9f/TEST_FILE_POJO_2_APP.zip
has been deployed.|#]

[#|2009-11-04T17:13:37.724-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Starting
service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:13:37.756-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://j2ee.netbeans.org/wsdl/TEST_FILE_POJO_2/FILE_POJO_SERVICE}FileInboundPortTypeService
          Endpoint:  FILE_POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:13:37.865-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=17;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2.|#]

[#|2009-11-04T17:13:38.006-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=19;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5508:
Started SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.383-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Shutting
down service assembly TEST_FILE_POJO_2_APP on target server.|#]

[#|2009-11-04T17:44:47.398-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=23;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5509:
Sopped SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;|ServiceUnit
stop method called.|#]

[#|2009-11-04T17:44:47.430-0800|INFO|sun-appserver2.1|com.sun.jbi.filebc.ServiceUnitImpl|_ThreadID=24;_ThreadName=TEST_FILE_POJO_2_APP-sun-file-binding;TEST_FILE_POJO_2_APP-sun-file-binding;|Successfully
stopped service unit: TEST_FILE_POJO_2_APP-sun-file-binding.|#]

[#|2009-11-04T17:44:47.445-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=25;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5510:
Shut down SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.664-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|Undeploying
service assembly TEST_FILE_POJO_2_APP from target server.|#]

[#|2009-11-04T17:44:47.680-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=26;_ThreadName=TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2;|POJOSE-5511:
Undeployed SU TEST_FILE_POJO_2_APP-TEST_FILE_POJO_2|#]

[#|2009-11-04T17:44:47.711-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=14;_ThreadName=httpWorkerThread-4848-0;|JBIMA0412:
Service Assembly with ID : TEST_FILE_POJO_2_APP has been
undeployed.|#]

[#|2009-11-04T17:44:55.399-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Deploying
service assembly TEST_FILE_POJO_3_APP to target server.|#]

[#|2009-11-04T17:44:55.618-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=27;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5507:
Deployed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:55.805-0800|INFO|sun-appserver2.1|com.sun.jbi.management.DeploymentService|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|JBIMA0402:
Service Assembly
file:/C:/GlassFishESBv22/glassfish/domains/domain1/jbi/tmp/upload/44eedae1124c1ae1dda7f3c/TEST_FILE_POJO_3_APP.zip
has been deployed.|#]

[#|2009-11-04T17:44:55.977-0800|INFO|sun-appserver2.1|com.sun.jbi.management|_ThreadID=15;_ThreadName=httpWorkerThread-4848-1;|Starting
service assembly TEST_FILE_POJO_3_APP on target server.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4513:
Activated Provisioning endpoint:         Endpoint Type: Internal
          Owner:     openesb-pojo-engine  Active: True  Exchanges: 0
          Service : 
{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEService
          Endpoint:  POJO_SERVICE
            RecvRequest: 0  SendReply: 0
            RecvDONE: 0  SendDONE: 0
            RecvERROR: 0  SendERROR: 0
            RecvFault: 0  SendFault: 0
.|#]

[#|2009-11-04T17:44:56.009-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=28;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-4503:
Initiliazed SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3.|#]

[#|2009-11-04T17:44:56.071-0800|INFO|sun-appserver2.1|org.glassfish.openesb.pojose.jbi.PojoSEServiceUnitManager|_ThreadID=30;_ThreadName=TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3;|POJOSE-5508:
Started SU TEST_FILE_POJO_3_APP-TEST_FILE_POJO_3|#]

[#|2009-11-04T17:46:07.171-0800|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=31;_ThreadName=filebc-ib-workerThread-1919;Context=TEST_FILE_POJO_3_APP-sun-file-binding-{http://test.pojo.file/POJO_SERVICE/}POJO_SERVICEOperation;_RequestID=de359eca-3732-4373-b9f6-3b87468b7d54;|[Fatal
Error] :23:20: Content is not allowed in trailing section.
|#]


 
---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

    
            
  
          
    

  






---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

BPEL_POJO_FILE_COMPAPP.zip (154K) Download Attachment