WebLogic 7 Upgrade Problem -  TxDataSource / XA Drivers

I am having major problems attempting to upgrade from WebLogic 6.1 to 7. After
installing and configuring WebLogic 7, my application wouldn't load, telling me
I needed to use TxDataSources instead of DataSources.
So I switched to TxDataSources and after increasing the Max Capacity in the pools,
I was able to get my application to load and run. However, whenever my application
tries to access two different pools in the same transaction, I get this runtime
error.
java.sql.SQLException: Connection has already been created in this tx context
fo
r pool named commcp. Illegal attempt to create connection from another pool: adm
cp
java.sql.SQLException: Connection has already been created in this tx context
fo
r pool named commcp. Illegal attempt to create connection from another pool: adm
cp
at weblogic.jdbc.jts.Driver.getExistingConnection(Driver.java:339)
at weblogic.jdbc.jts.Driver.connect(Driver.java:132)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:265)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
ersistenceManager.java:698)
at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.ejbFin
dByPrimaryKey(ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.java:968)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.findByPrimaryKey(RDB
MSPersistenceManager.java:216)
at weblogic.ejb20.manager.BaseEntityManager.findByPrimaryKey(BaseEntityM
anager.java:755)
at weblogic.ejb20.manager.BaseEntityManager.localFindByPrimaryKey(BaseEn
tityManager.java:711)
at weblogic.ejb20.internal.EntityEJBLocalHome.findByPrimaryKey(EntityEJB
LocalHome.java:273)
at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9_LocalHomeImpl.findByPrimar
yKey(ConcludeBean_8ki0z9_LocalHomeImpl.java:109)
at dtpitb.adm.sb.common.SessionBeanCommon.getConclusion(SessionBeanCommo
n.java:237)
at dtpitb.adm.sb.reports.ADMReportsBean_l3bmj9_EOImpl.getConclusion(ADMR
eportsBean_l3bmj9_EOImpl.java:98)
at dtpitb.adm.webapp.worker.SearchDecisionHistory.processWork(SearchDeci
sionHistory.java:46)
at gov.nih.nci.itb.webapp.controller.Controller.service(Controller.java:
96)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1058)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:401)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:306)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:5445)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:780)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3105)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2588)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
From what I understand, this meant that I needed to use an XA-supported Driver.
So I installed the Oracle Thin/XA Driver (oracle.jdbc.xa.client.OracleXADataSource)
instead of the regular Oracle Thin Driver I was using (oracle.jdbc.driver.OracleDriver).
After trying that, my application will not load, throwing a bunch of XA Exceptions
similar to the following:
XA error: XAER_RMERR : A resource manager error has occured in the transaction
b
ranch start() failed on resource 'admcp': XAER_RMERR : A resource manager error
has occured in the transaction branch
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:498)
at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:19
0)
at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
at weblogic.jdbc.jta.DataSource.start(DataSource.java:577)
at weblogic.transaction.internal.ServerResourceInfo.start(ServerResource
Info.java:1178)
at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
ceInfo.java:1121)
at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
eInfo.java:287)
at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
rverTransactionImpl.java:407)
at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1157)
at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
109)
at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:147)
at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:259)
at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
Impl.java:139)
at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
java:92)
at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
.java:133)
at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
.java:79)
at weblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
rifier.java:381)
at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
bleVerifier.java:432)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
BMSPersistenceManager.java:1119)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
ceManager.java:150)
at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
va:208)
at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
:178)
at weblogic.ejb20.manager.DBManager.setup(DBManager.java:158)
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
nBeanInfoImpl.java:944)
at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1317)
at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:335)
at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
Container.java:1662)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
ner.java:1087)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
ner.java:1074)
at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
veDeployer.java:1110)
at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
loyer.java:730)
at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
dler.java:24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
I now have decided I need advice.
Please advise.
Thanks,
Pete

