CF MX 7 Installation Errors on MacOS X Tiger with JAVA 1.6

Guys... I recently installed JRUN 4, and CFMX 7.1 on a Mac
running Tiger, I also updated the JRE to 1.6 from Apple...
JAVA Versions
drwxr-xr-x 13 root wheel 442 Dec 26 21:14 .
drwxr-xr-x 10 root wheel 340 Dec 26 21:14 ..
lrwxr-xr-x 1 root wheel 5 Dec 26 21:14 1.3 -> 1.3.1
drwxr-xr-x 8 root wheel 272 Oct 31 00:44 1.3.1
lrwxr-xr-x 1 root wheel 5 Oct 31 03:09 1.4 -> 1.4.2
drwxr-xr-x 8 root wheel 272 Oct 31 00:44 1.4.2
lrwxr-xr-x 1 root wheel 5 Oct 31 05:38 1.5 -> 1.5.0
drwxr-xr-x 8 root wheel 272 Oct 31 05:38 1.5.0
lrwxr-xr-x 1 root wheel 5 Dec 26 21:14 1.6 -> 1.6.0
drwxr-xr-x 8 root wheel 272 Dec 26 21:14 1.6.0
drwxr-xr-x 6 root wheel 204 Dec 6 22:08 A
lrwxr-xr-x 1 root wheel 1 Oct 31 05:38 Current -> A
lrwxr-xr-x 1 root wheel 3 Dec 26 21:14 CurrentJDK -> 1.5
based on the instructions at
http://www.adobe.com/support/coldfusion/j2ee/cfmx-mac-onjrunandtomcat.html
after doing the install and running the jrun service
%> ./jrun -start default &
it hangs on starting up the default server, which is where I
have cfusion (from doco above). The error being:
Starting Macromedia JRun 4.0 (Build 106363), default server
01/01 17:43:23 info JRun Naming Service listening on *:2908
01/01 17:43:23 info No JDBC data sources have been configured
for this server (see jrun-resources.xml)
01/01 17:43:23 info JRun Web Server listening on *:8100
01/01 17:43:24 info Deploying enterprise application "JRun
4.0 Internal J2EE Components" from:
file:/Applications/JRun4/lib/jrun-comp.ear
01/01 17:43:24 info Deploying EJB "JRunSQLInvoker" from:
file:/Applications/JRun4/lib/jrun-comp.ear
01/01 17:43:24 info Deploying web application "CFMX RDS
Application" from: file:/Applications/JRun4/servers/default/CFIDE/
01/01 17:43:24 user JSPServlet: init
01/01 17:43:25 user RDSDispatchServlet: init
01/01 17:43:25 info Deploying web application "Macromedia
Coldfusion MX" from:
file:/Applications/JRun4/servers/default/cfusion/
01/01 17:43:27 INFO License Service: Flex 1.5 CF Edition
enabled
01/01 17:43:27 INFO Starting Flex 1.5 CF Edition
01/01 17:43:27 user JSPServlet: init
01/01 17:43:27 user CFMxmlServlet: init
01/01 17:43:27 user CFMxmlServlet: Macromedia Flex Build:
87315.134646
01/01 17:43:27 INFO Macromedia Flex Build: 87315.134646
01/01 17:43:29 user MessageBrokerServlet: init
java.lang.LinkageError: loader constraints violated when
linking javax/xml/namespace/QName class
at
flex.messaging.config.XPathServerConfigurationParser.selectSingleNode(XPathServerConfigur ationParser.java:52)
at
flex.messaging.config.ServerConfigurationParser.parseTopLevelConfig(ServerConfigurationPa rser.java:45)
at
flex.messaging.config.AbstractConfigurationParser.parse(AbstractConfigurationParser.java: 66)
at
flex.messaging.config.ConfigurationManager.getMessagingConfiguration(ConfigurationManager .java:77)
at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:90)
at
coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:94)
at
coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:48)
at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1200)
at
jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:791)
at
jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:293)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:711)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at
jrun.deployment.DeployerService.run(DeployerService.java:891)
at
jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
01/01 17:43:29 user failed to load:
flex.messaging.MessageBrokerServlet
01/01 17:43:29 error Could not pre-load servlet:
MessageBrokerServlet
[1]java.lang.LinkageError: loader constraints violated when
linking javax/xml/namespace/QName class
at
flex.messaging.config.XPathServerConfigurationParser.selectSingleNode(XPathServerConfigur ationParser.java:52)
at
flex.messaging.config.ServerConfigurationParser.parseTopLevelConfig(ServerConfigurationPa rser.java:45)
at
flex.messaging.config.AbstractConfigurationParser.parse(AbstractConfigurationParser.java: 66)
at
flex.messaging.config.ConfigurationManager.getMessagingConfiguration(ConfigurationManager .java:77)
at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:90)
at
coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:94)
at
coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:48)
at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1200)
at
jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:791)
at
jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:293)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:711)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at
jrun.deployment.DeployerService.run(DeployerService.java:891)
at
jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]javax.servlet.ServletException: loader constraints
violated when linking javax/xml/namespace/QName class
at
coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:102)
at
coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:48)
at
jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1200)
at
jrun.servlet.WebApplicationService.preloadServlets(WebApplicationService.java:791)
at
jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:293)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:711)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at
jrun.deployment.DeployerService.run(DeployerService.java:891)
at
jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
01/01 17:43:29 user ColdFusionStartUpServlet: init
01/01 17:43:29 user ColdFusionStartUpServlet: ColdFusion MX:
Starting application services
01/01 17:43:29 user ColdFusionStartUpServlet: ColdFusion MX:
VM version = 1.5.0_06-64
01/01 17:43:30 Information [scheduler-9] - Starting
logging...
01/01 17:43:30 Information [scheduler-9] - Starting crypto...
01/01 17:43:30 Information [scheduler-9] - Starting
license...
01/01 17:43:30 Information [scheduler-9] - Starting License
server ...
01/01 17:43:31 Information [scheduler-9] - Starting
scheduler...
01/01 17:43:31 Information [scheduler-9] - Starting
WatchService...
01/01 17:43:31 Information [scheduler-9] - Starting
debugging...
01/01 17:43:31 Information [scheduler-9] - Starting sql...
01/01 17:43:31 Information [scheduler-9] - Starting mail...
01/01 17:43:37 Information [scheduler-9] - CORBA
Configuration not enabled
01/01 17:43:37 Information [scheduler-9] - Starting cron...
01/01 17:43:37 Information [scheduler-9] - Starting
registry...
01/01 17:43:37 Information [scheduler-9] - Starting client...
01/01 17:43:37 Information [scheduler-9] - The metrics
service is disabled for the J2EE edition
01/01 17:43:37 Information [scheduler-9] - Starting xmlrpc...
01/01 17:43:37 Information [scheduler-9] - Starting
graphing...
So obviously when doing something like this in the browser...
the thing don't exist
eg:
http://localhost:8100/cfusion/CFIDE/administrator/index.cfm
All other services are go:
http://localhost:8000 -> JRUN
administrator
http://localhost:8200 -> JRUN
samples
Anyones help would eleviate me from testing my applcation on
a production box!!! and on my local machine
cheers

