Weblogic Migration, JDBC doesn't support XA issue

We are doing Weblogic Migration from WLS10.3.2 to WLS10.3.6 and Java from jdk1.6.0_26 to jdk1.7.0_07
we are facing the following error for two modules which sends email but few other modules sending email are working fine :
javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
*[Wed Apr 10 08:40:03.069,<gzd4qc>] DEBUG (WorkRequestServiceImpl:sentEmailNotification) - Remote Exception occurred : javax.transaction.TransactionRolledbackException: BEA1-0020971AAD25AA29B1E3: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource*
In Weblogic10.3.6, if we change the Datasource --> Transaction from one-phase commit to Logging Last Resource,
this issue is getting resolved.
But all the modules were working fine with one-phase commit in Weblogic10.3.2
Could you kindly help us to fix this issue and problem in migration.

Hi Joe,
We have changed the driver to XA ( Oracle's Driver (Thin XA) for instance connections; Versions:9.0.1 and later )
and we are getting the below issue in below case
CASE:
I will start a transaction and it gets connected to the Database through
the datasource in weblogic server and then it updates the data into the database which was given from the screen
Issue:
Caused by: java.sql.SQLException: Connection closed
at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:213)
at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
at weblogic.jdbc.wrapper.ResultSetMetaData.preInvocationHandler(ResultSetMetaData.java:61)
at weblogic.jdbc.wrapper.ResultSetMetaData_oracle_jdbc_driver_OracleResultSetMetaData.getColumnCount(Unknown Source)
Hence i think i cannot go for XA driver....
It is working for Non XA driver with Logging Last Resource
As per your note
Logging Last Resource is an excellent way to engage one non-XA
resource in a global transaction, with complete safety. The LLR resource is used for logging the
XA transaction, and is committed as the first part of the second phase of the commit. As such it
can be managed XA-wise whether that succeeds or fails.
Can i keep as LLR itself
Will there be any impact for my applications for below transaction scenarios ?
One case
I will start a transaction and it gets connected to the Database through
the datasource in weblogic server and then it updates the data into the database which was given from the screen
Another case
I will start a transaction and it gets connected to the Database(2) through the datasource(2) in weblogic server and it
reads the data from database(2) and then it updates the data(which was read) into database(1)
I am also using EJB 3.0 version ( transaction-type - Container and Bean. Session-type - Stateless )
Note the changes
Previous Datasources details
X datasource points to a my db - Non XA driver with one phase commit
Y datasource points to a other db - Non XA driver with one phase commit
Issue :
javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
[Wed Apr 10 08:40:03.069,<gzd4qc>] DEBUG (WorkRequestServiceImpl:sentEmailNotification) - Remote Exception occurred : javax.transaction.TransactionRolledbackException: BEA1-0020971AAD25AA29B1E3: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
Changed Datasources details
X datasource points to a my db - Non XA driver with LLR
Y datasource points to a other db - Non XA driver with one phase commit
Working
Can you please provide ur advise . thanks
Thanks and Regards
K.Vickram

