Jms en_queue utility issue

Hi,
There is a issue with Oracle's inbuilt jms en_queue utility. When you use the utility to post a message you will get the following error. The reason is that some jars are missing from the given classpath settings.
[oracle@b2b02 JMS_Stub]$ /oracle/webcache_b2b/weblogic/jdk1.6.0_17/bin/java -cp ".:/oracle/webcache_b2b/wls_generic/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/b2b.jar:/oracle/webcache_b2b/wls_generic/wlserver_10.3/server/lib/ojdbc6.jar:${BEAHOME}/modules/javax.jms_1.1.1.jar:/oracle/webcache_b2b/wls_generic/modules/javax.transaction_1.0.0.0_1-1.jar:/oracle/webcache_b2b/wls_generic/user_projects/domains/soainfra/lib/dms.jar:/oracle/webcache_b2b/wls_generic/modules/javax.jms_1.1.1.jar" oracle.tip.b2b.data.JMSEnqueue jms_enqueue.properties
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/fabric/common/FabricInvocationException
at oracle.tip.b2b.system.B2BGlobalContext.<init>(B2BGlobalContext.java:73)
at oracle.tip.b2b.system.B2BGlobalContext.<clinit>(B2BGlobalContext.java:68)
at oracle.tip.b2b.data.JMSEnqueue.<clinit>(JMSEnqueue.java:65)
Caused by: java.lang.ClassNotFoundException: oracle.fabric.common.FabricInvocationException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
... 3 more
Could not find the main class: oracle.tip.b2b.data.JMSEnqueue. Program will exit.
The following are the classpath settings to make the jms enqueue utility to work. Make the directory path change according to your environment.
/oracle/webcache_b2b/weblogic/jdk1.6.0_17/bin/java -cp ".:/oracle/webcache_b2b/wls_generic/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/b2b.jar:/oracle/webcache_b2b/wls_generic/wlserver_10.3/server/lib/ojdbc6.jar:${BEAHOME}/modules/javax.jms_1.1.1.jar:/oracle/webcache_b2b/wls_generic/modules/javax.transaction_1.0.0.0_1-1.jar:/oracle/webcache_b2b/wls_generic/user_projects/domains/soainfra/lib/dms.jar:/oracle/webcache_b2b/wls_generic/modules/javax.jms_1.1.1.jar:/oracle/webcache_b2b/wls_generic/wlserver_10.3/server/lib/weblogic.jar:/oracle/webcache_b2b/wls_generic/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/oracle/webcache_b2b/wls_generic/Oracle_SOA1/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/oracle/webcache_b2b/wls_generic/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar" oracle.tip.b2b.data.JMSEnqueue jms_enqueue.properties
Regards,
Baskaran

Please check http://blogs.oracle.com/oracleb2bgurus/2009/12/as11_b2b_-jmsenqueuedequeue.html
Regards,
Dheeraj

