TemporaryQueue0 in weblogic 10gR3

Hi,
We have developed a message broker in OSB and is running on Weblogic 10gR3. It will read messages from inbound queue and route the messages to the outbound (other queue) queue. When the application is started processing the messages I can see a Temporary queue is getting created automatically like MNA.managedserver2!managedserver2.TemporaryQueue0. Here MNA is the DD queue. Could you please clarify the below
what is this TemporaryQueue?
will it create any performance issue.
will it increase the heapsize?
how can we void this queue?
Also I can see the Messages ReceivedCount is getting increased.
Appriciate early response on this.
Regards
James

Hello James,
AFAIK, these queues are created for storing the response and they will be created for each managed server in the cluster. I think Oracle support may help you out in confirming this, formally.
Regards,
Anuj

Similar Messages

  • Error while deploying a war file in Oracle Weblogic 10gr3 server

    Hi
    I am trying to deploy a web application which uses Hibernate 3 in Oracle weblogic 10gr3.But I am getting following exception.The same application gets deployed in tomcat without any problem.
    urce [WEB-INF/servicesContext.xml]: Cannot resolve reference to bean 'genericDao' while setting bean property 'genericDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'genericDao' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'saasHibernateSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'saasHibernateSessionFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Errors in named queries: Tenant.byUserName, slaUsageOfTenant.bySlaCriterion, ServiceUsage.byCriterion, SLA.getSlaList, ServiceUsage.byTenantId.
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'autoMeteringInterceptor' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'validator' while setting bean property 'validator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validator' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'tenant.tenantService' while setting bean property 'tenantService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenant.tenantService' defined in ServletContext resource [WEB-INF/servicesContext.xml]: Cannot resolve reference to bean 'genericDao' while setting bean property 'genericDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'genericDao' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'saasHibernateSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'saasHibernateSessionFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Errors in named queries: Tenant.byUserName, slaUsageOfTenant.bySlaCriterion, ServiceUsage.byCriterion, SLA.getSlaList, ServiceUsage.byTenantId
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:256)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:128)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:950)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:740)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:417)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:140)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:465)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:175)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1784)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validator' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'tenant.tenantService' while setting bean property 'tenantService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenant.tenantService' defined in ServletContext resource [WEB-INF/servicesContext.xml]: Cannot resolve reference to bean 'genericDao' while setting bean property 'genericDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'genericDao' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'saasHibernateSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'saasHibernateSessionFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Errors in named queries: Tenant.byUserName, slaUsageOfTenant.bySlaCriterion, ServiceUsage.byCriterion, SLA.getSlaList, ServiceUsage.byTenantId
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:256)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:128)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:950)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:740)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:417)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:140)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:248)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:128)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:950)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:740)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:417)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:140)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:465)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:175)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1784)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Initially this application was giving me absolute path related errors.But when I made changes to applicationContext.xml as follows,giviing absolute path for Hibernate mapping files
    <property name="mappingDirectoryLocations">
         <list>
         *<value>file:D:\saas-mappings</value>*
         </list>
    </property>
    I have extrached all the *.hbm.xml file to above location that is D:\saas-mappings.But now the application is giving me above mentioned error.The error says that it is related to Named queries.I am pasting the contents of a sample *.hbm.xml file having named query as a sample
    <?xml version="1.0"?>
    <!DOCTYPE hibernate-mapping PUBLIC
    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
    <hibernate-mapping package="com.psl.saas.domain">
         <class name="TenantSlaUsage" table="tenantslausage_v2">
                   <id name="tenantId" column="tenantId">
                   </id>
                   <property name="maxValue">
                        <column name="maxValue"></column>
                   </property>
                   <property name="thresholdValue">
                        <column name="thresholdValue"></column>
                   </property>
                   <property name="slaType" column="slaType" type="com.psl.saas.dataservice.SaasEnumSlaType"/>
                   <many-to-one name="slaCriterion" class="SLACriterion" column="slaCriterionName" lazy="false" unique="true" />          
                   <property name="usageCount">
                   <column name="usageCount"></column>
                   </property>
         </class>
         *<query name="slaUsageOfTenant.bySlaCriterion">
              <![CDATA[from com.psl.saas.domain.TenantSlaUsage where tenantId=:tenantId and slaCriterionName=:slaCriterionName]]>
         </query>*
    </hibernate-mapping>
    Any help on this will be greatly appreciated
    Thanks in Advance
    -Sameer Gijare

    Hi,
    For a tutorial with source on how to create and deploy a simple quickstart JEE5 JPA enterprise 3-tier application on your Oracle WebLogic 10.3 server - see the following example that uses the EclipseLink JPA provider. You should be able to transition all of your mapping information (the @ManyToOne and table/column overrides and named queries for example) using either JPA via entity annotations or native extensions if you do not want to implement EJB3.
    see...
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    We also have a similar version for Tomcat 6 except the JPA entity beans run outside a container-managed JTA transaction on the web container - for reference.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/Tomcat_Web_Tutorial
    thank you
    /michael
    www.eclipselink.org

  • WebLogic 10gR3 Portal Remote EJB gives java.lang.NoSuchMethodException

    We are migrating from WebLogic 11g to WebLogic 10gR3 Portal. The application we have currently works with 11g. Since migrating to 10gR3 we are now recieving the following error while calling a remote EJB.
    java.lang.NoSuchMethodException: com.xyz.SomeService_um3hps_SomeServiceRemoteImpl_1030_WLStub.login(java.lang.String, java.lang.String, com.xyz.User, com.xyz.Journal)
    at java.lang.Class.getMethod(Class.java:1605)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.getTargetMethod(RemoteBusinessIntfProxy.java:162)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:53)
    at $Proxy161.login(Unknown Source)
    at com.xyz.SomeServlet.service(PortalLoginServlet.java:109)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.xyz.presentation.jsf.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:114)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3502)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Version: WebLogic 10gR3 Portal
    The call is being made from one cluster to another in the same domain.
    There are two separate ear files that make up the application. One EAR contains the application, the other contains services. The services ear is deployed to one cluster, and the application to another cluster. Remote EJB calls are made from the application to the services. If these ears are in separate clusters, the calls fail with the error above. If the EARs are deployed within the same cluster, the calls work correctly.
    Thanks
    Edited by: user7719024 on Feb 17, 2010 2:40 PM

    Hi,
    As u are migrating from WebLogic 11g to WebLogic 10gR3 Portal so it will be best if you can generate the Artifacts like Stubs...etc using APPC compiler of WebLogic 10gR3 Portal.
    Then deploy the EAR/WAR on WebLogic 10gR3 Portal Server. http://jaysensharma.wordpress.com/2010/02/08/weblogic-specific-appc-ant-task/
    Thanks
    Jay SenSharma

  • Weblogic 10gR3 standard edition and enterprise edition

    Difference between weblogic 10gR3 standard edition and enterprise edition ??

    WebLogic Server software is the same in all of the various download distributions available that vary on platform and 32/64 bit architecture. However, which features are licensed for use vary by the edition customers license, which is covered here:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14860/products.htm#i1041725
    That link is for WLS 11g, but it applies generally to WLS 10.3.0 as well.

  • Adding an XE DataSource in WebLogic 10gR3

    I have Oracle 10g XE installed on my Windows XP Pro box. It is runing on port 17969.
    I am trying to add a dataSource in Weblogic 10gR3 Server. I tripled checked the port, IP and all other parameters. I have also checked the TNSListener for the correct SID and port, etc. Everything looks correcct. I can log into the Oracle dB thru it's home page.
    Can someone please take a look at my stack trace and offer advice as to what is wrong between the Weblogic Server and the Oracle dB? Thanks. Phil
    When I click to test the configuration, this is the error that I see:
    Connection test failed.
    Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: higgled.dnsalias.com:17969:XE
    oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:460)
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:411)
    oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:490)
    oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:202)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:474)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:369)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    ...

    I have Oracle 10g XE installed on my Windows XP Pro boxlog onto system above as the OS user which owns the Oracle software (oracle?)
    open a command window & issue the following commands
    lsnrctl status
    lsnrctl service
    post back here the commands above & output from them
    post the last 30 - 40 lines from listener.log

  • NameQualifier missing in SAML assertion generated by WebLogic 10gR3

    I configured a SAML Credential Mapping Provider of type SAMLCredentialMapperV2 in WebLogic 10gR3. I entered "bea" for the NameQualifier field but the generated SAML assertion contains
    <Subject><NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">myUser</NameIdentifier> ...
    where NameQualifier is missing.
    In WebLogic 9.2, the generated SAML assertion would contain
    <Subject>><NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" NameQualifier="bea">myUser</NameIdentifier> ...
    Is there any way to work around this problem? Thanks.

    I configured a SAML Credential Mapping Provider of type SAMLCredentialMapperV2 in WebLogic 10gR3. I entered "bea" for the NameQualifier field but the generated SAML assertion contains
    <Subject><NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">myUser</NameIdentifier> ...
    where NameQualifier is missing.
    In WebLogic 9.2, the generated SAML assertion would contain
    <Subject>><NameIdentifier Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" NameQualifier="bea">myUser</NameIdentifier> ...
    Is there any way to work around this problem? Thanks.

  • WebLogic 10gR3 and Windows Integrated Authentication

    Hi:
    I have an intranet web application running on WebLogic 10gR3 and would like to make use of the Windows Integrated Authentication (SSO, SPNEGO, Active Directory) so that the intranet users don't have to log in to access the web application.
    In weblogic, I've managed to create an ActiveDirectoryAuthenticator and can see all the users and groups from Active Directly. Also created a NegotiateIdentityAsserter with both WWW-Authenticate.Negotiate and Authorization.Negotiate options.
    When I set the web.xml login-config to BASIC, the browser shows the login dialog and authentication happens through AD. I've changed the login-config to CLIENT_CERT as suggested by the documentation:
    <login-config>
         <auth-method>CLIENT-CERT</auth-method>
    </login-config>but I'm getting the following error:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a
    WWW-Authenticate header field (section 14.46) containing a challenge
    applicable to the requested resource. The client MAY repeat the request
    with a suitable Authorization header field (section 14.8). If the request
    already included Authorization credentials, then the 401 response indicates
    that authorization has been refused for those credentials. If the 401
    response contains the same challenge as the prior response, and the user
    agent has already attempted authentication at least once, then the user
    SHOULD be presented the entity that was given in the response, since
    that entity MAY include relevant diagnostic information. HTTP access
    authentication is explained in section 11.Help is highly appreciated
    Albert
    Edited by: albertattard on Jul 13, 2009 3:40 PM
    Edited by: albertattard on Jul 13, 2009 3:42 PM

    Hi:
    I have an intranet web application running on WebLogic 10gR3 and would like to make use of the Windows Integrated Authentication (SSO, SPNEGO, Active Directory) so that the intranet users don't have to log in to access the web application.
    In weblogic, I've managed to create an ActiveDirectoryAuthenticator and can see all the users and groups from Active Directly. Also created a NegotiateIdentityAsserter with both WWW-Authenticate.Negotiate and Authorization.Negotiate options.
    When I set the web.xml login-config to BASIC, the browser shows the login dialog and authentication happens through AD. I've changed the login-config to CLIENT_CERT as suggested by the documentation:
    <login-config>
         <auth-method>CLIENT-CERT</auth-method>
    </login-config>but I'm getting the following error:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a
    WWW-Authenticate header field (section 14.46) containing a challenge
    applicable to the requested resource. The client MAY repeat the request
    with a suitable Authorization header field (section 14.8). If the request
    already included Authorization credentials, then the 401 response indicates
    that authorization has been refused for those credentials. If the 401
    response contains the same challenge as the prior response, and the user
    agent has already attempted authentication at least once, then the user
    SHOULD be presented the entity that was given in the response, since
    that entity MAY include relevant diagnostic information. HTTP access
    authentication is explained in section 11.Help is highly appreciated
    Albert
    Edited by: albertattard on Jul 13, 2009 3:40 PM
    Edited by: albertattard on Jul 13, 2009 3:42 PM

  • IIS configuration with Weblogic 10gR3

    Hi All,
    We are using IIS 6.0 as the proxy server in our portal application. The portal server is Weblogic 10gR3. I have followed some documents to configure it. (http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs103
    /plugins/isapi.html). But I am not able to configure that. Can any body help me in configuring IIS server as a proxy server.
    Thanks & Regrads
    Abani R. Behera

    Configure IIS Plug-in with Weblogic Server
    1. Make a directory on the IIS box for the plug-in.
    For instance: c:\Inetpub\WLS_IIS_Plugin\
    2. Copy iisforward.dll and iisproxy.dll to this new directory.
    These files are located at:
    10.0: \wlserver_10.0\server\plugin\win\32
    10.3: \wlserver_10.3\server\plugin\win\32
    3. To install iisforward.dll as an ISAPI filter, do the following:
    Go to Start->Administrative Tools->Internet Information Services
    (IIS) Manager
    In the left pane, drill down to the active website
    (like "Default Web Site")
    Right-click the active website and select Properties
    Select the ISAPI Filters tab and press the Add button
    Filter name: WLS IIS Plugin
    Or whatever you want
    Executable: C:\Inetpub\WLS_IIS_Plugin\iisforward.dll
    Or whatever path you created
    Press OK twice
    IIS6 does not allow the iisforward.dll ISAPI Extension to run by default.
    To enable:
    In the left pane of the Internet Information Services (IIS) Manager,
    click on Web Service Extension (located under the computer name)
    In the right pane, highlight All Unknown ISAPI Extensions and press
    the Allow button
    4. To map .wlforward to use iisproxy.dll, do the following:
    a. In the left pane, drill down to the active website (like
    "Default Web Site")
    b. Right-click the active website and select Properties
    c. Select Home Directory tab
    d. Click the Configuration... button.
    e. In the Application Mapping tab, click the Add... button.
    a. Executable: C:\Inetpub\WLS_IIS_Plugin\iisproxy.dll
    b. Extension: .wlforward
    f. Uncheck Verify that file exists
    g. IMPORTANT: Ensure .wlforward is not mapped to iisforward.dll.
    While this seems intuitive, it is wrong. .wlforward maps to
    iisproxy.dll.
    h. Press OK three times
    i. Exit the IIS Manager MMC console.
    5. Create a text file named iisproxy.ini and place it in the plug-in
    directory (e.g. c:\Inetpub\WLS_IIS_Plugin\iisproxy.ini)
    iisproxy.ini
    WebLogicCluster=localhost:7001,localhost:7003
    WlForwardPath=/
    Debug=ALL
    DebugConfigInfo=ON
    WLLogFile=c:/temp/iisproxy.log
    6. Restart IIS using the following CLI statement: iisreset /restart
    7. Use a browser to access IIS. This will 'turn on' the IIS->WLS
    ISAPI filter.
    8. Relaunch the IIS Manager and check the ISAPI filter tab to ensure
    the iisforward.dll is now 'turned on', as evidenced by a green arrow.

  • Vulnerabilities in webserviceclient+ssl.jar in Weblogic 10gR3 server

    Hi,
    I am using Weblogic server 10gR3. While checking for the vulnerabilities in project, came across CVE-2007-0417,CVE-2003-0640,CVE-2001-0098,CVE-2000-0681,CVE-2007-4618,CVE-2007-4617,CVE-2007-0425,CVE-2007-0418,CVE-2007-0408,CVE-2005-4757,CVE-2005-4756 all high vulnerabilities present in webserviceclient+ssl.jar. The description of these vulnerabilities says that they should be present in previous versions of Weblogic and should work fine in 10gR3.
    I am not sure, may be I have missed something while understanding as I am new to this.
    Please suggest me the way to resolve these security concerns.
    Thanks in Advance!

    Hi,
    For a tutorial with source on how to create and deploy a simple quickstart JEE5 JPA enterprise 3-tier application on your Oracle WebLogic 10.3 server - see the following example that uses the EclipseLink JPA provider. You should be able to transition all of your mapping information (the @ManyToOne and table/column overrides and named queries for example) using either JPA via entity annotations or native extensions if you do not want to implement EJB3.
    see...
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial
    We also have a similar version for Tomcat 6 except the JPA entity beans run outside a container-managed JTA transaction on the web container - for reference.
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/Tomcat_Web_Tutorial
    thank you
    /michael
    www.eclipselink.org

  • Weblogic 10gR3 ?

    Hi,
    I was looking for this version but I cannot find it. This term seems to refer (currently) to the old Oracle AS 10.1.3, while Weblogic 10.3(.1) server is now named 11gR1.
    Someone could explain if this is correct or I am wrong?
    Thanks
    Fabio D'Alfonso

    It used to call application server until 10g, now it is called Oracle Weblogic Server. I think the only way you can obtain 10gR3 install file by submitting metalink ticket.

  • Error in creating a domain in oracle Weblogic  10gR3

    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Domain Creation Failed!
    Domain Location: d:\domains\domain2
    Reason: null
    Exception:
    Traceback (innermost last):
    File "C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py", line 5, in ?
    ImportError: no module named java
         at org.python.core.Py.ImportError(Py.java:184)
         at org.python.core.imp.import_first(imp.java:555)
         at org.python.core.imp.import_name(imp.java:616)
         at org.python.core.imp.importName(imp.java:635)
         at org.python.core.ImportFunction.load(__builtin__.java:1020)
         at org.python.core.ImportFunction.__call__(__builtin__.java:1013)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.__builtin__.__import__(__builtin__.java:973)
         at org.python.core.imp.importAll(imp.java:724)
         at org.python.pycode._pyx2.f$0(C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py:5)
         at org.python.pycode._pyx2.call_function(C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
         at com.bea.plateng.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:892)
         at com.bea.plateng.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:878)
         at com.bea.plateng.domain.DomainChecker.preprocessOutput(DomainChecker.java:135)
         at com.bea.plateng.domain.DomainGenerator.generate(DomainGenerator.java:255)
         at com.bea.plateng.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:232)
    I am getting this error when i tried to create new domain. I reinstalled the Weblogic, after that also i am getting same problem.

    When you run your python script, did you set the weblogic environment, by using setWLSEnv.(sh or cmd) script.
    This file is located in the directory: <middleware-home>/wlserver_10.3/server/bin
    You can also use the wlst.(sh or cmd) script, located in the directory: <middleware-home>/wlserver_10.3/common/bin

  • How to install Oralce BPM Admin Center (Enterprise)  with weblogic 10gr3

    Hi,
    I want to do setup for the Oracle BPM Admin Center in my local with weblogic 10 , Is there any guid/pdf for this ?
    Please help .
    Thanks,
    Brijesh Kumar Singh.

    Some how i have installed this deployed one application and it was working fine. But still i want to know the correct way.
    Also, while deploying the other application it is giving the exception like this.
    Duplicate configuration name. Detail:A configuration named [Name: XXXXXAccessService; Subtype:WSCONSUMER; Type:Web Service; Properties:{transport.connector=HttpsdeveplopmentCom, project.basedir=C:\Documents and Settings\sbrijesh\OracleBPMWorkspace\ApplicationName, transport.http.path=/xxxxx-ws/services/XXXXXAccessService, exceptionPolicy=SYSTEM, binding.type=static, transport.type=HTTP, instrospect.type=introspect.direct}] already exists.
    if it is already there then it should avoid this, Should not give the exception.
    Thanks,
    Brijesh Kumar Singh

  • Workspace for Weblogic 10gR3 keep hanging  JVM terminated. Exit code=107380

    Hi,
    My workpace 10gR3 IDE sometime will hang when I was coding half way. The cause of it occurrence is always different.
    When I force shut down the workspace, the following error is display.
    JVM terminated. Exit code=1073807364
    D:/bea103/jrockit_160_05/jre/bin/javaw.exe
    -Xms768
    -Xmx1024m
    -XX:MaxPermSize=256m
    -XX:PermSize=192m
    -XX:NewRatio=3
    -Xss256k
    -DprodMode=production
    -Dweblogic.home=D:/bea103/wlserver_10.3
    -Dsun.lang.ClassLoader.allowArraySyntax=true
    The workspace is running on Windows XP 32 bits OS.
    Can someone assist me to resolve this problem.
    Thank you.
    Edited by: 957598 on Sep 7, 2012 1:13 AM

    Anybody has a similar problem ?
    Or is there anyone has experience hang on the IDE?
    Thank you

  • WebLogic 10gR3 upgrading Error

    [wlst] Reading Domain at c:/Projects/cdg3.0/cdgPortalDomain
    [wlst] Adding Template: c:/bea10.3/workshop_10.3/common/templates/applications/workshop_wl.jar
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/p13n.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/content.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlserver_10.3/common/templates/applications/wls_webservice.jar
    [wlst] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:432)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wlst]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wlst]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wlst]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst]      at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst]      at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst]      at org.python.pycode._pyx3.addTemplate$18(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py:87)
    [wlst]      at org.python.pycode._pyx3.call_function(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.addTemplatesToDomain$7(.\buildfiles\jython\buildDomain.py:119)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.f$0(.\buildfiles\jython\buildDomain.py:188)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyCode.call(PyCode.java:14)
    [wlst]      at org.python.core.Py.runCode(Py.java:1135)
    [wlst]      at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst]      at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:413)
    [wlst]      at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:162)
    [wlst]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wlst]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wlst]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wlst]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wlst]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wlst]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wlst]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wlst]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wlst]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wlst]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wlst]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wlst] Caused by: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:470)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:428)

    [wlst] Reading Domain at c:/Projects/cdg3.0/cdgPortalDomain
    [wlst] Adding Template: c:/bea10.3/workshop_10.3/common/templates/applications/workshop_wl.jar
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/p13n.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/content.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlserver_10.3/common/templates/applications/wls_webservice.jar
    [wlst] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:432)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wlst]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wlst]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wlst]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst]      at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst]      at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst]      at org.python.pycode._pyx3.addTemplate$18(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py:87)
    [wlst]      at org.python.pycode._pyx3.call_function(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.addTemplatesToDomain$7(.\buildfiles\jython\buildDomain.py:119)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.f$0(.\buildfiles\jython\buildDomain.py:188)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyCode.call(PyCode.java:14)
    [wlst]      at org.python.core.Py.runCode(Py.java:1135)
    [wlst]      at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst]      at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:413)
    [wlst]      at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:162)
    [wlst]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wlst]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wlst]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wlst]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wlst]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wlst]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wlst]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wlst]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wlst]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wlst]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wlst]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wlst] Caused by: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:470)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:428)

  • Problems with iWay JAM MF Connector on Weblogic 10gR3

    Has anyone come across this error? I'm getting this on start up and can't seem to get around it.
    <Error> <JAM Management> <BEA-000000> <Unable to load JAM configuration: Attribute: stackType invalid vtm28>
    Gateway bootstrap startup failed on AdminServer java.lang.RuntimeException: Attribute: stackType invalid vtm28
    Here's a snippet of the important part of the jamconfig.xml file
    <CRM name="JAM" listenAddress="xxx.xxx.xxx.xxx" listenPort="xxxx" logicalUnit="JM2ASCM1" stackType="vtm28" nextGatewayId="1"/>
    <JAMGateway name="JAMLZ" WLSServer="AdminServer" stopWLSOnExit="false" deployed="true">
    <CRMRef name="JAM"/>
    </JAMGateway>
    <CICSRegion name="CICSF" logicalUnit="FMSZ" deployed="true"/>
    <CRMLink name="FMSF" modeName="SMSNA100" maxSessions="4" minSessions="2" security="LOCAL" deployed="true">
    <CRMRef name="JAM" />
    <CICSRegionRef name="CICSF" />
    </CRMLink>

    Has anyone come across this error? I'm getting this on start up and can't seem to get around it.
    <Error> <JAM Management> <BEA-000000> <Unable to load JAM configuration: Attribute: stackType invalid vtm28>
    Gateway bootstrap startup failed on AdminServer java.lang.RuntimeException: Attribute: stackType invalid vtm28
    Here's a snippet of the important part of the jamconfig.xml file
    <CRM name="JAM" listenAddress="xxx.xxx.xxx.xxx" listenPort="xxxx" logicalUnit="JM2ASCM1" stackType="vtm28" nextGatewayId="1"/>
    <JAMGateway name="JAMLZ" WLSServer="AdminServer" stopWLSOnExit="false" deployed="true">
    <CRMRef name="JAM"/>
    </JAMGateway>
    <CICSRegion name="CICSF" logicalUnit="FMSZ" deployed="true"/>
    <CRMLink name="FMSF" modeName="SMSNA100" maxSessions="4" minSessions="2" security="LOCAL" deployed="true">
    <CRMRef name="JAM" />
    <CICSRegionRef name="CICSF" />
    </CRMLink>

Maybe you are looking for

  • Multiple Desktops Tips

    Once you have created a number of, any number of Desktops: 1. You can move across them & back again by  Ctrl+Win <--- OR ---> 2. Hit the Task view icon; now you can move items, Universal APPs, browser windows, word docs, etc. (open windows) from one

  • Spinning ball while mail loads?

    Is it normal in Mail for the beach ball to spin simply while it is loading new messages? If so, I have a new app to dump. I hope it is just a setting I need to adjust. Thanks

  • Audio and Video out of sync in PPCS6.0.3

    I imported a video clip into Adobe Premiere Pro CS 6.0.3.   I noticed that the video and audio are out of sync.   I played the video file through Windows Media Player and the audio/video are in sync.  However at 8min42sec, I noticed that the video be

  • File Export Renaming Problem

    I want to export collections of files from Lightoom. I want to rename the newely exported files, but I want to use the same file number suffix as the original file. I also want to embed the oringal file name in the metadata of the newly exported file

  • MIRO - Postings during Foreign invoices - Exchange rate variance

    Hi I noticed while posting foreign exchange PO's where there is both price variance and exchange rate difference the system posts price variance in foreign currency with a local currency amount of 0 and posts foreign exchange variance in local curren