How to process the error?

          Error message:
          java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
          Start server side stack trace:
          java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
          at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
          at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
          at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
          at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
          at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
          at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
          at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
          at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
          at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
          at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
          at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
          at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
          at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
          at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
          at $Proxy61.bind(Unknown Source)
          at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
          at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
          at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
          at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
          at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
          at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
          at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
          at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
          at java.lang.reflect.Method.invoke(Native Method)
          at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
          at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
          at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
          at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
          at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
          at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
          at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
          at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
          at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
          at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
          at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
          at $Proxy16.addDeployment(Unknown Source)
          at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
          at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
          at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
          at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
          at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
          at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
          at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
          at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
          at $Proxy7.setTargets(Unknown Source)
          at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
          at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
          at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
          at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
          at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
          at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          End server side stack trace
          <<no stack trace available>>
          weblogic server's config file:
          <?xml version="1.0" encoding="UTF-8"?>
          <!--If your domain is active, please do not edit the config.xml file. Any changes
          made to that file while the domain is active will not have any effect on the domain's
          configuration and are likely to be lost. If your domain is inactive, you may edit
          this file with an XML editor. If you do so, please refer to the BEA Weblogic Server
          Configuration Reference documentation available from http://edocs.bea.com/wls/docs61/reference.html.
          In general, we recommend that changes to your configuration file be made through
          the Administration Console.-->
          <Domain Name="mydomain">
          <JMSServer Name="MyJMSServer">
          <JMSSessionPool ConnectionFactory="MyJmsConnectionFactory" Name="MyJmsSessionPool"/>
          <JMSQueue DestinationKeys="MyQueue"
          JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue-1"/>
          <JMSQueue DestinationKeys="MyQueue"
          JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue"/>
          </JMSServer>
          <JMSDestinationKey Name="MyQueue" Property="queue"/>
          <PasswordPolicy Name="wl_default_password_policy"/>
          <CustomRealm
          ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=ou=people,
          dc=example, dc=com;server.principal=cn=Manager, dc=example, dc=com;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;group.dn=ou=groups,
          dc=example, c=com"
          Name="defaultLDAPRealmForOpenLDAPDirectoryServices"
          Notes="This is provided as an example. Before enabling this Realm, you must
          edit the configuration parameters as appropriate for your environment."
          Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          <FileRealm Name="wl_default_file_realm"/>
          <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
          <Cluster Name="MyCluster"/>
          <SNMPAgent Name="mydomain"/>
          <JTA Name="mydomain"/>
          <Security GuestDisabled="false" Name="mydomain"
          PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
          <Server Cluster="MyCluster" ListenPort="7001" Machine="MyMachine"
          Name="myserver" NativeIOEnabled="true" TransactionLogFilePrefix="config/mydomain/logs/">
          <KernelDebug Name="myserver"/>
          <Log FileName="config/mydomain/logs/weblogic.log" Name="myserver"/>
          <ServerDebug Name="myserver"/>
          <WebServer DefaultWebApp="DefaultWebApp"
          LogFileName="./config/mydomain/logs/access.log"
          LoggingEnabled="true" Name="myserver"/>
          <ServerStart Name="myserver"/>
          <SSL Enabled="true" ListenPort="7002" Name="myserver"
          ServerCertificateChainFileName="config/mydomain/ca.pem"
          ServerCertificateFileName="config/mydomain/democert.pem" ServerKeyFileName="config/mydomain/demokey.pem"/>
          <ExecuteQueue Name="default" ThreadCount="15"/>
          </Server>
          <Machine Name="MyMachine">
          <NodeManager Name="MyMachine"/>
          </Machine>
          <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
          <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications">
          <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/>
          </Application>
          <CustomRealm
          ConfigurationData="server.host=ldapserver.example.com;membership.scope.depth=1;microsoft.membership.scope=sub;membership.filter=(|(&(memberobject=%M)(objectclass=memberof))(&(groupobject=%M)(objectclass=groupmemberof)));group.dn=ou=Groups,
          o=ExampleMembershipDir;group.filter=(&(cn=%g)(objectclass=mgroup));server.principal=cn=Administrator,
          ou=Members, o=ExampleMembershipDir;user.dn=ou=Members, o=ExampleMembershipDir;user.filter=(&(cn=%u)(objectclass=member))"
          Name="defaultLDAPRealmForMicrosoftSiteServer"
          Notes="This is provided as an example. Before enabling this Realm, you must
          edit the configuration parameters as appropriate for your environment."
          Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          <JDBCConnectionPool ACLName="system"
          DriverName="weblogic.jdbc.mssqlserver4.Driver"
          InitialCapacity="5" MaxCapacity="20" Name="sql2000"
          Password="{3DES}gM40PEIQp7HuBtneMplVOQ=="
          Properties="user=sa;password=11111111" Targets="myserver"
          TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
          TestTableName="employees" URL="jdbc:microsoft:sqlserver://james_pan:1433"/>
          <CustomRealm
          ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=ou=people,
          o=beasys.com;server.principal=uid=admin, ou=Administrators, ou=TopologyManagement,
          o=NetscapeRoot;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;group.dn=ou=groups,
          o=beasys.com"
          Name="defaultLDAPRealmForNetscapeDirectoryServer"
          Notes="This is provided as an example. Before enabling this Realm, you must
          edit the configuration parameters as appropriate for your environment."
          Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          <Application Deployed="true" Name="ejbModule1" Path=".\config\mydomain\applications">
          <EJBComponent Name="ejbModule1" Targets="myserver" URI="ejbModule1.jar"/>
          </Application>
          <CustomRealm
          ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou=people,
          o=example.com;server.principal=cn=admin, o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
          o=example.com"
          Name="defaultLDAPRealmForNovellDirectoryServices"
          Notes="This is provided as an example. Before enabling this Realm, you must
          edit the configuration parameters as appropriate for your environment."
          Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          <ApplicationManager Name="mydomain"/>
          <Application Deployed="true" Name="EntityBeanModule" Path=".\config\mydomain\applications">
          <EJBComponent Name="EntityBeanModule" URI="EntityBeanModule.jar"/>
          </Application>
          <JMSConnectionFactory JNDIName="MyJmsConnectionFactory"
          Name="MyJmsConnectionFactory" Targets="myserver"/>
          <Application Deployed="true" Name="DefaultWebApp" Path=".\config\mydomain\applications">
          <WebAppComponent Name="DefaultWebApp" Targets="myserver" URI="DefaultWebApp"/>
          </Application>
          </Domain>
          

