Thanx a lot Mr. makiey
But can u pls help me how do i test my ear file with the help of weblogic.appc tool:
i tried the command java -classpath weblogic.jar weblogic.appc UBITEST31082004.ear (ibs is my application ear file) it says weblogic/appc not found.
Can u pls tell me what should i do ?
Here is my config.xml.(this file is in c\bea\user_projects\domains\Mydomainname)
<?xml version="1.0" encoding="UTF-8" ?>
- <Domain ConfigurationVersion="8.1.2.0" Name="ibs">
- <Server ListenAddress="" ListenPort="7001" Name="myserver" NativeIOEnabled="true" ReliableDeliveryPolicy="RMDefaultPolicy" ServerVersion="8.1.2.0" XMLEntityCache="XMLCacheMBean_myserver">
<SSL Enabled="false" HostnameVerificationIgnored="false" IdentityAndTrustLocations="KeyStores" Name="myserver" />
</Server>
<JMSFileStore Directory="rmfilestore" Name="FileStore" />
<WSReliableDeliveryPolicy DefaultRetryCount="10" DefaultTimeToLive="60000" Name="RMDefaultPolicy" Store="FileStore" />
<Security Name="ibs" PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm" RealmSetup="true" />
<EmbeddedLDAP Credential="{3DES}UnY7i2T3d1o6GxvTKQsc6g97nKkMbnTBX7s96Kr0PnU=" Name="ibs" />
<SecurityConfiguration Credential="{3DES}d8Sb8z21tNYC9kjFJLh0qzWqk4pG74srx9EgUgvDOztWLBMC0nPe+xS9cZvE1PWStdnONijNQ3UTn5p5cPCoQjpLQZEVIspO" Name="ibs" RealmBootStrapVersion="1" />
<Realm FileRealm="wl_default_file_realm" Name="wl_default_realm" />
<FileRealm Name="wl_default_file_realm" />
<PasswordPolicy Name="wl_default_password_policy" />
- <JMSServer Name="WSStoreForwardInternalJMSServermyserver" Store="FileStore" Targets="myserver">
<JMSQueue CreationTime="1094167869968" JNDIName="jms.internal.queue.WSStoreForwardQueue" JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSStoreForwardQueuemyserver" />
<JMSQueue CreationTime="1094167870203" JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue" JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuemyserver" />
</JMSServer>
<XMLEntityCache Name="XMLCacheMBean_myserver" />
<JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" Name="ibs" Password="{3DES}3dpNMvs48jE=" Properties="user=ebank" Targets="myserver" TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc

racle:thin:@172.20.169.130:1521:ibank" />
<JDBCTxDataSource JNDIName="jdbc/ibs" Name="jdbc/ibs" PoolName="ibs" Targets="myserver" />
- <Application Name="UBITest31082004" Path="C:\Executables\EAR\UBITest31082004.ear" StagingMode="nostage" TwoPhase="true">
<EJBComponent Name="UBIEJB.jar" Targets="myserver" URI="UBIEJB.jar" />
<WebAppComponent Name="/" Targets="myserver" URI="UBIWeb.war" />
</Application>
</Domain>
I am breaking my head over this for more than a week.Any sort of help would be highly appreciated.
Regards
Aditya
Originally posted by makiey bartsch:
hi,
please try to test your ear file with a help of weblogic.appc tool:
java -classpath weblogic.jar weblogic.appc myApplication.ear
it will show you any errors/problems/missing descriptors etc.
greetings,
makiey