Thanks, Wayne. My organization is in the process of purchasing WebLogic, but we
are still in the free trial period for another week or two.
I am using:
WebLogic 7.0 SP2
Oracle 8.1.7
(tried all 3 versions of classes12.zip)
Driver Class Name in Conn Pools:
Oracle Thin: "oracle.jdbc.driver.OracleDriver"
Also Tried:
Oracle Thin/XA: "oracle.jdbc.xa.client.OracleXADataSource"
Thanks,
Pete
"Wayne W. Scott" <[email protected]> wrote:
>
Wow, this is heavy duty stuff to be getting free support for!
Let's start with the basics to rule out known problems that have been
fixed.
Is this the base version or have you installed service packs?
Also, this is not an installation problem; it is getting into EJB and
TX. Other groups
like: w.d.i.ejb20; w.d.i.workshop; w.d.i.jdbc -- might be better.
You can also scan discussions in all groups via http://search.beasys.com/weblogic/gonews/
Also try searching at AskBEA -- http://support.bea.com/index.jsp
If these do not help, open a support case so that someone is assigned
to this.
Thank you,
Wayne Scott
Pete Hilfiker wrote:
I am having major problems attempting to upgrade from WebLogic 6.1to 7. After
installing and configuring WebLogic 7, my application wouldn't load,telling me
I needed to use TxDataSources instead of DataSources.
So I switched to TxDataSources and after increasing the Max Capacityin the pools,
I was able to get my application to load and run. However, whenevermy application
tries to access two different pools in the same transaction, I getthis runtime
error.
java.sql.SQLException: Connection has already been created in thistx context
fo
r pool named commcp. Illegal attempt to create connection from anotherpool: adm
cp
java.sql.SQLException: Connection has already been created in thistx context
fo
r pool named commcp. Illegal attempt to create connection from anotherpool: adm
cp
at weblogic.jdbc.jts.Driver.getExistingConnection(Driver.java:339)
at weblogic.jdbc.jts.Driver.connect(Driver.java:132)
at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
ce.java:265)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
ersistenceManager.java:698)
at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.ejbFin
dByPrimaryKey(ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.java:968)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.findByPrimaryKey(RDB
MSPersistenceManager.java:216)
at weblogic.ejb20.manager.BaseEntityManager.findByPrimaryKey(BaseEntityM
anager.java:755)
at weblogic.ejb20.manager.BaseEntityManager.localFindByPrimaryKey(BaseEn
tityManager.java:711)
at weblogic.ejb20.internal.EntityEJBLocalHome.findByPrimaryKey(EntityEJB
LocalHome.java:273)
at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9_LocalHomeImpl.findByPrimar
yKey(ConcludeBean_8ki0z9_LocalHomeImpl.java:109)
at dtpitb.adm.sb.common.SessionBeanCommon.getConclusion(SessionBeanCommo
n.java:237)
at dtpitb.adm.sb.reports.ADMReportsBean_l3bmj9_EOImpl.getConclusion(ADMR
eportsBean_l3bmj9_EOImpl.java:98)
at dtpitb.adm.webapp.worker.SearchDecisionHistory.processWork(SearchDeci
sionHistory.java:46)
at gov.nih.nci.itb.webapp.controller.Controller.service(Controller.java:
96)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1058)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:401)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:306)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:5445)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:780)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3105)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2588)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
From what I understand, this meant that I needed to use an XA-supportedDriver.
So I installed the Oracle Thin/XA Driver (oracle.jdbc.xa.client.OracleXADataSource)
instead of the regular Oracle Thin Driver I was using (oracle.jdbc.driver.OracleDriver).
After trying that, my application will not load, throwing a bunch ofXA Exceptions
similar to the following:
XA error: XAER_RMERR : A resource manager error has occured in thetransaction
b
ranch start() failed on resource 'admcp': XAER_RMERR : A resource managererror
has occured in the transaction branch
oracle.jdbc.xa.OracleXAException
at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:498)
at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:19
0)
at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
at weblogic.jdbc.jta.DataSource.start(DataSource.java:577)
at weblogic.transaction.internal.ServerResourceInfo.start(ServerResource
Info.java:1178)
at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
ceInfo.java:1121)
at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
eInfo.java:287)
at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
rverTransactionImpl.java:407)
at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1157)
at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
109)
at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:147)
at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:259)
at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
Impl.java:139)
at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
java:92)
at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
.java:133)
at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
.java:79)
at weblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
rifier.java:381)
at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
bleVerifier.java:432)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
BMSPersistenceManager.java:1119)
at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
ceManager.java:150)
at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
va:208)
at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
:178)
at weblogic.ejb20.manager.DBManager.setup(DBManager.java:158)
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
nBeanInfoImpl.java:944)
at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1317)
at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:335)
at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
Container.java:1662)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
ner.java:1087)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
ner.java:1074)
at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
veDeployer.java:1110)
at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
loyer.java:730)
at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
dler.java:24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
I now have decided I need advice.
Please advise.
Thanks,
Pete