Hi,
I followed your instructions... and I also noted that you
can also set the JAVA home path within the server settings within
JRUN administrator... I still can't manage to get CF to run. The
output of jvm.config is:
# VM configuration
# Where to find JVM, if {java.home}/jre exists then that JVM
is used
# if not then it must be the path to the JRE itself
# If no java.home is specified a VM is located by looking in
these places in this
# order:
# 1) JAVA_HOME environment variables (same rules as java.home
above)
# 2) bin directory for java.dll (windows) or
lib/<ARCH>/libjava.so (unix)
# 3) ../jre
# 4) registry (windows only)
java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home
# Arguments to VM
java.args=-Xmx128M -Xms32m -Dsun.io.useCanonCaches=false
# java.class.path - use this for adding individual jars or
# directories. When directories are included they will be
searched
# for jars and zips and they will be added to the classpath
(in
# addition to the directory itself), the jar to be used in
launching
# will be appended to this classpath
java.class.path={application.home}/servers/lib
# where to find shared libraries, again use commas to
separate entries
java.library.path=
I stop the service by doing
>./jrun -stop
to stop all services
and then I restarted the jrun services
> ./jrun -start admin &
I only did this cause otherwise it would hang again when
trying to load cfusion.
I then logged into jrun administrator and ran the services in
sequence... samples, default
Again I a message from jrun appeared when trying to get
default to start, that the service did not start because it took
too long to run... Looking back at the term I saw the same error
message that I posted earlier.
I can't seem to find the {cfmx-root}/runtime/bin mentioned in
your note so note sure if this could be causing it...
I resumed testing, did the following at the pompt
> ps
got this returned to me
ps
PID TT STAT TIME COMMAND
364 p1 S 0:00.12 -tcsh
376 p1 S 0:27.33 /Applications/JRun4/bin/jrun -nohup -start
-childVM default
407 p1 S 0:06.07 ./jrun -start admin
408 p1 S 0:12.21 ./jrun -start samples
409 p1 S 0:01.31
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
-classpath /Applications/JRun4/pointbase/lib/pbserver42RE.jar
-Ddatabase.home=/Applications/JRun4/pointbase/databases
-Dpointbase.ini=/Applications/JRun4/pointbase/pointbase.ini com.poi
410 p1 S 0:01.43
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
-classpath /Applications/JRun4/pointbase/lib/pbserver42RE.jar
-Ddatabase.home=/Applications/JRun4/pointbase/databases
-Dpointbase.ini=/Applications/JRun4/pointbase/pointbase.ini com.poi
411 p1 S 0:00.43
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
-classpath /Applications/JRun4/pointbase/lib/pbserver42RE.jar
-Ddatabase.home=/Applications/JRun4/pointbase/databases
-Dpointbase.ini=/Applications/JRun4/pointbase/pointbase.ini com.poi
412 p1 S 0:00.88
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
-classpath /Applications/JRun4/pointbase/lib/pbserver42RE.jar
-Ddatabase.home=/Applications/JRun4/pointbase/databases
-Dpointbase.ini=/Applications/JRun4/pointbase/pointbase.ini com.poi
As can be seen it still pointing to 1.5 somehow...
Why is this seeing the I have 1.4.2 set in jvm.config
file?

Similar Messages

  • Getting Error while integrating Crystal reports with Java

    Hi All,
    I am getting below error while integrating crystal report with java
    [java] os.arch = x86
    [java] java.lang.NoSuchMethodError: com.crystaldecisions.Utilities.d.<init>
    (Ljava/awt/Image;I)V
    [java] at com.crystaldecisions.Utilities.af.try(Unknown Source)
    [java] at com.crystaldecisions.Utilities.af.a(Unknown Source)
    [java] at com.crystaldecisions.Utilities.af.<init>(Unknown Source)
    [java] at com.businessobjects.crystalreports.viewer.applet.g.a(Unknown
    Source)
    [java] at com.crystaldecisions.ReportViewer.ReportViewer.start(Unknown
    Source)
    [java] at ReportViewerFrame.<init>(ReportViewerFrame.java:51)
    [java] at JRCViewReport.launchApplication(JRCViewReport.java:29)
    [java] at JRCViewReport$1.run(JRCViewReport.java:50)
    [java] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:
    178)
    [java] at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    [java] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi
    spatchThread.java:190)
    [java] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp
    atchThread.java:144)
    [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:138)
    [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:130)
    [java] at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Any help can be appreciated
    Kalyan

    Hi All,
    For got to mention i am using crystal reports XI release 2 with JDK1.4.
    Kalyan

  • Installation Error SAP NW CE 7.1 Java on Windows 2003 SP2

    Hi folks,
    I am getting an installation Error when trzing to install the Preview Version of CE7.1
    Installation will terminate in Step 28 of 34 with the Message
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Anz Ideas how to terminate the Installation_
    Best Regards
    Chris

    Hi,
    I solved the issue bye updating jvm manually. Both jspm and update manager didn't update successfully.
    Thanl you for your support.
    Resolution (to support adobe document services for my specific instalaltion)
    Check JVM version in Netweaver u2013 open file
    c:\usr\sap\<NWinstance>\<NWnumber>\exe\sapjvmmanifest.mf. See SAP JVM version
    (e.g. sapjvm version: 5.1.055)
    If SAP JVM version is earlier than 5.1.0.55 apply the patch from SAP Note 1469491:
    1) Download patched JVM from the link provided in SAP Note 1469491 for
    required platform
    2) Unpack downloaded SAR archive using Netweaver SAPCAR tool
    3) Check JVM version and platform in file sapjvmmanifest.mf. E.g.
    sapjvm os: NTintel
    sapjvm version: 5.1.055
    u201Csapjvm osu201D should be the same as in the installed NW JVM u2013 see file
    c:\usr\sap\<NWinstance>\<NWnumber>\exe\sapjvmmanifest.mf
    4) Stop Netweaver services
    5) Substitute Netweaver JVM folders
    c:\usr\sap\<NWinstance>\<NWnumber>\exe\sapjvm_5 and
    c:\usr\sap\<NWinstance>\SYS\exe\jvm\NTI386\sapjvm_5.1.0xx by SAP JVM
    from the patch package
    6) Start Netweaver services

  • 11.5.10 Installation error on win2003 enterprise server with AMD sampron

    Hardware :
    AMD sempron 2200+ processor with MSI mother board,
    120 gb hdd (Baracoda) ,
    256 mb ram.
    Software : windows 2003 server enterprise edition.
    Installation Reqiurements for ora apps 11i. completed and checked.
    Error showed at step 2 of 5. while running
    There was an error while running the command - F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd APPS APPS
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM These steps only happen when dbseed is not "No Database"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if "Fresh Install" == "No Database" goto :NO_DB
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM UPDATE rollback segs in context
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if "Fresh Install" == "Fresh Install" goto :FI_DB
    D:\DOCUME~1\oracle\LOCALS~1\Temp>set DRVNAME=gprod.drv
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if 0 == 0 goto :UPD_RBS_FI_OK
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if "F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd" == "F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd" (if not "runProcess_6" == "FALSE" (goto :runProcess_6 ) else (goto :runProcess_1 ) )
    D:\DOCUME~1\oracle\LOCALS~1\Temp>echo "runProcess_6"
    "runProcess_6"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM Perform the instance configuration
    D:\DOCUME~1\oracle\LOCALS~1\Temp>REM
    D:\DOCUME~1\oracle\LOCALS~1\Temp>echo "Statusstring InstantiateFile -d F:\oracle\proddb\9.2.0\appsutil\template\addbtmpl.drv"
    "Statusstring InstantiateFile -d F:\oracle\proddb\9.2.0\appsutil\template\addbtmpl.drv"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>E:\11istage\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;E:\11istage\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;E:\11istage\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;E:\11istage\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;E:\11istage\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;E:\11istage\startCD\Disk1\rapidwiz\jlib\jnls.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\acc.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\netcfg.jar;E:\11istage\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;E:\11istage\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e F:\oracle\proddb\9.2.0\appsutil\PROD_oracle.xml -d F:\oracle\proddb\9.2.0\appsutil\template\addbtmpl.drv -pwd APPS -log F:\oracle\proddb\9.2.0\appsutil\log\PROD_oracle\installdbf.log -verbose
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if 2 == 0 goto :CFG_OK
    D:\DOCUME~1\oracle\LOCALS~1\Temp>echo "Unable to complete Instance Configuration"
    "Unable to complete Instance Configuration"
    D:\DOCUME~1\oracle\LOCALS~1\Temp>if "" == "TRUE" goto :CFG_OK
    There was an error while running the command - F:\oracle\proddb\9.2.0\temp\PROD_oracle\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\bin\ora8iinf.cmd
    script returned:
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:22 PM
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:22:47
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    The command completed successfully
    adora8iinf.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\adsvdlsn.cmd
    script returned:
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:22 PM
    OpenService failed
    ECHO is off.
    The log information will be written to
         "F:\oracle\proddb\9.2.0\appsutil\log\PROD_oracle\adsvdlsn.txt"
    ECHO is off.
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:23 PM
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:23 PM
    PROD_oracle.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : F:\oracle\proddb\9.2.0
    LOCAL : PROD
    ORACLE_SID :
    PATH : F:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;F:\oracle\proddb\9.2.0\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;E:\11istage\startCD\Disk1\rapidwiz\unzip\NT;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem
    LD_LIBRARY_PATH : F:\oracle\proddb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "F:\oracle\proddb\9.2.0\appsutil\log\PROD_oracle\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process PROD ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:08
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=oracle)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 10-AUG-2005 16:23:09
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OraclePROD_db920_RDBMSTNSListenerPROD>, error 1060.
    TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    System parameter file is F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Log messages written to F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    STATUS of the LISTENER
    Alias PROD
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Production
    Start Date 10-AUG-2005 16:23:11
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File F:\oracle\proddb\9.2.0\network\admin\PROD_oracle\listener.ora
    Listener Log File F:\oracle\proddb\9.2.0/network/admin\prod.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPRODipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.apps.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 1 instance(s).
    Instance "PROD", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    ChangeServiceConfig succeeded
    adsvdlsn.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    System error 1060 has occurred.
    The specified service does not exist as an installed service.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afmkinit.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\proddb\9.2.0\appsutil\install\PROD_oracle\afdbprf.cmd
    script returned:
    Wed 08/10/2005
    04:23 PM
    ECHO is off.
    ECHO is off.
    Wed 08/10/2005 04:23 PM
    PROD_oracle.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\proddb\9.2.0"
    " ORACLE_SID : "
    " LOCAL : PROD"
    " PATH : F:\oracle\proddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;F:\oracle\proddb\9.2.0\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;F:\oracle\proddb\9.2.0\jre\1.4.2\bin;E:\11istage\startCD\Disk1\rapidwiz\unzip\NT;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem"
    " LD_LIBRARY_PATH : F:\oracle\proddb\9.2.0\lib"
    "Running SQL script "
    SQL*Plus: Release 9.2.0.5.0 - Production on Wed Aug 10 16:23:22 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    ERRORCODE = 3 ERRORCODE_END
    .end std out.
    .end err out.
    Kindly Help.
    Thanks

    Hi,
    Please can someone help me to get the Patch 4198954. Why don't you download it from MOS website? I believe no one is supposed to download the patch from MOS and send it to you by email as this violates Oracle support agreement policy.
    Thanks,
    Hussein

  • ITunes installation error "There is a problem with this Windows Installer package..."

    It states "A program required for this install to complete could not be run."  What is the issue?

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Error while invoking Livecycle process with Java

    Hi,
    I am trying to invoke a short lived process using java code. But when i try doing that i get the following error
    cannot access class com.adobe.idp.dsc.clientsdk.ServiceClient; class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0.
    I am using the following versions:
    Adobe Livecycle: 9.0
    java version "1.5.0_03"
    JDeveloper: 9.0.5.2
    Can some one please suggest the appropriate action i need to take so that i can compile the code.
    Thanks in advance

    If you are invoking LiveCycle ES2 on JBoss compile with JDK 1.6 and run against JRE 6.
    Steve

  • "/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer" help!

    On Mac OS X 10.6.2
    I can not use command "/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer InstallMe.pkg" to install the pkg.
    It error as follow. The command can working on Tiger and Leopard.
    Message was edited by: Still Snow
    Message was edited by: Still Snow

    J-Ansons-Mac-mini:/ root# /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer /player/AdbeRdr920en_USi386.pkg/
    2009-11-26 16:45:37.206 Installer[860:903] Error loading /player/AdbeRdr920en_USi386.pkg/Contents/Plugins/iNOSSO.bundle/Contents/MacOS/NOS Installer: dlopen(/player/AdbeRdr920en_USi386.pkg/Contents/Plugins/iNOSSO.bundle/Contents/MacOS/NOS Installer, 265): no suitable image found. Did find:
    /player/AdbeRdr920en_USi386.pkg/Contents/Plugins/iNOSSO.bundle/Contents/MacOS/NOS Installer: no matching architecture in universal wrapper
    2009-11-26 16:45:37.616 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enautomator.pkg
    2009-11-26 16:45:37.618 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_automatorworkflow.pkg
    2009-11-26 16:45:37.619 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enautoupdate.pkg
    2009-11-26 16:45:37.621 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enclipart.pkg
    2009-11-26 16:45:37.623 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008encore.pkg
    2009-11-26 16:45:37.624 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008endock.pkg
    2009-11-26 16:45:37.626 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enentourage.pkg
    2009-11-26 16:45:37.627 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_entourage_helpstd.pkg
    2009-11-26 16:45:37.629 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enequationeditor.pkg
    2009-11-26 16:45:37.631 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enerrorreporting.pkg
    2009-11-26 16:45:37.632 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enexcel.pkg
    2009-11-26 16:45:37.633 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_excel_helpstd.pkg
    2009-11-26 16:45:37.635 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enfonts.pkg
    2009-11-26 16:45:37.637 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008engraph.pkg
    2009-11-26 16:45:37.638 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enhelpviewer.pkg
    2009-11-26 16:45:37.640 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enlaunch.pkg
    2009-11-26 16:45:37.641 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enmessenger.pkg
    2009-11-26 16:45:37.643 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enooxml.pkg
    2009-11-26 16:45:37.644 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enorgchart.pkg
    2009-11-26 16:45:37.646 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enpowerpoint.pkg
    2009-11-26 16:45:37.647 Installer[860:4207] PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_powerpoint_helpstd.pkg

  • AIR 2.0 application with 2.5 Runtime Installation Error

    Hi there,
    I'm getting an error while trying to install an AIR application. Basically, I just see the AIR installer dialog with an empty progress bar and an "Installing ..." message. Here's what the log file looks like:
    Nov 4 23:07:57 MM /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[201]: Commandline is: -psn_0_172074
    Nov 4 23:07:57 MM /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[201]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
    Nov 4 23:08:02 MM /Applications/Utilities/Adobe AIR Uninstaller.app/Contents/MacOS/Adobe AIR Installer[201]: Runtime Installer end with exit code 6
    Nov 4 23:08:02 MM com.apple.launchd.peruser.501[97] ([0x0-0x2a02a].com.adobe.air.Installer[201]): Exited with exit code: 6
    Nov 4 23:15:15 MM Eye-Fi Center[226]: NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    Nov 4 23:15:15 MM /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center[226]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula -nai
    Nov 4 23:15:15 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Runtime Installer begin with version 2.5.0.16600 on Mac OS 10.6.4 x86
    Nov 4 23:15:15 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Commandline is: -eula -nai
    Nov 4 23:15:15 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
    Nov 4 23:15:15 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Starting eula display
    Nov 4 23:15:17 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Finished eula display
    Nov 4 23:15:28 MM configd[13]:
    Nov 4 23:15:29: --- last message repeated 2 times ---
    Nov 4 23:15:29 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Finished eula display
    Nov 4 23:15:29 MM /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[229]: Runtime Installer end with exit code 0
    Nov 4 23:15:29 MM /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center[226]: Subprocess /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater failed (1)
    Nov 4 23:15:29 MM configd[13]:
    Nov 4 23:15:59: --- last message repeated 14 times ---
    Nov 4 23:16:31 MM /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[156]: No valid tickets, timing out
    Some background on the application I'm trying to install:
    1. The application descriptor file points at the 2.0 version of the runtime. The application I'm trying to install has been packaged as a dmg.
    2. I already have the 2.5 version of the AIR runtime installed on this machine, so I'm not sure why there are references to the EULA in the log file.
    3. I'm not actively double clicking on the dmg file. The .dmg is actually being installed by a third party application via the command line.
    Any ideas on what could be happening here or can you offer any remedial action on how to get this application installed correctly?
    Thanks
    Sean

    Thanks for the responses guys,
    The third party application is passing a -silent and -location flag to when launching the application.
    Another log file from a different computer but experiencing the same issue (kinda looks like a permissions issue with the chown failure):
    Nov  4 16:48:43 null-f81edfe7f68c authexec[24758]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Nov  4 16:48:44 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Runtime Installer begin with version 2.5.0.16600 on Mac OS 10.6.4 x86
    Nov  4 16:48:44 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Commandline is: -ei
    Nov  4 16:48:44 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: No installed runtime detected
    Nov  4 16:48:44 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Starting silent runtime install. Installing runtime version 2.5.0.16600
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Subprocess chown failed (-1)
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Subprocess chown succeeded
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Subprocess chown succeeded
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24758]: Runtime Installer end with exit code 0
    Nov  4 16:48:57 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24753]: Elevated install completed
    Nov  4 16:49:00 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24753]: Elevated install failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Nov  4 16:49:00 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24753]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #2038" errorID=2038]
    Nov  4 16:49:03 null-f81edfe7f68c /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer[24753]: Runtime Installer end with exit code 7
    Nov  4 16:49:03 null-f81edfe7f68c com.apple.launchd.peruser.501[240] ([0x0-0x41f41f].com.adobe.air.Installer[24753]): Exited with exit code: 7
    Nov  4 16:50:20 null-f81edfe7f68c mdworker[24721]: Found source of class (null), but no such class was found.
    Nov  4 16:50:20 null-f81edfe7f68c mdworker[24721]: Could not initialize source from /Users/dnk/Library/Application Support/AddressBook/Sources/7FB5AEF5-79B0-4A86-8845-2631B2BB0FEB
    Nov  4 16:50:20 null-f81edfe7f68c mdworker[24721]: Found source of class (null), but no such class was found.
    Nov  4 16:50:20 null-f81edfe7f68c mdworker[24721]: Could not initialize source from /Users/dnk/Library/Application Support/AddressBook/Sources/7FB5AEF5-79B0-4A86-8845-2631B2BB0FEB
    Nov  4 16:53:24 null-f81edfe7f68c Eye-Fi Center[24781]: NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    Nov  4 16:53:24 null-f81edfe7f68c /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center[24781]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -eula -nai
    Nov  4 16:53:24 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Runtime Installer begin with version 2.5.0.16600 on Mac OS 10.6.4 x86
    Nov  4 16:53:24 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Commandline is: -eula -nai
    Nov  4 16:53:24 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Installed runtime (2.5.0.16600) located at /Library/Frameworks/Adobe AIR.framework
    Nov  4 16:53:25 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Starting eula display
    Nov  4 16:53:27 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Finished eula display
    Nov  4 16:53:30: --- last message repeated 1 time ---
    Nov  4 16:53:30 null-f81edfe7f68c /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app/Contents/MacOS/Adobe AIR Installer[24784]: Runtime Installer end with exit code 0
    Nov  4 16:53:30 null-f81edfe7f68c /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center[24781]: Subprocess /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater failed (1)

  • Sudo: /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer: command not fou

    This is what comes up when I am trying to install Adobe AIR on my Mac OS 10.8.5 with Cricut Craft Room in the terminal.

    Hi Chris,
      I've been reading and trying everything!  Ok so this is what I had on my Mac:
    Bamboo
    Core Essentials Painter 4
    Cricut Craft room
    * will be adding Adobe Photoshop Essentials 11 next month also.
    When I tried install the Cricut Sync (to sync my Gypsy to the Mac) that's when it asked for Adobe AIR installation.  I can see the AIR installer in my applications/utilities, but it will not let me run the program.
    Here is the installer log:
    Apr  1 00:39:58 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 00:39:59 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:27 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 02:27:28 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 02:27:32 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 02:27:35 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 04:14:39 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 04:14:44 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 04:14:47 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 06:01:29 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 06:01:34 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 06:01:36 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:47:55 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 07:47:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 07:48:01 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 07:48:03 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 08:30:02 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 08:30:06 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 08:30:07 unknown001d4ffc3bb2 airportd[9019]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 10:28:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 10:28:52 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 10:28:53 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 12:16:51 Melissa-Aguayos-iMac.local airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 12:16:53 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:21 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 14:04:22 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 14:04:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 14:04:29 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 15:51:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 15:51:39 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 15:51:41 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 16:32:23 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 425: 0xe8000084.
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 16:32:25 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 16:32:26 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 16:32:27 unknown001d4ffc3bb2 airportd[9276]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 17:08:14 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100481000): Pair worker could not connect to lockdownd on device 435: 0xe8000084.
    Apr  1 21:39:43 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 21:39:49 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 21:39:51 Melissa-Aguayos-iMac.local airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:04:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:05:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:05:04 unknown001d4ffc3bb2 airportd[10548]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:23:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  1 23:23:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  1 23:23:55 Melissa-Aguayos-iMac.local airportd[10703]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:09 unknown001d4ffc3bb2 iTunes[9641]: 2013-04-01 11:24:09.295152 PM [AVSystemController] Stopping AirPlay
    Apr  1 23:24:30 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  1 23:24:36 unknown001d4ffc3bb2 airportd[10737]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:14 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  2 09:14:14 localhost airportd[31]: _processDLILEvent: en1 attached (down)
    Apr  2 09:14:15 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 09:14:24 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 09:14:34 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:39 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 09:14:40 unknown001d4ffc3bb2 airportd[31]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 10:33:28 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 10:33:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 10:33:36 unknown001d4ffc3bb2 airportd[959]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:44 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 13:34:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 13:34:52 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:20 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 14:41:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 14:41:26 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 14:41:27 unknown001d4ffc3bb2 airportd[1498]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 16:16:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 16:16:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 16:16:18 unknown001d4ffc3bb2 airportd[1760]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x100606770-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1006086b0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 17:48:25 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: HandleUSBMuxConnect Client 0x1002346d0-ath/com.apple.AirTrafficHost requesting attach to 0x38:62078 failed, no such device
    Apr  2 19:21:22 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback 0x10060c440-ath/com.apple.AirTrafficHost remote peer closed connection for sce 0x10060c440.
    Apr  2 19:51:15 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  2 19:51:21 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 19:51:23 unknown001d4ffc3bb2 airportd[3010]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  2 20:59:30 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 96: kAMDDeviceDisconnectedError
    Apr  2 20:59:36 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100587000): Pair worker could not pair with device 99: 0xe8000084
    Apr  2 21:29:34 unknown001d4ffc3bb2 iTunes[1794]: AMDeviceValidatePairing (thread 0x7fff7a9ea180): Could not validate pairing with device 109: kAMDReadError
    Apr  2 21:59:26 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10060a5c0-ath/com.apple.AirTrafficHost connect to 0x75 failed, connection failed with error 140733193388093
    Apr  2 21:59:44 unknown001d4ffc3bb2 com.apple.usbmuxd[39]: SCEDeviceSocketCallback Client 0x10023f230-ath/com.apple.AirTrafficHost connect to 0x76 failed, connection failed with error 140733193388093
    Apr  2 22:01:05 unknown001d4ffc3bb2 iTunes[1794]: 2013-04-02 10:01:05.816954 PM [AVSystemController] Stopping AirPlay
    Apr  2 22:02:21 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 119 (0xe8000084)
    Apr  2 22:11:41 unknown001d4ffc3bb2 kernel[0]: AirPort: RSN handshake complete on en1
    Apr  2 23:59:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 00:00:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 00:00:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:47:54 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 01:47:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 01:48:00 Melissa-Aguayos-iMac.local airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 01:48:02 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:33 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 03:35:38 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 03:35:39 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 03:35:41 unknown001d4ffc3bb2 airportd[3759]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:49 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 05:22:50 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 05:22:55 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 05:22:57 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 07:09:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 07:09:47 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 07:09:49 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 08:30:05 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:07 unknown001d4ffc3bb2 airportd[3856]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 08:30:31 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not connect to lockdownd on device 121: 0xe8000084.
    Apr  3 10:28:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 10:28:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 10:28:37 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 10:28:38 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 12:16:34 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 12:16:35 Melissa-Aguayos-iMac.local airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 12:16:39 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 14:04:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 14:04:09 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 123: 0xe8000084
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 14:04:12 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 14:04:13 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:19 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 15:51:20 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 15:51:24 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 15:51:27 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:10 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 16:30:13 unknown001d4ffc3bb2 usbmuxd[39]: AMDeviceValidatePairing (thread 0x100504000): Could not validate pairing with device 126: kAMDDeviceDisconnectedError
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 16:30:15 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:30:17 unknown001d4ffc3bb2 airportd[3968]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 16:31:51 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 128: 0xe8000084
    Apr  3 16:47:31 unknown001d4ffc3bb2 iTunes[4022]: 2013-04-03 04:47:31.704191 PM [AVSystemController] Stopping AirPlay
    Apr  3 18:26:25 unknown001d4ffc3bb2 iTunes[4655]: 2013-04-03 06:26:25.846484 PM [AVSystemController] Stopping AirPlay
    Apr  3 19:53:05 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 19:53:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 19:53:13 unknown001d4ffc3bb2 airportd[5124]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 20:29:47 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not pair with device 148: 0xe8000084
    Apr  3 21:15:00 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 163 (0xe8000084)
    Apr  3 23:13:09 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  3 23:13:15 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  3 23:13:16 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:17 Melissa-Aguayos-iMac.local airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  3 23:13:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  3 23:13:30 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:01:10 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:01:15 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:18 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:01:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 01:02:00 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 01:02:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 01:02:04 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 01:02:07 unknown001d4ffc3bb2 airportd[5686]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 02:50:53 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 02:50:59 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 02:51:01 unknown001d4ffc3bb2 airportd[5712]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:36 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 04:38:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 04:38:43 Melissa-Aguayos-iMac.local airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 04:38:45 unknown001d4ffc3bb2 airportd[5727]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:41 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 06:25:42 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 06:25:48 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 06:25:50 unknown001d4ffc3bb2 airportd[5801]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:06 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:12:07 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:12:08 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:12 unknown001d4ffc3bb2 airportd[5811]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:12:42 unknown001d4ffc3bb2 usbmuxd[39]: _AMDevicePreflightWorker (thread 0x100504000): Pair worker could not start heartbeat with device 167 (0xe8000084)
    Apr  4 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 08:30:07 unknown001d4ffc3bb2 airportd[5819]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 10:28:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 10:28:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 10:28:57 unknown001d4ffc3bb2 airportd[5926]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 11:59:58 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 12:00:04 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 12:00:05 unknown001d4ffc3bb2 airportd[5935]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 12:09:43 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 12:10:12 unknown001d4ffc3bb2 Cricut-Craft Room[6124]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Commandline is: -updatecheck
    Apr  4 12:10:15 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Performing pingback request
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 12:10:16 unknown001d4ffc3bb2 Adobe AIR Installer[6148]: Runtime Installer end with exit code 0
    Apr  4 13:02:08 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6716] for authorization created by '/Applications/System Preferences.app' [6716] (100013,0)
    Apr  4 13:03:55 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [6754] for authorization created by '/Applications/System Preferences.app' [6754] (100013,0)
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:29 unknown001d4ffc3bb2 Install CricutSync[6775]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  4 13:04:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:04:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application signature verified
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Unpackaging/validation complete
    Apr  4 13:04:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  4 13:05:02 unknown001d4ffc3bb2 Adobe AIR Application Installer[6779]: Application Installer end with exit code 0
    Apr  4 13:06:47 unknown001d4ffc3bb2 CricutSync[6815]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Commandline is: -updatecheck
    Apr  4 13:06:47 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Performing pingback request
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 13:06:48 unknown001d4ffc3bb2 Adobe AIR Installer[6826]: Runtime Installer end with exit code 0
    Apr  4 13:14:17 unknown001d4ffc3bb2 iTunes[5939]: 2013-04-04 01:14:17.117025 PM [AVSystemController] Stopping AirPlay
    Apr  4 14:15:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:15:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:15:59 Melissa-Aguayos-iMac.local airportd[7089]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:18:45 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [7146] for authorization created by '/Applications/System Preferences.app' [7146] (100013,0)
    Apr  4 14:26:52 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  4 14:27:04 localhost airportd[75]: _processDLILEvent: en1 attached (down)
    Apr  4 14:27:04 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 14:27:09 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:10 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:11 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:27:12 Melissa-Aguayos-iMac.local airportd[75]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 14:28:56 unknown001d4ffc3bb2 CricutSync[321]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Commandline is: -updatecheck
    Apr  4 14:28:57 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Performing pingback request
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 14:28:58 unknown001d4ffc3bb2 Adobe AIR Installer[335]: Runtime Installer end with exit code 0
    Apr  4 15:25:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 15:25:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 15:25:28 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:25:39 unknown001d4ffc3bb2 airportd[571]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 15:54:22 unknown001d4ffc3bb2 CricutSync[321]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:19:30 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 16:19:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 16:19:37 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:19:44 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 18 (0xe8000084)
    Apr  4 16:19:47 unknown001d4ffc3bb2 airportd[974]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 16:24:59 unknown001d4ffc3bb2 iTunes[989]: 2013-04-04 04:24:59.718958 PM [AVSystemController] Stopping AirPlay
    Apr  4 16:25:55 unknown001d4ffc3bb2 CricutSync[1036]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Commandline is: -updatecheck
    Apr  4 16:25:55 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Performing pingback request
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:25:56 unknown001d4ffc3bb2 Adobe AIR Installer[1041]: Runtime Installer end with exit code 0
    Apr  4 16:35:24 unknown001d4ffc3bb2 CricutSync[1130]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Commandline is: -updatecheck
    Apr  4 16:35:25 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Performing pingback request
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:35:26 unknown001d4ffc3bb2 Adobe AIR Installer[1133]: Runtime Installer end with exit code 0
    Apr  4 16:42:30 unknown001d4ffc3bb2 CricutSync[1176]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 16:42:52 unknown001d4ffc3bb2 CricutSync[1176]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Commandline is: -updatecheck
    Apr  4 16:42:52 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Performing pingback request
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 16:42:53 unknown001d4ffc3bb2 Adobe AIR Installer[1181]: Runtime Installer end with exit code 0
    Apr  4 17:09:46 unknown001d4ffc3bb2 CricutSync[1358]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  4 17:10:08 unknown001d4ffc3bb2 CricutSync[1358]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Commandline is: -updatecheck
    Apr  4 17:10:08 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Performing pingback request
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  4 17:10:09 unknown001d4ffc3bb2 Adobe AIR Installer[1361]: Runtime Installer end with exit code 0
    Apr  4 17:18:48 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not pair with device 36: 0xe8000084
    Apr  4 17:40:51 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 17:40:56 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 17:40:58 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:41:08 unknown001d4ffc3bb2 airportd[1565]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 17:43:25 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not connect to lockdownd on device 52: 0xe8000084.
    Apr  4 19:18:59 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 19:19:03 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 19:19:05 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 19:19:16 unknown001d4ffc3bb2 airportd[1662]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:39:45 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 20:39:46 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 20:39:51 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:40:02 unknown001d4ffc3bb2 airportd[1775]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 20:49:45 unknown001d4ffc3bb2 usbmuxd[38]: _AMDevicePreflightWorker (thread 0x100681000): Pair worker could not start heartbeat with device 65 (0xe8000084)
    Apr  4 21:35:28 unknown001d4ffc3bb2 iTunes[2055]: 2013-04-04 09:35:28.800789 PM [AVSystemController] Stopping AirPlay
    Apr  4 23:35:52 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  4 23:35:58 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  4 23:36:00 Melissa-Aguayos-iMac.local airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  4 23:36:00 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:35 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 00:10:36 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 00:10:41 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 00:10:43 unknown001d4ffc3bb2 airportd[2279]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 01:59:34 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 01:59:35 Melissa-Aguayos-iMac.local airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 01:59:37 unknown001d4ffc3bb2 airportd[2299]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:12 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 03:47:18 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 03:47:20 unknown001d4ffc3bb2 airportd[2310]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:07 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 05:34:11 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 05:34:12 Melissa-Aguayos-iMac.local airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 05:34:16 unknown001d4ffc3bb2 airportd[2386]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:22 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 07:20:23 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 07:20:28 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 07:20:30 unknown001d4ffc3bb2 airportd[2397]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:30:00 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:30:01 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:30:05 unknown001d4ffc3bb2 airportd[2408]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:29 unknown001d4ffc3bb2 kernel[0]: AirPort: Link Down on en1. Reason 4 (Disassociated due to inactivity).
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 08:41:35 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 08:41:36 Melissa-Aguayos-iMac.local airportd[2495]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:32 unknown001d4ffc3bb2 Install CricutSync[3000]: Launching subprocess with commandline "AIR Application Installer" /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Commandline is: "/Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync"
    Apr  5 09:43:33 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:43:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Validating app in folder /Volumes/Install CricutSync/Install CricutSync.app/Contents/Resources/CricutSync/Contents/Resources
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application signature verified
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Unpackaging/validation complete
    Apr  5 09:43:37 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: No app located for appID 'YosemiteSync' and pubID ''
    Apr  5 09:43:47 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Starting app installation to /Applications. Installing app YosemiteSync version 2.1.18 using the source file at file:///Volumes/Install%20CricutSync/Install%20CricutSync.app/Contents/Resources/CricutSy nc
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Launching subprocess with commandline /Applications/CricutSync.app
    Apr  5 09:43:48 unknown001d4ffc3bb2 Adobe AIR Application Installer[3003]: Application Installer end with exit code 0
    Apr  5 09:44:01 unknown001d4ffc3bb2 CricutSync[3007]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 09:44:23 unknown001d4ffc3bb2 CricutSync[3007]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Commandline is: -updatecheck
    Apr  5 09:44:23 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Performing pingback request
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:44:24 unknown001d4ffc3bb2 Adobe AIR Installer[3018]: Runtime Installer end with exit code 0
    Apr  5 09:44:52 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [2912] for authorization created by '/Applications/System Preferences.app' [2912] (100013,0)
    Apr  5 09:54:51 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.preferences.security.remotepair' by client '/Applications/System Preferences.app' [3121] for authorization created by '/Applications/System Preferences.app' [3121] (100013,0)
    Apr  5 09:56:14 unknown001d4ffc3bb2 CricutSync[3154]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.8.3 x86
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Commandline is: -updatecheck
    Apr  5 09:56:14 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Performing pingback request
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 09:56:16 unknown001d4ffc3bb2 Adobe AIR Installer[3162]: Runtime Installer end with exit code 0
    Apr  5 09:59:34 unknown001d4ffc3bb2 kernel[0]: HFS: Vol: Adobe AIR Very Low Disk: freeblks: 0, dangerlimit: 325
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Commandline is: -psn_0_2708117
    Apr  5 09:59:43 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Relaunching with elevation
    Apr  5 09:59:50 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Volumes/Adobe AIR/Adobe AIR Installer.app -ei
    Apr  5 10:00:02 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (13,0)
    Apr  5 10:00:02 unknown001d4ffc3bb2 coreservicesd[73]: Application App:"Adobe AIR Installer" [ 0x0/0x295295]  @ 0x0x7fdaa8479220 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x296296:) ), so denying.
    Apr  5 10:00:02 unknown001d4ffc3bb2 WindowServer[94]: [cps/setfront] Failed setting the front application to Adobe AIR Installer, psn 0x0-0x295295, securitySessionID=0x186a5, err=-13066
    Apr  5 10:00:03 unknown001d4ffc3bb2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.privilege.admin' by client '/usr/libexec/security_authtrampoline' [3221] for authorization created by '/Volumes/Adobe AIR/Adobe AIR Installer.app' [3209] (3,0)
    Apr  5 10:00:03 unknown001d4ffc3bb2 authexec[3221]: executing /Volumes/Adobe AIR/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Commandline is: -ei
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/Shared/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /bin/chmod -fRP +rw "/Users/wissaaguayo/Library/Application Support/Adobe"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP wissaaguayo "/Users/wissaaguayo/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin"
    Apr  5 10:00:03 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Starting silent runtime update. Updating runtime from version 3.3.0.3650 to version 3.6.0.6090
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Registering /Applications/Utilities/Adobe AIR Application Installer.app/Contents/Info.plist
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Library/Frameworks/Adobe AIR.framework"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Application Installer.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Launching subprocess with commandline /usr/sbin/chown -hfRP root:wheel "/Applications/Utilities/Adobe AIR Uninstaller.app"
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Subprocess chown succeeded
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3221]: Runtime Installer end with exit code 0
    Apr  5 10:00:34 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Elevated install completed
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -installupdatecheck
    Apr  5 10:01:12 unknown001d4ffc3bb2 Adobe AIR Installer[3209]: Runtime Installer end with exit code 0
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Commandline is: -installupdatecheck
    Apr  5 10:01:13 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Performing pingback request
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:01:14 unknown001d4ffc3bb2 Adobe AIR Installer[3240]: Runtime Installer end with exit code 0
    Apr  5 10:02:33 unknown001d4ffc3bb2 CricutSync[3263]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:02:55 unknown001d4ffc3bb2 CricutSync[3263]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Commandline is: -updatecheck
    Apr  5 10:02:55 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Performing pingback request
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:02:56 unknown001d4ffc3bb2 Adobe AIR Installer[3267]: Runtime Installer end with exit code 0
    Apr  5 10:04:57 unknown001d4ffc3bb2 CricutSync[3287]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:05:19 unknown001d4ffc3bb2 CricutSync[3287]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Commandline is: -updatecheck
    Apr  5 10:05:19 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Performing pingback request
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:05:20 unknown001d4ffc3bb2 Adobe AIR Installer[3294]: Runtime Installer end with exit code 0
    Apr  5 10:08:48 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:09:17 unknown001d4ffc3bb2 Cricut-Craft Room[3312]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Commandline is: -updatecheck
    Apr  5 10:09:18 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Performing pingback request
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:09:19 unknown001d4ffc3bb2 Adobe AIR Installer[3318]: Runtime Installer end with exit code 0
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Commandline is: -psn_0_2839221
    Apr  5 10:12:59 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Cancel request received
    Apr  5 10:13:28 unknown001d4ffc3bb2 Adobe AIR Application Installer[3350]: Application Installer end with exit code 6
    Apr  5 10:13:28 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b52b5].com.adobe.air.ApplicationInstaller[3350]): Exited with code: 6
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Commandline is: -psn_0_2843318
    Apr  5 10:13:34 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Cancel request received
    Apr  5 10:13:39 unknown001d4ffc3bb2 Adobe AIR Application Installer[3357]: Application Installer end with exit code 6
    Apr  5 10:13:39 unknown001d4ffc3bb2 com.apple.launchd.peruser.501[163] ([0x0-0x2b62b6].com.adobe.air.ApplicationInstaller[3357]): Exited with code: 6
    Apr  5 10:17:45 unknown001d4ffc3bb2 CricutSync[3376]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    Apr  5 10:18:08 unknown001d4ffc3bb2 CricutSync[3376]: Launching subprocess with commandline /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer begin with version 3.6.0.6090 on Mac OS 10.8.3 x86
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Commandline is: -updatecheck
    Apr  5 10:18:08 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Installed runtime (3.6.0.6090) located at /Library/Frameworks/Adobe AIR.framework
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Performing pingback request
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Failure during pingback request: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Error #3001" errorID=3001]
    Apr  5 10:18:09 unknown001d4ffc3bb2 Adobe AIR Installer[3379]: Runtime Installer end with exit code 0
    Apr  5 10:21:39 localhost kernel[0]: AirPort_Brcm43224: Ethernet address 00:1d:4f:fc:3b:b2
    Apr  5 10:21:40 localhost airportd[35]: _processDLILEvent: en1 attached (down)
    Apr  5 10:21:40 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: Link Up on en1
    Apr  5 10:21:53 Melissa-Aguayos-iMac kernel[0]: AirPort: RSN handshake complete on en1
    Apr  5 10:22:03 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:04 Melissa-Aguayos-iMac.local airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:09 unknown001d4ffc3bb2 airportd[35]: _doAutoJoin: Already associated to “2WIRE104”. Bailing on auto-join.
    Apr  5 10:22:42 unknown001d4ffc3bb2 CricutSync[208]: *** WARNING: Method setMnemonicLocation: in class AIR_PlayerContentMenuItem is obsolete and will be removed in release GM ***
    A

  • Can't install add-ins. Get unexpected installation error. Console has this

    I get this error in the console:
    Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsILocalFile.persistentDescriptor]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///Applications/Firefox.app/Contents/MacOS/components/nsExtensionManager.js :: getAbsoluteDescriptor :: line 406" data: no]
    Source File: file:///Applications/Firefox.app/Contents/MacOS/components/nsExtensionManager.js
    Line: 406

    For details about how to resolve this see the [[unexpected installation error -203 when installing add-ons]] article.

  • How do I resolve Tiger installation errors?

    System:
    Ibook G3 with OS X 10.2 (Panther)
    640 MB RAM
    Task:
    Upgrading to OS X 10.4 (Tiger) with OS X Tiger install disks sent to me from Apple.
    Problem:
    Install seems to be working fine but then gives an error message.
    Error message:
    "There were Errors during the installation." "Please try again."
    Attempts:
    -Disk Repair with Disk Utility -> There were no errors.
    -Permissions Repair with Disk Utility -> Fixed some permissions, but still doesn't work.
    Symptoms:
    -When I try installing again, it always asks for disk 2 (unless I boot directly into disk 1 to try it all from the beginning)
    -I cannot boot back into the operating system. Even if I try starting up without the disks, it runs the installer and asks for disk 2.

    Hello, here's what I'd try...
      1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
       2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
          *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
       3. Click the Erase tab.
       4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
       5. Select your Mac OS X volume.
       6. Highlight the drive, select Partition Tab, then Format type... MacOS Extended Journalled, select the Security Options button, choose Zero Out Data, Erase... after completion hopefully you'll be able to install.
    That second Disc thing happens frequently, the best way around it is to do a Custom install, and eliminate enough Printer Drivers, Languages, Fonts, and Applications you don't need... then it may skip #2 altogether.
    http://support.apple.com/kb/HT1442

  • General Installation Error, mac 10.8.2

    I downloaded the latest flash player from the abode website (for mac, safari, english). Download is fine. Installation proceeds to about 50% completion and then terminates with a "General Installation Error". Here's the configuration:
    Mac intel core 2 duo 2.26 GHz
    OS 10.8.2
    Safari 6.0.2
    I downloaded the flash player uninstaller, and it reported a successful uninstall. Also checked for directories in /Library/Internet Plugins and the (Disabled) folder. No flash player components left.
    Checked pop-up blocker (it's not set), system preferences (download apps from any source is checked). Also disabled norton auto-protect. Install still fails.
    I'm out of ideas. Any suggestions would be greatly appreciated.

    There doesn't appear to be a solution to these particular error messages from Adobe. I have followed the guidance from Adobe.com (uninstalled and re-installed) and then followed the guidance in this forum post and others using the terminal route, all without luck. I have no Flash functionality (other than in Chrome) which is extremely annoying.
    My setup is MacBookPro Mavericks 10.9. Firewall is off (temporarily). No virus software. No remnants of Flash as far as I can tell. Logged into a administrator account.
    Here's the log for "flash" from console:
    Dec 26 12:55:15 XXX kernel[0]: hfs: mounted Adobe Flash Player Installer on device disk2s2
    Dec 26 12:55:15 XXX.config mds[55]: (Normal) Volume: volume:XXX ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Adobe Flash Player Installer
    Dec 26 12:55:41 XXX.config sudo[791]:    admin : TTY=ttys000 ; PWD=/Users/admin/Desktop ; USER=root ; COMMAND=./Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player –debug
    Dec 26 12:56:07 XXX kernel[0]: hfs: could not initialize summary table for Flash Player
    Dec 26 12:56:07 XXX kernel[0]: hfs: mounted Flash Player on device disk3s2
    Dec 26 12:56:08 XXX.config Adobe Flash Player Install Manager[818]: Unexpected umask value for process: 0
    Dec 26 12:56:26 XXX.config Adobe Flash Player Install Manager[818]: Install failed with error code: 11.
    Dec 26 12:56:26 XXX kernel[0]: hfs: unmount initiated on Flash Player on device disk3s2
    Dec 26 12:56:31 XXX.config sudo[839]:    admin : TTY=ttys000 ; PWD=/Users/admin/Desktop ; USER=admin ; COMMAND=/usr/bin/open http://get.adobe.com/flashplayer/completion/aih/?exitcode=11&type=install
    Many thanks in advance for your support.

  • Adobe creative cloud installation error 201

    adobe creative cloud installation error 201
    How to solve this problem?

    Install Adobe application manager and try updating to CC desktop application.
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager : Thank You

  • EHPI installer: Error while reading a dynpro. Stuck at Start Shadow First.

    Hi Everyone,
    I am dead in the water with my test install of EhP5 using the most current installer.  This small test is on an older iseries, V5R4 with 8G memory. The SAP version is ECC 6.0 at sp Basis  23 and Applications at 19.
    The install stops at Start Shadow First, but the instance and work processes are up on the server.   The log- SAPehpiConsole reads:
    Severe error(s) occured in phase MAIN_SHADOW/START_SHDI_FIRST!
    Last error code set: RFC call to upg_is_shadow_system failed with key
    RFC_ERROR_SYSTEM_FAILURE (open): Error while reading a dynpro
    Please refer to these logs in the posted replys following this post for readability.
    The shadow system work process wp01 log showsan RFC error as follows:
    Wed Sep 14 11:29:58 2011
    ABAP Program SAPMSSY2                                .
    Source                                          Line 0.
    Error Code DYNPRO_READ_FAILED.
    Module  $Id: //bas/720_REL/src/krn/dynp/dyrdypdb.c#3 $ SAP.
    Function dy_dbread Line 100.
    RABAX: level LEV_RX_STDERR completed.
    RABAX: level LEV_RX_RFC_ERROR entered.
    RABAX: level LEV_RX_RFC_ERROR completed.
    RABAX: level LEV_RX_RFC_CLOSE entered.
    RABAX: level LEV_RX_RFC_CLOSE completed.
    RABAX: level LEV_RX_ERROR_SAVE entered.
    RABAX: level LEV_RX_ERROR_SAVE completed.
    RABAX: level LEV_RX_ERROR_TPDA entered.
    RABAX: level LEV_RX_ERROR_TPDA completed.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    RABAX: level LEV_RX_END entered.
    RABAX: level LEV_RX_END completed.
    RABAX: end no http/smtp
    RABAX: end RX_BTCHLOG RX_VBLOG
    Error while reading a dynpro.
    C Wed Sep 14 11:33:59 2011
    C  *** ERROR => SQL-Error -204 in function db_open  (dbsldb4.cpp  10630)
    C  {root-id=4E6F19A9A5F02851E10080020A7F0064}_{conn-id=}_0
    RABAX: level LEV_RX_IMC_ERROR entered.
    RABAX: level LEV_RX_IMC_ERROR completed.
    RABAX: level LEV_RX_DATASET_CLOSE entered.
    RABAX: level LEV_RX_DATASET_CLOSE completed.
    C  Reopen: FALSE
    B  *** ERROR => dbdynpdb2: dbdd_dbtab_columns (DYNPSOURCE) failed with rc = 4
    dbdynpdb2.c  2506]
    B  {root-id=4E6F19A9A5F02851E10080020A7F0064}_{conn-id=00000000000000000000000000000000}_0
    B  ***LOG BZY=> unexpected return code 4          calling dbdd_dbtab [dbdynpdb     2508]
    So I have a problem communicating with the shadow. Or is it a problem with the db_open?
    From the test system I have an entry in SM59 to the shadow and I get this error when trying a connection test.
    Error Details     Error while reading a dynpro.
    And trying to logon to the client sends the same message, it does not bring up the login screen.
    OK. So in the 3 weeks that I have restarted, re-set and completely restored and restarted the install, I have always come to this point. I have search for similar issues and have done a review of pertinent notes etcu2026    Just as a comment, last year I successfully did the Ehp 4 upgrade without many problems on this same system using last years SAP system.   In the month that I have been trying to do this,  SAP has replaced the EHPI installer 3 times which indicates some problems on their part.
    Any comments or suggestions would be greatly appreciated.
    Pat

    The 2 logs from the installer are here.
    The STARTSFI is as follows:
    1 ETQ201 Entering upgrade-phase "START_SHDI_FIRST" ("20110913144811")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '14', GwService = 'sapgw14'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_db4_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ206 Executing pre-phase DB specific actions.
    3 ETQ399 Fixing IFS authorities for '/usr/sap/TEH/EHPI/abap/exe'
    1 ETQ206 Executing pre-phase DB specific actions.
    1 ETQ200 Executing actual phase 'MAIN_SHADOW/START_SHDI_FIRST'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'DEVTRACE.LOG'
    4 ETQ399 Set environment for shadow connect:
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '15', GwService = 'sapgw15'
    4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"
    4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ399 Set tool parameters for shadow connect:
    4 ETQ399   default TPPARAM: SHADOW.TPP
    4 ETQ380 computing toolpath for request "TP_ALWAYS_NEW"
    4 ETQ381 request "TP_ALWAYS_NEW" means "always tp from DIR_PUT/exe, for phase KX_SWI
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    2 ETQ399 Starting shadow instance
    4 ETQ359 RFC Login to: System="TEH", Nr="15", GwHost="omni", GwService="sapgw15"
    2 ETQ231 RFC Login failed
    repeats the rfc call with a fail until this final entry.
    2EETQ399 Starting shadow instance failed
    2EETQ399 Test RFC failed finally
      The DEVTRACE.LOG is here:
    $                               Directory:    /usr/sap/TEH/EHPI/abap/log
    Name:         DEVTRACE.LOG
    trc file: "dev_disp.new", trc level: 1, release: "720"
    sysno      15
    sid        TEH
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    100
    intno      20020600
    make       single threaded, ASCII, 64 bit, optimized
    profile    /usr/sap/TEH/EHPI/abap/TEH/SYS/profile/TEH_DVEBMGS15_omni
    pid        75851
    kernel runs with dp version 131(ext=118) (@(#) DPLIB-INT-VERSION-131)
    length of sys_adm_ext is 376 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (15 75851) [dpxxdisp.c   1287]
    #shared lib "dw_xml.so" version 100 successfully loaded
    #shared lib "dw_xtc.so" version 100 successfully loaded
    #shared lib "dw_stl.so" version 100 successfully loaded
    #shared lib "dw_gui.so" version 100 successfully loaded
    #shared lib "dw_mdm.so" version 100 successfully loaded
    #shared lib "dw_rndrt.so" version 100 successfully loaded
    #shared lib "dw_abp.so" version 100 successfully loaded
    #shared lib "dw_sym.so" version 100 successfully loaded
    #shared lib "dw_aci.so" version 100 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    rdisp/dynamic_wp_check : 0
    rdisp/calculateLoadAverage : 1
    Tue Sep 13 14:48:58 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6404]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >omni_TEH_15                             <
    DpShMCreate: sizeof(wp_adm)##17440#(1744)
    DpShMCreate: sizeof(tm_adm)##4976768#(24760)
    DpShMCreate: sizeof(wp_ca_adm)##56000#(56)
    DpShMCreate: sizeof(appc_ca_adm)#56000#(56)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/576048/576064
    DpShMCreate: sizeof(comm_adm)##576064#(1136)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)##0#(104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)##0#(80)
    DpShMCreate: sizeof(vmc_adm)##0#(1856)
    DpShMCreate: sizeof(wall_adm)##(25648/36736/64/104)
    DpShMCreate: sizeof(gw_adm)#48
    DpShMCreate: sizeof(j2ee_adm)#2032
    DpShMCreate: SHM_DP_ADM_KEY##(addr: 700000050000000, size: 5759216)
    DpShMCreate: allocated sys_adm at 700000050000010
    DpShMCreate: allocated wp_adm_list at 700000050002970
    DpShMCreate: allocated wp_adm at 700000050002b60
    DpShMCreate: allocated tm_adm_list at 700000050006f90
    DpShMCreate: allocated tm_adm at 700000050006fe0
    DpShMCreate: allocated wp_ca_adm at 7000000504c6070
    DpShMCreate: allocated appc_ca_adm at 7000000504d3b40       
    Directory:    /usr/sap/TEH/EHPI/abap/log
    Name:         DEVTRACE.LOG
    DpShMCreate: allocated comm_adm at 7000000504e1610
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 70000005056e060
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 70000005056e110
    DpShMCreate: allocated j2ee_adm at 70000005056e150
    DpShMCreate: allocated ca_info at 70000005056e950
    DpShMCreate: allocated wall_adm at 70000005056e9d0
    DpCommAttachTable: attached comm table (header=7000000504e1610/ft=7000000504e1620)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (3 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    EsStdUnamFileMapInit: ES base = 0x7000000a0000000
    EsStdInit: Extended Memory 4096 MB allocated
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    mm.dump: set maximum dump mem to 96 MB
    DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE
    MPI: dynamic quotas disabled.
    MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    Tue Sep 13 14:48:59 2011
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   13097]
    Tue Sep 13 14:49:02 2011
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( omni) [dpxxdisp.c   12339]
    MBUF state LOADING
    DpStartStopMsg: send start message (myname is >omni_TEH_15                             <)
    DpStartStopMsg: start msg sent
    Tue Sep 13 14:49:11 2011
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Sep 13 14:49:13 2011
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]
    MBUF state ACTIVE
    DpWpBlksLow: max wp blocks in queue is 800 (80 %)
    MBUF component UP
    DpMsgProcess: 1 server in MBUF
    DpAppcBlksLow: max appc blocks in queue is 500 (50 %)
    Tue Sep 13 14:50:24 2011
    DpModState: change server state from STARTING to ACTIVE
    trc file: "dev_ms.new", trc level: 1, release: "720"
    [Thr 01] Tue Sep 13 14:48:39 2011
    [Thr 01] MsSOsPrivInit: Run priority adjusted to 12
    [Thr 01] ms/http_max_clients = 500 -> 500
    [Thr 01] MsSSetTrcLog: trc logging active, max size = 52428800 bytes
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, ASCII, 64 bit, optimized
    pid        75850
    [Thr 01] Tue Sep 13 14:48:40 2011
    [Thr 01] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 75850) [msxxserv_mt. 2274]
    [Thr 01] SigISetDefaultAction : default handling for signal SIGCHLD
    [Thr 01] load acl file = /usr/sap/TEH/EHPI/abap/TEH/SYS/global/ms_acl_info
    [Thr 01] MsGetOwnIpAddr: my host addresses are :
    [Thr 01]   1 : [10.127.0.100] omni.plastekgroup.com (HOSTNAME)
    [Thr 01]   2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    [Thr 01] MsHttpInit: full qualified hostname = omni.plastekgroup.com
    [Thr 01] HTTP logging is switch off
    [Thr 01] MsHttpOwnDomain: own domain[1] = plastekgroup.com
    [Thr 01] *** I listen to port 3615 (3615) ***
    [Thr 01] CUSTOMER KEY: >H1357713078<
    [Thr 01] build version=720.2011.05.04
    trc file: "dev_rd", trc level: 1, release: "720"
    Tue Sep 13 14:49:07 2011
    ***LOG S00=> GwInitReader, gateway started ( 75855) [gwxxrd.c     1758]
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    96
    intno      20020600
    make       single threaded, ASCII, 64 bit, optimized
    pid        75855
    gateway runs with dp version 131(ext=118) (@(#) DPLIB-INT-VERSION-131)
    gateway (version=720.2011.04.20)
    Tue Sep 13 14:49:10 2011
    gw/reg_no_conn_info = 1
    gw/local_addr : 0.0.0.0
    gw/reg_no_conn_info = 1
    SWITCH TRC-RESOLUTION from 1 TO 1
    CCMS: initialize CCMS Monitoring for ABAP instance with J2EE addin.
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Sep 13 14:49:13 2011
    CCMS: Initalized shared memory of size 40000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: AlMsUpload called by wp 1002.
    CCMS: AlMsUpload successful for /usr/sap/TEH/EHPI/abap/TEH/DVEBMGS15/log/ALMTTREE (0 MTEs).
    Bind service sapgw15 (socket) to port 3315
    GwIRegInitRegInfo: reg_info file /usr/sap/TEH/EHPI/abap/TEH/DVEBMGS15/data/reginfo not found
    GwPrintMyHostAddr: my host addresses are :
      1 : [10.127.0.100] omni.plastekgroup.com (HOSTNAME)
      2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    Full qualified hostname = omni.plastekgroup.com
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    DpIPCInit2: read dp-profile-values from sys_adm_ext
    DpShMCreate: sizeof(wp_adm)##17440#(1744)
    DpShMCreate: sizeof(tm_adm)##4976768#(24760)
    DpShMCreate: sizeof(wp_ca_adm)##56000#(56)
    DpShMCreate: sizeof(appc_ca_adm)#56000#(56)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/576048/576064
    DpShMCreate: sizeof(comm_adm)##576064#(1136)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)##0#(104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)##0#(80)
    DpShMCreate: sizeof(vmc_adm)##0#(1856)
    DpShMCreate: sizeof(wall_adm)##(25648/36736/64/104)
    DpShMCreate: sizeof(gw_adm)#48
    DpShMCreate: sizeof(j2ee_adm)#2032
    DpShMCreate: SHM_DP_ADM_KEY##(addr: 700000060000000, size: 5759216)
    DpShMCreate: allocated sys_adm at 700000060000010
    DpShMCreate: allocated wp_adm_list at 700000060002970
    DpShMCreate: allocated wp_adm at 700000060002b60
    DpShMCreate: allocated tm_adm_list at 700000060006f90
    DpShMCreate: allocated tm_adm at 700000060006fe0
    DpShMCreate: allocated appc_ca_adm at 7000000604d3b40
    DpShMCreate: allocated comm_adm at 7000000604e1610
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 70000006056e060
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 70000006056e110
    DpShMCreate: allocated j2ee_adm at 70000006056e150
    DpShMCreate: allocated ca_info at 70000006056e950
    DpCommAttachTable: attached comm table (header=7000000604e1
    MtxInit: -2 0 0
    DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 fro
    Tue Sep 13 14:50:14 2011
    GwDpInit: attached to gw_adm at 70000006056e110
    Tue Sep 13 14:50:16 2011
    DpSetProcessPriority: Run priority for gwrd adjusted to 12

  • Installation Of Solman 7.1 aix Oracle failed with Java Error

    Dear All,
    We are doing SOLMAN Installation 7.1 SR1 AIX Oracle.
    Now the installation stopped at the 19th phase "IMport ABAP"as in the attached screenshot.
    OS : AIX 6100-07-02-1150
    Database:  Oracle 11.2.0.3
    Java Version currently maintained:  java version "1.4.2"
    When i checked in log File  import_monitor.java.log  (  /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS) ,
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] cat import_monitor.java.log
    java version "1.6.0_45"
    Java(TM) SE Runtime Environment (build 6.1.051)
    SAP Java Server VM (build 6.1.051 23.5-b02, May 30 2013 05:04:21 - 61_REL - optU - aix ppc64 - 6 - bas2:197575 (mixed mode))
    Required system resources are missing or not available:
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3' does not exist;
      Import directory '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4' does not exist.
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS]
    Also i checked all the above import Directories [
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1'
    '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP2'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP3'
    '/cddumps/Solman_Export_Cds/51042607_2/DATA_UNITS/EXP4'
    ] and all the above import directories are present in my system.
    Later from the above log, i compared the Java Version of our System
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20110630 (SR13 FP10) (JIT enabled: jitc))
    [root@solmantrg: /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS] which java
    /usr/java14_64/jre/bin/java
    Kindly clarify the below Queries.
    1)Is the above Solman installation error was due to Java version? If so, do we need to install   java version "1.6.0_45" in Solman Server to proceed with the installation.
    2)Cant we proceed the Solman installation with the current Java version (java version "1.4.2") of our System .
    3) What is the actual Prerequistes to be maintained for JAVA.  I have downloaded the Installtion guide from SMP.
    but in the installation guide, The exact java version to be maintained to proceed with the Solman Installation 7.1 SR1 is not mentioned anywhere.
    4)If we install the Java 1.6, do we need to start Solman installation from the scratch . Any reboot required after installing java 1.6?
    5)Because of the inconsistencies in java version in our System, The installation shows the Error " Import directory does not exist  "?
    6)Please tel the cause of the Error
    Kindly assist to proceed with the installation
    Regards,
    Gayathri.K

    Hello Gayathri
    The import_monitor.java.log says the JRE used is 1.6 - java version "1.6.0_45"
    There must be multiple JRE's installed on the system.
    Run the below command and check the output
    ls -lad /usr/java*
    Few things I would try.
    Is the '/cddumps/Solman_Export_Cds/51042607_1/DATA_UNITS/EXP1' an NFS mount ? If yes use a local file system.
    Create a directory called /SMINSTALL and move all from /cddumps/Solman_Export_Cds
    It should look like /SMINSTALL/51042607_1/DATA_UNITS/EXP1
    Start the installation.
    Try to use Java 1.4 or 1.5 and see if that helps.
    You need to set the environment variable JAVA_HOME before starting the installation.
    export JAVA_HOME=/usr/java14_64/jre
    Are there any files/directories under 51042607_*/DATA_UNITS/EXP* ?
    Regards
    RB