Similar Messages

  • Weblogic Pool Driver doesn't support XA driver

              I am trying to set up a JDBC Strore for a JMS Server. The JDBC Store uses the Oracle
              XA driver (oracle.jdbc.xa.client.OracleXADataSource). However whaen the JMS server
              starts it gives me the following exception: Weblogic Pool Driver doesn't support
              XA driver. Any idea what I am doing wrong? I am using WL 8.1 SP2. THe full error
              trace is shown below:
              <Jan 15, 2004 3:05:09 PM EST> <Alert> <JMS> <BEA-040052> <JMSServer "jmsTestJmsServer1"
              store failed to open java.io.IOException: JMS JDBC store, connection pool = <jmsTestJdbcConnectionPool>,
              prefix = <JMS1>: cannot determine DBMS type
              <java.sql.SQLException: Pool connect failed : java.lang.Exception: Weblogic Pool
              Driver doesn't support XA driver, Please change your config to use a Non-XA driver
              <     at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:160)
              <     at weblogic.jdbc.pool.Driver.connect(Driver.java:156)
              <     at weblogic.jms.store.JDBCIOStream.checkDbmsType(JDBCIOStream.java:1490)
              <     at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:420)
              <     at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
              <     at weblogic.jms.backend.BEStore.open(BEStore.java:262)
              <     at weblogic.jms.backend.BEStore.start(BEStore.java:151)
              <     at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
              <     at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
              <     at weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)
              <     at weblogic.jms.JMSService.addDeployment(JMSService.java:2012)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
              <     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              <     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              <     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              <     at java.lang.reflect.Method.invoke(Method.java:324)
              <     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
              <     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
              <     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
              <     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
              <     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
              <     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
              <     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
              <     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
              <     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
              <     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
              <     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
              <     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
              <     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
              <     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              <     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              <     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              <     at weblogic.Server.main(Server.java:32)
              

              It appears that WebLogic 8.1 does not have the "user transactions enabled" flag
              for a connection factory. I see references to this flag in earlier versions of
              WebLogic. The closest thing in WL 8.1 seems to be the "XA Connection Factory Enabled"
              flag.
              Tom Barnes <[email protected]> wrote:
              >Actually, all you normally need to check is "user transactions enabled".
              >The XA versions of the javax.jms interfaces (which are generated
              >via XA connection factories) are not required - except
              >that I think that MDBs make a check for this.
              >
              >Naresh Bhatia wrote:
              >> So I assume that the XA capability is enabled by checking the "XA Connection
              >Factory
              >> Enabled" checkbox for the JMS connection factory.
              >>
              >> Thanks.
              >> Naresh
              >>
              >> Tom Barnes <[email protected]> wrote:
              >>
              >>>Just use a non-XA driver and non-XA pool for JMS JDBC stores.
              >>>WL JMS' XA capability does not come from its JDBC driver.
              >>>
              >>>Naresh Bhatia wrote:
              >>>
              >>>
              >>>>I am trying to set up a JDBC Strore for a JMS Server. The JDBC Store
              >>>
              >>>uses the Oracle
              >>>
              >>>>XA driver (oracle.jdbc.xa.client.OracleXADataSource). However whaen
              >>>
              >>>the JMS server
              >>>
              >>>>starts it gives me the following exception: Weblogic Pool Driver doesn't
              >>>
              >>>support
              >>>
              >>>>XA driver. Any idea what I am doing wrong? I am using WL 8.1 SP2.
              >THe
              >>>
              >>>full error
              >>>
              >>>>trace is shown below:
              >>>>
              >>>><Jan 15, 2004 3:05:09 PM EST> <Alert> <JMS> <BEA-040052> <JMSServer
              >>>
              >>>"jmsTestJmsServer1"
              >>>
              >>>>store failed to open java.io.IOException: JMS JDBC store, connection
              >>>
              >>>pool = <jmsTestJdbcConnectionPool>,
              >>>
              >>>>prefix = <JMS1>: cannot determine DBMS type
              >>>><java.sql.SQLException: Pool connect failed : java.lang.Exception:
              >>>
              >>>Weblogic Pool
              >>>
              >>>>Driver doesn't support XA driver, Please change your config to use
              >>>
              >>>a Non-XA driver
              >>>
              >>>><     at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:160)
              >>>><     at weblogic.jdbc.pool.Driver.connect(Driver.java:156)
              >>>><     at weblogic.jms.store.JDBCIOStream.checkDbmsType(JDBCIOStream.java:1490)
              >>>><     at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:420)
              >>>><     at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
              >>>><     at weblogic.jms.backend.BEStore.open(BEStore.java:262)
              >>>><     at weblogic.jms.backend.BEStore.start(BEStore.java:151)
              >>>><     at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
              >>>><     at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
              >>>><     at weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)
              >>>><     at weblogic.jms.JMSService.addDeployment(JMSService.java:2012)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
              >>>><     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              >>>><     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              >>>><     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              >>>><     at java.lang.reflect.Method.invoke(Method.java:324)
              >>>><     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
              >>>><     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
              >>>><     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
              >>>><     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
              >>>><     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
              >>>><     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
              >>>><     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
              >>>><     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
              >>>><     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
              >>>><     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
              >>>><     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
              >>>><     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
              >>>><     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
              >>>><     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              >>>><     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              >>>><     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              >>>><     at weblogic.Server.main(Server.java:32)
              >>>>
              >>>
              >>
              >
              

  • Is there a way to migrate or copy contents of my Address Book from an older Mac running OS10.4.11 to a new Mac running 10.10.2?  Migration Assistant in Yosemite says it doesn't support Address Book 10.4.11.

    Is there a way to migrate or copy contents of my Address Book from an older Mac running OS10.4.11 to a new Mac running 10.10.2?  Migration Assistant in Yosemite says it doesn't support Address Book 10.4.11.

    Cool!! You're welcome - but BDAqua (there's that name again!) deserves the credit (although I knew it too)
    So much for a Mac's claim of 'continuity' and 'ease of use' huh?
    BDAqua is a venerable friend of ours here... you will kick yourself!
    ÇÇÇ

  • Weblogic SQLServer JDBC error during Solaris to Linux migration

    We are in process of migrating our app from weblogic 92 on solaris to weblogic 92 on linux. Our app connects to a SQLServer db (SQL Server 2005) using a weblogic datasource configured with the weblogic sqlserver jdbc driver (weblogic.jdbc.sqlserver.SQLServerDriver)
    But we are getting the following error on linux, whereas the same code works fine in solaris:
    *[BEA][SQLServer JDBC Driver][SQLServer]The server failed to resume the transaction. Desc:3d00000019.*
    The <Desc:xxxx>keeps changing but rest of the error message remains the same. Any suggestions?
    I have tried searching the weblogic jdbc forums but no luck.

    Is this the same DBMS as is used in the working configuration?
    I'd like to see the whole stacktrace....

  • The sun-appserv-admin task doesn't support

    Help! - this is driving me nuts! I am trying to build the bookstore example and get this error on asant steps that involve the admin-command-common target (such as "asant deploy-war").
    I am running Studio Creator with SunAppServer8 under it. The command looks right. If I remove the passwordfile line from the admin-command-common target, I get the same error on another attribute in the command.
    The password file exists where it should and contains valid information, including the correct password.
    I have run this same bookstore example build on another workstation and it worked, but on that box, there was an instance of SunAppserver 7 (not under Studio Creator). That build was successful so I assume this is a configuration issue, but I don't know what it is. I am attaching the error and the listprops. If anyone knows what is wrong I sure would appreciate your help
    Thanks!
    Robert Hill
    C:\j2eetutorial14\examples\web\bookstore1>asant deploy-war
    Buildfile: build.xml
    deploy-war:
    admin_command_common:
    [echo] Doing admin task deploy bookstore1.war
    BUILD FAILED
    file:C:/j2eetutorial14/examples/common/targets.xml:36: The <sun-appserv-admin> t
    ask doesn't support the "passwordfile" attribute.
    Total time: 1 second
    C:\j2eetutorial14\examples\web\bookstore1>
    C:\j2eetutorial14\examples\web\bookstore>asant listprops
    Buildfile: build.xml
    listprops:
    [echo] Path information
    [echo] j2ee.home = C:/Sun/Creator/SunAppServer8
    [echo] j2ee.tutorial.home = C:/j2eetutorial14
    [echo] j2ee.home = C:/Sun/Creator/SunAppServer8
    [echo] env.Path = .;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    ;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Fil
    es\Adaptec Shared\System;c:\Program Files\Microsoft SQL Server\90\Tools\Binn\;c:
    \j2sdk1.4.2_06\bin;C:\Sun\Creator\SunAppServer8\bin;C:\j2sdk1.4.2_06
    [echo] env.PATH = ${env.PATH}
    [echo] Classpath information
    [echo] classpath = C:\j2sdk1.4.2_06
    [echo] Admin information
    [echo] admin.password =
    [echo] admin.password.file = C:/j2eetutorial14/examples/common/admin-passwo
    rd.txt
    [echo] admin.host = localhost
    [echo] admin.user = admin
    [echo] admin.port = 14848
    [echo] https.port = 18181
    [echo] Domain information
    [echo] domain.resources = "domain.resources"
    [echo] domain.resources.port = 18080
    [echo] Database information
    [echo] db.root = C:/Sun/Creator/SunAppServer8/pointbase
    [echo] db.driver = com.pointbase.jdbc.jdbcUniversalDriver
    [echo] db.host = localhost
    [echo] db.port = 19092
    [echo] db.sid = sun-appserv-samples
    [echo] db.url = jdbc:pointbase:server://localhost:19092/sun-appserv-samples
    [echo] db.user = pbpublic
    [echo] db.pwd = pbpublic
    [echo] url.prop = DatabaseName
    [echo] ds.class = com.pointbase.jdbc.jdbcDataSource
    [echo] db.jvmargs = -ms16m -mx32m
    BUILD SUCCESSFUL
    Total time: 1 second
    C:\j2eetutorial14\examples\web\bookstore>
    clipped from targets.xml
    <target name="admin_command_common">
    <echo message="Doing admin task ${admin.command}"/>
    <sun-appserv-admin
    command="${admin.command}"
    user="${admin.user}"
    passwordfile="${admin.password.file}"
    host="${admin.host}"
    port="${admin.port}"
    asinstalldir="${j2ee.home}" />
    </target>

    Dude!
    Try this.
    change that target I was talkin about to
    <target name="admin_command_common">
         <property file="${j2ee.home}/j2eetutorial14/examples/common/admin-password.txt"/>
    <echo message="Doing admin task ${admin.command} with password"/>
    <sun-appserv-admin
    command="${admin.command}"
    user="${admin.user}"
    password="${AS_ADMIN_PASSWORD}"
    host="${admin.host}"
    port="${admin.port}"
    />
    </target>
    Reason?
    well, the blinkin 'asinstalldir' attrib is ... optional!
    The build succeeds and deploys the war.
    C:\java\Sun\Appserver\j2eetutorial14\examples\web\bookstore1>asant deploy-war
    Buildfile: build.xml
    deploy-war:
    admin_command_common:
    [echo] Doing admin task deploy bookstore1.war with password
    [sun-appserv-admin] Executing: deploy port 4848 host localhost --password ad
    min123 --user admin bookstore1.war
    [sun-appserv-admin] Command deploy executed successfully.
    BUILD SUCCESSFUL
    Total time: 7 seconds

  • AAE doesn't support parameterized mapping ?

    Hi,
    is the AAE doesn't support parameterized mapping ? if yes any workaround for this limitation ? because i want to use JDBC lookup in my mapping ?
    Currently, i am using PI 7.1 EHP1 SP3.
    Thank You and Best Regards
    Fernand

    One thing more, as you can't use it it may bother you as you won't be able to use the new box in the graphical mapping to do look ups (JDBC, or RFC), as both boxes get the channel from a parameter.
    However, you can still create your own UDF and do the lookup manually with java code, it's not a big issue. I had to do it for RFC lookups some times.

  • IKEv2 Doesn't support Multiple Peers action to take

    Hi,
    I have to establish a tunnel from the local FW to a remote FW in L2L
    In case of failure of the remote FW, a tunnel has to be opened with the backup remote FW.
    I have proposed to use IKEv2
    But with following config i get the message: %ASA-4-752009: IKEv2 Doesn't support Multiple Peers
    crypto map local-map 30 set peer 22.22.22.22 33.33.33.33
    So i have created two crypto maps:
    crypto map local-map 30 set peer 22.22.22.22
    crypto map local-map 40 set peer  33.33.33.33
    The primary tunnel with peer 22.22.22.22 works fine  but with the backup tunnel with peer 33.33.33.33
    The tunnel IPSEc is up  but no interesting traffic enters the tunnel:
    #pkts encaps: 0, #pkts encrypt: 0, #pkts digest: 0
    #pkts decaps: 28, #pkts decrypt: 28, #pkts verify: 28
    I have first taken a capture on the inside interface  and i see the counter of the access-list incrementing
    but when i take a capture on the outside interface, i don't see any interesting traffic.
    I have tried the clear crypto command but no way.
    Equipment: Cluster of Cisco ASA 5510 at rel 8.4.7
    Do i have to reboot the FW or may be the two crypto maps that i have created are not the good solution.
    As an alternative if i want to maintain both peers on the same line i can replace IKEv2 by IKEv1.
    Best regards.
    Andre

    Hello Andre, this is a confirmed issue with Cisco. There is an official bug listed as "ENH: Multiple Peers support for IKEv2 CSCud22276" (Cisco customer login required to view bug). See also the Cisco TAC Document "Migration of IKEv1 to IKEv2 L2L Tunnel" with the following quote:
    "Multiple peers used for redundancy is not supported with IKEv2 on the ASA. In IKEv1, for redundancy purposes, one can have more than one peer under the same crypto map when you enter the set peer command. The first peer will be the primary and if it fails, the second peer will kick in. Refer to Cisco bug ID CSCud22276 (registered customers only) , ENH: Multiple Peers support for IKEv2."
    Here's an excerpt from the Bug Enhancement Request regarding how to work around the issue.
    "Either:
    1) remove all but one peer from the crypto map
    or
    2) use IKEv1 instead of IKEv2"
    Hopefully this helps, it would be a great feature for Cisco to add for better migration from IKEv1. I guess a more complicated alternative might be to use BGP and multiple WAN connections to have more than one valid path for the same WAN IP of your IPSec IKEv2 peer.

  • AIA CRMOD Build error - antfetch doesn't support the "antfile" attribute

    Hi.
    I am trying to build the CRMOD PIP under Linux, and I am getting the following ANT error:
    antfetch doesn't support the "antfile" attribute
    The build actually completes without any errors being posted on the screen, but the log file of the job, has this message within it, as well as a BUILD failure emanating from within the AIAInstallDriver.xml file.
    Does anyone know how to get around this issue ? The verision of ANT that we are using, is from the Weblogic Server envrionment.
    Thanks.

    I seriously hope that they don't expect us to use nightly builds of Netbeans 7.1 when the official final version of JavaFX 2.0 is released because of this issue.
    Their should be an update to Netbeans 7.0.1 upon JavaFX 2.0 final release. C'mon Oracle! You can do better than that!

  • CRMOD PIP Build Error - antfetch doesn't support the antfile attribute

    Hi.
    I am trying to build the CRMOD PIP under Linux, and I am getting the following ANT error:
    antfetch doesn't support the "antfile" attribute
    The build actually completes without any errors being posted on the screen, but the log file of the job, has this message within it, as well as a BUILD failure emanating from within the AIAInstallDriver.xml file.
    Does anyone know how to get around this issue ? The verision of ANT that we are using, is from the Weblogic Server envrionment.
    Thanks.

    I seriously hope that they don't expect us to use nightly builds of Netbeans 7.1 when the official final version of JavaFX 2.0 is released because of this issue.
    Their should be an update to Netbeans 7.0.1 upon JavaFX 2.0 final release. C'mon Oracle! You can do better than that!

  • IIS proxy 5.1 and Weblogic 6.1 does not support sticky session

    Dear Sir,
    Our system is migrating from Weblogic 5.1 to Weblogic 6.1. After testing on
    development environment, it is found that IIS proxy for 5.1 plug-in and Weblogic
    6.1 server is perfect match for our case. Since our appliction system hit some
    bugs of IIS proxy for 6.1. In development environment, one IIS match with one
    Weblogic.
    During production launch, another problem found. It seems that IIS proxy 5.1
    plug-in with Weblogic 6.1 does not support the sticky load balancing. A sticky
    service is one where a client sends its requests to the same instance and those
    requests are not redirected to other instances. In production, two IIS match with
    two Weblogic. Below is
    #WebLogicHost=10.0.3.12
    #WebLogicPort=8012
    WebLogicCluster=10.0.3.12:8012,10.0.3.13:8012
    COnnectionTimeoutSecs=10
    ConnectionRetrySecs=2
    ErrorPage=https://www.xxxx.com/eBank/sysnotready.htm
    CookieName=eBankingWebLogicSession
    Anyone have idea on out case?
    Thanks,
    KAI

    My test was with 6.1 SP3.
    The way to tell is by analyzing the cookie(JSESSIONID).
    Perhaps the behaviour changed post SP1. I can't say for sure.
    Eric
    "Gary Rudolph" <[email protected]> wrote in message
    news:[email protected]...
    Is that entirely true concerning you don't need the persistence set to
    replicated in the weblogic.xml to gain sticky load balancing?
    The reason I ask was that in our situation sticky wouldn't work without
    having the persistence set to replicated. This was with NSAPI and WLS 6.1
    SP1. The weblogic servers were configured in a weblogic cluster. So..based
    on this statement we should not have needed to set the persistence, but in
    practice we did for it to work.
    Gary
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    I just checked, and you are correct. You just need to have clustering
    enabled in 6.1. You do not necessarily need to have persistence set to
    replicated.
    Of course, you won't get failover, but you will get the sticky load
    balancing.
    Regards,
    Eric
    "Ricky Wong" <[email protected]> wrote in message
    news:[email protected]...
    Why do we need to set session persistence to replicate in order to
    perform
    sticky load balancing ? There is no such requirement in WebLogic 5.1.
    As
    far
    as I know, the IIS plugin simply interprets the value of the sessioncookie,
    which should be embedded with the application server address, then
    forward
    the request to that particular application server.
    We didn't use session replication in our environment because not allsession
    variables are serializable.
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    The problem you mentionned in the other newsgroup post has been
    fixed
    and
    will be in SP4. If you are in production or nearing production and
    need
    a
    resolution now, then please open a case with support.
    You should not need any other parameters to do the load balancing.
    But
    to
    have the sticky load balancing, you must make sure you have session
    persistence set to replicated for the webapp in question.
    I'm not sure I am understanding your 3rd question.
    In any case, my advice is to either wait for SP4 to bereleased(scheduled
    sometime this month) or if you really need to go into production
    soon,
    contact support to obtain the latest IIS plugin.
    Regards,
    Eric
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    Dear Eric,
    Thanks very much for you kindly information, but we still have thefollowing issues
    regarding the WL IIS proxy:
    1. We have already tried the IIS proxy that comes with WL6.1 SP3.However, the
    result from that version of IIS proxy is not satisfactory, as weexperienced cases
    where the web page is not displayed correctly (as in
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo
    per.interest.plug-in&item=994&utag=).
    If there is any IIS proxy released after WL6.1 SP3, Could you
    kindly
    give
    us
    a pointer to the plugin?
    2. In WL5.1 case, we are only required to have "WebLogicCluster"
    parameter
    set
    to two weblogic servers in order use the load balancing features.
    In
    WL6.1, we
    do not come across any additional settings required to support
    load
    balancing.
    Is there any such settings required (e.g. in
    config.xml,weblogic.xml,
    application.xml,
    etc?)
    3. Does WL IIS proxy problem has anything to do with the version
    of
    the
    IIS server/windows
    versions that are using? we have already tried with IIS4 and IIS5
    and
    have
    different
    kinds of issues.
    Thanks in advance for your kind assistance.
    Mike
    "Eric Gross" <[email protected]> wrote:
    Yes, the session format has changed when using clustering and you
    cannot
    use
    the 5.1 plugin to proxy to 6.1.
    What problems did you have using the 6.1 plugin? Maybe you need
    the
    latest
    6.1 plugin.
    Regards,
    Eric
    "KAI" <[email protected]> wrote in message
    news:[email protected]...
    Dear Sir,
    Our system is migrating from Weblogic 5.1 to Weblogic 6.1.
    After
    testing on
    development environment, it is found that IIS proxy for 5.1
    plug-in
    and
    Weblogic
    6.1 server is perfect match for our case. Since our appliction
    system
    hit
    some
    bugs of IIS proxy for 6.1. In development environment, one IIS
    match
    with
    one
    Weblogic.
    During production launch, another problem found. It seems
    that
    IIS
    proxy 5.1
    plug-in with Weblogic 6.1 does not support the sticky load
    balancing.
    A
    sticky
    service is one where a client sends its requests to the same
    instance
    and
    those
    requests are not redirected to other instances. In production,
    two
    IIS
    match with
    two Weblogic. Below is
    #WebLogicHost=10.0.3.12
    #WebLogicPort=8012
    WebLogicCluster=10.0.3.12:8012,10.0.3.13:8012
    COnnectionTimeoutSecs=10
    ConnectionRetrySecs=2
    ErrorPage=https://www.xxxx.com/eBank/sysnotready.htm
    CookieName=eBankingWebLogicSession
    Anyone have idea on out case?
    Thanks,
    KAI

  • Error in allInOne.js: Object doesn't support this property or method

    We are having an issue deploy our website (Developed in .Net) on a specific server. When we try to visualize a report on any browser we get this error:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.4; OfficeLivePatch.0.0)
    Timestamp: Wed, 7 Apr 2010 17:52:31 UTC
    Message: Object doesn't support this property or method
    Line: 10
    Char: 281690
    Code: 0
    URI: http://{IP ADDRESS}/WebUserInterface/aspnet_client/system_web/2_0_50727/crystalreportviewers12/allInOne.js
    We have install the Crystal reports 2008 runtime and the Crystal report 2008 sp2.5 runtime. Both of them give me the same results.
    It's killing me because i have installed the same solution on many other server without any issue.
    Ben
    P.s. The Web server is  a Window Server 2003 R2 standard edition

    Perhaps using [modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] will at least tell us what dlls are loading. Look at the CR dlls. There should not be any v11 files loaded by your app.
    You may also start considering obtaining phone support for this one. I have a feeling this will take more than just forums to solve...
    Phone support can be obtained here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Ludek

  • How to update weblogic.properties in order to support English & Chinese

    <URGENT PROBLEM>
    hi,
    how to update weblogic.properties in order to support English & Chinese
    version in a sing weblogic server?
    Thanks in advance
    <URGENT PROBLEM>

    If you are using JSP as your mechanism for content display, you should use
    the contentType parameter to specify the character and coding of the JSP
    page any character encoding of the resulting stream. So far, we have not
    done a good job of documenting how to produce localized content in JSP. I
    have filed an issue for the documentation folks to work on it. For now,
    take a look at section 2.7.4 of the JSP specification version 1.1.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    fxy <[email protected]> wrote in message
    news:8ffr11$59d$[email protected]..
    <URGENT PROBLEM>
    hi,
    how to update weblogic.properties in order to support English & Chinese
    version in a sing weblogic server?
    Thanks in advance
    <URGENT PROBLEM>

  • A friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as yahoo address is no longer valid. Erasing the phone doesn't solve the issue. How to register the phone with Apple?

    A computer illiterate friend created 3 accounts on his iPhone 5 but forgot the passwords. He can't reset the password as his yahoo address is no longer valid. Erasing the phone doesn't solve the issue as the Apple server identifies the hardware as registered. How to register the phone with Apple?
    I helped him create a new email address and new iCloud account on my Mac but when we try to register the phone with Apple it says: Maximim accounts limit reached for this device. How can he register the phone? I read different threads and found out that only Apple care can do that. We're in Romania and don't know where to call. Any suggestions on how we fix this?

    When I checked the support site for Romania, you apparently don't have an Apple Care contact center.  You "may" try calling the US Apple care number to verify the account and have the password reset sent to a different email address.  800-694-7466

  • I have a model 1,1 Mac Book in the black case.  How can I transfer about 30 GB of stuff to a MacBook Pro running Yosemite?  Can't do a Thunderbolt transfer.  The Seagate backup drive I bought doesn't support 10.5.8.  Thank you.

    How do I transfer 30 GB of stuff, mostly text documents, bookmarks and a few hundred photos from a MacBook model 1,1 in the black case, purchased in (2007?) running Leopard 10.5.8 with a 667 bus, 2 GB, 256 GB to a MBP 13" Retina running Yosemite 10.10.1?  Using Migrate is out.  Discovered after I bought it that the Seagate Plus Backup for Mac does not work with 10.5.8.  OnetoOne recommends backing up my data before I do that, which seems like a good idea.  Have a 801.11 n Time Capsule that also isn't working so that is not presently an option.  Thank you.

    The Seagate backup drive I bought doesn't support 10.5.8
    The only reason I can see for that is it's formatted NTFS, which would likely be Read Only in 10.5.x, if you can reformat it MacOS extended, which would erase everything on it now, then that should work for your purposes.

  • Migration Assistant doesn't allow me to choose what drive.

    Well, I got my new computer. I tried to migrate a drive from my old computer using Migration Assistant. and it doesn't allow me to choose what drive.
    In my old computer I have 5 drives. The original HD (was 10GB, was replaced last year by a 40 GB) and on my Hitachi 250 GB drive that I added 2 years ago, there's a partition with 4 drives.
    I wanted to migrate one particular drive from there (called Current work).
    First I did a mistake. I connected both computer via the firewire in the afternoon when there was enough daylight so I don't have to do it later at night (the computers are under the table.) I thought it's OK since I'm not pushing any button yet ("migrate now", "transfer", and such).
    I turned on the new computer and a message appeared: you must restart.
    That's strange, I said to myself. it's a brand new computer. Usually It says that when there's a problem, but OK I restart and when it's back on, I see that my external drive (Neptune from OWC which was still hooked up in the old computer) is on the desktop. And it took just a few seconds. I open it and all the files, etc. are there. It did copy the whole external drive !
    I'm not an computer expert but I believe the Mac Pro did notice that's there's a firewire hooked up and then, without asking me, migrated the external drive and that's why it asked me to restart. I would have prefer if it tells me "restart so migration can begin".
    I don't mind for now that my external drive is on my new computer. I can always erase it if I don't want it. It is still external right ? so it doesn't intrude on the 640 GB of my HD so I just keep it.
    But it also copied/migrate Mac HD 40 GB which is full of OS 9 and I almost never use it anymore. I don't want it coz it has applications and they advise not to migrate applications (certainly not applications with issues).
    They say migrate folders, settings but re-install applications.
    And it migrated also another drive called "Scratch" which has only personal date no system, no software.
    Anyway, I erased everything and re-installed using the Install disk that came with the computer.
    BTW, what they say in the manual (p. 90: Re-installing the software that came with your Mac Pro) is different than what really happens.
    They say insert disk, double- click on Install and then click options in the "Select a destination" pane of the installer. Then click "erase and install" Problem is: there's no "Select a destination" pane. Or any options.
    I had to go to Disk utility and erase, then re-install OS X.
    Then re-install the applications using "Install applications" (the other disc that came with the computer. )
    OK, I did that. Then while everything is empty, new, I used Migration Assistant.
    Now here is the reason why I post this.
    They say hold T key until you see a firewire icon then select a drive. I can't see when there's an icon coz I have only one monitor, so I just hold and hold the T-key and turn on the old computer. The screen shows "waiting for you other computer to restart" 2 min.... 5 min... 7 min. Nothing happens. I stop holding.
    I look at the desktop and I see that the icon of the old 40 GIG Mac HD is there. (and I believe with a firewire logo, but not sure about that.)
    I have the impression that if I kept the T-key longer it would have migrate the other drives as well.
    They say keep the T-key down until you see the firewire (then let go I suppose. As I said I don't see what's going on on the desktop of my old computer so I kept the T-key for a few minutes. I also tried another time to let go after 1-2 min. No difference.
    I shut down the new comp. and the old computer screen appears automatically (both are connected to the monitor; the old with analog port, the new with digital port) and sure enough the firewire icon is moving on the screen.
    I go back to the new computer and put the old 40 GIG Mac HD in the trash. Actually, when it touched the trash, I just saw an eject icon and the drive disappear. Did not go in the trash which is empty. So I guess I ejected, not sure what's the difference but I looked for it to see if it's anywhere in the computer. Could not find it. Not in the HD, not in the desktop. Good, I don't want it there. Is it hidden somewhere ?
    So I tried again but wondering perhaps the old computer should RESTART not turn on (it was off) so now I wait until it's on, then push restart. I hear the gong when it shuts off but that's it, no other gong when it comes back. I keep the T-key. But nothing happened. Just see the message "waiting for your other computer to restart"
    PS: BTW Target mode (which seems to me similar to Migrating with "Migration Assistant") will not work for me because it must be SATA, mine is ATA.
    I didn't try but read that it has to be SATA.
    Is it the same ? In migrating they say hold down the T-key (T for target)
    And how come that my 40GB HD which is ATA did migrate (not that I wanted too but still).
    Also, this drive ("Current Work") that I want to migrate to the new computer is in my external drive. Can't I just drag it ? If it has only personal data, files and folders I know I can, but It has system (OS X) and applications. It's the one I use and boot on, in my old G4 but I want to transfer Files and folders and settings, so the new computer will know what are my Safari preferences, Automatic fill-in, and perhaps it will move my iTunes music Library too ?
    Basically everything except applications. Although I would like my Nikon scanner to be in the new computer as well as the LaCie DVD recorder but I guess I can do that later, separately ?
    What are the settings or info I need ? Because if it's just Safari preferences, automatic fill-in and other such small thing, it might be better to just do it again in the new comp and forget about the hassle of migrating.

    Try getting into Windows and then plugging in the Superdrive. The drive will only be attached to one OS or the other, not both.

Maybe you are looking for