Software version?
          _sjz.
          "james pan" <[email protected]> wrote in message
          news:[email protected]...
          >
          > --------------------------------------------------
          > Error message:
          > --------------------------------------------------
          > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
          >
          > Start server side stack trace:
          > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
          > at
          weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
          > at
          weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
          > at
          weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
          > at
          weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
          > at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
          Source)
          > at
          weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
          > at
          weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
          :93)
          > at
          weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
          > at
          weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
          > at
          weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
          > at
          weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
          > at
          weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
          :262)
          > at
          weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
          :229)
          > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
          > at $Proxy61.bind(Unknown Source)
          > at
          weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
          > at
          weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
          > at
          weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
          > at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
          > at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
          > at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
          > at
          weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
          arget.java:329)
          > at
          weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
          arget.java:144)
          > at java.lang.reflect.Method.invoke(Native Method)
          > at
          weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
          .java:636)
          > at
          weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:6
          21)
          > at
          weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
          nImpl.java:359)
          > at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
          > at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
          > at
          weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(Confi
          gurationMBeanImpl.java:491)
          > at
          weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
          nImpl.java:361)
          > at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
          > at
          com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
          > at
          weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
          > at
          weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
          > at $Proxy16.addDeployment(Unknown Source)
          > at
          weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBean
          Impl.java:1516)
          > at
          weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
          java:895)
          > at
          weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
          java:847)
          > at
          weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
          onMBeanImpl.java:295)
          > at
          com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
          6)
          > at
          com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
          1)
          > at
          weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
          > at
          weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
          > at $Proxy7.setTargets(Unknown Source)
          > at
          weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet
          (__jmsserver.java:92)
          > at
          weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMB
          eanAction.java:135)
          > at
          weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
          rvlet.java:171)
          > at
          weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
          let.java:85)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :265)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :200)
          > at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          ntext.java:2495)
          > at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          :2204)
          > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          > End server side stack trace
          >
          > <<no stack trace available>>
          >
          > ----------------------------------------------------------
          > weblogic server's config file:
          > ----------------------------------------------------------
          > <?xml version="1.0" encoding="UTF-8"?>
          > <!--If your domain is active, please do not edit the config.xml file. Any
          changes
          > made to that file while the domain is active will not have any effect on
          the domain's
          > configuration and are likely to be lost. If your domain is inactive, you
          may edit
          > this file with an XML editor. If you do so, please refer to the BEA
          Weblogic Server
          > Configuration Reference documentation available from
          http://edocs.bea.com/wls/docs61/reference.html.
          > In general, we recommend that changes to your configuration file be made
          through
          > the Administration Console.-->
          > <Domain Name="mydomain">
          > <JMSServer Name="MyJMSServer">
          > <JMSSessionPool ConnectionFactory="MyJmsConnectionFactory"
          Name="MyJmsSessionPool"/>
          > <JMSQueue DestinationKeys="MyQueue"
          > JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue-1"/>
          > <JMSQueue DestinationKeys="MyQueue"
          > JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue"/>
          > </JMSServer>
          > <JMSDestinationKey Name="MyQueue" Property="queue"/>
          > <PasswordPolicy Name="wl_default_password_policy"/>
          > <CustomRealm
          >
          ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=o
          u=people,
          > dc=example, dc=com;server.principal=cn=Manager, dc=example,
          dc=com;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquena
          mes));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.hos
          t=ldapserver.example.com;group.dn=ou=groups,
          > dc=example, c=com"
          > Name="defaultLDAPRealmForOpenLDAPDirectoryServices"
          > Notes="This is provided as an example. Before enabling this Realm,
          you must
          > edit the configuration parameters as appropriate for your environment."
          > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
          RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          > <FileRealm Name="wl_default_file_realm"/>
          > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
          > <Cluster Name="MyCluster"/>
          > <SNMPAgent Name="mydomain"/>
          > <JTA Name="mydomain"/>
          > <Security GuestDisabled="false" Name="mydomain"
          > PasswordPolicy="wl_default_password_policy"
          Realm="wl_default_realm"/>
          > <Server Cluster="MyCluster" ListenPort="7001" Machine="MyMachine"
          > Name="myserver" NativeIOEnabled="true"
          TransactionLogFilePrefix="config/mydomain/logs/">
          > <KernelDebug Name="myserver"/>
          > <Log FileName="config/mydomain/logs/weblogic.log"
          Name="myserver"/>
          > <ServerDebug Name="myserver"/>
          > <WebServer DefaultWebApp="DefaultWebApp"
          > LogFileName="./config/mydomain/logs/access.log"
          > LoggingEnabled="true" Name="myserver"/>
          > <ServerStart Name="myserver"/>
          > <SSL Enabled="true" ListenPort="7002" Name="myserver"
          > ServerCertificateChainFileName="config/mydomain/ca.pem"
          > ServerCertificateFileName="config/mydomain/democert.pem"
          ServerKeyFileName="config/mydomain/demokey.pem"/>
          > <ExecuteQueue Name="default" ThreadCount="15"/>
          > </Server>
          > <Machine Name="MyMachine">
          > <NodeManager Name="MyMachine"/>
          > </Machine>
          > <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
          > <Application Deployed="true" Name="certificate"
          Path=".\config\mydomain\applications">
          > <WebAppComponent Name="certificate" Targets="myserver"
          URI="certificate.war"/>
          > </Application>
          > <CustomRealm
          >
          ConfigurationData="server.host=ldapserver.example.com;membership.scope.depth
          =1;microsoft.membership.scope=sub;membership.filter=(|(&(memberobject=%M
          )(objectclass=memberof))(&(groupobject=%M)(objectclass=groupmemberof)));
          group.dn=ou=Groups,
          >
          o=ExampleMembershipDir;group.filter=(&(cn=%g)(objectclass=mgroup));serve
          r.principal=cn=Administrator,
          > ou=Members, o=ExampleMembershipDir;user.dn=ou=Members,
          o=ExampleMembershipDir;user.filter=(&(cn=%u)(objectclass=member))"
          > Name="defaultLDAPRealmForMicrosoftSiteServer"
          > Notes="This is provided as an example. Before enabling this Realm,
          you must
          > edit the configuration parameters as appropriate for your environment."
          > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
          RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          > <JDBCConnectionPool ACLName="system"
          > DriverName="weblogic.jdbc.mssqlserver4.Driver"
          > InitialCapacity="5" MaxCapacity="20" Name="sql2000"
          > Password="{3DES}gM40PEIQp7HuBtneMplVOQ=="
          > Properties="user=sa;password=11111111" Targets="myserver"
          > TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
          > TestTableName="employees"
          URL="jdbc:microsoft:sqlserver://james_pan:1433"/>
          > <CustomRealm
          >
          ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=o
          u=people,
          > o=beasys.com;server.principal=uid=admin, ou=Administrators,
          ou=TopologyManagement,
          >
          o=NetscapeRoot;membership.filter=(&(uniquemember=%M)(objectclass=groupof
          uniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));se
          rver.host=ldapserver.example.com;group.dn=ou=groups,
          > o=beasys.com"
          > Name="defaultLDAPRealmForNetscapeDirectoryServer"
          > Notes="This is provided as an example. Before enabling this Realm,
          you must
          > edit the configuration parameters as appropriate for your environment."
          > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
          RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          > <Application Deployed="true" Name="ejbModule1"
          Path=".\config\mydomain\applications">
          > <EJBComponent Name="ejbModule1" Targets="myserver"
          URI="ejbModule1.jar"/>
          > </Application>
          > <CustomRealm
          >
          ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou
          =people,
          > o=example.com;server.principal=cn=admin,
          o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquen
          ames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.ho
          st=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
          > o=example.com"
          > Name="defaultLDAPRealmForNovellDirectoryServices"
          > Notes="This is provided as an example. Before enabling this Realm,
          you must
          > edit the configuration parameters as appropriate for your environment."
          > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
          RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
          > <ApplicationManager Name="mydomain"/>
          > <Application Deployed="true" Name="EntityBeanModule"
          Path=".\config\mydomain\applications">
          > <EJBComponent Name="EntityBeanModule" URI="EntityBeanModule.jar"/>
          > </Application>
          > <JMSConnectionFactory JNDIName="MyJmsConnectionFactory"
          > Name="MyJmsConnectionFactory" Targets="myserver"/>
          > <Application Deployed="true" Name="DefaultWebApp"
          Path=".\config\mydomain\applications">
          > <WebAppComponent Name="DefaultWebApp" Targets="myserver"
          URI="DefaultWebApp"/>
          > </Application>
          > </Domain>
          >
          >
          