Similar Messages

  • Weblogic 11g migration problems with informix drivers

    Hi
    I´m having some isues with informix drivers in weblogic 11g.
    Old Version: WebLogic 10.3.0 / 10gR3
    New Version: WebLogic 10.3.5 / 11g
    Daba base: informix 10
    I have 2 datasources configured are test correctly. So, the database connection is established.
    Also, I put informis drivers in the lib directory of the server, and on startup they are picked.
    <Following extensions directory contents added to the end of the classpath:
    C:\bea11g\user_projects\domains\base_domain\lib\ifxjdbc.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxjdbcx.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxlang.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxlsupp.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxsqlj.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxtools.jar>
    But when the aplication starts, in serverLog you can see
    java.lang.ClassNotFoundException: com.informix.jdbc.IfxConnection
    It seems like the application couldn´t access to de jar...
    Thanks

    Hi,
    I think your issue is been related to iAS. If so please place your query in iAS forum thread. So that you can get valuable suggestion.
    Regards,
    Dakshin.

  • Upgrading problem from win 7 to 8 T510

    I have a T510 just reinstalled Win 7 using Lenovo recovery and now I am looking at upgrading to Win 8 to give a try.
    I am lazy so I just unistalled softwares that are specifically pointed out by Windows 8 upgrade assistant during process, not ones that listed incompatible in the compatibility chart but those that actually prevents the upgrade assistant from proceeding. And apparently just uninstalling them is not enough. 
    The problem is I don't know exactly what softwares are causing proble. The great thinkpad utility softwares seem to become the biggest obstacles to upgrading. And those drivers. However I really don't want to unistall all of them and potentially found out that the upgrading still doesn't work. If I have to delete all lenovo softwares, I guess a clean install will be less troublesome. 
    So I am wondering if someone who successfully upgraded could give out the software or drivers that he or she uninstalled or share some other experience. I really appreciate that.
    Btw, I wish either Microsoft or Lenovo will release a better upgrade assistant that will take care of uninstallation issue for the users. I know Lenovo has a list of softwares that need to be uninstalled. Is there any chance you can make a exe or bat file that unistall all of them at once? I think most thinkpad users like me still have the standard software package installed as the machine came in and it really save a lot of trouble.
    Thanks
    Solved!
    Go to Solution.

    I think the Windows 8 package you downloaded can be used to make a fresh install as well as upgrade from Windows 7.
    If you run the Windows 8 package you downloaded it should give you the option to create a Media install. So grab a 4GB USB drive, run the Windows 8 package and select the option to Create Media Installation, or something to that description.
    Select the USB drive and it will create a Bootable Windows 8 install.
    You can use this, with your Key, to create a fresh install.
    I'm dual booting, on the same drive, for now while I get used to WIndows 8.
    T410(2537) -- i7 620M - Intel HD GPU (1440 x 900) - 8GB RAM - 128GB Crucial M4 SSD - 250GB Hitachi HDD - Windows 7 & 8 Pro

  • Downgrade to win7 problem with audio drivers. beats audio software for win7?

    I recently purchased the HP Envy 700-074 from best buy.  it was necessary to downgrade to windows 7 for some work software and I would like proper audio drivers/software for windows 7. Right now it seems to be detecting as Nvidia audio driver but in this case it doesnt allow my front panel audio ports to output audio. I would also like to have beats working. 
    here are the hardware ID's associated with the card
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38423619&REV_1001
    HDAUDIO\FUNC_01&VEN_10DE&DEV_001C&SUBSYS_38423619
    and here's a quick screenshot of the driver that is associating with it right now.. 
    http://gyazo.com/23499c19d5e2a21f81b9124ad822c07d.png
    even those VEN_10DE's seem to associate to nvidia, but from HP the driver is meant to be IDT high definition audio? is something going on here? 
    the only change i've made to the computer is upgraded to an EVGA Nvidia GT 610 video card.,

    Hi, Paul.
    I have similar problem here.
    I bought HP Envy 810-200nr and I hate W8, so I installed Windows Server 2008 R2, which is my favourite.
    Then I solved numerous problems with chipset drivers and finally it all works, but Audio (IDT HD Audio) does not work.
    Completely silent.
    HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AF3&REV_1001
    HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AF3
    It looks okay, when playing audio - indicator blinks and shows level, volume can be adjusted, all parametrers - speakers, etc seems okay but silent!
    I tried numerous drivers for W8 and W7 64 but they give "Incompatible version" error.
    Can you advise me what to do? I really want WS2008R2 here, but this audio is weird..

  • My hp pavilion dv6000 have a problems of sound drivers when i install a window seven (7)

    my hp pavilion have a problems of sound drivers when i installed window seven.So  i need supported so as to obtain a sound  in my  laptop

    Hi:
    Please read the helpful windows 7 upgrade guide for dv6000 models at the link below.
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Windows-7-Upgrade-Guide-for-dv6...

  • DSL and 9.1 to 9.2 upgrade problems?   Please Help!!

    I have a Beige g3 - 300 w/ 160 megs of memory - using Netscape 7.02 and occasionally Gatesmess IE-5. I have had dial up for 5 years and recently upgraded to DSL w/ Linksys WRT54G router connected via ethernet cable. Wifes HP laptop uses the wireless.
    Problem is when connected to the internet, I get a looong -(30 - 40 second) delay between selecting the url and the page loading with a "resolving host" message at the bottom of the page. The modem send light flashes every five seconds or so and once the system locks on the url it loads really fast. With the dialup there was no delay in finding the url but took a long time to load. Result is it takes about the same amount of time to browse now as before. I don't think the winbox is having the same problem.
    To try to resolve the "resolving host" issue I have been trying to upgrade from 9.1 to 9.2. When I download the package from apple.com at the end I get a 127 error which reestablishes itself everytime I click OK til I force quit the System. When I restart the computer, the file is on desktop OS 9.2 update.smi. First I opened the file w/ stuffit 5.2 and tried to install it following the instructions (sharing off, OS 9 extensions only etc) and about 4 minutes into the process I get the Bomb error 10. I have downloaded this three times and upgraded the Stuffit to 7.03 but am having the same problem. In order to get to 9.2.2 you have to upgrade to 9.2.1 first and that is what I am doing.
    Anybody have any ideas either on the "resolving host" issue or the upgrade problem.
    Thanks in advance,
    Beige g3 - 300mghz 160 meg memory   Mac OS 9.1.x  

    Thanks Grant.
    I read the article and it was of some help. Reference TCP/IP control panel settings. I called Commspeed support and they gave me their three current DNS numbers. I typed them per article and nothing - dead. Called them back and they gave me the typical winbox answers "No hable apple" so left to my own devices and considering the stratigies suggested in the article I did two things.
    I opened the TCP/IP control panel and deleted the Name Server Address - As they are supposed to be assigned by the server. There was also a check box that said use 802.3 which was checked. I unchecked it and tried the internet. Blam it was right there. I don't know which stratigy worked as I did them simultaneously.
    Still don't know about upgrading to 9.2.
    Thanks again,
    Bill
    Beige g3 - 300mghz 160 meg memory Mac OS 9.1.x

  • Weblogic 10.0 Problems with stripes/struts

    When trying to deploy the sample application for the stripes framework on weblogic 10.0 I get the following error when deploying.
    <Dec 3, 2009 12:16:51 PM CET> <Error> <HTTP> <BEA-101165>
    <Could not load user defined filter in web.xml:
    net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.exception.StripesRuntimeException:
    Problem instantiating default configuration objects.I actually had to switch to using the Sun JDK to get this error. JRockit does not report it, and just fails when I try to use the application. The problem appear to be weblogic 10.0 specific. No problems with jetty or tomcat, and I've heard reports that it is resolved in weblogic 10.3. Have ayone come accross similar problems when using stripes/struts on weblogic 10.0, and found a solution to this? Is there a patch available for 10.0 than fix this?
    Regards
    Morten
    PS: I have ommited the complete stack trace, since it is monstrously huge.

    Guess I was wrong in thinking that this was an isolated weblogic 10.0 problem. I just downloaded weblogic 10.3 and tried to deploy the same application there, and the same error happened.
    <03.des.2009 kl 15.12 CET> <Error> <HTTP> <BEA-101165>
    <Could not load user defined filter in web.xml:
    net.sourceforge.stripes.controller.StripesFilter.net.sourceforge.stripes.exception.StripesRuntimeException:
    Problem instantiating default configuration objects.
            at net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:220)
            at net.sourceforge.stripes.config.RuntimeConfiguration.init(RuntimeConfiguration.java:272)
            at net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:125)
            at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:329)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            Truncated. see log file for complete stacktrace
    java.lang.NullPointerException
            at java.io.FilterInputStream.read(FilterInputStream.java:116)
            at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
            at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            Truncated. see log file for complete stacktraceSo is there anyone out there with experience with struts/stripes, that can tell why this does not work? If you need to try this yourself, you can download the stripes sample application here:
    http://sourceforge.net/projects/stripes/files/stripes/Stripes%201.5.2/stripes-1.5.2.zip/download
    There is an example WAR called "stripes-examples.war" in the zip that is ready to be deployed.
    Regards
    Morten
    PS: you still need to start weblogic with Sun JDK rather than JRockit to get the error. With JRockit the application simply fails when used.

  • Unicode kernel upgrade problem in XI server

    Hi
    I'm trying to upgrade the Brtools in XI server and getting the following problem:
    rx2n0v4:xdvadm 23> SAPCAR -xvf DBATL640O92_45-10002837.SAR
    stderr initialized
    processing archive DBATL640O92_45-10002837.SAR...
    --- Unicode interface [u16_get.c line 233] pid = 6963 :
    Invalid UTF-8 encountered by fgetsU16 (fileno 0x4)
    fd
    Characters previously read:
    0043 0041 0052 0020 0032 002e 0030 0031
    0052 0047                      030 0031
    --- Unicode interface -
    End of message -
    Illegal byte sequence DBATL640O92_45-10002837.SAR
    Couple of times, i downloaded the kernel today and tried but get the same error. Here XI (6.40)is the unicode server and i downloaded the unicode kernel from sapnet (brtools and SAPCAR kernel). I tried with version 7.00 kernel but get the same problem.
    Any solution of this problem?
    Regards
    Amar

    Confusion About SP16 Unicode Kernel Patch/Upgrade
    Problem with updating XI 3.0 (Kernel etc.)
    Check this might be useful.

  • E7-00 Problem with MTP drivers winXP service pack ...

    I have E7-00 and i have a problem with MTP drivers not being installed and constatly showing device is not working properly in device manager.
    I have win XP sp3,  installed newest Nokia Ovi suite, and my computer is constatly trying to install MTP device drivers, and keeps complaining it cannot.
    What should i do.
    Cheers
    Aleksandar

    NOKIA IS NOT LISTENING TO THIS FAILURE, WHY DO WE HAVE THIS FORUM AT ALL WHEN NOBODY HELPS TO SOLVE THIS BUG

  • Notebook NC6400 HSTNN-C18C problem with grafic drivers

    hello i have
    NC6400 HSTNN-C18C and i have problem with graphic drivers.i have windows 7 proffesional i found some .but in install has failed installation .i have installed game Farming simulator 15 but i still must install latest graphic drivers.can you send me link where i download drivers thanks for help

    Hi,
    It's a good machine isn't it. Unfortunately no official support:
      http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=1848274
    Please try:
       http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/compaq-nc6400-drivers-for-windo...
    Vista driver on the first link may help.
    Good luck.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • 10.9.4 upgrade problems

    10.9.4 upgrade problems, first with file system, second with Time Machine.
    ...first, time machine stopped working, second, I believe that an alias of a folder I had in my left margin of the finder window disappeared, along with the original folder, and all its contents. Both of these are serious problems. Can anybody help?

    So here's the one pertaining to the time machine backups to my external LaCie drive:
    Process:         LaCie Backup [8722]
    Path:            /Applications/LaCie Backup.app/Contents/MacOS/LaCie Backup
    Identifier:      com.LaCie.LaCieBackup
    Version:         1.1.1 (1.1.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [576]
    Responsible:     LaCie Backup [8722]
    User ID:         503
    Date/Time:       2014-07-24 11:54:30.490 -0500
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  0F51A155-53D8-4CB0-2C88-08222B1BB6CA
    Sleep/Wake UUID: 97433EC1-0B83-436F-96AE-1D6D59CD4F3E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000017160c20
    VM Regions Near 0x17160c20:
        MALLOC_LARGE           000000000ae37000-000000000af37000 [ 1024K] rw-/rwx SM=PRV 
    -->
        __TEXT                 000000008fe89000-000000008febc000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc_msgSend() selector name: setCanCreateDirectories:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x933174b4 objc_msgSend + 36
    1   com.apple.AppKit               0x973844bf _NSNavCreateChooseFolderDialog + 506
    2   com.apple.NavigationServices   0x931e74ff NavCreateChooseFolderDialog + 84
    3   com.LaCie.LaCieBackup         0x0000ddc4 0x1000 + 52676
    4   com.LaCie.LaCieBackup         0x0001446b 0x1000 + 78955
    5   com.LaCie.LaCieBackup         0x0002743a 0x1000 + 156730
    6   com.LaCie.LaCieBackup         0x00063bfe 0x1000 + 404478
    7   com.LaCie.LaCieBackup         0x0006617e 0x1000 + 414078
    8   com.LaCie.LaCieBackup         0x0008d000 0x1000 + 573440
    9   com.LaCie.LaCieBackup         0x00051ede 0x1000 + 331486
    10  com.LaCie.LaCieBackup         0x0003f050 0x1000 + 254032
    11  com.LaCie.LaCieBackup         0x000402a9 0x1000 + 258729
    12  com.LaCie.LaCieBackup         0x00007ccb 0x1000 + 27851
    13  com.LaCie.LaCieBackup         0x000e86b3 0x1000 + 947891
    14  com.apple.HIToolbox           0x99d98d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    15  com.apple.HIToolbox           0x99bec34f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    16  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    17  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    18  com.LaCie.LaCieBackup         0x00058850 0x1000 + 358480
    19  com.apple.HIToolbox           0x99d98d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    20  com.apple.HIToolbox           0x99bec34f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    21  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    22  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    23  com.apple.HIToolbox           0x99c1f962 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3046
    24  com.apple.HIToolbox           0x99bec795 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2546
    25  com.apple.HIToolbox           0x99beb668 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    26  com.apple.HIToolbox           0x99bfe811 SendEventToEventTarget + 88
    27  com.LaCie.LaCieBackup         0x000e258d 0x1000 + 923021
    28  com.LaCie.LaCieBackup         0x001321b6 0x1000 + 1249718
    29  com.LaCie.LaCieBackup         0x00103e67 0x1000 + 1060455
    30  com.LaCie.LaCieBackup         0x00103dce 0x1000 + 1060302
    31  com.LaCie.LaCieBackup         0x0000b44d 0x1000 + 42061
    32  com.LaCie.LaCieBackup         0x00001c7a 0x1000 + 3194
    33  com.LaCie.LaCieBackup         0x00001b95 0x1000 + 2965
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91149992 kevent64 + 10
    1   libdispatch.dylib             0x932fd899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x932fd532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x911496f2 getdirentriesattr + 10
    1   com.apple.CoreServices.CarbonCore 0x9af27e83 FSMount::getattrsbulk(void*, unsigned long, unsigned long*, unsigned long, unsigned long, FSAttributeInfo*, unsigned char*, unsigned char*) + 603
    2   com.apple.CoreServices.CarbonCore 0x9ae47970 PBGetCatalogInfoBulkSync + 1064
    3   com.apple.CoreServices.CarbonCore 0x9ae4750f FSGetCatalogInfoBulk + 60
    4   com.LaCie.LaCieBackup         0x0000e978 0x1000 + 55672
    5   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    6   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    7   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    8   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    9   com.LaCie.LaCieBackup         0x0000e8a2 0x1000 + 55458
    10  com.LaCie.LaCieBackup         0x0000ec22 0x1000 + 56354
    11  com.LaCie.LaCieBackup         0x0000a3c1 0x1000 + 37825
    12  com.LaCie.LaCieBackup         0x000943e1 0x1000 + 603105
    13  libsystem_pthread.dylib       0x98ae95fb _pthread_body + 144
    14  libsystem_pthread.dylib       0x98ae9485 _pthread_start + 130
    15  libsystem_pthread.dylib       0x98aeecf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib         0x91149046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98aeadcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x98aeecce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x91149046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x98aeadcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x98aeecce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0106f830  ebx: 0x973842d6  ecx: 0x975a8576  edx: 0x05c48155
      edi: 0x000406c4  esi: 0x57e58955  ebp: 0xbfffe838  esp: 0xbfffe734
       ss: 0x00000023  efl: 0x00010206  eip: 0x933174b4   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x17160c20
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -   0x42bfd7 +com.LaCie.LaCieBackup (1.1.1 - 1.1.1) /Applications/LaCie Backup.app/Contents/MacOS/LaCie Backup
    0x38b5000 -  0x38c0ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x8be8000 -  0x8c0dff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x8fe89000 - 0x8febb417  dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90034000 - 0x90298ff7  com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90299000 - 0x9029bfff  com.apple.securityhi (9.0 - 55005) <FD6FC95D-CBE2-329F-9ACB-AB3027CAAB6D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9029c000 - 0x9029fffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x902cd000 - 0x902eaffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x90c12000 - 0x90c3aff7  libRIP.A.dylib (599.25.10.1) <D33121E4-3FA6-3CC3-A36F-1C173A335E7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x91075000 - 0x91075fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91076000 - 0x91082ffc  libkxld.dylib (2422.110.17) <FBC1725B-74D4-3DFC-954E-0628948C0781> /usr/lib/system/libkxld.dylib
    0x91083000 - 0x91091fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x91131000 - 0x9114eff4  libsystem_kernel.dylib (2422.110.17) <BCE753BB-9F18-30CB-87BC-D960721254C1> /usr/lib/system/libsystem_kernel.dylib
    0x9114f000 - 0x91153ffa  libGIF.dylib (1043) <276F48A6-766B-3D40-85C4-C9E8E6051DF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x913c0000 - 0x916ebffe  com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x916ec000 - 0x91717ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x9172f000 - 0x9178bffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9178c000 - 0x91823ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91a91000 - 0x91aadfff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x91aae000 - 0x91ac8ff7  com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91ac9000 - 0x91af8ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x91af9000 - 0x91b6cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91b70000 - 0x91bb2fff  libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91bb3000 - 0x91ca7fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91cab000 - 0x91d35ff7  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91d36000 - 0x91da4ffb  libType1Scaler.dylib (112.1) <8DF02425-1C46-3B86-9E02-71F8D13FF3B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x91da5000 - 0x91dd6ffb  com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x91e2b000 - 0x91e33fff  libcopyfile.dylib (103.92.1) <9B62DDFE-FEFD-31CA-989F-9BE0AB606C49> /usr/lib/system/libcopyfile.dylib
    0x9215c000 - 0x92174ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <184471C6-C810-3346-B7C7-D86E695D0FA1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92175000 - 0x9253aff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9253b000 - 0x92544fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92545000 - 0x9254fff0  libCGInterfaces.dylib (271) <F78617B0-10DD-3DB0-988A-2407D630519A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
    0x92550000 - 0x925e1fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9294f000 - 0x92953ffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x92cc4000 - 0x92cdfff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ce0000 - 0x92d35fff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x92d36000 - 0x92d86fff  com.apple.opencl (2.3.59 - 2.3.59) <9A8EF83B-78F9-3278-8812-5A0ECB09F8B7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92d87000 - 0x92d91fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x92ea6000 - 0x92ea6ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x92ea7000 - 0x92eb4fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x92eb5000 - 0x92ebdff7  libCGCMS.A.dylib (599.25.10.1) <0F42B4AF-CAC2-3433-B33F-3AF2C4FFFEDA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x92ebe000 - 0x92f13ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <CB06B746-9EB1-3972-A798-A139E15F5ACC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x931b3000 - 0x931b9ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x931ba000 - 0x931f8ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931f9000 - 0x931fdffc  com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x931fe000 - 0x93203ff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x93263000 - 0x932b9ff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x932ba000 - 0x932efffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x932f0000 - 0x932f9ffc  com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x932fa000 - 0x93312ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x93313000 - 0x934bb4af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x934c5000 - 0x934c7ff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x934f2000 - 0x934feff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E264995C-298E-3DA4-8AFD-11C941BA5E40> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93888000 - 0x938d8ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x938d9000 - 0x9391fff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93920000 - 0x939e3ff1  com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x939e4000 - 0x939e5ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x939e6000 - 0x93a18ff7  libTrueTypeScaler.dylib (111.1) <A568EE4C-1588-3F8B-8640-F02CEFC5AF09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x93a19000 - 0x93a51fff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93c49000 - 0x93c85ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x94eb2000 - 0x94ec2ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x94ec3000 - 0x94f16fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94f17000 - 0x94f80fff  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94f81000 - 0x94f8cfff  com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94f8d000 - 0x94fbdff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x95919000 - 0x9595fff7  libcurl.4.dylib (78.94.1) <0EBB0049-F944-3A3F-ACBF-80D742C4945B> /usr/lib/libcurl.4.dylib
    0x9596a000 - 0x9596cfff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x959ad000 - 0x959b5fff  liblaunch.dylib (842.92.1) <C180016C-F2DB-3D8B-A72D-5185CE67DFA2> /usr/lib/system/liblaunch.dylib
    0x959b6000 - 0x95a05ff9  com.apple.HIServices (1.23 - 468) <B0534B49-A137-363A-9FC2-44FAA6F0894F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95a06000 - 0x95a30fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x95a31000 - 0x95a3fff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x95a40000 - 0x95a46ff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x95ab1000 - 0x95ab6ff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95b0d000 - 0x95b0effa  libsystem_sandbox.dylib (278.11.1) <DA875837-A5C2-3004-8117-65F378E4BD03> /usr/lib/system/libsystem_sandbox.dylib
    0x95bc5000 - 0x95d27ffb  com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95d34000 - 0x95dc6ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x95dc7000 - 0x95e28ff7  com.apple.Symbolication (1.4 - 129.0.2) <774BC6EC-450B-3AE8-BBED-F1F140B93E7E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x95e29000 - 0x95e29fff  com.apple.Carbon (154 - 157) <C49AD4A1-8DE3-357D-AEF3-D6CD39EA91EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95e42000 - 0x9623affb  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <9BCF8082-2CE7-3DE6-A5F2-4C84CAE21BB1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x962ab000 - 0x962fcff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x962fd000 - 0x96310fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96311000 - 0x9637affa  com.apple.datadetectorscore (5.0 - 354.5) <CB793FA7-B873-39A9-855F-D86AB0C35298> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9637b000 - 0x9638dfff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x963f5000 - 0x9648dff7  com.apple.Metadata (10.7.0 - 800.28) <D8C2153B-6D0F-3B75-97C7-742BDCA430FC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9648e000 - 0x96601ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96602000 - 0x9663fffb  libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96640000 - 0x96699ffa  libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x966a1000 - 0x96787ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96788000 - 0x968bffff  com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x968c0000 - 0x968c7ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x968c8000 - 0x968c8fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x968c9000 - 0x968edff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x968ee000 - 0x96924fff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x96925000 - 0x9695dff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9695e000 - 0x96a4effb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x96a57000 - 0x96a72ff6  libPng.dylib (1043) <AFF54258-8124-31AE-BBAA-575FD7C43EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96a73000 - 0x96a78ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x96a79000 - 0x96aa1fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x96aa3000 - 0x976c1ff3  com.apple.AppKit (6.9 - 1265.21) <1D31697B-6F33-3239-BACE-5D1361B1F79A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x976c2000 - 0x9776effb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9776f000 - 0x97773ffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x9777d000 - 0x977fdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x977fe000 - 0x9780eff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x979ab000 - 0x979abfff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x979ac000 - 0x97c25ff1  com.apple.RawCamera.bundle (5.05 - 743) <A72DC5F6-CA93-3322-B34E-38E87B192444> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97c26000 - 0x97c27fff  libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x97c28000 - 0x97c2bffa  libCGXType.A.dylib (599.25.10.1) <FAA0A87E-0E30-3787-88F0-D0CD8F5661A2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x97c2c000 - 0x97c30fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97c3c000 - 0x97c44fff  libsystem_dnssd.dylib (522.92.1) <7E36B79E-6BF4-3462-9A84-C0744D029636> /usr/lib/system/libsystem_dnssd.dylib
    0x97c45000 - 0x97c50ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x97cec000 - 0x97dbcfef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97dbd000 - 0x97dbfffb  libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x97e5d000 - 0x97e6cfff  libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ed4000 - 0x97ee2ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x97efd000 - 0x97efffff  libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x97f00000 - 0x97f48fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x97f4f000 - 0x97f52ff7  libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x97f53000 - 0x97f84ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x97f85000 - 0x97fc5ff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x98072000 - 0x9807cff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9807d000 - 0x9817bfff  libJP2.dylib (1043) <7B186EC7-B37E-3126-BCCE-7787F65C878D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98995000 - 0x9899fff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <12D77553-81D4-342B-871A-C65795D85CCF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x989a0000 - 0x989cbff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x989cc000 - 0x989e8ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x989e9000 - 0x989ebffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x989ec000 - 0x98a57fff  com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x98a7c000 - 0x98ac8ff7  libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x98ac9000 - 0x98ae2fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98ae8000 - 0x98aefffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9905e000 - 0x9905ffff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9918e000 - 0x9925cff7  com.apple.backup.framework (1.5.4 - 1.5.4) <C09AF796-385F-34DB-B551-68967989E9CB> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9925d000 - 0x99349ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x9934a000 - 0x99411ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x99412000 - 0x99415ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x99416000 - 0x99417fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x99418000 - 0x99503ff4  com.apple.DiskImagesFramework (10.9 - 371.1) <32A138AB-6A20-3C28-BFF8-7188C9790F31> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x99504000 - 0x99516fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x998d7000 - 0x99a2dff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x99a2e000 - 0x99a3bfff  com.apple.AppleFSCompression (56.92.1 - 1.0) <D2E7A2DF-9E5B-35E6-9CCD-0D40ADA7E021> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x99a3c000 - 0x99a40ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x99be4000 - 0x99f59ff9  com.apple.HIToolbox (2.1.1 - 698) <FE3938F3-6338-3C5E-AAB3-47B2F5FAC762> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99f5a000 - 0x99f81fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x99fd0000 - 0x99fd0fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x99fd1000 - 0x9a02fffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9a030000 - 0x9a1dcfff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9a1dd000 - 0x9a1ddfff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9a1de000 - 0x9a4d3ffc  com.apple.CoreImage (9.4.0) <33696A53-9E18-32D6-844F-28098DB7E426> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x9a4d4000 - 0x9a54bffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9a54c000 - 0x9a980ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a981000 - 0x9a98fff3  com.apple.opengl (9.6.1 - 9.6.1) <B8205F16-6435-3062-89C9-2D8FF1799B3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9a990000 - 0x9aa05ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9aa06000 - 0x9aa2afff  libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9aa2b000 - 0x9aa57ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9aa58000 - 0x9aa60ffe  libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9aa61000 - 0x9aa64ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x9aa65000 - 0x9ab72ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <3AA4C524-1B31-39AC-A641-189D0D6EA427> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9ab73000 - 0x9ab74fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x9ab77000 - 0x9ab7aff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9abcd000 - 0x9ae3cff2  com.apple.security (7.0 - 55471.14.8) <8AF3BEF0-0EF9-32CD-A316-F9C6325E3491> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9ae3d000 - 0x9b13effb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9b13f000 - 0x9b305ffb  libicucore.A.dylib (511.34) <9588FA53-7801-3A44-8E5A-1365586A4918> /usr/lib/libicucore.A.dylib
    0x9b325000 - 0x9b325ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9b326000 - 0x9b33aff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9b45e000 - 0x9b467fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9b468000 - 0x9b66afff  com.apple.CoreFoundation (6.9 - 855.17) <E382BBB6-4F41-3959-ADC7-238BE49A2155> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9b66b000 - 0x9b66cffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9b66d000 - 0x9b671ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9b672000 - 0x9b672fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9b673000 - 0x9b68bff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x9b68c000 - 0x9b698ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9b6a4000 - 0x9b787ff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x9b7ef000 - 0x9b88bfff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9b88c000 - 0x9b902ff3  com.apple.securityfoundation (6.0 - 55122.3) <6E1412EF-2E22-3C9D-851C-9534903D926A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9b903000 - 0x9b907fff  libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x9b908000 - 0x9b909fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x9b93d000 - 0x9b97aff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x9b97b000 - 0x9b9a9ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9ba00000 - 0x9ba09fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x9ba0a000 - 0x9baa9ff7  libCoreStorage.dylib (380) <78F0E11F-D040-31DD-BD5E-6AC0EC8FD0D4> /usr/lib/libCoreStorage.dylib
    0x9baaa000 - 0x9baceff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x9bacf000 - 0x9bbaaff7  com.apple.LaunchServices (572.28 - 572.28) <2DEA5B87-80AC-3ACD-9F60-4BC61353B66E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9bbab000 - 0x9bbabfff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x9bbac000 - 0x9bbb7ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9bbb8000 - 0x9bccaffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x9bccb000 - 0x9bfb5fd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9bfb6000 - 0x9bfc1fff  libcsfde.dylib (380) <821ACD5D-E4BD-3626-B7AC-8EE2637268C3> /usr/lib/libcsfde.dylib
    0x9c1b6000 - 0x9c1bffff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 20
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 6799542
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=142.9M resident=39.5M(28%) swapped_out_or_unallocated=103.4M(72%)
    Writable regions: Total=107.7M written=9972K(9%) resident=13.7M(13%) swapped_out=428K(0%) unallocated=94.0M(87%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 33.1M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                  1212K
    CG shared images                    212K
    Kernel Alloc Once                     4K
    MALLOC                             47.4M
    MALLOC (admin)                       48K
    Memory Tag 242                       12K
    Stack                              65.6M
    VM_ALLOCATE                        16.4M
    __DATA                             14.5M
    __IMAGE                             528K
    __IMPORT                             20K
    __LINKEDIT                         43.5M
    __OBJC                             1848K
    __PAGEZERO                            4K
    __TEXT                             99.4M
    __UNICODE                           544K
    mapped file                       171.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             495.9M
    TOTAL, minus reserved VM space    495.9M
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.53 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x873E, 0x4C49464554494D454D454D4F52592E434F4D
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x873E, 0x4C49464554494D454D454D4F52592E434F4D
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: USB2.0 Hub
    USB Device: eLicenser
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: Built-in iSight
    USB Device: IR Receiver
    FireWire Device: My Book, WD, Up to 400 Mb/sec
    FireWire Device: Big Disk Extreme+ (button), LaCie, Up to 800 Mb/sec
    Thunderbolt Bus:

  • Weblogic domain upgrade 9.2 to 10.3

    Hi,
    I'm upgrading my Weblogic from 9.2 to 10.3. I encounter the following error during the upgrade.
    tom@:/export/home/tom/domain/dummy_domain/>java weblogic.Upgrade -type domain -mode silent -out upgrade_log3.log
    Calling Wizard framework for upgrade: args2: [-mode=silent, -file=wcf/plugin_silent_wizard.xml, -p:plugin:plugin.silent.response.file=weblogic/upgrade/domain/responses.xml, -log=upgrade_log3.log, -p:plugin:plugin.executionPlan.file=weblogic/upgrade/domain/execplan.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p:plugin:TARGET_VERSION=10.3.0.0]
    Execute Exception ... weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    The wizard will now shutdown. Please restart from backup, fix issues and start again.
    upgrade_log3.log
    2010-07-05 00:01:01,192 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver - If not present, set the source WebLogic Configuration to:8.1
    2010-07-05 00:01:01,211 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver - Domain directory selected: /export/home/tom/domain/dummy_domain
    2010-07-05 00:01:02,151 ERROR [execute] com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask - Execute Exception ... weblogic.management.ManagementEx
    ception: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    com.bea.plateng.plugin.PlugInException: Execute Exception ... weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/d
    irectoryselection/SelectWebLogicVersion.xsl
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:257)
    at com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask.execute(ExecutePlugInTask.java:76)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    at weblogic.management.upgrade.ConfigTransformer.transform(ConfigTransformer.java:82)
    at weblogic.management.upgrade.ConfigParser.transform(ConfigParser.java:458)
    at weblogic.management.upgrade.ConfigParser.parse(ConfigParser.java:296)
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:229)
    ... 3 more
    Caused by: java.lang.RuntimeException: Namespace for prefix 'xsi' has not been declared.
    at com.sun.org.apache.xml.internal.serializer.SerializerBase.getNamespaceURI(SerializerBase.java:895)
    at com.sun.org.apache.xml.internal.serializer.SerializerBase.addAttribute(SerializerBase.java:422)
    at GregorSamsa.template$dot$4()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.template$dot$1()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.template$dot$0()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.transform()
    at com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet.transform(AbstractTranslet.java:602)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:710)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
    at weblogic.management.upgrade.ConfigTransformer.transform(ConfigTransformer.java:80)
    ... 6 more
    Kindly help.
    Thanks.
    Edited by: ltom on Jun 20, 2010 11:16 AM
    Edited by: ltom on Jul 5, 2010 9:50 AM

    WLS9.x and WLS10.x use the same schema so you just have to point the BEA_HOME, WL_HOME to WLS10 and JAVA_HOME to JDK1.6 and start your server.
    Please find the oracle url for Weblogic upgrade
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/upgrading9091.html.
    Thanks
    Tom

  • LR3 - LR5 upgrade problems

    I've bought LR5 as an upgrade disk from Amazon. Previously I had LR3 installed on my MAC OSX 10.9.4. Installation from disc was reported ok. After inserting the serial number, the original LR3 serial number is found, but if I hit continue LR5 disappears without any further message. Next time I start LR5, it starts again with asking for the serial number ...

    Thanks,
    download of latest LR 5.5 worked!
    Am 10.07.2014 um 20:34 schrieb kglad <[email protected]>:
    LR3 -> LR5 upgrade problems
    created by kglad in Downloading, Installing, Setting Up - View the full discussion
    download the latest (lr 5.5) version (as of today), Adobe - Photoshop : For Macintosh : Adobe Photoshop 5.5 AltiVecCore and Multiprocessor Plug-in update for MacOS
    and install.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6539931#6539931
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Graphic Upgrade Problem with K430 desktop - Unresolved!

    Hi,
    Xmas 2012 I purchased a Lenovo IdeaCentre K430 Desktop from PC world.
    PC World said it would be upgradable if I need to upgrade it.
    The system is:
    Intel Core i7-3770 CPU @ 3.40GHz
    16.0 GB DDR3
    1.8 TB Hardrive
    Windows 8
    Geforce GT 640
    I recently purchased Crysis 3 and its not running very well, so I brought a Geforce GTX 660.
    However when I installed and rebooted the PC, I was greated with a blank flashing screen?
    other people have simular problems on the GeForce forums.
    I have since took the card back PLUS 3 MORE for a refund, and very dissapointed that I can't upgrade this PC.
    CAN SOMEONE AT LENOVO PLEASE REPLY WITH A LIST OF 'MODERN/LATEST GRAPHIC CARDS, THAT ARE COMPATIBLE WITH THIS MODEL STRAIGHT OUT OF THE BOX?
    CHANGING THE BIOS SETTINGS DOES NOT WORK FOR ME!
    It's been almost 2 years and I've still not found a compatible card, so much for the Ultimate Upgradable PC!
    Cheers.

    The previous message thread you posted in has one recommendation of what worked in the K430.  See the post #34 in this discussion.......
    https://forums.lenovo.com/t5/Lenovo-E-H-K-M-Q-and-ErazerX/Graphic-Upgrade-Problem-with-K430-desktop/...
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • Weblogic Server Upgrade Installer

    Hi ,
    Can anybody help me How can i download weblogic Server Upgrade Installer
    I want to upgrade weblogic10.3.5.0 to weblogic 12c
    Thanks
    Bhaskar

    Hi,
    http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/prepare.htm#BABFIDAB
    From the above link
    WebLogic Server 12.1.1 is a new major release, there is no upgrade installer for this release
    You Can follow this link,it has step wise details
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_dom.htm#i1072877
    Prior u need to install weblogic 12.1.1.0,and take backup of your existing domain.
    Choose the Domain Upgrade Wizard option from the Oracle program group in the Windows Start Menu by clicking Programs > Oracle WebLogic > WebLogic Server 12c > Tools > Domain Upgrade Wizard.
    Regards
    Fabian