Similar Messages

  • Apple to resolve my archive utility issue

    Apple has to resolve my archive utility issue with the error message  Error 32: Broken Pipe.  Apple says I have to re-install the Yosemite 10.10.2 software.  I am totally against re-installing the software for the simple reason that Archive Utility is "untar" the files with tar.gz file.  I am really unable to download and install some of the software that comes with tar.gz extension. It is really frustrating.    
    Apple has opened the case but since they told me to re-install the software which I declined and advised them to close my case.  
    I want to talk with Apple Software Engineer team but Apple said they could not connect me with their Software Engineer Team.
    With regards,
    Vasu

    So, what do you expect us to do? We can't contact the Apple Software Engineering team, either.
    If you don't want to reinstall to get Archive Utility working again, use tar in the Terminal. Type man tar at the prompt for help on using it.

  • JMS Adapter Config issues with Plan.xml

    Hi All,
    I'm learning how to configure JMS Resources in WLS to use within a JMS adapter in my application. My approach so far has been :
    1. Configure Outbound Connection in JMS Adapter : eis/wls/Queue. I used the weblogic.jms.XAConnectionFactory as the Connection Factory.
    2. Create Queue within SOAJMSModule : jms/MyQueue and target - soa managed server.
    Updated the JMSAdapter.rar deployment and restarted the SOA server as well as the JMS module.
    3. Create JMS Adapter within JDeveloper to use jms/MyQueue as the destination and eis/wls/Queue as the JNDI source.
    On deployment and running, I see this following error. Apologies it is a bit difficult to trawl through. I did have a look in the Plan.xml and it definitely has an entry for this Adapter and the jndi-name. Any other approach?
    Oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PostException' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. ExceptionManagement:JMSPostException [ PostException_ptt::PostException(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/wls/Queue'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/wls/Queue. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.el.parser.AstValue.invoke(Unknown Source) at com.sun.el.MethodExpressionImpl.invoke(Unknown Source) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:765) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:305) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:276) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(Unknown Source) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(Unknown Source) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(Unknown Source) at weblogic.servlet.internal.WebAppServletContext.execute(Unknown Source) at weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) at weblogic.work.ExecuteThread.run(ExecuteThread.java:176) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PostException' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. ExceptionManagement:JMSPostException [ PostException_ptt::PostException(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/wls/Queue'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/wls/Queue. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:260) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:992) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:729) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:569) ... 81 more Caused by: javax.xml.ws.soap.SOAPFaultException: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PostException' failed due to: JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection. ExceptionManagement:JMSPostException [ PostException_ptt::PostException(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510 JCA Resource Adapter location error. Unable to locate the JCA Resource Adapter via .jca binding file element <connection-factory/> The JCA Binding Component is unable to startup the Resource Adapter specified in the <connection-factory/> element: location='eis/wls/Queue'. The reason for this is most likely that either 1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or 2) the '<jndi-name>' element in weblogic-ra.xml has not been set to eis/wls/Queue. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR). Please correct this and then restart the Application Server Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException(DispatchImpl.java:1012) at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:803) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106) at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:256) ... 84 more
    The deployment plan reads as follows :
    <deployment-plan xmlns="http://xmlns.oracle.com/weblogic/deployment-plan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/deployment-plan http://xmlns.oracle.com/weblogic/deployment-plan/1.0/deployment-plan.xsd" global-variables="false">
    <application-name>connectors</application-name>
    <variable-definition>
    <variable>
    <name>ConnectionInstance_eis/wls/Queue_JNDIName_13401799388390</name>
    <value>eis/wls/Queue</value>
    </variable>
    <variable>
    <name>ConfigProperty_ConnectionFactoryLocation_Value_13401801874110</name>
    <value>weblogic.jms.XAConnectionFactory</value>
    </variable>
    </variable-definition>
    <module-override>
    <module-name>JmsAdapter.rar</module-name>
    <module-type>rar</module-type>
    <module-descriptor external="false">
    <root-element>weblogic-connector</root-element>
    <uri>META-INF/weblogic-ra.xml</uri>
    <variable-assignment>
    <name>ConnectionInstance_eis/wls/Queue_JNDIName_13401799388390</name>
    <xpath>/weblogic-connector/outbound-resource-adapter/connection-definition-group/[connection-factory-interface="oracle.tip.adapter.jms.IJmsConnectionFactory"]/connection-instance/[jndi-name="eis/wls/Queue"]/jndi-name</xpath>
    <origin>planbased</origin>
    </variable-assignment>
    <variable-assignment>
    <name>ConfigProperty_ConnectionFactoryLocation_Value_13401801874110</name>
    <xpath>/weblogic-connector/outbound-resource-adapter/connection-definition-group/[connection-factory-interface="oracle.tip.adapter.jms.IJmsConnectionFactory"]/connection-instance/[jndi-name="eis/wls/Queue"]/connection-properties/properties/property/[name="ConnectionFactoryLocation"]/value</xpath>
    </variable-assignment>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>connector</root-element>
    <uri>META-INF/ra.xml</uri>
    </module-descriptor>
    <module-descriptor external="true">
    <root-element>wldf-resource</root-element>
    <uri>META-INF/weblogic-diagnostics.xml</uri>
    </module-descriptor>
    </module-override>
    <config-root>E:\oracle\product\middleware\11.1.1\soa_11.1\soa\connectors\plan</config-root>
    </deployment-plan>
    Thanks
    JB
    Edited by: 939260 on Jun 20, 2012 5:13 AM

    Hi JB,
    Please follow the below steps from beginning...
    1. Create the JMS Server in the Admin Console, the target server for the same should be the soa server
    2. create new JMS Module.
    3. Create new Connection factory in resources, give your JNDI names, the target servers should be the admin and the soa.
    4. create new queue, give the JNDI names, the target server should be the JMS Server which you have created in the step 1 above.
    5. Now go to deployments, slect the JMS adapter, click update, and say redeploy with the location of JMS-plan.xml given below...
    6. Now inside the composite while configuring the JMS adapter, select the queue which you have created above.
    If you have followed the abpve steps correctly, you should not face any problem.
    Hope this helps,
    N

  • Archive and Install/Disc Utility issues -

    I'm currently spending a summer abroad in South America, and have had issues with my Macbook Pro (early 2011 version) no longer starting up after some virus experiences last week.  The computer hangs itself during loading on the white screen w/ grey apple and the spinning dial.  In contacts with Apple Care as well as some Mac-saavy friends, the following situations have been tried:
    Opening in safe mode - The loading bar (added at the bottom of the grey apple screen) loads about 1/4 of the way, disappears, and the computer hangs itself.
    Opening in single user mode - I run the recommended sbin/fsck -fy command to clean up the hard drive.  It comes back after having checked 6-7 parts, saying that the MacHD is in good shape, with a message following saying that something had been "modified" (forgive me for not remembering the correct verbage at present).  I then run the same command again, resulting in a message that the HD is clean and without error.  I then "reboot" and remain hung on the white screen w/ grey apple.
    Opening in verbose mode - I reach the following lines of text, and then there is no further progress:
    enable
    IONetworkController::enable
    createMediumTables
    enable end
    MacAuthEvent en0   Auth result for: 00:23:cd:1e:f2:c4 No Ack
    same line as above saying "Auth timed out" at the end
    Command+option+r+p - shock two or three times, (three startup chimes) and computer continues to hang itself in the normal spot.
    - So, at this point I took the advice of Apple Care and a few other friends, and tracked down a "retail copy" of Mac OSX (10.6.3) in order to try to do an Archive and Install or any sort of Disc Utility via the startup disc. 
    Inserting the disc and holding "c" at startup results in the cd drive whirring the disc for a few moments, and then remaining hung at the same white loading screen.
    Holding "option" during the startup gives me the option of loading from the HD, or the disc.  Selecting the disc proceeds to whirr the cd drive, take me to the white loading screen with the grey apple, and... you guessed it... leaves the CPU hung.
    My question is then, is my Macbook Pro unable to read this disc and execute Archive and Install/Disc Utility for hardware reasons as per the virus attack, or is the disc not compatible with my version of OSX (which I have since confirmed through my wife to be 10.6.6)?
    Different sources have told me different things.  The local AASP in Uruguay sold me what they professed to be the "latest" version of OSX - the 10.6.3, what's more for $55 dollars instead of the lower cost as available in the states (between $15-$30), so I am reluctant to go back to them for advice when they seem more inclined to cash in on my inexperience (Mac owner of less than a month) than actually fixing my issue.  Apple Care told me that a standard "retail disc" should work, but I am assuming now that they believe I can snag the same version as initially came with my Macbook Pro.  Should I be looking to have my wife mail my original OSX install DVDs down here to resolve this problem?  Should 10.6.3-retail be working and is not for reasons I haven't identified?  I have since done some online research and found mentions that doing any sort of HD partitioning or OSX reinstalls can only be accomplished by utilizing a disc of an equal or more recent version of the OSX (examples that 10.4 can't work on a notebook preinstalled with 10.5, etc).  Does this translate to 10.6.3 not being able to function for my 10.6.6 MBP?
    Any insight or thoughts would be much appreciated, as essentially all of my schoolwork and assignments are now trapped on an inaccessible HD.  Thank you for your time.
    - Joseph

    I tried adding in a bunch of information about what your troubleshooting steps meant, but the server went into maintenance while I did. So, here it is again:
    "Opening in safe mode - The loading bar (added at the bottom of the grey apple screen) loads about 1/4 of the way, disappears, and the computer hangs itself."
         This is FSCK running, and gives you an indication of it's progress.
    "MacAuthEvent en0   Auth result for: 00:23:cd:1e:f2:c4 No Ack"
         This is either a failed DHCP request or ARP request.
    "Command+option+r+p"
         Command+Option+P+R - Resets PRAM. That's why p+r.
    "Inserting the disc and holding "c" at startup results in the cd drive whirring the disc for a few moments, and then remaining hung at the same white loading screen."
         This problem indicates that the disc is too old to boot your system. The reason for why this disc cannot boot is because it doesn't contain the necessary drivers for your model MacBook Pro. My mom and brother have similar models, and my brother had similar issues while in Japan. He went and got an install disc as well, which failed, I ended up stepping him through so that it would boot in Safe Mode, and then got it working in Normal Mode remotely.
    FYI: Sophos has a free Mac Antivirus program, that is very processing friendly, and will scan in the background. You may wish to consider it as an alternative to Avast! if it continues giving you problems. Though I suspect it may be coincidence that your computer had problems shortly after Avast! cleaned up files. Let me know how it goes. You may wish to open up Disk Utility and check your S.M.A.R.T. Status. You want to make sure it says "Verified" If it doesn't say "Verified" then you have a problem.
    -Phill

  • System Image Utility - Issues with making bootable images

    During the image creation process for a Netboot, the System Image Utility reports an error. I've included the log file (everything before the removal of the bad image below).
    ------------Begin Log File --------------
    2006-06-02 13:19:25 -0400 Initiating user authentication
    2006-06-02 13:19:28 -0400 Image creation in progress
    2006-06-02 13:19:28 -0400 Starting image creation
    newfs_hfs:
    2006-06-02 14:10:30 -0400 b=400: bitmap clump size is too small
    --------------End Log File--------------------
    I have no issue creating images from restore disk sets (that shipped with machines) or retail masters of various OS's. This issue seems to be related to the particular drives I am trying to create images from.
    The drives that give me this error are hardwarily OK and the software works great. I can boot from these drives and have no issues with the machines imaged from them after the fact. I just want to Netboot off of these so I don't have to lug a million drives around...
    Any clue?

    i know that was the case in Leopard and Snow Leopard but i just mounted a leopard image to create a new netrestore on my lion server.  i was not able to boot any of my images created on Leopard or SL when running Lion Server.  I assume i need to recreate the images on Lion.  Right now my Lion server is using a leopard image as the source to create a netrestore i can push on the Lion server.

  • Disk Utility Issues Wait to Install Leopard

    Dear fellow Mac users,
    Rather than a question, this is a recommendation to those who are wondering whether to install Leopard now or to wait until it gets really stable.
    My experience in installing Leopard has not been positive and I chose to revert to Tiger. After discovering several issues and going to the "Genius Bar" of the local Apple Store, I fortunately have been able to restore all my previous settings.
    The loss has been mostly time and money, and they frightened me up suggesting that I had to change my hard drive. For those who might experience similar problems, let me provide some details.
    1. Installation of Leopard
    After carefully making a bootable backup of my HD on an external drive, I installed Leopard choosing the Option "Erase and install." This occurred without visible glitch. After updating the system to its latest version, I migrated all my data and settings. The result was an incredibly slow system, completely useless. It cannot have been the results of my settings, because I also created a "clean" account called "Maintenance," with the same results. On the recommendation of the "Apple Genius" I also added 1 GB of memory, getting a total of 1.5 GB of RAM installed to the cost of $150. It did NOT improve the situation.
    2. Disk Utility
    Because I suspected problems with privileges, I tried to run the Disk Utility. The result was an endless spinning wheel. After waiting several hours, I had to force quit the application. Tried to run it from the install DVD of Leopard, with the same results. People at the Genius Bar also tried their disk utility after booting from an external drive, without any success. They diagnosed a probable failure of the hard drive and recommended that I replace it. Fortunately, I didn't trust this groundless recommendation and made a last attempt by erasing Leopard and reinstalling Tiger. Now it runs just fine, and there is not the slightest mechanical problem. Apparently, and I only discovered this today, the whole disk check procedure changed with Mac OS 10.5, and at this stage it is a complete mess, with enough bugs in Disk Utility to keep the developers busy for a couple of months. I came across discussions of this on the Mac FixIt Website.
    Thus, my recommendation at this stage is that if you have Mac OS 10.4.11 running fine you JUST STICK WITH IT and be patient for a few more months. Upgrading at this stage amounts to loosing time, energy, and money. Of course, I am sure that Mac OS 10.5 has many promising features and look forward to using it in the future, but not now. I would be happy to hear contradictory opinions, if any.
    Best wishes for patience.

    Nerowolfe,
    I have installed Leopard and have had nothing but problems as well. Perhaps you can help me. I am ready to roll back to Tiger. These are just a few:
    1. I cannot mount my external firewire drives. I have separately tested each and they work fine, I booted with the Tiger disk and they mounted fine, I reset the firewire port and when I connected them they mounted on my desktop, but not in the finder window and when I tried to open one, it just hung. I have been unsuccessful after many attempts to mount one of them with Leopard.
    2. I appear to get random hangs. I have a 160GB hard drive and 2GB memory. I have 42 GB space left on the hard drive....yet I continue to have random hangs, especially when I try to open disk utility
    3. Spotlight just does not work, period
    4. I keep finding locked folders. Right now my CS3 is locked and even after going into get info and unlocking it, it just locks back and I am unable to open the application. I am a photographer and have been unable to do any work for the past 2 weeks while I am messing around with my computer. Now I have Christmas photos to sort and can't access the photos on the external drives or even open CS3
    I have searched the forums, tried many of the recommendations, but nothing is working for me....perhaps since you have been successful you could give me a hand with these issues.
    I wait for help.......
    Other than that, how do I uninstall Leopard and reinstall Tiger????

  • Reissue:  Connection Timed Out and Airport Admin Utility Issues

    I put this post last November, but no one seemed to have a solution to it, so I thought I would try again...
    Our lab has and Airport Extreme (802.11g). Intermittently (once a week to a couple of times a day) our airport extreme will stop allowing new connections. Here's what appears to happen. The airport still appears in the the list of networks in the airport icon in the menu bar (ie it still broadcasts SSID), but when I try to connect it whirls for a while and then says connection timed out. If I go to the Airport Admin Utility the base station doesn't appear there even though all of the rest of the ones on our network do (I should at this point, mention that we have both ethernet and WiFi layers on our network--the base station operates as an access point in bridge mode). The only solution is to power cycle the base station. A couple of extra tidbits.
    * Base station firmware is current at version 5.7.
    * We never have more than about 8 users connected to the base station.
    * This inability to connect is independent of what computer is trying to connect and even occurs with iPod touches.
    * This problem has occurred for a couple of years (multiple firmware versions).
    * I also have similar problems on a network at home that has the new Airport express/extreme N arrangement on a cable internet connection.
    * Sometimes this seems to fix itself after 30 minutes or so of just ignoring it. Other times it does not.
    * The restoration of the ability of the airport to accept connections after the power cycle is always immediate.
    * We only have 6-10 connections, less than the max supported.
    * The Airport usually continues to work for those computers that are connected to it before it stops allowing connections.
    So couple of questions:
    1) Do other people see this problem?
    2) Is this some problem with the WAN network connection impairing the ability of the base station to establish WiFi connection that eventually resets itself after something times our or resets?
    3) Any suggestions as to what to do about it?

    Two reasons I don't think that this is likely the issue. Both are based on my assumptions about how noise would affect the working of a WAP. If these assumptions are erroneous, please let me know.
    The first is that I have tried both automatic channel selection and manual channel assignment based on an unused channel that was several channels away from other WAPs. Kind of circumstantial since other devices can emit noise in the same region of the spectrum (our phones are 5.8GHz and the microwave is no where near the base station.
    The second though, is that I can stand literally a foot away from the base station with my notebook or iPod touch and still have the same problem. It would seem the the noise would have to be enormous to interfere with a device that close the the base station. Also, why would the other connected devices continue to work?
    In the interest of providing a complete picture, I would say I have thought quite a lot about whether noise is a problem. This base station is installed in a lab, with lots of electrical equipment whirring away and to make matters worse, the base station itself needed to be installed right next to (Within inches) a circuit breaker box. I winced when I did this.
    Interestingly, the thing normally does work and the signal strength & signal to noise (reported by airport utility) and transfer rates are quite good when you can connect.
    Thanks,
    Michael

  • JMS content conversion issue

    Hi ,
    I am facing issue in JMS content conversion
    my file looks like as below...
    field1¤field2¤
    field1¤field2¤
    field1¤field2¤
    field1¤field2¤
    in module i have used this
    AF_Modules/MessageTransformBean   PLAIN2XML
    Transform.Class                com.sap.aii.messaging.adapter.Conversion
    Transform.ContentType     text/xml;charset=utf-8
    xml.conversionType           SimplePlain2XML
    xml.documentName            MT_data  
    xml.documentNamespace  http://xyz.com    
    xml.fieldNames                   field1,field2
    xml.fieldSeparator              ¤
    xml.processFieldNames     fromConfiguration
    xml.structureTitle                records
    but i am getting following error
    Error occurred while processing message: . Detailed error (if any):  com.sap.aii.adapter.jms.api.channel.filter.MessageFilterException: Transformer Conversion3.0.5226 Error initializing Class: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408) Parameter xml.fieldFixedLengths or xml.fieldSeparator is missing (4409) Consistency check: no. of arguments in xml.fieldFixedLength does not match xml.fieldNames (0 <> 2) : TransformException: Transformer Conversion3.0.5226 Error initializing Class: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408) Parameter 'xml.fieldFixedLengths' or 'xml.fieldSeparator' is missing (4409) Consistency check: no. of arguments in 'xml.fieldFixedLength' does not match 'xml.fieldNames' (0 <> 2)
    ironically when i use file adapter, its reading the file properly and converting XML as expected?
    Did anyone face this issue.....
    is this issue because of an extra ¤ .. is so... why its not giving issue with File??

    You need an additional hierarchy level:
    root
    -> row
      -> data
    In your example:
    <?xml version="1.0" ?>
    <ns1:HQ_reply_MT xmlns:ns1="urn:abc.com:HQToSAP">
    <b><row></b>
    <Data1> PIPXSDI3070 00000 00342YSDI3070PROCESS_MQSERIES HQXPLOR10 XPLOR.ORDER.RESULTS 0000 000000000000000086312 Invalid Process flag : 2. 065</Data1>
    <b></row></b>
    </ns1:HQ_reply_MT>
    Regards
    Stefan

  • JMS sender adapter issue for encrypted message

    Hello Folks,
    We have JMS to AS2 interface facing issues when JMS sender channel read the encrypted files placed in MQ queue, messages size is
    increasing to almost double when it reaches PI.
    When sending an encrypted message from MQ to AS2, message is showing in success flag but inbound file size is increasing almost double the size, when compared to message size placed in the MQ Queue. When partner is decrypting the message he is getting total garbage values. But it working fine for unencrypted messages,we are getting the same size as it is in MQ queue.
    Can you please trrough some light on the issue not getting excatly issue is in MQ or JMS sender adapter.
    Kind Regards
    Praveen Reddy

    Hi Praveen,
    the issue seems to be with your encryption/decryption mechanism rather then JMS adapter. if you have encrypted file in JMS queue then channel only pick the file and sent to target (i am assuming there is no tranformation). So it will not alter the file size.
    Please check how the file is encrypted before it places in JMS queue.
    regards,
    Harish

  • Time Capsule, Sonos, and Airport Utility Issues

    I have a new Sonos system that is accessing music on my Time Capsule, to which I copied my whole music folder. It works fine from the handheld controller, however the desktop controller will show the library, but won't show me the Zone Players or allow me to control the system. Can only control from the handheld.
    Another problem is while I can access the hard drive on TC, and play music simultaneously on the Sonos, Airport Utility says it can't find any wireless devices (so I can't manually change any settings on the TC), so I can't tinker with its settings and try to get the desktop controller working.
    That being said, the Sonos system seems to work wonderfully, main issue seems to be with the computer.
    Anyone have a solution?
    Brett

    Thank you for your idea. However, after having imported the setup of the previous TC and having experienced problems, I had already done a factory reset and configured everything from scratch! Without using the profile. So I think we can safely exclude a problem connected with importing the older profile, which was in fact my first idea.
    On the other side, I haven't tried your suggestion to give separate names to the 5 and 2,4 GHz wireless signals. I'll try this evening, as a last attempt before sending the TC back to Apple. BTW, I put my old TC back in place, and apart from the fact that the disk is noisy and almost full it works without a glitch. Which makes a software or configuration issue less likely, I believe.

  • Can any help on JMS topic timeout issue

    Hi ,
              I am getting following error while reading the messages from JMS queue, can any one help me what time out setting i need to increase at console.
              Thanks in advance
              2005-11-03 05:02:36,839 ERROR ExecuteThread: '2' for queue: 'default' - Remote problem accessing topic
              weblogic.jms.common.LostServerException: weblogic.rjvm.PeerGoneException: ; nested exception is:
              java.io.IOException: A complete message could not be read on socket: 'weblogic.rjvm.t3.T3JVMConnection@6545d2', in th
              e configured timeout period of '60' secs
              at weblogic.jms.client.JMSConnection.jmsPeerGone(JMSConnection.java:917)
              at weblogic.jms.dispatcher.DispatcherWrapperState.peerGone(DispatcherWrapperState.java:703)
              at weblogic.jms.dispatcher.DispatcherWrapperState.callback(DispatcherWrapperState.java:562)
              at weblogic.rjvm.RJVMImpl$HeartbeatMonitorListenerDeliverer.execute(RJVMImpl.java:1554)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
              2005-11-03 05:02:36,843 ERROR ExecuteThread: '2' for queue: 'default' - Lost server, shutting down.
              weblogic.jms.common.LostServerException: weblogic.rjvm.PeerGoneException: ; nested exception is:
              java.io.IOException: A complete message could not be read on socket: 'weblogic.rjvm.t3.T3JVMConnection@6545d2', in th
              e configured timeout period of '60' secs
              at weblogic.jms.client.JMSConnection.jmsPeerGone(JMSConnection.java:917)
              at weblogic.jms.dispatcher.DispatcherWrapperState.peerGone(DispatcherWrapperState.java:703)
              at weblogic.jms.dispatcher.DispatcherWrapperState.callback(DispatcherWrapperState.java:562)
              at weblogic.rjvm.RJVMImpl$HeartbeatMonitorListenerDeliverer.execute(RJVMImpl.java:1554)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
              thanks,
              kiran

    Bunney:
    It is assumed at this point that the report script you use in essbase does NOT contain the greater than signs that the forum inserts.
    As I suggested on your other thread and Glenn has suggested here, the first step is to prototype an excel retrieval and then convert that retrieval into a report script.
    What is not well known by many is that you can use a report script inside excel too. All you need to do is go to the mode tab within essbase options and select free form instead of advanced interpretation (you'll want to revert it back for normal use). In free form mode, the report script can be used in a spreadsheet.
    Of course, the whole idea is to create the normal template that retrieves data, and then create the report script equivalent. So, the idea of using free form is just a way to help verify that you don't have an issue with the report engine itself.

  • JMS - UserTransaction - Commit issue

    Introduction
    I am moving from WebSphere to Weblogic and have counterd an UserTransaction commit issue.
    The code have not been modified, however the logic in Weblogic and Websphere behaves different.
    The messagingsystem is Websphere MQ, in Weblogic I have QCF, destinations, host and port etc. in a .bindings file, and I have configured JMS server and JMS modules with corresponding jndi names.
    I have verified that this configuration is correct throug a custom develop testtool deployed in WL, message is sent successfully to MQ.
    The problem - description
    However in my application i'm using UserTransaction and this is not working as expected.
    I have two classes that communicate with MQ (AbcDAO.java and QueueBroker.java) AbcDAO.java creates a UserTransaction and communicates with Queuebroker throug a method called "SendToAutoS" this method retrives the corrilationId (for the message sendt to MQ) from Queuebroker.
    The SendMessage method creates qcf, queueconnection, queue etc and sends the message to MQ. When i debug this steps (line:queueSender.send(theMessage) I can verify in MQ that a message count is registerted in mq on the correct queue, but it's not shown (since its not commited). However when performing finalize in Queuebroker, which close both session and connection, the messagecount is gone in MQ, and when returing to AbcDAO.java to perform ut.commit(); there is not any message on Queue.
    For me it looks like the message is rolledback when session and connection closes.
    Actions tried
    If I change this line QueueBroker , transacted to false witch i understand sends message without the need to commit:
    boolean transacted = false;
    queueSession = queueConnection.createQueueSession(transacted, QueueSession.AUTO_ACKNOWLEDGE);
    the message is sendt successfully to MQ. However now either commit or rollback on the UserTransaction is working with transacted=false.
    I need the commit and rollback to be done on the UserTransaction for my application.
    Anyone have an idea why this is not working?
    The files - content
    AbcDAO.java - that creates a usertransaction
    ut = ServiceLocator.getInstance().getUserTransaction();
    ut.begin();
    msgCorId = sendToAutoS(userVO, messageSend, transactionQeueSend, transactionQeueFactory);
    ut.commit();
    //SendToAutoS - that calls the Queuebroker method - sendMessage
    private String sendToAutoS(UserVO userVO, String message, String transactionQueue, String transactionQueueFactory) throws DaoException {
    try {
    log.debug("..");
    return QueueBroker.getInstance().sendMessage(message, transactionQueue, transactionQueueFactory);
    } catch (BrokerException be) {
    log.error("BrokerException", be);
    QueueBroker.java - that sends the message to MQ
    public String sendMessage(String message, String transactionQueue, String transactionQueueFactory) throws BrokerException {
    try {
    // Get service locator
    ServiceLocator sl = ServiceLocator.getInstance();
    // Create QueueConnectionFactory with help form service locator
    queueConnectionFactory = (QueueConnectionFactory) sl.getQueueConnectionFactory(transactionQueueFactory);
    // Create QueueConnection
    queueConnection = queueConnectionFactory.createQueueConnection();
    // Create QueueSession, transacted - client has to commit !
    boolean transacted = true;
    queueSession = queueConnection.createQueueSession(transacted, QueueSession.AUTO_ACKNOWLEDGE);
    // Create queue with help from service locator
    queue = (Queue) sl.getQueue(transactionQueue);
    // Create QueueSender
    queueSender = queueSession.createSender(queue);
    // Create message and sent it
    Message theMessage = null;
    theMessage = queueSession.createTextMessage(message);
    // Log time
    long time = System.currentTimeMillis();
    // Set log time on message
    theMessage.setJMSTimestamp(time);
    // Send
    queueSender.send(theMessage);
    queueSender.close();
    // Return unique messageID for message just been sent
    return theMessage.getJMSMessageID();
    } catch (JMSException je) {
    BrokerException ex = new BrokerException();
    ex.setMessageKey("requisition.jms.broker.queue");
    Object[] o = {"SEND", "String to Autosys = " + message};
    ex.setMessageArgs(o);
    ex.setRootCause(je);
    throw ex;
    } catch (ServiceLocatorException e) {
    BrokerException ex = new BrokerException();
    ex.setMessageKey(e.getMessageKey());
    ex.setMessageArgs(e.getMessageArgs());
    ex.setRootCause(e.getRootCause());
    throw ex;
    } finally {
    // Clean up - close connection and session if exist
    if (queueConnection != null) {
    finalize();
    * Finalize queue handling
    * @throws BrokerException e
    protected void finalize() throws BrokerException {
    try {
    // Close connections
    queueSession.close();
    queueConnection.close();
    } catch (JMSException je) {
    BrokerException ex = new BrokerException();
    ex.setMessageKey("requisition.jms.broker.queue");
    Object[] o = {"FINALIZE", "Close connections" };
    ex.setMessageArgs(o);
    ex.setRootCause(je);
    throw ex;
    Edited by: reZer on 14.sep.2011 13:05
    Edited by: reZer on 14.sep.2011 13:06

    I know you are trying to send a JMS message, but just because this is true the generic JMS forum is not automatically the place you should ask questions like this. Your real beef is with the container you are using (Weblogic), UserTransaction and persistent JMS messages in combination with the specific JMS provider you are using.
    You will have far more chance to get help with this problem if you ask it in the Weblogic forum which you can also find on this very website. If you make a new post, be sure to create a link to it here so people can follow it.
    https://forums.oracle.com/forums/category.jspa?categoryID=193
    And perhaps more specific:
    WebLogic Server - JMS

  • ProvisionUsers utility issue

    Hi,
    I need an urgent help please, posted the same at few wrong places. I am unable to run the ProvisionUsers utility using the admin account. i verified the 50001 thingy and I am using the right id. I keep getting the following error.
    Error occurred while synchronizing: Errors occured during syncrhonization: [EPMCSS-07004: Failed to authorize the user
    action. Principal is null. Provide valid user principal to access.[GET_USER_BY_IDENTITY]]
    We had a recent upgrade to 11.1.2
    A new test user id i created worked fine with the utility. However existing users are not getting synchronised.
    Existing users are able to login, open forms, save them etc. The reason I am doing this is because they are not able to run the Business rules associated with the forms. Users have the right group access, which in turn has launch access to BRs.
    We are using CALC manager.
    Thanks,
    N

    It may be a different issue, but I has a situation a year ago that provisioning didn't go through. We had essbase and planning applications. I believe we had to remove all provisioning. Then, provision to the planning application. THEN provision to the essbase application. If we didn't do it in that order, the user wouldn't have access to the planning app. That might be worth a try.
    You may also want to provision the users directly from planning (not from epma deploy). After you deploy, go to the Administration menu in planning, then Application, then Refresh Database. Choose security from there.
    Lastly, make sure the business rules are deployed. We did a migration and on application deploy, selected the business rules. None of the business rules got deployed even after success message. We had to go into calc manager and deploy from there. The web forms still had the business rules attached, yet they were not there to actually run.
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure to assign the post as answered and the responses as answer or helpful so others may benefit from your experience.

  • Same Disk Utility issue appeared on 2 different Macs after 10.4.6 upgrade

    Yesterday I upgraded the following two different Macs from 10.4.5 to 10.4.6:
    1. iMac G3 400MHz, 384MB ram, Maxtor 40GB HD (update via Software Update)
    2. PowerMac G4 450MHz AGP, 500MB ram, Ata 133 interface with 160GB HD from a brand I don't remember (update via separate 10.4.5->10.4.6 installer)
    The update went fine and both computers booted and function normally in all obvious respects.
    On the other hand, when I ran Disk Utility on both Macs and verified the startup drive, the SAME IDENTICAL problem was reported:
    Verifying volume “Internal HD”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Illegal name
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Internal HD needs to be repaired.
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    I ran Disk Utility from the 10.4 Install Disk but it says it coulnd't repair the damage.
    I'm not sure about how severe this issue is. I'll refrain from reinstalling everything on both computers until more light is shed on the problem. I'm posting this in the hope that others confirm the issue and Apple take a look into it.
    Lorenzo

    Lollo, Welcome to the discussion area!
    This error appears to be related to Photoshop CS2, Illustrator CS2, and Adobe Creative Suite 2. See File system, I/O, Illegal Name errors, or system crash after you install (Photoshop CS2, Illustrator CS2, Adobe Creative Suite 2).
    Message was edited by: Duane

  • Mail, Keychain & Disk Utility Issues After Install

    My clean install of Leopard seem to go fine. After restart it wanted to grab an Apple Remote Desktop update, I believe, via software update. Re-installed clean copies of further mac software and known Leopard compatible 3rd party apps.
    My problems started to appear when I used migration assistant to transfer 2 accounts from my 10.4.10 backup. Both accounts went over, but on one the mail upgrade process consistently failed and on the other the keychain seemed to be of no use.
    All's fine now, I manually imported the errant mail acount and just started with a fresh keychain on the other offending account. I know the backup was sound as I subsequently used it to restore a Tiger install as a fallback on another disk.
    My last issue appears every-time I run Disk Utility to verify and repair permissions. I get the following text displayed part way through a verify and or repair.
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    The verify/repair completes and I can quit Disk Utility. I'm presuming this is as a result of the early software update Leopard wanted to perform and the current shipping version of Disk Utility has no idea of the desired permission state of this file?
    Was just wondering if anyone else had experienced any of the above or had any explanation?
    Hope you're all having more fun than headaches with Leopard.

    Nerowolfe,
    I have installed Leopard and have had nothing but problems as well. Perhaps you can help me. I am ready to roll back to Tiger. These are just a few:
    1. I cannot mount my external firewire drives. I have separately tested each and they work fine, I booted with the Tiger disk and they mounted fine, I reset the firewire port and when I connected them they mounted on my desktop, but not in the finder window and when I tried to open one, it just hung. I have been unsuccessful after many attempts to mount one of them with Leopard.
    2. I appear to get random hangs. I have a 160GB hard drive and 2GB memory. I have 42 GB space left on the hard drive....yet I continue to have random hangs, especially when I try to open disk utility
    3. Spotlight just does not work, period
    4. I keep finding locked folders. Right now my CS3 is locked and even after going into get info and unlocking it, it just locks back and I am unable to open the application. I am a photographer and have been unable to do any work for the past 2 weeks while I am messing around with my computer. Now I have Christmas photos to sort and can't access the photos on the external drives or even open CS3
    I have searched the forums, tried many of the recommendations, but nothing is working for me....perhaps since you have been successful you could give me a hand with these issues.
    I wait for help.......
    Other than that, how do I uninstall Leopard and reinstall Tiger????

Maybe you are looking for

  • Manual Excise Invoice Number- J1IIN

    Hi Experts, My client require manual excise invoice number for local as well as export invoices in J1IIN. kindly advice how to do this. Thanks in advance Regards, Prashant

  • Photoshop cs6 frozen when using the liquify tool

    I am facing a very similar problem as the user on this thread: http://forums.adobe.com/message/5163451 Essentially when I open up the liquify tool, even if I just press cancel, photoshop will just freeze and I have to kill the process manually.  I su

  • Nokia Mail Not Working In C3-00

    I try to sign in to any of my mails (gmail , yahoo, hotmail) it says couldn't sign in try again though i just formated and updated the phone software everything except the mail is working fine and when i sign to my ovi mail i write my [email protecte

  • 60GB Zen Vision: M- release da

    I saw an ad on the creative website (US) saying that a 60GB version of the Zen Vision: M has been released. Im so keen to get one but can't find anywhere that is selling it. Has anyone seen it for sale anywhere? Also when is the release date for Aust

  • New to Lightroom, problem importing raw CR2 files.

    I am new to Lightroom and am having trouble importing my CR2 raw photo files. In the "import" section I select my SD card that contains the raw image files. All .jpeg files on the card show up as thumbnails but the CR2 files show "preview not availab