WLS 8.1 and Jrockit and Sparc support

Hi,
Do you support Weblogic 8.1 SP6 on Solaris10 with Jrockit 27.6 (1.4.2)? I found that you support jrockit and wls 8.1 on solaris, but together?
Regards.,
LJ

JRockit 1.4.2 "works" with WLS 8.1, but the combination is not officially supported.
Henrik

Similar Messages

  • WLS 10.3.0.0 Solaris SPARC and DBMS Oracle 10gR2 connection pooling issue

    Hi all,
    we are currently testing Weblogic Server 10.3.0.0 in order to migrate our production system from WLS 8.1 to it.
    While testing the new setup, we encountered some strange behaviour of the connection pooling within WLS.
    We configured a XA-Connection pool to our DB (Oracle 10gR2) by using
    a) the Oracle XA-thin-driver delivered within WLS 10.3.0.0
    and alternatively
    b) the Oracle 11.2.0.2 OCI-driver of the Oracle 11g database client.
    We´ve got the same issue with both variants. We defined an initial capacity of 5 connections and a maximum capacity of 30 connections.
    Our application is running flawlessly using the connection pool, but the amount of active sessions between the application server and the database server is increasing rapidly and the maximum capacity is exceeded. We are seeing up to multiple hundreds of sessions from the application server to our database server. Obviously the connections aren´t cleaned up.
    We are using the following settings for the JDBC-Connection:
    initial capacity = 5
    max. capacity = 30
    Capacity increment = 1
    Statement cache type = LRU
    Statement cache size = 10
    Test connections on reserve = true
    Test frequency = 120
    Test table name = "sql select 1 from dual"
    seconds to trust an idle pool connection = 10
    shrink frequency = 0
    connecttion creation retry frequency = 120
    login delay = 0
    incative connection timeout = 10
    max. waiting for connection = 2147483647
    connection reserve timeout= = -1
    Ignare in-use connections = true
    pinned-to-thread = false
    remoce infected connections enabled = true
    Does anyone have an idea how to track/solve this issue?
    Kind regards
    Marc

    Hi Joe,
    we´ve tested with the thin driver using an initial capacity of 5 and a maximum capacity of 15. During our tests (in a very short time period) the maximum capacity has not been exceeded. But we saw some exceptions in the managed server logfile which made us curious.
    When these exceptions are occuring, a new connection to the database server is established. We are seeing for a short time a total count of 6 connections which is immediately decreasing to the initial capacity of 5. We will do some further testing over the next hours and monitor the connection usage.
    The connection we are dealing with is the one called "ZDB2".
    This is an excerpt of the logfile:
    ####<18.10.2010 19:45 Uhr MESZ> <Debug> <JDBCConn> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-02F7EA174F1D84653A69> <> <1287423940610> <BEA-000000> <java.lang.Exception: Pinned: autoCommit=true,enabled=true,isXA=true,isJTS=false,vendorID=0,connUsed=true,doInit=false,'null',destroyed=false,poolname=ZDB2,appname=null,moduleName=null,connectTime=177,dirtyIsolationLevel=false,initialIsolationLevel=2,infected=true,lastSuccessfulConnectionUse=1287423940605,secondsToTrustAnIdlePoolConnection=10,currentUser=java.lang.Exception
         at weblogic.jdbc.common.internal.ConnectionEnv.setup(ConnectionEnv.java:308)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:314)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:427)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:316)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:93)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:61)
         at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:1473)
         at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1272)
         at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:425)
         at weblogic.jdbc.jta.DataSource.connect(DataSource.java:382)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:338)
         at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
         at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
         at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
         at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
         at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
         at org.hibernate.loader.Loader.doQuery(Loader.java:673)
         at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
         at org.hibernate.loader.Loader.doList(Loader.java:2220)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
         at org.hibernate.loader.Loader.list(Loader.java:2099)
         at org.hibernate.hql.classic.QueryTranslatorImpl.list(QueryTranslatorImpl.java:912)
         at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
         at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
         at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
         at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:811)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderPersistenceGenerated.findByPrimaryKey(OrderPersistenceGenerated.java:45)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImplStandard.findOrderByPrimaryKey(OrderManagementServiceImplStandard.java:1356)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKeyTx(OrderManagementServiceTransactionHandler.java:830)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.findOrderByPrimaryKey(OrderManagementServiceSessionBean.java:1276)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_ELOImpl.findOrderByPrimaryKey(OrderManagementEJB_yb2dzq_ELOImpl.java:19812)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceApplicationProxy.findOrderByPrimaryKey(OrderManagementServiceApplicationProxy.java:1289)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKey(OrderManagementServiceTransactionHandler.java:823)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImplStandard.findOrderByPrimaryKey(OrderManagementServiceImplStandard.java:1341)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKeyTx(OrderManagementServiceTransactionHandler.java:816)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.findOrderByPrimaryKey(OrderManagementServiceSessionBean.java:1255)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_ELOImpl.findOrderByPrimaryKey(OrderManagementEJB_yb2dzq_ELOImpl.java:7332)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceApplicationProxy.findOrderByPrimaryKey(OrderManagementServiceApplicationProxy.java:1266)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.findOrderByPrimaryKey(OrderManagementServiceTransactionHandler.java:809)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishOrder(OrderManagementServiceImpl.java:1636)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.savePublishedOrder(OrderManagementServiceImpl.java:1606)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.savePublishedOrderTx(OrderManagementServiceTransactionHandler.java:3467)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.savePublishedOrder(OrderManagementServiceSessionBean.java:5272)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl.savePublishedOrder(OrderManagementEJB_yb2dzq_EOImpl.java:3263)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke2(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke1(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ,currentThread=Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads],lastUser=null,currentError=null,currentErrorTimestamp=null,JDBC4Runtime=true,supportStatementPoolable=true,needRestoreClientInfo=false,defaultClientInfo={} is set to be refreshed
         at weblogic.jdbc.common.internal.ConnectionEnv.setRefreshNeeded(ConnectionEnv.java:518)
         at weblogic.jdbc.wrapper.Connection.getVendorConnection(Connection.java:292)
         at de.dpcom.persistence.hibernate.BinaryBlobType.nullSafeSet(BinaryBlobType.java:109)
         at org.hibernate.type.CustomType.nullSafeSet(CustomType.java:146)
         at org.hibernate.persister.entity.AbstractEntityPersister.dehydrate(AbstractEntityPersister.java:1997)
         at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2371)
         at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2307)
         at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2607)
         at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:92)
         at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
         at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
         at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140)
         at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
         at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
         at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CertificatePersistenceGenerated.updateCertificate(CertificatePersistenceGenerated.java:116)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceImplStandard.updateCertificate(CustomerManagementServiceImplStandard.java:1282)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceTransactionHandler.updateCertificateTx(CustomerManagementServiceTransactionHandler.java:711)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceSessionBean.updateCertificate(CustomerManagementServiceSessionBean.java:1104)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementEJB_ap2i9a_ELOImpl.updateCertificate(CustomerManagementEJB_ap2i9a_ELOImpl.java:19199)
         at APPNAME-ROOT-PATH.components.customermanagement.biz.CustomerManagementServiceApplicationProxy.updateCertificate(CustomerManagementServiceApplicationProxy.java:1101)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceImpl.publishCertificate(ProductionResultProcessingServiceImpl.java:1131)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceTransactionHandler.publishCertificateTx(ProductionResultProcessingServiceTransactionHandler.java:298)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceSessionBean.publishCertificate(ProductionResultProcessingServiceSessionBean.java:517)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceSessionBean_yaua6q_ELOImpl.publishCertificate(ProductionResultProcessingServiceSessionBean_yaua6q_ELOImpl.java:1804)
         at APPNAME-ROOT-PATH.components.productionresultprocessing.biz.ProductionResultProcessingServiceApplicationProxy.publishCertificate(ProductionResultProcessingServiceApplicationProxy.java:471)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishCertificate(OrderManagementServiceImpl.java:1825)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.publishOrder(OrderManagementServiceImpl.java:1664)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceImpl.savePublishedOrder(OrderManagementServiceImpl.java:1606)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceTransactionHandler.savePublishedOrderTx(OrderManagementServiceTransactionHandler.java:3467)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementServiceSessionBean.savePublishedOrder(OrderManagementServiceSessionBean.java:5272)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl.savePublishedOrder(OrderManagementEJB_yb2dzq_EOImpl.java:3263)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke2(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.internalInvoke1(Unknown Source)
         at APPNAME-ROOT-PATH.components.ordermanagement.biz.OrderManagementEJB_yb2dzq_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <JDBC> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940797> <BEA-001072> <Connection for XA pool "ZDB2" created.>
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <JDBC> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940808> <BEA-001132> <Initialized statement cache of size "10" for connection in pool "ZDB2".>
    ####<18.10.2010 19:45 Uhr MESZ> <Info> <Common> <SERVER-NAME> <MANAGED SERVER NAME> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1287423940808> <BEA-000628> <Created "1" resources for pool "ZDB2", out of which "1" are available and "0" are unavailable.>
    Any suggestions?
    Kind regards
    Marc

  • ANNOUNCE: JRockit R27.1 and JRockit Mission Control 2.0 released!

    New versions of JRockit and JRockit Mission Control are now available!
    The following new products have been released:
    - JRockit 1.4.2 R27.1
    - JRockit 5.0 R27.1
    - JRockit 6 R27.1 TECHNOLOGY PREVIEW
    - JRockit Mission Control 2.0
    JROCKIT R27.1
    =============
    The JRockit release is a major update from the previous version (R26.4) and includes a large set of enhancements including:
    - A completely new version of JRockit Mission Control (see separate section below)
    - Improved Monitoring and Diagnostics features
    - Improved Supportability features
    - Connect-on-Demand capability for JVMTI and JMX (JRockit 5.0 and 6)
    - A new "Diagnostics Guide" with troubleshooting and performance tuning tips
    - Full support for IPv6 on all platforms
    - Expanded support for Solaris/SPARC
    - Enhanced performance
    The 1.4.2 and 5.0 versions of JRockit R27.1 are based on Sun 1.4.2_12 and 1.5.0_08 respectively, and contain all enhancements and fixes made to the Java class libraries from those Sun releases.
    JRockit 6 R27.1 is a tech preview based on 1.6.0-rc-b97 from Sun. The public GA of JRockit 6 is expected to be in the first half of 2007, and will bring a larger set of performance enhancements. For feedback on this release, please use our user forums at forums.bea.com/bea/forum.jspa?forumID=2009.
    The connect-on-demand capabilities in JRockit 5.0 and 6 are similar to those provided in Sun Java SE 6 and enable developers to connect to locally running JRockit processes without being forced to start JRockit with specific command line options. For JMX there is also an autodiscovery mechanism for remote connections which is very useful in development environments.
    For Solaris/SPARC we have added a JRockit 1.4.2 version, which in internal measurements has shown to be very competetive to Sun's 1.4.2 implementation on Solaris/SPARC. Definitely worth checking out! (Note: WLS 8.1 does not officially support running on this JRockit version.)
    On the performance side, there are enhancements for WLS applications (10-15%), memory-intensive applications (10-15%) and improved out-of-the-box performance (up to 25%), all based on internal measurements.
    Release notes:
    http://e-docs.bea.com/jrockit/releases/R27/relnotes/r27_notes.html
    Docs home:
    http://e-docs.bea.com/jrockit/webdocs/index.html
    NEW! Diagnostics Guide:
    http://e-docs.bea.com/jrockit/geninfo/diagnos/index.html
    Download pages:
    http://commerce.bea.com/products/weblogicjrockit/jrockit_prod_fam.jsp
    JROCKIT MISSION CONTROL 2.0
    ===========================
    Together with JRockit R27.1 we are releasing a completely new version of JRockit Mission Control. The separate tools in JMC 1.0 have been integrated into one single GUI based on Eclipse RCP, which means that any user of the Eclipse IDE should feel at home. All tools features from Mission Control 1.0 are of course still available, and we continue our drive towards exposing all data about your Java application that JRockit has access to. You will also find a large set of usability improvements, including:
    - Drag-and-drop support
    - Configurable views
    - Online and (for the Runtime Analyzer) context-sensitive help
    - Connect-on-demand to local JVMs and autodiscover remote JVMs
    One particular area of interest is GC profiling, where much more detailed metrics are available, which can help drill down into the causes for long GC pause times and spikes.
    Release notes:
    http://edocs.bea.com/jrockit/tools/relnotestools/relnotestools2.html
    There is no separate download for JRockit Mission Control, instead it is included in the JRockit R27.1 JDK downloads for Windows and Linux/x86. To start using the tools, install JRockit and select JRockit Mission Control from the Windows Start menu, or launch the $JROCKIT_HOME/bin/jrmc executable.
    Documentation is bundled with the installation and available from the Help menu.
    If you have any questions, comments or concerns, please visit our user forums at forums.bea.com/bea/forum.jspa?forumID=2009.
    Happy holidays!
    Henrik Stahl
    Product Manager

    Hi,
    I have tried and installed the version R27.1.0-109-73164-1.5.0_08-20061129-1415-linux-x86_64 on our 16GB RAM
    with 4 dual-core Opteron processor.
    JAVA_OPTS="-server -Xms800M -Xmx4000M -Djava.net.preferIPv4Stack=true -Xpausetarget=2500ms -Xverboselog:/var/log/javavm.log -Xverbose:gc,memory -Xverbosetimestamp -Xgcpause -Xgcreport -Xstrictfp -XXexitOnOutOfMemory -XXdumpFullState -XXstaticCompaction -XXcompactRatio:10 "
    After 5 secs of jvm startup I receive the follwing trace (without any DUMP-file):
    java.lang.OutOfMemoryError: class allocation JVM@check_alloc (src/jvm/model/classload/classalloc.c:1
    22). 42216 bytes requested. Java heapsize=838860800, paged memory=0/0.
    Probable cause: Too large java heap setting.
    Try to reduce the Java heap size using -Xmx:<size> (e.g. "-Xmx128m")
    at java/lang/Class.getDeclaredMethods0(Z)[Ljava/lang/reflect/Method;(Native Method)
        at java/lang/Class.privateGetDeclaredMethods(Class.java:2395)
        at java/lang/Class.getMethod0(Class.java:2642)
        at java/lang/Class.getMethod(Class.java:1579)
        at org/apache/xalan/processor/XSLTAttributeDef.setAttrValue(XSLTAttributeDef.java:1611)
        at org/apache/xalan/processor/XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProces
    sor.java:338)
        at org/apache/xalan/processor/XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProces
    sor.java:263)
        at org/apache/xalan/processor/ProcessorTemplateElem.startElement(ProcessorTemplateElem.java:76)
        at org/apache/xalan/processor/StylesheetHandler.startElement(StylesheetHandler.java:623)
        at org/apache/xerces/parsers/AbstractSAXParser.startElement(Lorg/apache/xerces/xni/QName;Lorg/ap
    ache/xerces/xni/XMLAttributes;Lorg/apache/xerces/xni/Augmentations;)V(Unknown Source)
        at org/apache/xerces/impl/XMLNSDocumentScannerImpl.scanStartElement()Z(Unknown Source)
        at org/apache/xerces/impl/XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z(
    Unknown Source)
        at org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(Unknown Source)
        at org/apache/xerces/parsers/XML11Configuration.parse(Z)Z(Unknown Source)
        at org/apache/xerces/parsers/XML11Configuration.parse(Lorg/apache/xerces/xni/parser/XMLInputSour
    ce;)V(Unknown Source)
        at org/apache/xerces/parsers/XMLParser.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V(Unk
    nown Source)
        at org/apache/xerces/parsers/AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V(Unknown Source)
        at org/apache/xerces/jaxp/SAXParserImpl$JAXPSAXParser.parse(Lorg/xml/sax/InputSource;)V(Unknown
    Source)
        at org/apache/xalan/processor/TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:92
    0)
        at org/jboss/deployment/XSLSubDeployer.createService(XSLSubDeployer.java:141)
        at org/jboss/system/ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
        at org/jboss/system/ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
        at sun/reflect/GeneratedMethodAccessor2.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
    Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/system/ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.create()V(Unknown Source)
        at org/jboss/system/ServiceController.create(ServiceController.java:330)
        at org/jboss/system/ServiceController.create(ServiceController.java:273)
        at sun/reflect/GeneratedMethodAccessor4.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
    Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.create(Ljavax/management/ObjectName;)V(Unknown Source)
        at org/jboss/deployment/SARDeployer.create(SARDeployer.java:258)
        at org/jboss/deployment/MainDeployer.create(MainDeployer.java:953)
        at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:807)
        at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:771)
        at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava
    /lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Lja
    va/lang/Object;)Ljava/lang/Object;(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:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/interceptor/AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
        at org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor
    .java:142)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy8.deploy(Ljava/net/URL;)V(Unknown Source)
        at org/jboss/deployment/scanner/URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org/jboss/deployment/scanner/URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org/jboss/deployment/scanner/AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymen
    tScanner.java:263)
        at org/jboss/deployment/scanner/AbstractDeploymentScanner.startService(AbstractDeploymentScanner
    .java:336)
        at org/jboss/system/ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org/jboss/system/ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun/reflect/GeneratedMethodAccessor2.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
    Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/system/ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start()V(Unknown Source)
        at org/jboss/system/ServiceController.start(ServiceController.java:417)
        at sun/reflect/GeneratedMethodAccessor9.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
    Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.start(Ljavax/management/ObjectName;)V(Unknown Source)
        at org/jboss/deployment/SARDeployer.start(SARDeployer.java:302)
        at org/jboss/deployment/MainDeployer.start(MainDeployer.java:1007)
        at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:808)
        at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:771)
        at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:755)
        at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava
    /lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Lja
    va/lang/Object;)Ljava/lang/Object;(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:585)
        at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
        at org/jboss/mx/interceptor/AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
        at org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor
    .java:142)
        at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
        at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Ljava/lang/String;)V(Unknown Source)
        at org/jboss/system/server/ServerImpl.doStart(ServerImpl.java:482)
        at org/jboss/system/server/ServerImpl.start(ServerImpl.java:362)
        at org/jboss/Main.boot(Main.java:200)
        at org/jboss/Main$1.run(Main.java:464)
        at java/lang/Thread.run(Thread.java:595)
        at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
        -- end of trace
    JRockit aborted: Out of memory (68)
    Failed to acquire native memory. Try reducing Java heap size using -Xmx:<size> (i.e "-Xmx16m")
    If I change the -Xmx parameter from -Xmx4000M to -Xmx3000M
    than it didn't work, but
    if I change the -Xmx parameter from -Xmx4000M to -Xmx2900M
    than it works.
    (The hint to change -Xmx to -Xmx16m is great on a 16GB RAM machine,.. :-) )
    Any ideas?
    How can I use 4GB java-heap ?
    Greetings Martin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error WLS8.1 SP6 Patch9 and Jrockit 3.1 - BEA-000355  libmuxer.so on Sol10

    Hi people!
    We are facing some weird problems with WLS 8.1 SP6 Patch9 and Jrockit 3.1 (jre1.4). We run the PeopleSoft WL server on a Solaris 10 sparc configuration.
    The problem is as follow:
    --------LOG----------------
    <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'/home/psoft/weblogic/jrockit/jre/lib/sparcv9/jrockit:/home/psoft/weblogic/jrockit/jre/lib/sparcv9:/home/psoft/weblogic/jrockit/jre/../lib/sparcv9:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris:/usr/local/lib:/usr/lib:/lib:/usr/local/libexec:/usr/local/ssl/lib:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci920_8:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci817_8:/home/psoft/CHD89P/verity/solaris/_ssol26/bin:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci920_8:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci817_8:/home/psoft/CHD89P/verity/solaris/_ssol26/bin:/usr/lib'
    >
    ----------END LOG------------
    From what we understand, the problem is the libmuxer.so lib. During boot the server search all the path but can't find the lib. However, in "/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris" libmuxer.so is present. So finding it would not be the problem as it is in the path.
    We tried:
    Put a -d64 command line option in de run script (startWebLogicAdmin.sh) but it didn't helped.
    put some extra path in LD_LIBRARY_PATH, defined in setEnv.sh.
    We did some search in google en this forum but found nothing which helped.
    We swapped to the original version of jre 1.4 instead of Jrockit and than the problem disappeared. Seems to be Jrockit but can't get the clu.
    Someone any idea?
    Tnx and Regards,
    Harmen

    Thanks for your reply!
    We can see libmuxer.so in the PATH :
    psoft@xxx):/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris$ ll | grep lib
    -rwxr-xr-x 10992 Jul 23 13:45 libNodeManager.so
    -rwxr-xr-x 409436 Jul 23 13:45 libjsafe.so
    -rwxrwxrwx 27972 Jul 23 13:45 libmuxer.so
    -rwxr-xr-x 1381448 Jul 23 13:45 libproxy.so
    -rwxr-xr-x 1381480 Jul 23 13:45 libproxy128.so
    -rwxr-xr-x 1385192 Jul 23 13:45 libproxy128_61.so
    -rwxr-xr-x 1385164 Jul 23 13:45 libproxy_61.so
    -rwxr-xr-x 6044 Jul 23 13:45 libstackdump.so
    -rwxr-xr-x 3924 Jul 23 13:45 libterminalio.so
    -rwxr-xr-x 1654032 Jul 23 13:45 libweblogic.a
    -rwxr-xr-x 1654032 Jul 23 13:45 libweblogic128.a
    -rwxr-xr-x 11516 Jul 23 13:45 libweblogicunix1.so
    -rwxr-xr-x 6364 Jul 23 13:45 libwlenv.so
    -rwxr-xr-x 13048 Jul 23 13:45 libwlfileio.so
    After setting environment with the setEnv.sh the environment looks as follow:
    psoft@xxx):/home/psoft/CHD89P/webserv/CHD89P$ set | grep PATH=
    CLASSPATH=.:/home/psoft/CHD89P/webserv/CHD89P/lib/ps_patch.jar:/home/psoft/CHD89P/webserv/CHD89P/lib/portlet-api-1.0.jar:/home/psoft/CHD89P/webserv/CHD89P/lib/pluto-1.0.1.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/saaj.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/xml-apis.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/xercesImpl.jar::/home/psoft/weblogic/jrockit/jre/lib/tools.jar:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/weblogic_sp.jar:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/weblogic.jar:
    LD_LIBRARY_PATH= */home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris* :/usr/local/lib:/usr/lib:/lib:/usr/local/libexec:/usr/local/ssl/lib:*/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris*:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci920_8:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/solaris/oci817_8:/home/psoft/CHD89P/verity/solaris/_ssol26/bin
    MANPATH=/usr/share/man:/usr/local/man:/usr/local/cvs-1.11.21/man:/usr/local/mit-1.6.2/man:/usr/local/openldap-2.3.32/man:/usr/local/openssl-0.9.8e/man:/usr/local/perl-5.8.7/man:/usr/local/postfix-2.3.3/man:/usr/local/sudo-1.6.8p12/man:/usr/local/sudosh-1.7.1/man
    PATH=/home/psoft/weblogic/weblogic81_sp6/weblogic81/bin:/home/psoft/weblogic/jrockit/jre/jre/bin:/home/psoft/weblogic/jrockit/jre/bin:/home/psoft/CHD89P/bin:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/bin:/home/psoft/weblogic/weblogic81_sp6/jdk142_11/jre/bin:/home/psoft/weblogic/weblogic81_sp6/jdk142_11/bin:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/openssh/bin:/usr/sbin:/usr/ucb:/etc:/home/psoft:/home/psoft/env:/usr/local/bin:/usr/j2se/bin
    POINTBASE_CLASSPATH=:/home/psoft/weblogic/weblogic81_sp6/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/home/psoft/weblogic/weblogic81_sp6/weblogic81/common/eval/pointbase/lib/pbclient44.jar
    POINTBASE_CLIENT_CLASSPATH=/home/psoft/weblogic/weblogic81_sp6/weblogic81/common/eval/pointbase/lib/pbclient44.jar
    PSCLASSPATH=/home/psoft/CHD89P/webserv/CHD89P/lib/ps_patch.jar:/home/psoft/CHD89P/webserv/CHD89P/lib/portlet-api-1.0.jar:/home/psoft/CHD89P/webserv/CHD89P/lib/pluto-1.0.1.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/saaj.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/xml-apis.jar:/home/psoft/CHD89P/webserv/CHD89P/applications/peoplesoft/PORTAL/WEB-INF/lib/xercesImpl.jar
    PS_VERITY_PATH=/home/psoft/CHD89P/verity/solaris/_ssol26/bin
    WEBLOGIC_CLASSPATH=/home/psoft/weblogic/weblogic81_sp6/jdk142_11/lib/tools.jar:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/weblogic_sp.jar:/home/psoft/weblogic/weblogic81_sp6/weblogic81/server/lib/weblogic.jar
    As you can see the full path is in the environment. Please tell me is you need more info.
    Tnx alot and regards,
    Harmen

  • Cold Fusion MX and Jrockit

    Has anyone replaced the standard JRE 1.3 from Sun with the Jrockit JRE? If they
    have do they see a performance boost. Any other thoughts are appreciated. MX seems
    to drag with the standard JRE.

    CF was CFMX until CFMX7: CF8 was the first without it.  But, yes, you're right: knowing exactly what the OP is talking about would be helpful here.
    I haven't had any problem installing CF8 or CF9 on Win7 (just the Starter version of Win7 for me... it's a netbook).  Then again, I had no problems installing or 7, 8 or 9 ( simultaneously) on Win Vista (Home Premium) either.  So the difficulties you encountered installing on Vista were not down to CF, so if it's an idiosyncracy of how you're doing the install, or the environment when installing (eg: not being logged in as an administrator), then you're quite possibly going to have hassles on Win7 too.  Still: the easiest way isn't to guess, or to ask other people: it's to try it.
    If the question is simply "is it supported", then there's a web page for that:
    http://www.adobe.com/products/coldfusion/systemreqs/ (or for CF8: http://www.adobe.com/products/coldfusion/coldfusion8/systemreqs/)
    (note that clearly the "supported" matrix is a subset of the "will run on" matrix, given I've had no probs on the unsupported versions I list above)
    Versions of CF earlier than CF8 are being end-of-lifed, and are not actively supported by Adobe.  This is not to say they won't work, they're just not supported.  One should not be running a version of CF older than CF8.  Not least because earlier versions are pretty bloody slow and less stable compared to CF8.
    Adam

  • Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Welcome to Apple Support Communities
    You can install the new hard disk yourself if you want to. You just need a 2'5" SATA II hard drive, which is compatible with your MacBook Pro. You can buy one at OWC > http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/ You can filter hard drives by computer, so press a "Click to view all...", choose your computer in the sidebar and it will give you the compatible hard drives.
    There are different brands for the MacBook Pro. The most recommended are HGST and Seagate, which have good reputation. A 7200 rpm hard drive will give you extra performance

  • Problems with display of preview - and Adobe's tech support.

    Hello, all.
    After quite a bit of struggle I am still experiencing problems with the way Bridge CS5 displays previews. Previews are displayed with rather low quality. By that I mean low resolution that causes images to appear pixelated and out of focus. I've tried every possible setting in Bridge (or at least I think I have) but nothing seems to work. The setting that forces Previews to be built to the specific monitor size of the computer used doesn't work for me as I spend equal amounts of time working between my Macbook Pro 17" and my Apple 30" cinema display that have different resolutions. I've tried this setting and the preview images created on the notebook would not display at all on the 30" display.
    I have contacted support only to find it is nearly non-existent. A voice obviously from someone located in India answered and kept asking what I considered to be basic questions and must have used the word "apologize" at least 20 to 30 times (no exageration) during the 1 hour and 43 minutes we were on the phone to accomplish nothing other than to "register" my complaint.
    What is happening to Adobe ? This is not a joke, a rumor or an angry comment but rather a serious question from a user who has built a professional workflow based on the use of Adobe's products. I have been an user of the Adobe Creative Suite since its very first version and of the individual applications even before then. Bridge is one of the applications I use the most in my workflow that involves the organization of my large database of medical images I keep from my treatments and research. So this is very serious to me. I am now on the phone with Adobe waiting again to speak with someone in technical support. I was told the average waiting time would take between 35 and 50 minutes and I didn't think it would be possible but so far I have been on hold waiting for 1 hour and 7 minutes and someone has yet to answer the phone. What is happening with Adobe ? Is the company about to go out of business ? The last time I remember experiencing such a lack of support from a company I did so when contacting Polaroid and we all know what happened to it.
    To make matters worse I have twice contacted Adobe and asked their technical support agent to remove a phone number that they seem to have mistakenly written as a contact number in my files. More than one month after I registered my support request I finally received an e-mail stating that had tried to contact me at the phone that isn't mine and shouldn't be a part of my records despite the fact I have instructed them twice to remove. There are serious legal implications here as I am bound to confidentiality when it comes to the medical information I manage with my Adobe applications and the idea that someone in technical support may accidentally share this information with a stranger while calling the wrong number is a serious problem.
    What is going on ?
    Outside of this forum I have no idea who to contact and if it is even worthwhile doing so as it may prove to be a huge waste of time.
    Bridge has been a problem application since its inception. In fact the only version of Bridge that seemed to have worked (somewhat) right out of the box was the first one. I have experienced problems with Bridge with every single new version. Previews that don't display properly, crashes, folder hierarchy indicators not displaying properly, and others. The same images display fine if I open them in Apple's OS X Preview or Photoshop CS5. The problem is restricted to Bridge. All images are RAW high-quality images from a professional Canon EOS 1Ds MK II camera with a 17 megapixel full size sensor, and they always look stunning on everything else.
    What is one to do ???
    Sorry about the long post but I am one frustrated user who doesn't know what else to do.
    Thanks,
    Joe

    Hi again, Steve.
    In answer to your questions:
    > What view are you using for the Slideshow (centered, fit screen, fill screen, 100%)?
    Centered.
    > What is the slide duration set to in Slide Show Options, does changing it to manual help?
    I have it always set to manual.
    > What are you're Preferences> Advanced> settings for 'Software Rendering' and 'Monitor Previews' (checked or unchecked)?
    I've tried both choices for both options. My usual default options are 'Software Rendering' unchecked as I have a new Macbook Pro (only a few months old) and the graphics card is powerful enough to handle the previews and 'Monitor Previews'  also unchecked.
    > What are you're Preferences> Cache settings for Options (Keep 100%..., Automatically Export...)?
    ' Keep 100% Previews in Cache ' option - checked
    ' Automatically Export Cache to Folders When Possible ' option - unchecked
    > What resolutions do you have set for both the 17" MBP and 30" ACD?
    Their native resolutions: 1920 x 1200 for the MBP 17" built-in display and 2560 x 1600 for the 30" cinema display.
    > In the Mac System Prefs.> Energy Saver... do you have the Automatic graphics switching checked off ?
    No. I have this option checked for both Battery and Power Adapter.
    On Bridge's interface upper right hand corner I have also selected using one of its pull down menus the following options:
    ' Always High Quality ' and ' Generate 100% Previews '
    Any ideas ???
    Thanks,
    Joe

  • Error. your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.

    I have the following inside my SharePoint server 2013 :-
    EnterPrise Wiki site collection.
    i have both "Excel services Application "& "Visio Graphics Service" running correctly.
    The problem i am facing is as follow:-
    when a user click on an Excel sheet or Visio document , it will be shown inside the browser without any problem.
    but if the user click on "Open in Visio" OR "Open in Excel" links inside the browser, they will get the following errors:-
    Sorry, but to open this workbook, your computer must be running a supported version of Microsoft Excel and a browser that supports opening files directly from Office Web Apps.
    To open this document, your computer must be running a supported version of Microsoft Visio and a browser that supports opening files directly from Visio Web Access.
    I have the following settings inside my PC:-
    Office 2010 for Excel, word, power point,etc.
    Visio 2013.
    i have disabled SharePoint foundation support for office 2013
    Can anyone advice on this please?

    Hi,
    Please try to reset the Internet Explorer settings or open Internet Explorer in In-Private browsing and then check if this issue occurs.
    If the issue persists, please try to access SharePoint in another computer with Office 2013 and then check if this issue occurs. Or repair Office and restart your server.
    Here is a blog about the same issue for you to take a look at:
    http://sharepointexit.blogspot.com/2013/12/sorry-but-to-open-this-workbook.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Webex Meeting Center and Jabber for Ipad support in Webex Telepresence

    Hello, I have a two questions which are unclear based on my browsing of posts in this thread.
    1) Are traditional Webex Meeting Center meetings able to be joined to a Webex Telepresence session?  Ie. I have two callway/webex telepresence nodes (SX20 and a C40) can they have a webex meeting center participant brought in?
    2) Is Jabber for Ipad supported using the Webex Telepresence service?  Using the example endpoints above I have a SX20 and C40 and they want to add a Webex for Ipad endpoint in.
    Thanks.

    You cannot have Telepresence endpoints using Callway service(WebEx TP service) join a webex session directly. You can do this however using WebEx enabled Telepresence which is meant for on-premise users to work with WebEx
    http://www.cisco.com/en/US/docs/telepresence/infrastructure/tms/config_guide/webex_enabled_telepresence/cts_webex_config.html
    In the call way (aka WebEx tp service), the work around is you have to use an endpoint that has multi site capabilities to make one video call and see video from other end points and then make an audio call to the WebEx service and bridge them together. Now users can audio and video and presentation remains on WebEx but it's not like the true webex enabled telepresence which today call way doesnt support
    See attached PDF last page. Also you may need a PSTN subscription to make that call happen

  • Flash 9 doesn't work and has no tech support

    I am at my wits end with the macromedia Flash 9
    player. I have been trying to fix the problem for weeks and have
    been negecting my children to fix Flash 9's mistake and there is no
    phone support for the Flash 9 only internet tech support. I keep
    emailing tech support with my problem and they keep sending me the
    same generic email that says" clik here to uninstall and then
    re-install" I tried that like a million times so I send them a
    email back saying do not send me that email again it does not solve
    my problem and they respond with the same email. I serious think
    the tech support don't even read the emails. I EVEN TRIED USING
    CAPS AND IT STILL DIDN'T WORK!
    MY PROBLEM:
    I tried installing the flash 9 player a few weeks ago when
    Myspace prompted me. now I cannot see anything I keep going and
    uninstalling and re installing and now all I get when I click
    download now where the install video is suppose to be I get " mark
    so I read the tech note
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4a8d52ae
    I did the regedit suggestion and it still did not work. I was
    having trouble also removing the program from my add/remove program
    in my control pannel and removing the safe versions seemed to help
    that. I finally found a link that seemed to help me fairly
    sucessful download Flash 9 which is
    Close any Explorer/Internet Explorer/Firefox windows you have
    open
    Close any anti virus soft you might have running:
    1: download
    http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_playe r_active_x.msi
    2: Click Start>Run and enter
    c:\windows\system32\macromed\flash\UninstFl.exe
    3: Run the file you just downloaded
    4: Go to Start>Run and type in regsvr32
    c:\windows\system32\macromed\flash\flash9.ocx
    This suggestion seemed to solve my " problem now the only
    thing I need to over come is as I download the flash 9 it says it
    sucessfully down loads but then I get a dialog box that says:
    Error 1904
    C:/windows/system32/macromed/flash/flash9.ocx
    failed to register HRESUIT - 2147220473
    contact your support personel
    I think if I can figure this out my problem will be solved
    can anyone help me?
    If not I hope this helps someone.
    I have given up all hope this is my last ditch effort.
    Please help me!

    Thanks for your answers so far.
    @Xaver:
    No I have win 7 clean install (instead of Vista), which is the reason I tried the workaround I linked to.
    @nifer:
    No yellow bangs in the device manager, and, even more important only one entry called something like "Toshiba virtual modem" under "modem" in the device managaer (I thinkthat the four entrys for the 3g moduldrivers should be under "modem" in the device manager)
    - Is it possible to check this powerrail without having to disassemble the whole notebook? Where is the modul located?
    @xardas: I think it has, at least the guy who sold me the (used) notebook said so. The model Number begins with ppm70e, which I believe is the specific model of m700. There also is a sticker with a "wireless WAN IMEI" and a number at the backside and a slot for the sim-card behind battery-pack, which both would be very suspicious for a notebook not having a 3G modul.

  • HT1926 How do I authorize a windows 8/64 but I/explorer computer?The Apple website is way out of date and the support led to an unknown error -42110 and the advice was wrong and inoperable from the support man Gulab

    I have bought a New Computer as my Old one did it's HDD. I now have windows 8/64 bit  I/E 10 and am trying to Authorise my New Computer. I have downloaded the latest version and I got an ""unknown error -42110 "" .I went to te apple website and that says how to deactivate a SC folder or something in windows 7 or windows vista.
    It also says to go to ""store|"" > Authorise Computer"" and I can't get anything,so I contacted  Apple support and I got some person called Gulab who sent me links to the same obsolete apple website which says exactly what I have said above.
    I open iTunes and it lets me login with my apple id and says that I have $78.00 in credit and to be honest I can't understand the updated version/s let alone find how to ""Authorise "" my new computer.Gulab said to delete te sc Folder but the website (Apple) says this ios for windows 7 and windows vista.
    Running around in circles. Apple website needs to be drastically updated instead of updating iTunes .
    Completely confused and so is the support staff....lololooolololol

    (1) There's a couple of ways to get through to the authorisation controls in the 11.0.x versions.
    The control is still in the Store menu, but first (if you're using iTunes versions 11.0.x) you might need to bring up the menu bar to see the Store menu.
    If you're using 11.0.x, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Then you'll find the control in the Store menu:
    Alternatively, if you don't want to bring up the menu bar, it's still possible to get into the authorise controls via nested menus accessible from the wee boxy icon. Here's a screenshot of where to find them:
    (2) Some discussion on means of locating the SC Info folder on Windows 8 systems in the following topic:
    TS1389 Re: How can you do this in windows 8?

  • On my ipad mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server.

    On my iPad Mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server. 
    My husband and I share an email address and if he misses a day checking email on his notebook, he doesn't receive the items that I have sent to Trash on my iPad Mini.
    Appreciate suggestions.
    [The curious thing is, if I "move" the deleted emails from Trash on my iPad Mini into the Inbox, I can go to my notebook, open my online email and they are back in my ATT/Yahoo Inbox.]

    Is your Yahoo account set up as POP3 or IMAP?

  • HT204088 How can i look up my purchase history on my iphone 4s??? I need to pay an outstanding balance with store credit. I am trying to play games on my phone,and make purchases,but support told me i need to pay the balance with store credit.

    I need help with my itunes on my iphone!!!

    You can only see a cutdown version of your purchase history on your phone (and optionally contact iTunes Support if you have a problem with a purchase) via this page : http://reportaproblem.apple.com - it's only on a computer's iTunes that you can see your full purchase history

  • When I plug my iPhone 4s into my PC, I get an error message that says iTunes needs a newer version of Apple Mobile Device Support. It wants me to uninstall both the AMDS and iTunes and then reinstall iTunes. Has anyone else run into this problem recently?

    When I plug my iPhone 4s into my PC, I get a message that says iTunes needs a newer version of Apple Mobile Device Support. It wants me to uninstall both the AMDS and iTunes and then reinstall iTunes. iTunes won't recognize my phone and so I can't synch it. Has anyone else run into this problem recently and how did you resolve it? Thanks!

    Thank you both. I suppose I should have prefaced my question with the concern that I've read a number of other posts from people who have had a similar issue and when they tried to follow the directions, they ran into a multitude of other problems. As you might imagine, I'm hoping to avoid the creation of new problems as I try to solve this one. Thanks again.

  • How do I only show my inbox on email and not all the support folders

    How do I only show my inbox on email and not all the support folders

    There is a third-party program called Attachment Tamer that will do that for you.  In the Terminal, you can type this:
    defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
    Also note that while Attachment Tamer does some things with the encoding that makes certain email clients display the item as an attachment, what shows up at the receiver's end is solely dependent on their email client and its settings.

Maybe you are looking for