Maybe you are looking for

  • Formula not working in report

    In one of the report, there is a formula added as v_Hide:= If [v_ResourceSum]=0 And v_CTier="Not Alighned" and IsNull([v_LatestAnalystCycle]) then "Hide" Else "". Then this filter is added on the report to exclude when v_Hide="Hide" This formula is n

  • IPod Classic 120 gb won't restore by any means

    Hi, so I was syncing my ipod like I do on a regular basis, then all of as sudden it freezes, reboots and shows no music or anything. In fact it shows 0kb free out of 0kb. I've done extensive research on the matter trying to restore. Here are the thin

  • Clients Not Updating After Migration from Server 10.7 to 10.8 (update to cashing server)

    My school has been providing updates using Update Server on Lion.  With the update to Mountain Lion Server we switched to Cashing Server for updates and I removed the WG Manager (please no lecutres on WGM, I am transitioning) setting that pointed to

  • ALV as Hierarchy with aggregation

    Hi I have 5 columns: H1, H2, H3, SUM1, SUM2 For columns SUM1, SUM2: lo_field = lo_value->if_salv_wd_field_settings~get_field( <fs_col>-id ). lo_field->if_salv_wd_aggr~create_aggr_rule( ). lo_aggr_rule = lo_field->if_salv_wd_aggr~get_aggr_rule(  ). lo

  • What is the best program to use for making high quality gifs?

    Right now I'm using gifbrewery to make gifs from youtube videos. I was just wondering, in your opinion, what's the best program or way to make the best quality gif possible? Thanks so much!