Similar Messages

  • How to catch the error occurred in Integration Process, and then save it?

    1. how to catch the error occurred in Integration Process, and then save the detailed error message to the file?
    2. there are fault message type for inbound message interface, how to use the fault message type in IR?
    Thanks,
    Michael
    Message was edited by: Spring Tang
    inital
    Message was edited by: Spring Tang
    detailed message output
    Message was edited by: Spring Tang
    fault message type

    Hi Spring,
    If u give an exception step along with your Transformation Step, whenever some error occurs in your message mapping, this exception block wil be triggered.
    You can configure your exception block to do all exception processing that you want. This exception handling is like any other java Exceptio n Handler. You can do anything that you want in your exception handler block on the basis of your requirements.
    <i>If an exception is triggered at runtime, the system first searches for the relevant exception handler in surrounding blocks. If it does not find the correct exception handler, it continues the search in the next block in the block hierarchy.
    When the system finds the correct system handler, it stops all active steps in the block in which the exception handler is defined and then continues processing in the exception handler branch. Once the exception handler has finished processing, the process is continued after the block.
    If the system fails to find an exception handler, it terminates the integration process with an error.</i>
    Regards,
    Bhavesh

  • How to handle the errors in BDC Session method

    Hi All,
    I am uploading Material Master (MM01) records using BDC Session Method.my problem is when i am running the program, all the error records are going to flat file.how can i correcting the error records and after correction how can i re-process the error records.tell me with example.
    i have around 70,000 records in my flat file.

    Hi,
    I am attaching few threads.Hope these will help you.
    If there are any error records in session, all those error records will get poulated in log .SM35 and after the session is completed , u can see error records which can be corrected and reprocessed again
    We have the structures BDCLD and BDCLM, which will capture the log details inthe session. Firstly, sesssion should be processed. After that log will be created. Then caputure the information into an internal table using BDCLM and BDCLD.
    and refer the link.
    error correction in bdc session
    regards
    Madhu

  • How To Track the Errors In LSMW

    Hi Experts,
    When I Execute LSMW, If I Get Some Errors Over There.
    How to Track And Clear Those Errors.
    Is there Any Methods For this Or Is there Any Way to Do this .?????
    Please Let me Know the Solution.
    Regards
    Khanna

    hi,
    In the field mappings and conversion rules,
    in the global section,define an internal table.
    data : begin of it_errors occurs 0,
    desc type string,
    end of it_errors.
    and where ever you have wrong or empty values for the fields,populate error there to the internal table.
    for example, if Material no is blank,i have to give err msg
    IF NOT MATMAS_MRPVIEW-MATNR IS INITIAL.
    BMM00-MATNR = MATMAS_MRPVIEW-MATNR.
    else.
    IT_ERROR-DESC = 'Material no is empty'.
    append it_error.
    SKIP_RECORD. "to skip further processing of this error record.
    ENDIF.
    like this you populate all the error records to that IT_ERRORS internal table.
    and finally download it using GUI_DOWNLOAD in the event
    '__END_OF_PROCESSING__'
    there is another way also, you can create a Session in the LSMW, and record the error records in the session then process the error records in the session
    ~~Guduri

  • How to rectify the error message " duplicate data records found"

    Hi,
    How to  rectify the error "duplicate data records found" , PSA is not there.
    and give me brief description about RSRV
    Thanks in advance,
    Ravi Alakunlta

    Hi Ravi,
    In the Info Package screen...Processing tab...check the option Do not allow Duplicate records.
    RSRV is used for Repair and Analysis purpose.
    If you found Duplicate records in the F fact table...Compress it then Duplicate records will be summarized in the Cube.
    Hope this helps.

  • How to rectify the Errors that occurs in QA system?

    hi,
    if there are some errors that occurs while transporting my ods from development to QA. how should i see the errors? And then how to rectify the errors that happened in the transports in QA nor DEV.
    Can anyone let me know the entire process for the correcting the errors in transports if any docs pls email at [email protected]
    regds
    haritha

    hi,
    while importing the reqst if u get any kind of errors , u need to check the Transport Log Entries
    thez are the posible return codes
    0 means all is ok
    4 means something happens, e. g. something in the destination system is deletet, but else everything ok
    8 means something goes wrong. Some parts could be transportet but not all
    If you have higher than 8 you have a problem. If you want to know more about a transport read the transport protocol. It tells you what the problem is
    Analyze the trnasport log and fix the issue based on the error msg and reimpor t he reqst
    thanks

  • How to customize the error messages in web analysis reports

    Does anyone know how to customize the error messages that web analysis shows ,
    I want to customize the below error message with a custom error message
    "Document does not exist or no authorization to open document.Error occurred while loading document"
    Does anyone know how to do this ?

    Rajesh,
    you may want to check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Bala Duvvuri

  • JNI - How to use the error reporting mechanism?

    I've developed a C++ DLL which is loaded from a commercial Win32 application (not written by me) as a plug-in for external calculations. On its initialization the C++ DLL launches the Java VM via the JNI invocation interface. When the DLL functions are called by the application, they forward the calls to Java objects inside the Java VM, again via JNI invocation interface.
    This works well, but I have encountered a weird error.
    From Java I open a JFrame containing a JTextArea as small console for debug output messages. If I turn output to this debug console off (my printToConsole routine checks whether a boolean flag is set), the string concatenation operator may lead to a crash of the Java VM.
    For example, if in one of the Java functions called from the
    DLL via JNI invocation interface the following is the first statement,
    it leads to a crash of the Java VM and the application that loaded the C++ proxy DLL.
    String test=""+Math.random(); // String test not used later
    Interestingly, if I comment this statement out, the Java code works fine WITHOUT any crash. I've already thought about potential races and synchronization issues in my code, but I don't see where this is the case. And the string concatenation error fails as well, if I insert sleep() statements in front of it and at other places in the code. However, if I turn on log messages printed to my JFrame debug console (containing a JTextArea), the String concatenation works without problems.
    So maybe the JNI interface has a bug and affects the Java VM; I don't see where my JNI code is wrong.
    One problem is that I do not get any stdout output, as the C++ proxy DLL is loaded by the Windows application, even if I start the Windows application from the DOS command line (under Windows).
    Does anyone know how to use the error reporting mechanism?
    http://java.sun.com/j2se/1.4.2/docs/guide/vm/error-handling.html
    Is it possible that the JVM, when it crashes, writes debug information about the crash into a file instead of stdout/stderr?
    My C++ proxy DLL was compiled in debug mode, but the commercial application (which loaded the DLL) is very likely not.
    I do not know hot to find the reason why the String concatenation fails inside the Java function called from the C++ DLL via JNI.

    Yes, I've initially thought about errors in the C++ code too. But the C++ code is actually very simple and short. It doesn't allocate anything on the C++ side. It allocates a couple of ByteBuffers inside the Java VM however via JNI invocation interface calls of env->NewDirectByteBuffer(). The native memory regions accessed via the ByteBuffers are allocated not by my own C++ code, but by the program that calls my DLL (the program is Metastock).
    The interesting thing is that everything works fine if output to my debug console is enabled, which means that in the Java print routine getConsoleLoggingState() returns true and text is appended to the jTextArea.
    static synchronized void print(String str)
    { MetaStockMonitor mMon=getInstance();
    if ( mMon.getFileLoggingState() && mMon.logFileWriter!=null) {
    mMon.logFileWriter.print(str);
    mMon.logFileWriter.flush();
    if ( mMon.getConsoleLoggingState() ) {
    mMon.jTextArea1.append(str);
    Only if output to the JTextArea is turned off (ie. getConsoleLoggingState()==false), the crash happens when the FIRST statement in the Java routine called via JNI invocation interface is a (useless) String concatenation operation, as described above.
    String test=""+Math.random(); // String test not used later
    Moreover, the crash happens BEFORE the allocated ByteBuffer objects are accessed in the Java code. But again, if console output is turned on, it works stable. If console output is turned off, it works when the (useless) String concatenation operation is removed in the Java routine called from C++.
    I've already thought about potential races (regarding multiple threads), but this can be ruled out in my case. It almost appears as if the JVM can have problems when called by the invocation interface (I tested it with Java 1.4.2 b28).
    All the calls between C++ and Java go ALWAYS in the direction from C++ code to Java. Unfortunately, there is no special JRE version with extensive logging capabilities to facilitate debugging. And the problem is not easily reproducible either.
    JNIEnv* JNI_GetEnv()
    JNIEnv *env;
    cached_jvm->AttachCurrentThread((void**)&env,NULL);
    fprintf(logfile,"env=%i\n",env);
    fflush(logfile);
    return env;
    // function called by Metastock's MSX plug-in interface
    BOOL __stdcall createIndEngine (const MSXDataRec *a_psDataRec,
    const MSXDataInfoRecArgsArray *a_psDataInfoArgs,
    const MSXNumericArgsArray *a_psNumericArgs,
    const MSXStringArgsArray *a_psStringArgs,
    const MSXCustomArgsArray *a_psCustomArgs,
    MSXResultRec *a_psResultRec)
    a_psResultRec->psResultArray->iFirstValid=0;
    a_psResultRec->psResultArray->iLastValid=-1;
    jthrowable ex;
    jmethodID mid;
    JNIEnv* env=JNI_GetEnv();
    jobject chart=getChart(env, a_psDataRec);
    if ( chart==NULL) {
    return MSX_ERROR;
    jobject getChart (JNIEnv* env, const MSXDataRec *a_psDataRec)
    jthrowable ex;
    jmethodID mid;
    int closeFirstValid, closeLastValid;
    closeFirstValid=a_psDataRec->sClose.iFirstValid;
    closeLastValid=a_psDataRec->sClose.iLastValid;
    long firstDate, firstTime;
    if (closeFirstValid>=1 && closeFirstValid<=closeLastValid) {
    firstDate = a_psDataRec->psDate[closeFirstValid].lDate;
    firstTime = a_psDataRec->psDate[closeFirstValid].lTime;
    } else {
    firstDate=0;
    firstTime=0;
    jclass chartFactoryClass = env->FindClass("wschwendt/metastock/msx/ChartFactory");
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot find class ChartFactory\n");
    printSBufViaJava(sbuf);
    return NULL;
    mid = env->GetStaticMethodID(chartFactoryClass, "getInstance", "()Lwschwendt/metastock/msx/ChartFactory;");
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot find method ID for ChartFactory.getInstance()\n");
    printSBufViaJava(sbuf);
    return NULL;
    jobject chartFactory=env->CallStaticObjectMethod(chartFactoryClass, mid);
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Exception while calling ChartFactory.getInstance()");
    printSBufViaJava(sbuf);
    return NULL;
    mid = env->GetMethodID(chartFactoryClass, "getChartID", "(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;IIIIIII)F");
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot find method ID for ChartFactory.getChartID()\n");
    printSBufViaJava(sbuf);
    return NULL;
    jobject symbolBuf=env->NewDirectByteBuffer(a_psDataRec->pszSymbol, strlen(a_psDataRec->pszSymbol) );
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot allocate symbolBuf\n");
    printSBufViaJava(sbuf);
    return NULL;
    jobject securityNameBuf=env->NewDirectByteBuffer(a_psDataRec->pszSecurityName, strlen(a_psDataRec->pszSecurityName) );
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot allocate securityNameBuf\n");
    printSBufViaJava(sbuf);
    return NULL;
    jobject securityPathBuf=env->NewDirectByteBuffer(a_psDataRec->pszSecurityPath, strlen(a_psDataRec->pszSecurityPath) );
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot allocate securityPathBuf\n");
    printSBufViaJava(sbuf);
    return NULL;
    jobject securityOnlineSourceBuf=env->NewDirectByteBuffer(a_psDataRec->pszOnlineSource, strlen(a_psDataRec->pszOnlineSource) );
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Cannot allocate onlineSourceBuf\n");
    printSBufViaJava(sbuf);
    return NULL;
    // Java Function call leads to crash, if console output is turned off and
    // the first statement in the Java routine is a (useless) string concatenation.
    // Otherwise it works stable.
    jfloat chartID=env->CallFloatMethod(chartFactory, mid, securityNameBuf, symbolBuf,
    securityPathBuf, securityOnlineSourceBuf, (jint)(a_psDataRec->iPeriod),
    (jint)(a_psDataRec->iInterval), (jint)(a_psDataRec->iStartTime),
    (jint)(a_psDataRec->iEndTime), (jint)(a_psDataRec->iSymbolType),
    (jint)firstDate, (jint)firstTime );
    if (ex= env->ExceptionOccurred() ) {
    env->ExceptionDescribe();
    env->ExceptionClear();
    sprintf(sbuf, "DLL: Exception while calling ChartFactory.getChartID()");
    printSBufViaJava(sbuf);
    return NULL;

  • How i fix the error 1015 for my iphone3g coz my phone i opining

    how i fix the error 1015 for my iphone3g coz my phone i opining and also i can use since i face that problem

    Yes, if it has been jailbroken, then there is probably nothing that you can do and you will never be able to use it, so ditch it and buy a new phone.
    If it's an iPhone 3g, then it is a very old phone anyway and you shoud consider buying a new one.

  • How to process the Received Idoc in SAP R/3 ? What to be done ?

    Hi All
    I am working for file to Idoc scenario.....
    Idoc received into SAP R/3 but how to process the Idoc data ?
    Such it will store in SAP R/3 DB.....
    Clearly
    How to Process the received idoc data into SAP R/3 ? (this is for inbound idoc)
    I hope any one can help me on the processing steps ?
    Waiting for valuable inputs form experts
    Regards
    Rakesh

    rakesh
    chec <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660">Sample IDoc</a>
    normally, based on the idoc types it will get processed. if it is an idoc with master record it will create appropriate master records or if it based for a transaction it will create one.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098</a>

  • How to handle the #error in ssrs expression

    hi 
    Please any one help me to resolve this #error ,
    I have a calculated filed in that expression i given a if condition like below 
    data of column is coming like this 0 , 0.0 
    =IIF(Fields!Column1.Value=0,0,((Fields!Column2.Value - Fields!Column1.Value)/( Fields!Column1.Value)))
    how to handle the #error 
    Please let me know any one 

    Hi deepuk23,
    According to your description, when you use the IIF() function in the report you got some error,right?
    The issue can be caused by the column1 and column2 have different datatype, I assumed that one is integer and another is float, when the Column1 is 0 or null,  because IIF() function always evaluates both the true part and the false part, even
    though it returns only one of them, it will throw out the error. 
    To resolve the issue, you should use a nested IIF() function to avoid the zero-divisor in any rate like below:
    =IIF(Fields!Column1.Value=0,0,((Fields!Column2.Value - Fields!Column1.Value)/(IIF(Fields!Column1.Value=0,1,Fields!Column1.Value))))
    For more information, please refer to this article:
    FAQ: Why does the “Attempted to divide by zero” error still happen?
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How to process the PDF files at one time

    Hello,
    I'm using WebDynpro for ABAP and Adobe Interactive Forms as offline forms.
    I collect PDF files from received e-mails.
    I want them to be taken in at one time.
    (for example,
    system job read PDF files and create data in ERP,
    or I upload the files one time.)
    Please let me know
    - How to process the PDF files at one time.
    Best regards,
    Koji

    When you click the edit button in recents, try clicking the clear button in the upper left.

  • TS2529 how to fix the error message itunes can't sync apps because it can't determine what apps are installed

    how to fix the error message itunes can't sync apps because it can't determine what apps are installed

    Hi,
    This may be Helpful 
    AMDS for Windows
    http://support.apple.com/kb/TS1567

  • How to get the Error message from hr_contact_rel_api.create_contact

    Hello All,
    I am using this API for creating a contact for an employee in R12.
    But, some times i am not able to create the contact successfully, and Unable to figure out proper reason for record erroring out.
    I dont find any out msg data variables for this API in order to check it for the Error.
    So, can any body help me how to get the ERROR Message for such APIs.
    Thanks inAdvance,
    Amarnadh Js

    user12243334 wrote:
    solved the issue on myselfIt would be nice if you could share the solution with us.
    Thanks,
    Hussein

  • How to read the error message like clipping positive or -ve in Tektronix oscillioscope 3012B

    During acquiring the Sine wave or triangular wave from TDS3012B, if the amplitude or Max or min is clipping, how do you read the error?  I used *ESR?, first time when I ran the error query program, it gave me Error message saying it is clipping, after that If I run again,the error query , It would not give me the error message, I couldn't reproduce it, eventhough but On the screen if I measure, Amp, min and Max it says that it is clipping positive or -ve. I was wondering how to read the error message while aquiring the data?  If any one could help me that would be of great help.. Thanks

    Usually, reading the error status register clears it. I'm not familiar with this particular model of scope but you may have to initiate a new acquisition in order for the scope to generate a new error. Another possiblity is that a new error will be generated when the vertical scale changes. Unless someone posts with an answer, I'd say that your best bet to get an answer is to contact Tektronix technical support.

Maybe you are looking for

  • Photoshop CS3 won't run after upgrade to leopard

    after installed leopard 10.5 i can't run PS CS3.. it said "could not initialized photoshop bcause the file is locked. Use the "get info" command to unlocked the file". And then i use the get info command but i found that the photoshop CS3 was not loc

  • Installer not installing!

    I have recently acquired a new HP machine, stock from the good people at staples. I have tried to install reader on this machine many times and failed miserably. I download the installer, run it. The progress bar fills to completion, and then.. nothi

  • Need 2 copies of archivelogs

    I need 2 copies of my archivelogs. 1 local in my Flashback recovery area and 1 to another server over nfs. What oracle parameter i need to change and to which value? Also, is this mount command is ok for the archivelog location over nfs? I mean, do i

  • Batch process to create large number of metadata fields in UCM?

    Is there any kind of scripting available to create a large number of metadata fields in UCM?. thanks

  • HT4972 I have tried to update ios on my ipad 2 but have not been successful. Help!

    I have tried updating my ipad 2 to ios through itunes, i have the lastest version of itunes, but have been unsuccessful. Help!