Java cmd doesn't find a created package during execution

Hi all,
I created a package and modified the CLASSPATH in order to compile a program using my package.
The compilation passed without errors nor warnings.
Problem:
When I invoked my program by using the following cmd line: java <Main Class Name>
I got an error message telling me that the Main method is not found : no found class error.
Please let me know if you need more details to solve this problem.
Thanks,
Louiza.

The java command expects the full class name as its argument. If the class that has the main() method is part of a package, then the full class name is package_name.class_name. So if your class is MyClass.class and part of a package called mypackage then the command must be "java mypackage.MyClass"
MyClass.class must be in a directory named mypackage and the directory that contains mypackage must be in the Classpath.
Hopefully, the method is main, not Main.

Similar Messages

  • "dba_extents" doesn't find just created segment... Why ?

    Hello,
    below you can see a sequence of commands and queries from my operating system and SQLPLUS promts. The question is : Why "dba_extents" doesn't find just created "newtab" table ???
    syspath>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mar Apr 9 15:36:12 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> create table hr.newtab(c1 date);
    Table created.
    SQL> select tablespace_name, file_id, extent_id, block_id, blocks, bytes from dba_extents where lower(owner)='hr' and lower(segment_name)='newtab';
    no rows selected_
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    syspath>sqlplus hr/hr@orcl11g
    SQL*Plus: Release 11.2.0.1.0 Production on Mar Apr 9 15:39:13 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from newtab;
    no rows selected
    SQL>
    -----

    998982 wrote:
    Hello,
    below you can see a sequence of commands and queries from my operating system and SQLPLUS promts. The question is : Why "dba_extents" doesn't find just created "newtab" table ???
    syspath>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Mar Apr 9 15:36:12 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> create table hr.newtab(c1 date);
    Table created.
    SQL> select tablespace_name, file_id, extent_id, block_id, blocks, bytes from dba_extents where lower(owner)='hr' and lower(segment_name)='newtab';
    no rows selected_
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    syspath>sqlplus hr/hr@orcl11g
    SQL*Plus: Release 11.2.0.1.0 Production on Mar Apr 9 15:39:13 2013
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from newtab;
    no rows selected
    SQL>
    -----because no segment was created.
    http://tkyte.blogspot.com/2011/02/deferred-segment-creation.html

  • JCreator doesn't find the JAI packages

    Hello Everyone!
    I am new here and new to JAI. I read all posts i can find here and many another, too. I use JCreator and it doesn't "see" the javax.media.jai package. I installed the 1.3 version of JAI both jre and jdk, i set the environmental variables but it do't works. Originally i want to make TIF image from bufferedimage and the only solution that i find is JAI. If anyone knows any other solution to do this or to the package problem it will be welcome!
    Regards,
    Tamás Szabolics

    You are right. "find" will find IPTC entries in caption, say, but not in category. I guess it's like EXIF, where it's only make, model, serial number, artist, and software.
    - Pierre

  • How to find out the packages created by a particular user.

    Hi,
    In a system which i am working.
    I want the find the different packages that wer created by me.
    How to find it out.
    Regards,
    Chandru

    Hi Chandra
    Goto SE21
    Package Z* then Press F4.
    Person Responsible: Your Login Name
    OKAY . This will list all packages made by u.
    Reward Points if useful
    Regards
    Akshay Chonkar

  • Java IDE (JBuilder) cannot find J2ME's API and packages

    Hi,
    could anyone help me with this?
    I went to sun's java web site, and I downloaded and install the latest version of the wireless toolkit. I need to create a windows application that can send/receive MMS messenges, and hence the need for the J2ME's API and also WMA's API.
    However, even after I installed the wireless toolkit, my Java IDE (JBuilder 2005) cannot detect any packages like "javax.microedition.*" or "javax.wireless.*" etc etc
    Is there a place where I can download/purchase J2ME. Please be patient with me because I am a newbie in the world of J2ME... thanks :)

    When you configuring your project in JBuilder just add some jar (which you need) from wtk library in section "include"
    Project properties
    Paths
    Required libries
    and add here addition j2me libraries.

  • Using my Actiontec modem's wifi, it doesn't find my new airport express.  When I use the new airport express network I created error message says ip address is wrong.  Help setting this new airport express up

    Using my Actiontec modem's wifi, it doesn't find my new airport express.  Using the new airport express network I just set up it says the ip address is invalid.  What can I do to overcome this blinking amber light and error messages?

    You need to begin by configuring the AEX to Join an existing network (Bridge Mode.) You can then connect to it using Wi-Fi, but the AEX will not extend your existing network.
    If you can connect the AEX to your existing router using Ethernet, then you could use it to Create a new network. Otherwise, if you want to extend your existing network you will need to get a Wireless Access Point - WAP - from a non-Apple product like D-Link.

  • Java.lang.RuntimeException: Cannot find FacesContext

    Error 500--Internal Server Error
    java.lang.RuntimeException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855)
         at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672)
         at jsp_servlet.__servicemethod_jspx._jspx___tag0(__servicemethod_jspx.java:90)
         at jsp_servlet.__servicemethod_jspx._jspService(__servicemethod_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    *** Using port 7101 ***
    "C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\Program Files\Java\jdk1.5.0_15\bin;C:\OracleBI\server\Bin;C:\ADE\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\emacs\bin;c:\PROGRAM FILES\TERATERM;C:\CYGWIN\BIN;c:\Program Files\WinZip;\\StCifsRR1.us.oracle.com\packages\windows\packages\farm\farm;\\StCifsRR1.us.oracle.com\packages\windows\packages\farm\sfe\generic;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 "-Dhttp.nonProxyHosts=*oraclecorp.com|*oracle.com|localhost|localhost.localdomain|127.0.0.1|::1|sgodavar-pc.us.oracle.com|sgodavar-pc" -Dhttps.proxyHost=www-proxy.us.oracle.com -Dhttps.proxyPort=80 "-Dhttps.nonProxyHosts=*oraclecorp.com|*oracle.com|localhost|localhost.localdomain|127.0.0.1|::1|sgodavar-pc.us.oracle.com|sgodavar-pc" -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\sgodavar\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Oct 5, 2010 10:31:50 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Oct 5, 2010 10:31:51 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 5, 2010 10:31:53 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 5, 2010 10:31:53 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 5, 2010 10:31:53 AM PDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 10:31:53 AM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00009. Log messages will continue to be logged in C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Oct 5, 2010 10:31:53 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Oct 5, 2010 10:32:01 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 5, 2010 10:32:06 AM PDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 10:32:06 AM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\access.log00005. Log messages will continue to be logged in C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\access.log.>
    <Oct 5, 2010 10:32:20 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 5, 2010 10:32:20 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 5, 2010 10:32:30 AM PDT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application BrowseEditApp is not versioned.>
    <Oct 5, 2010 10:32:46 AM PDT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application methodActionInvokeAction is not versioned.>
    <Oct 5, 2010 10:33:21 AM PDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 10:33:21 AM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00009. Log messages will continue to be logged in C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Oct 5, 2010 10:33:21 AM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 5, 2010 10:33:24 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 5, 2010 10:33:24 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 5, 2010 10:33:24 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 10:33:24 AM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 144.25.110.215:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 10:33:24 AM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Oct 5, 2010 10:33:25 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 5, 2010 10:33:25 AM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 101421 ms.
    IntegratedWebLogicServer started.
    [Running application service_method_app on Server Instance IntegratedWebLogicServer...]
    [10:33:28 AM] ---- Deployment started. ----
    [10:33:28 AM] Target platform is (Weblogic 10.3).
    [10:33:31 AM] Retrieving existing application information
    [10:33:32 AM] Running dependency analysis...
    [10:33:32 AM] Deploying 2 profiles...
    [10:33:34 AM] Wrote Web Application Module to C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\service_method_app\ViewControllerWebApp.war
    [10:33:36 AM] Wrote Enterprise Application Module to C:\Documents and Settings\sgodavar\Application Data\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\service_method_app
    [10:33:36 AM] Deploying Application...
    <Oct 5, 2010 10:33:37 AM PDT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application service_method_app is not versioned.>
    [10:33:50 AM] Application Deployed Successfully.
    [10:33:50 AM] The following URL context root(s) were defined and can be used as a starting point to test your application:
    [10:33:50 AM] http://144.25.110.215:7101/service_method_app-ViewController-context-root
    [10:33:50 AM] Elapsed time for deployment: 22 seconds
    [10:33:50 AM] ---- Deployment finished. ----
    Run startup time: 22250 ms.
    [Application service_method_app deployed to Server Instance IntegratedWebLogicServer]
    Target URL -- http://127.0.0.1:7101/service_method_app-ViewController-context-root/servicemethod.jspx
    <Oct 5, 2010 10:33:51 AM PDT> <Error> <HTTP> <BEA-101020> <[ServletContext@5299877[app:service_method_app module:service_method_app-ViewController-context-root path:/service_method_app-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.RuntimeException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855)
         at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672)
         at jsp_servlet.__servicemethod_jspx._jspx___tag0(__servicemethod_jspx.java:90)
         at jsp_servlet.__servicemethod_jspx._jspService(__servicemethod_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         Truncated. see log file for complete stacktrace
    >
    <Oct 5, 2010 10:33:51 AM PDT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at Oct 5, 2010 10:33:51 AM PDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Oct 5, 2010 10:33:51 AM PDT SERVER = DefaultServer MESSAGE = [ServletContext@5299877[app:service_method_app module:service_method_app-ViewController-context-root path:/service_method_app-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.RuntimeException: Cannot find FacesContext
         at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855)
         at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672)
         at jsp_servlet.__servicemethod_jspx._jspx___tag0(__servicemethod_jspx.java:90)
         at jsp_servlet.__servicemethod_jspx._jspService(__servicemethod_jspx.java:65)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = sgodavar-pc TXID = CONTEXTID = 15a0f7a52bec9522:45602610:12b7d74678b:-8000-0000000000000014 TIMESTAMP = 1286300031515
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Oct 5, 2010 10:33:55 AM PDT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\documents and settings\sgodavar\application data\jdeveloper\system11.1.1.3.37.56.60\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_4 with a lockout minute period of 1.>

    Wow, I like stack traces ;-)
    No indication what you try to do, no information about your environment either.
    What I see is that the URL you use to start the app (if it is an app) has a suffix '.jspx' in it. This is normally not the case for Fusion Web apps. And the 'faces' part of the url is missing. So try http://127.0.0.1:7101/service_method_app-ViewController-context-root/faces/servicemethodTimo
    @John: same idea :-) You beat me again...

  • Doesn't find import classes...

     

    Hi Wei,
              I removed everything that was related to JVIEW in the script and it's the
              same thing :(... can you explaine one thing to me?
              My GenerateHTML bean is compiled and if I don't import anything in it, it
              works fine and I can call methods of it... no problem. But when I import
              some libraries (jar files) in my, it compiles fine but when I want to use it
              in my jsp page it can't find the import packages... why? It's already
              compiled and those packages are in my system classpath... it even works if I
              open a prompt and do it at the commandline!
              Is there a rule to follow when using a bean in jsp that applies to importing
              packages in that bean?
              Thanks !
              Regards,
              David Pare
              "Wei Guan" <[email protected]> wrote in message
              news:[email protected]...
              > You have JDK and JVIEW in your startup script, and it is hard for me to
              > figure which one you are using. Without accessing your machine, it will be
              > hard for me to figure out what's wrong. If you are using jview, there is
              no
              > /cp to specify classpath in your script.
              >
              > I suggest you make your startup script simple, and check your GenerateHTML
              > is in CLASSPATH (jview) or in WEBLOGIC_CLASSPATH (JDK). If it is still not
              > working, try to use javap to figure whehter your class is in CLASSPATH
              > (jview) or in WEBLOGIC_CLASSPATH (JDK).
              >
              > My 2 cents
              >
              > --
              > Cheers - Wei
              > David Pare <[email protected]> wrote in message
              > news:[email protected]...
              > > Hi Wei,
              > >
              > > I tried that already but it doesn't work...
              > >
              > > I have attached 3 files to this mail:
              > >
              > > - Merchant.jsp
              > > - GenerateHTML.java
              > > - wls.cmd
              > >
              > > if you could take a look I would appreciate it :)
              > >
              > > Thanks in advance!
              > >
              > > Regards,
              > >
              > > David Pare
              > > Accor Corporate Services
              > >
              > > Wei Guan <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Just put these classes in WEBLOGIC_CLASSPATH, do not put them in
              > > > JAVA_CLASSPATH.
              > > >
              > > > My 2 cents.
              > > >
              > > > --
              > > > Cheers - Wei
              > > > David Pare <[email protected]> wrote in message
              > > > news:[email protected]...
              > > > > Hi,
              > > > >
              > > > > I have a simple .jsp file that uses a bean and in that bean
              import
              > > some
              > > > > classes... it compiles perfectly but then when I run my .jsp file,
              WLS
              > > > tells
              > > > > me that it cannot find the classes I'm importing in my bean? I don't
              > get
              > > > it!
              > > > >
              > > > > I've put those import packages in the CLASSPATH and
              > > WEBLOGIC_CLASSPATH...
              > > > > but it doesn't work!
              > > > >
              > > > > Any help would be appreciated :)
              > > > >
              > > > > FYI: I'm using WLS 5.1 SP 3 on NT 4 SP5
              > > > >
              > > > > Thanks!
              > > > >
              > > > > David Pare
              > > > > ACS
              > > > >
              > > > >
              > > > >
              > > > >
              > > > >
              > > > >
              > > >
              > > >
              > >
              > >
              > >
              >
              >
              

  • I have to install only Adobe presenter from this whole application. I created package using AAMEE3.1

    I created package using AAMEE 3.1, using source of Adobe E-learning Suite 6.1 .
    During Package creation i selcted only Adobe Presenter 8. Package is serialized and also Adobe ID is there to login. Package created sucessfully. But when i run MSI it rollbacks during Installation.
    Below is the PDApp.log file:
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Executing the deferred custom action.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Obtained the following as CustomActionData
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - Original database path is : C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - OptionXML saved at location :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{9CB14C72-1E7 1-49C0-A7D8-559F1DC35661}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    7/15/2013 09:07:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:07:21 [INFO] DeploymentManager - Provisioning Tool path is (D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8 D6-4870-AA90-9626C4D6D4E2}).
    7/15/2013 09:07:21 [INFO] DeploymentManager - Starting to run the custom action for install mode
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{709B4BF9-4A0 5-4D3E-BC48-850DE16D5A85}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Override XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{61E5FBB2-8F4 C-4909-9A3F-823EC1DE99F5}
    7/15/2013 09:07:21 [INFO] DeploymentManager - No of updates found (0).
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\Setup\Set-up.dat
    7/15/2013 09:07:22 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:07:22 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:07:22 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:07:22 [INFO] Setup - Action specified - "install"
    7/15/2013 09:07:22 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:07:22 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\setup.xml
    7/15/2013 09:07:22 [INFO] PIM - XML is valid
    7/15/2013 09:07:22 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:22 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:07:23 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:07:23 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\updaterinventory.dll
    7/15/2013 09:07:23 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:07:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:23 [INFO] PIM - XML is valid
    7/15/2013 09:07:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:23 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:25 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:25 [INFO] PIM - XML is valid
    7/15/2013 09:07:25 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:25 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:07:27 [INFO] PIM - XML is valid
    7/15/2013 09:07:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:27 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:07:28 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:07:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:07:29 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx'
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pima'
    7/15/2013 09:07:29 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:29 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:32 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:34 [INFO] Utilities - File does not exist
    7/15/2013 09:07:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx.
    7/15/2013 09:07:38 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:07:38 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - XML is valid
    7/15/2013 09:07:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx'
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pima'
    7/15/2013 09:07:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:39 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:39 [INFO] Utilities - File does not exist
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx.
    7/15/2013 09:07:42 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:42 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - XML is valid
    7/15/2013 09:07:42 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx'
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pima'
    7/15/2013 09:07:42 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:43 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:43 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:45 [INFO] Utilities - File does not exist
    7/15/2013 09:07:47 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx.
    7/15/2013 09:07:48 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:48 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - XML is valid
    7/15/2013 09:07:48 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx'
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pima'
    7/15/2013 09:07:48 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:48 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:49 [INFO] Utilities - File does not exist
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx.
    7/15/2013 09:07:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - XML is valid
    7/15/2013 09:07:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx'
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pima'
    7/15/2013 09:07:53 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:54 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:59 [INFO] Utilities - File does not exist
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx.
    7/15/2013 09:08:04 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:08:04 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - XML is valid
    7/15/2013 09:08:04 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx'
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pima'
    7/15/2013 09:08:04 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:05 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:09 [INFO] Utilities - File does not exist
    7/15/2013 09:08:18 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx.
    7/15/2013 09:08:18 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:18 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - XML is valid
    7/15/2013 09:08:18 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:18 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx'
    7/15/2013 09:08:19 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pima'
    7/15/2013 09:08:19 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:19 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:20 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:21 [INFO] Utilities - File does not exist
    7/15/2013 09:08:27 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx.
    7/15/2013 09:08:27 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:27 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - XML is valid
    7/15/2013 09:08:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx'
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pima'
    7/15/2013 09:08:28 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:29 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:29 [INFO] Utilities - File does not exist
    7/15/2013 09:08:33 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:08:33 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:08:35 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:08:35 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:08:35 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx.
    7/15/2013 09:08:35 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:35 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:08:36 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:08:36 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:08:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:08:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:08:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:08:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:08:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:08:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:08:37 [INFO] DeploymentManager - STEP 3: Starting to launch ASU AAM.
    7/15/2013 09:08:37 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\ASU\Set-up.dat
    7/15/2013 09:08:37 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:08:37 [INFO] Setup - Action specified - "install"
    7/15/2013 09:08:37 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:08:37 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\setup.xml
    7/15/2013 09:08:37 [INFO] PIM - XML is valid
    7/15/2013 09:08:37 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:37 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:08:37 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:38 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:08:38 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\updaterinventory.dll
    7/15/2013 09:08:38 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:39 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:08:39 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx'
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pima'
    7/15/2013 09:08:39 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:40 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:41 [INFO] Utilities - File does not exist
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx.
    7/15/2013 09:08:45 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:08:45 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - XML is valid
    7/15/2013 09:08:45 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx'
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pima'
    7/15/2013 09:08:45 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:45 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:46 [INFO] Utilities - File does not exist
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx.
    7/15/2013 09:08:49 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:49 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - XML is valid
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx'
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pima'
    7/15/2013 09:08:49 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:49 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:51 [INFO] Utilities - File does not exist
    7/15/2013 09:08:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx.
    7/15/2013 09:08:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - XML is valid
    7/15/2013 09:08:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx'
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pima'
    7/15/2013 09:08:55 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:55 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:55 [INFO] Utilities - File does not exist
    7/15/2013 09:08:58 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx.
    7/15/2013 09:08:58 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:58 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - XML is valid
    7/15/2013 09:08:58 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx'
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pima'
    7/15/2013 09:08:59 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:59 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:03 [INFO] Utilities - File does not exist
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx.
    7/15/2013 09:09:11 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:09:11 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - XML is valid
    7/15/2013 09:09:11 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx'
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pima'
    7/15/2013 09:09:11 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:12 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:15 [INFO] Utilities - File does not exist
    7/15/2013 09:09:23 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx.
    7/15/2013 09:09:23 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:23 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - XML is valid
    7/15/2013 09:09:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx'
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pima'
    7/15/2013 09:09:24 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:24 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:25 [INFO] Utilities - File does not exist
    7/15/2013 09:09:31 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx.
    7/15/2013 09:09:32 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:32 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - XML is valid
    7/15/2013 09:09:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx'
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pima'
    7/15/2013 09:09:32 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:09:32 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:33 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:33 [INFO] Utilities - File does not exist
    7/15/2013 09:09:35 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:09:36 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:09:37 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:09:37 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:09:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx.
    7/15/2013 09:09:37 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:37 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:09:37 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:09:37 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:09:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:09:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:09:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:09:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:09:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:09:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:09:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:09:37 [INFO] DeploymentManager - Correcting Dependencies in local db.
    7/15/2013 09:09:37 [INFO] DeploymentManager - No media db present on the machine.
    7/15/2013 09:09:37 [INFO] DeploymentManager - STEP 4: Starting to launch Adobe Installer.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Adobe Installer launch location is :: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:16:50 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:16:50 [FATAL] DeploymentManager - The return code from the Adobe Installer Process is (6).Stopping the installation process.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to clean the partially installed payloads.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Undeployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{EE4FEE4B-4C1 3-44E5-8C22-230423DB10EF}
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to launch the Adobe Installer for uninstall mode.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:16:50 [INFO] DeploymentManager - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Start: Adobe Application Manager Uninstall...
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get RIBS Product count
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - RIBS Products install status
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get NON RIBS Product count
    7/15/2013 09:20:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - AAMRefs folder  does not exists. Non-Ribs products does not exist on the system
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - NON RIBS Products install status
    7/15/2013 09:20:21 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Launching RemoveAAM from: C:\Program Files (x86)\Common Files\Adobe\RemoveAAM.bin
    7/15/2013 09:20:22 [INFO] UninstallAAM - argc: 2
    7/15/2013 09:20:22 [INFO] UninstallAAM - Loading PIM.dll from: C:\Program Files (x86)\Common Files\Adobe\AdobePIM.dll
    7/15/2013 09:20:22 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:22 [INFO] DeploymentManager - The return code from the Adobe Installer Process is (0).
    7/15/2013 09:20:22 [INFO] DeploymentManager - Provisioning tool launch location is :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8D 6-4870-AA90-9626C4D6D4E2}
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Killing all Non-Deployment workflows
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (Bootstrapper) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (RIBS) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait if ACF is locked...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and close Adobe Application Manager notifiers...
    7/15/2013 09:20:22 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:20:22 [INFO] PIM - Executing install modifiers
    7/15/2013 09:20:22 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:20:23 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --unregister=true --deleteShortcut=true
    7/15/2013 09:20:23 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:20:23 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The return Code from Provisioning Tool (0).
    7/15/2013 09:20:23 [INFO] DeploymentManager - Provisioning Tool has successfully UnSerialize the product.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The install workflow is terminating.
    7/15/2013 09:20:25 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:20:25 [INFO] PIM - Successfully executed uninstall modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:20:25 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:20:25 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:20:33 [INFO] UninstallAAM - Self delete called to delete RemoveAAM.bin and AdobePIM.dll...

    Office 2010 64 bit as dependency.
       2. Registry used to fool the application that 64 bit version of PowerPoint is already installed.
    Although source works with 32 bit powerPoint . but MSI need 64 bit powerpoint .

  • Why created package with SE80 can't be found in Transport Connection?

    We want to transport our custom InfoCubes from Developement environment to Test environment:
    RSA1 -> Transport Connection, select an InfoCube we created and drag it over to the right frame, group it by "In Dataflow Before and Afterwards".  The Package column shows it's attached to $TMP that we would have to change it to a custom package that it can be transported over.  We click the Package picture icon with a pencil trying to change the package attached from $TMP to a custom one, but can't find any custom package we created with SE80 from here.  Could someone tell us why?
    Thanks

    hey AHP,
    Yeh, if I run rsdcube and follow the menu you specified, I can assign the InfoCube to the custom package I created with SE80.  I wonder why it's to work in this way?  If clicking the Package picture icon with pencil in Transport Connection doesn't work or successfully to bring up the correct custom package we created, then why SAP has this stupid picture icon over there to mislead our developers?
    You asked me how we created the custom package, we created them with SE80. 
    BTW, someone says that's BASIS work to create package to do the transports in their companies, how about your company?  You don't have to create custom package and just assign the objects to the package BASIS creates for you?
    Also someone says the ideal transport strategy is to group by "Necessary" other than "Dataflow Before and Afterwards", how do you think?
    Thanks

  • Mkdir creating packages, not folders [in Terminal]

    For a while now, I've been using this terminal command to create folders based on a list in a text file. It's worked well, including in Yosemite.
    cat dirlist.txt | xargs mkdir
    An example of the dirlist.txt file would be this:
    abc.jpg
    def.jpg
    ghi.jpg
    But today, instead of creating folders, it is creating 'Package' files, each with a size of 0 bytes.
    If I edit the extensions for the names in the list to something like '.png', then it creates a folder. If I have no extension at all, it creates a folder. It's only with '.jpg' that I get the package.
    I also find that if I run 'mkdir abc.jpg' it creates a package as well. This is new behaviour and doesn't seem correct to me, as mkdir is a simple and explicit command. As mentioned, the same command with a .png extension works as expected. Also, if I take a folder ending in .png in the Finder and rename it to end with  .jpg, it converts it into a package.
    How can I get the terminal to created directories with a .jpg suffix rather than packages? Thanks.

    Okay, I think I just discoverd a workaround. This will work if you're lucky enough to already have a smart-mailbox folder that persists after close. (Somehow I had two such folders that already existed and weren't subject to the mysterious disappearances on closing the app; perhaps I created them in a previous OS X release?) Anyway, here goes:
    Locate an already existing smart mailbox folder that's working properly. Select the folder (in the sidebar).
    Duplicate that folder using the "Duplicate Smart Mailbox" Command. (It's on the contextual pop-up menu or available via the gear icon in the lower left of the window). This should produce and exact copy of the folder and the boxes inside, appearing at the bottom of the smart mailbox list.
    Edit the duplicate folder to put the smart mailboxes you want in it, and delete the previous mailboxes (duplicates) that you don't want.
    The new folder structure should now persist between launches of the app.
    There you go. Not the most elegant process, but workable. Don't know if there's a method if you don't have at least one smart mailbox folder already though.

  • I can't find any support package for Solution Manager 4.0

    I can't find any support package for solution manager at
    Support Packages and Patches - > SAP Technology Components
    SAP Technology Components
    GATEWAY
    JAVA LOG VIEWER
    SAPCAR
    SAP EXCHANGE CONNECTOR
    SAP CR CONTENT
    SAPROUTER
    SAPSECULIB
    SAPSSOEXT
    I'm searching it at a wrong place?

    You´re at the right place - but your user doesn´t seem to have permissions to download them.
    You have a license for Solution Manager?
    Markus

  • Manually Create Packages

    I know this may sound a little strange, and you'll be wondering... "Why don't you just use makepkg?
    Well, I don't actually use Arch Linux, and have always used FreeBSD, but I was interested in pacman , which I decided to port and run on FreeBSD, all is well, but now I'm stuck at creating packages from within the ports.
    The idea was to make a script, which would build the port, then package up the binary files that are in 'work/$portname-$portversion' and create packages that would be compatible with pacman .
    I was wondering if anyone knew the steps to manually create packages from a compiled source, so then I can implement it into a working script to use with my port tree.
    Any help would be greatly appreciated.
    [amzo@Bahamut ~]$ uname -a ; pacman -V
    FreeBSD Bahamut 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
    .--. Pacman v4.0.3 - libalpm v7.0.3

    The reason I won't use Makepkg, is because the PKGBUILDS, won't build under FreeBSD. I've kinda made a working script to make packages, but it's no where near advance as makepkg is.
    Well, it seems to be working fine for now, but doesn't handle dependencies well.
    #!/bin/bash
    me=`basename $0`
    myver='1.0'
    startdir=`pwd`
    pkgname=`grep PORTNAME= Makefile | awk '{print $2}'`
    pkgver=`grep PORTVERSION= Makefile | awk '{print $2}'`
    [ -f /etc/makepkg.conf ] && . /etc/makepkg.conf
    strip_url() {
    echo $1 | sed 's|^.*://.*/||g'
    if [ ! -f $startdir/Makefile ]; then
    echo "error: Are you in the port directory?"
    exit
    fi
    # Make pkg dir
    mkdir -p pkg
    # build
    echo "==> Building Package..."
    make PREFIX=$startdir/pkg install
    # write the .PKGINFO file
    echo "==> Generating .PKGINFO file..."
    cd $startdir/pkg
    echo "# Generated by makepkg $myver" >.PKGINFO
    echo -n "# " >>.PKGINFO
    date >>.PKGINFO
    echo "pkgname = $pkgname" >>.PKGINFO
    echo "pkgver = $pkgver" >>.PKGINFO
    # remove info files
    cd $startdir
    rm -rf pkg/usr/info pkg/usr/share/info
    # strip binaries
    cd $startdir
    echo "==> Stripping debugging symbols from libraries..."
    find pkg/{,usr,usr/local}/lib -type f \
    -exec /usr/bin/strip --strip-debug '{}' ';'
    echo "==> Stripping symbols from binaries..."
    find pkg/{,usr,usr/local}/{bin,sbin} -type f \
    -exec /usr/bin/strip '{}' ';'
    # tar it up
    echo "==> Compressing package..."
    cd $startdir/pkg
    tar czvf $startdir/$pkgname-$pkgver.pkg.tar.gz .PKGINFO *
    cd $startdir
    echo "==> Finished";
    And the packages play fine with pacman. Wooo
    [amzo@Bahamut /usr/ports/x11-wm/dwm]$ sudo pacman -U dwm-6.0.pkg.tar.gz
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): dwm-6.0
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [#############################################################################] 100%
    (1/1) loading package files [#############################################################################] 100%
    (1/1) checking for file conflicts [#############################################################################] 100%
    (1/1) checking available disk space [#############################################################################] 100%
    (1/1) installing dwm [#############################################################################] 100%
    The only problem that this brings to the field, is that it doesn't play nice with the database:
    error: invalid name for database entry 'dwm-6.0'
    Maybe someone could help me here a bit, someone who's more experienced with creating packages?
    Last edited by Amzo2 (2012-06-03 13:42:07)

  • ICal search doesn't find anything

    when I test this by creating a future event with a particular word in it, then return to today and search for that word in the little "search" box at top right, it doesn't find that word.
    Why not?

    I have also had long standing problems of not being able to search for calendar events, either from within iCal or Spotlight or using mdfind.
    None of the suggested solutions worked for me (removing Calendar Cache file, adding and removing folders or drives to the privacy section of Spotlight to re-index, or running mdimport ~/Library/Calendars.
    One clue was that mdimport -d2 ~/Library/Calendars would not even look at the individual .ics files within any .calendar/Events directory (no output). I suspected that this was due to LaunchServices not associating these files properly with iCal. My system had previously been upgraded all the way from 10.0 through 10.6.
    What finally worked for me was the following, using the Terminal, rebuilding completely the LaunchServices database:
    rm /Library/Caches/com.apple.LaunchServices*.csstore
    *defaults delete com.apple.LaunchServices*
    *sudo /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServi ces.framework/Support/lsregister -kill*
    *sudo /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServi ces.framework/Support/lsregister -R -domain local -domain system -domain user*
    (note the capital -R in the previous line.)
    This step will take a few minutes to complete, with a message about I/O throttleing
    reboot (not sure if that is necessary)
    *mdimport -d2 ~/Library/Calendars*
    This last command should now show the successful indexing of all calendar events.
    After this search finally worked again for me!
    Regards,
    Heiko

  • Crystal Report 2011 doesn't find SAP B1 DB in Expert DB

    Good morning,
    I've found a problem when I've installed SAP Crystall Report 2011 on the computer where is my SAP B1 (version 9.0).
    When I try to create a connection to a DB, the Expert DB doesn't find the SAP B1 DB on the PC.
    Here's a screenshot
    Thanks for your help
    (and apologize for my bad english).

    Hi
    Check the below link it may helps you
    data source sap business one
    With Regards
    Balaji Sampath

Maybe you are looking for

  • Hyperlinks won't work on some pages

    Hi, I created a document in CS3. I have lots of hyperlinks within the pdf, but for some reason all of the hyperlinks on specific pages won't work. I've even copied and pasted the hyperlinks from pages that do work. Please help!

  • Adobe 9 Pro PROBLEM with Word 2010

    I upgradedd to Office 2010 Suite,  Purchased Adobe 9 Pro and installed it after I installed Office 2010.  Adobe does not show in the Word 2010 ribbon.  Called ADOBE they say they do not support ADOBE 9 and Office 2010.  HELP

  • How to create Ad Hoc Query

    Hi Experts, Can anyone explain me the configuration steps required to create Ad hoc Query. Please give me the step by step procedure to create Ad hoc Query, since i am new to this assignment. Regards, Shadeesh.G Please type Adhoc Query in search foru

  • HT1926 msvcr80.dll error

    not a quicktime error, this is a itunes error

  • Multiple Tabs - One Shortcut

    Hi all, What I would like to do is create a shortcut that, when clicked, launches Safari with 5 specific tabs opened.  Possible?  If so, how, please? Thanks! CB