Maybe you are looking for

  • Icc profiles, OS 10.6 & InDesign CS4

    I have been using InDesign (various versions) for years with many icc profiles, some custom, some canned.  I recently bought a MACPro with OS 10.6 (Snow Leopard) and the latest Adobe Creative Suite (CS4 Design Premium). Everything works fine with Pho

  • A little inconsistency in javascript API's version 4.0

    Hi, i just found out the following little inconsistency in the "syntax" of the pClass parameter in API functions $x_ByClass and $x_Class. Until version 3.1 if you wanted to select or set nodes having a double class, you had to specify the classes as

  • X220i: sound doesn't work when camera is activated

    Hi all, I've a weird problem: my sound works well when I'm listening music, video, etc. whith the speakers or an headphone. But when I activate the camera (for Skype or Google Hangout), the sound stops to work (while the video image works well). When

  • Margins, div tags displaying differently on different monitors CS3 DW

    I am working on a class website on three, maybe four computers all running DS3.  My work computer is a 17" 4:3 ratio monitor running at, maybe 1280 - 1024.  The page in DESIGN view displays fine, and looks fine in IE and Firefox.  My class computer i

  • How to not allow itunes to divide up a soundtrack or compilation?

    Is there anyway for itunes to not divide up cd's by artist, but to keep them all together?