Jboss/tomcat mapping configuration error

I can't even get the combination to serve a .jsp file or .html file. Regardless of the URL that I attempt, I only get a No Context configured to process this request error from tomcat and INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI from JBoss. I've tried to access all of the various webapps under the catalina directory and can't get to any of them. I know that catalina is started because the log file shows
<Service name="JBoss-Tomcat">
<Engine name="MainEngine" defaultHost="localhost">
<Logger className="org.jboss.web.catalina.Log4jLogger" verbosityLevel="trace" category="org.jboss.web.localhost.Engine" />
<Host name="localhost">
<Valve className="org.apache.catalina.valves.AccessLogValve" prefix="localhost_access" suffix=".log" pattern="common" directory="../server/default/log" />
<DefaultContext cookies="true" crossContext="true" override="true" />
</Host>
</Engine>
<!-- A HTTP Connector on port 8080 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="3" maxProcessors="10" enableLookups="true" acceptCount="10" debug="0" connectionTimeout="60000" />
</Service>
</Server> in jboss.web:service=EmbeddedCatalinaSX
2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Creating
2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Created
2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying tomcat4-service.xml
2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.MainDeployer] start step for deployment file:/D:/JBoss3.0/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/tomcat4-service.xml
2002-06-12 23:29:44,760 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/D:/JBoss3.0/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/tomcat4-service.xml
2002-06-12 23:29:44,760 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Starting
2002-06-12 23:29:44,760 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.web.catalina.EmbeddedCatalinaServiceSX@7dadcd
2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina debug level to: 0
2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina.home to: ../catalina
2002-06-12 23:29:44,760 DEBUG [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Setting catalina.base to: ../catalina
with no errors. I'm confused because I was able to consistently work with previous versions of JBoss with no problem. The configuration seems to have changed radically, is this some recent change that I just can't find a reference to? Thanks for any help.

Hi
For Tomcat 3.x you need to use one of the following options:
(Note: this is with JBoss/Tomcat OR JBoss/Jetty)
Place you .war files in the following location:
C:\jboss-3.0.3\server\default\deploy and the app is automatically available.
If my app's name is DavidOnline.war, when deployed, I can access it at
http://localhost:8080/DavidOnline..
OR
Copy your entire development directory to the deploy direction above, RENAME your
directory from say C:\JspApps to C:\JspApps.war and you can work from that location and see your changes immeadiatly.
There is a file called jboss-service.xml that has some config options, also for the Tomcat bundle there is a file named tomcat-service.xml that has the standard server.xml section.. I suggest you check out the JBoss website, free docs and forums.. http://www.jboss.org.
Thanks, Hope this helps.

Similar Messages

  • MAPPING MAPPING configuration error

    I am getting MAPPING configuration error while running this code using Tomcat 4.1 on my website whereas it is running at my local webserver
    Please HELP
    ERROR LOG
    StandardHost[site.winwinhosting.net]:MAPPING configuration error for request URI /
    NewsFile read: java.lang.NullPointerException:name can:+t be null NewsFile read: java.lang.NullPointerException: name can:+t be null NewsFile read:
    java.lang.NullPointerException: name can:+t be null
    Bunty
    <%@ page import = "java.io.*, java.util.*,java.net.URL,java.awt.*" %>
    <HTML>
    <head></head>
    <body>
    <%
    // Read in the text file newsfile.txt
    ServletContext context = getServletContext();
    String file = (context.getRealPath("news.txt"));
    //String file = "news.txt";
    StringBuffer stringbuffer = new StringBuffer("");
       FontMetrics fm;
        Font f1;
        String str;
        String s;
        String tmp;
        String param;
        int i;
        int disp;
        int tot;
        int pos;
        int pos1;
        int ImageDepth;
        int TextDepth;
        int fmW;
        int dd;
        int width;
        int height;
        int j;
        char ch;
    str = new String(" * Online : News * Ticker * ");
    tmp = new String("");
    param = new String("");
    String s3,s2,s1, news = new String();
    try {
    DataInputStream in = new DataInputStream(new BufferedInputStream(new FileInputStream(file)));
    //DataInputStream in = new DataInputStream((new URL( file)).openStream());
    //stringbuffer.append(in.readLine());
    //stringbuffer.append("   *   ");
    //s1 = stringbuffer.toString();
    //out.println(s1);
    while((in.readLine())!= null)
    s2=in.readLine()+ "\r";
    stringbuffer.append(s2);
    stringbuffer.append("   *   ");
    //news += s2 + "\n";
    //out.println(s2);
         in.close();
    catch(Exception e) {
         System.out.println("NewsFile read: "  + e);
    %>
    <%
    news=stringbuffer.toString();
    //out.println(news);
    %>
    <marquee><%=news%></marquee>
    </body>
    </html>

    I think it is not able to locate your source file(New.txt). Try putting an output statement and see what is the patth it is printing and check whether it is the correct path where is your news.txt is located.
    Bye

  • XSLT Mapping - Configuration error

    Hi there,
    I have loaded an XSLT mapping that references 2 other mapping templates (in separate files). When I test the main mapping (in the Interface Mapping test tool) I get the following error:
    Transformer configuration exception occurred when loading XSLT POSbankingPacketToWPUFIB.xsl (http://ournamespace, 36cb0f00-1a9b-11d8-96af-e1600a114c15, -1)
    The trace in the tool showed the following:
    Creating XSLT mapping POSbankingPacketToWPUFIB
    URIResolver called with href = EDI_DC40.xsl and base =  POSbankingPacketToWPUFIB.xsl
    Source resolved. System id = EDI_DC40.xsl
    URIResolver called with href = WPUFIB.WPUFIB01.xsl and base = POSbankingPacketToWPUFIB.xsl
    Source resolved. System id = WPUFIB.WPUFIB01.xsl
    Any ideas on how to resolve this problem would be appreciated. Info below may also be helpful:
    - I have tested the XSL mapping in xmlSpy and it produces the required result but in the IR the error above occur. - I am using <xsl:stylesheet version="2.0" .... > in my definition
    - I am calling templates from the POSbankingPacketToWPUFIB.xsl that exist in both EDI_DC40.xsl and WPUFIB.WPUFIB01.xsl
    - I am using variables, template parameters and <xsl:text disable-output-escaping="yes"> in the referenced xsl stylesheets.
    Regards
    Christiaan

    Hi there,
    Thank you for your answer. All of those things were okay.
    The problem was related to XPath 2.0 syntax which does not seem to be supported by XI. The statement in question was:
    <xsl:for-each select="POSbankingPacket/DetailGroup[GroupType ne 'HD']">
    I have now switched to XSLT 1.1 and will hopefully find a adequate replacement statement.
    Thank you,
    Christiaan

  • New error with upgrade jboss/tomcat: "Connection handle has been closed and is unusable"

    Hi,
    This error suddenly appeared when we upgraded from jboss3/tomcat5.0 to jboss4.2/tomcat5.5.
    here's the usecase:
    1) User clicks on report link
    2) Crystal reports web componnent displays screen to fill in report parameters.
    3) user enters parameters and clicks submit
    4) System throws Exception
    The same reports worked fine with jboss 3.2.6/tomcat 5.0. We haven't touched anything in this realm.
    Log Excerpt:
    09:42:18,842 INFO  [datasource] Openning rowset
    09:42:18,904 ERROR [reportdefinition] com.crystaldecisions.reports.queryengine.driverImpl.m: JDBC Error: Connection handle has been closed and is unusable
    09:42:18,905 ERROR [datasource] Failed to open rowset: the query failed to open rowset
    com.crystaldecisions.reports.reportdefinition.datainterface.g: JDBC Error: Connection handle has been closed and is unusable
         at com.crystaldecisions.reports.reportdefinition.datainterface.d.a(Unknown Source)
    To try to narrow down the problem, I've updated the jdbc configuration to
         <track-statements>true</track-statements>   
    here's a recap:
    This Boolean element specifies whether to check for unclosed statements when a connection is returned to the pool. If it is true, a warning message is issued for each unclosed statement. If the log4j category org.jboss.resource.adapter.jdbc.WrappedConnection has trace level enabled, a stack trace of the connection close call is logged as well. This is a debug feature that can be turned off in production.
    Interestingly enough, this error appears slightly upstream:
    (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at
    org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown
    So the question arises:
    1) Is the jboss datasource overly/aggressively closing result sets?
    2) or is there a coding error in CRXIR2?
    thanks,
    bill
    Full stack trace:
    [2008-03-13 17:26:18,905] [INFO ] org.jboss.resource.connectionmanager.CachedConnectionManager (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:417)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
         at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
         at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)
         at org.apache.jsp.reports.processreport_jsp.switchTables(processreport_jsp.java:131)
         at org.apache.jsp.reports.processreport_jsp.loadReport(processreport_jsp.java:68)
         at org.apache.jsp.reports.processreport_jsp._jspService(processreport_jsp.java:227)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.shared.pagecache.client.PageCacheFilter.doFilter(PageCacheFilter.java:760)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.ExpiredPasswordFilter.doFilter(ExpiredPasswordFilter.java:92)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.processUrl(ChannelUrlFilter.java:168)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.doFilter(ChannelUrlFilter.java:100)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.BlockIpAddressFilter.doFilter(BlockIpAddressFilter.java:224)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.outstart.multiapp.filters.KeepOtherSessionsAliveFilter.doFilter(KeepOtherSessionsAliveFilter.java:88)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:151)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:619)

    <p>
    OK. I found the problem along with a workaround.
    </p>
    <p>
    <strong>The problem:</strong>
    </p>
    <p>
    a programming practice clashes with a new jboss 'safety check'.
    </p>
    <p>
    <strong>Programming practice:</strong>
    </p>
    <p>
    crystal reports gets a database connection in one jsp page, then tries to use it on another jsp/servlet
    </p>
    <p>
    <strong>Jboss safety check:</strong>
    Jboss/tomcat new comes configured out-of-the-box with a 'cached connection
    manager', which
    </p>
    <p>
    "Check[s] for unclosed connections and transaction terminated checks in servlets/jsps."
    </p>
    <p>
    <strong> Summary</strong>
    </p>
    <p>
    In short, if a servlet/jsp ends and it leaves a database connection open, Jboss will automatically close it.
    </p>
    <p>
    </p>
    <p>
    <strong>Workaround:</strong><br />
    Comment out two entries in these two files:
    </p>
    <p>
    1) conf/jboss4/pe/deploy/jboss-web.deployer/server.xml
    </p>
    <p>
    2) conf/jboss4/pe/deploy/jboss-web.deployer/META-INF/jboss-service.xml
    </p>
    <p>
    The two entries:
    </p>
    <p>
    </p>
    <p>
    1)
    </p>
    <p>
                 <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"<br />
                    cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"<br />
                    transactionManagerObjectName="jboss:service=TransactionManager" /><br />
    </p>
    <p>
    2)
    </p>
    <p>
          <depends>jboss.jca:service=CachedConnectionManager</depends><br />
    </p>
    <p>
    </p>
    <p>
    <strong>Comments on the workaround</strong>
    </p>
    <p>
    The 'cached connection manager' basically makes sure that the application cleans up after bad programmers. It seems most helpful in development, load testing, or trouble shooting.
    </p>
    <p>
    In production,  you can likely  comment them out with minimal
    impact on the application.
    </p>

  • Very strange index.jsp problem (Apache2 + Jboss/Tomcat)

    I've been working on this for 6 hours until the current time of 4.30 am - any help is very much appreciated.
    I (thought) I had successfully integrated Jboss/Tomcat with apache 2 using mod_jk 1.2.8 - and added an alias for jmx-console. But I just can't make index.jsp serve when loading the default directory. I also tried with a fairly straightforward jsp site I have 'ConnectSite' (just a conference name).
    I have created deployment and alias called connect, results
    http://localhost:8080/ConnectSite [success]
    http://localhost/ConnectSite/index.jsp [success]
    http://localhost/ConnectSite/ [fail] - Apache treats it like any other directory.
    But what's really strange is if i take out mod_jk from apache and leave in DirectoryIndex index.jsp - then apache will serve the .jsp file unprocessed. All the static content is served by apache just fine.
    I am baffled. Should I just try proxy for the moment.
    Many Thanks,
    -Mike D
    Config files -
    Apache section (Have of course added DirectoryIndex index.jsp)
    LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
    <IfModule mod_jk.c>
    JkWorkersFile /usr/local/apache2/workers.properties
    JkLogFile /usr/local/apache2/logs/mod_jk.log
    JkLogLevel error
    JkOptions +ForwardDirectories
    DirectoryIndex index.jsp
    # JkAutoAlias /usr/java/jboss/server/default/deploy
    # send all requests ending in .jsp to worker1
    JkMount /*.jsp foo
    # send all requests ending /servlet to worker1
    JkMount /*/servlet/ foo
    </IfModule>
    (running apachectl configtest returns syntax OK)
    workers.properties ...
    # Tomcat and Java configuration
    workers.tomcat_home=/usr/java/jboss/server/default/deploy/jbossweb-tomcat50.sar
    workers.java_home=/usr/java/jdk
    ps=/
    worker.list=foo
    # Definition for local worker using AJP 1.3
    worker.foo.type=ajp13
    worker.foo.host=localhost
    worker.foo.port=8009
    worker.foo.cachesize=20

    Workaround for anyone interested:
    In apache conf:
    use JkMount /ContextName/ to explicitly send each directory with index.jsp to Tomcat

  • Help needed for IPC configuration error

    hi all,
    I have installed IPC according to installation guide, RFC's are working perfectly. IPC_COM_SESSION_BEGIN gives a value. Still i get the following error while checking  the ipc monitor n runnin the test.
    Testing IPC standard installation. This test checks the IPC standard installation.Requires the default database. If Web Phone WP-940
    is not in your database or not maintained
    as expected, this test may fail.
    Response tested successfully
    Error while creating documentnull
    Dispatcher gives
    Using JAVA_HOME: C:\j2sdk1.4.2_03
    Using CLASSPATH: ..\lib\IPCCustPatch.jar;..\lib\IPCPatch.jar;..\lib;..\lib\IPCEx
    t.jar;..\lib\SAP_IPC.jar;..\lib\thirdParty.jar;..\lib\iaik_ssl.jar;..\lib\iaik_j
    ce.jar
    Using PATH: D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program
    Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\W
    bem;%java_home%\bin
    Feb 17, 2007 1:42:58 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command GetPatchInfo in module SYSTEM
    Feb 17, 2007 1:42:58 PM  ....socket.server.dispatcher.RegisterMgr [main] Info: C
    ontacting basis system
    Feb 17, 2007 1:42:58 PM  ....socket.server.dispatcher.RegisterMgr [main] Info: R
    etrieved gateway settings from SAP Basis SystemCRMSERVER:sapgw09,CRMSERVER:sapgw
    09
    Feb 17, 2007 1:42:58 PM  ....socket.server.dispatcher.RegisterMgr [main] Info: D
    ispatcher settings:
            Try 1000 ms to ping an IPC server.
            Don't contact IPC servers the next 60000 ms after a ping.
            Use normal load balancing without any specialized servers.
            Specialized servers are  generalized to replace dead ones.
            Load one leaves a server alone for 45000 msec.
            RFC support is enabled.
                    (dispatcher:IPC_RFC_DISPATCHER, servers:IPC_RFC_SERVER_1
                     gateways:CRMSERVER:sapgw09,CRMSERVER:sapgw09)  Don't send mail
    about servers that are down.
    Feb 17, 2007 1:42:58 PM      com.sap.sxe.socket.server.ServerBase [main] Info: I
    PC Security-Level: 0
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.ServerBase [Main TCP/IP L
    oop] Info: SAP IPC Dispatcher start
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO Version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO Middleware Version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: Libjrfc version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: librfc version:
    This RFC library belongs to the SAP R/3 Release *** 640,0,21  *** MT-SL
    Versions of SAP internal libraries:
      dptr:    2
      ni  :   37
      cpic:    3
      rfc :    3
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: Path to JCO: jar:file:/D:/ipc/lib/thirdParty.jar!/com/sap/mw/jco/JCO.
    class
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Error: Repository Error: Malformed Repository Entry: GetSupportedSAPClients
    (no export SPC_ERROR_NUMBER)
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Error: Repository Error: Malformed Repository Entry: Ping (no export SPC_ER
    ROR_NUMBER)
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO_MW_MAX_STARTUP_DELAY = 3600. Assigned this value to jco.middlewar
    e.max_startup_delay
    Feb 17, 2007 1:42:59 PM  ...server.rfc.RFCServer$JCOTraceListener [Main TCP/IP L
    oop] Error: Please note: JCO Tracelevel 0 messages are mapped to error messages.
    Typically they do not reflect IPC errors. JCO Error messages are typically no c
    ause for concern
    Feb 17, 2007 1:42:59 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:42:59 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:42:59 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:42:59 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:42:59 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:42:59 PM  ... RFC Servers for program/destination  [Main TCP/IP L
    oop] Info: IPC_RFC_DISPATCHER via CRMSERVER:sapgw09
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Admin TCP/IP
    Loop] Info: Started Admin Thread on port 9163
    Feb 17, 2007 1:42:59 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: SAP IPC Dispatcher 4.0 SP07 started at Sat Feb 17 13:42:59 GMT+05:30
    2007 on port 4444
    Feb 17, 2007 1:43:05 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: request: <HEAD OP="Register" STATUS="STATUS" LEN="27" />host=192.168.0
    .50&port=9999
    Feb 17, 2007 1:43:05 PM  ...ket.server.dispatcher.RegisterWrapper [WorkerThread-
    1] Info: IPC Client Security-Level: 0
    Feb 17, 2007 1:43:05 PM  ...e.socket.server.dispatcher.ServerInfo [WorkerThread-
    1] Info: 192.168.0.50:9999     Sat Feb 17 13:43:05 server registered
    Feb 17, 2007 1:43:05 PM  ...et.server.command.dispatcher.Register [WorkerThread-
    1] Info: Server registered: 192.168.0.50:9999
    Feb 17, 2007 1:43:05 PM  ...xe.socket.server.CommandMgr.CRMSERVER [WorkerThread-
    1] Info: command executed:Register, response code:200
    Feb 17, 2007 1:43:05 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response: <HEAD OP="Register" ID="79920001" STATUS="200" LEN="77" />
    rfcProgramId=IPC_RFC_SERVER_1&rfcGatewayHost=CRMSERVER&rfcGatewayPort=sapgw09
    Feb 17, 2007 1:43:05 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response time of command Register: 172
    Feb 17, 2007 1:43:59 PM  ...ket.server.dispatcher.RegisterWrapper [Thread-2] Deb
    ug: PING for 192.168.0.50:9999 (31 msec, load: 100/0)
    Feb 17, 2007 1:43:59 PM  ...ket.server.dispatcher.RegisterWrapper [Thread-2] Deb
    ug:             Updated value is 5741 (31 ping, 100/0 load, never used)
    Feb 17, 2007 1:43:59 PM         com.sap.sxe.socket.server.Storage [Cleaner] Debu
    g: Session cleanup finished after 0 msec
    Server gives
    Using JAVA_HOME: C:\j2sdk1.4.2_03
    Using CLASSPATH: ..\lib\IPCCustPatch.jar;..\lib\IPCPatch.jar;..\lib;..\lib\IPCEx
    t.jar;..\lib\SAP_IPC.jar;..\lib\thirdParty.jar;..\lib\classes12.zip;..\lib\iaik_
    ssl.jar;..\lib\iaik_jce.jar
    Using PATH: D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program
    Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\W
    bem;%java_home%\bin
    Feb 17, 2007 1:43:03 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command GetPatchInfo in module SYSTEM
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command PMESetSessionLanguage in module PME
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command RemoveProduct in module IPC
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command CreateAdminSession in module IPC
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command Profiler in module IPC
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command DumpKnowledgeBaseBuffer in module IPC
    Feb 17, 2007 1:43:04 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug:
    Couldn't determine location of command getXMLProperties in module IPC_ADMIN
    Feb 17, 2007 1:43:04 PM             com.sap.tte.kernel4.TTEKernel [main] Info: S
    tarting initialisation TTE Kernel
    Feb 17, 2007 1:43:04 PM             com.sap.tte.kernel4.TTEKernel [main] Info: T
    TE Kernel is not enabled
    getLocalHost()=CRMSERVER/192.168.0.50
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.ServerBase [main] Info: I
    PC Security-Level: 0
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.ServerBase [main] Info: T
    his server will restart itself when database logon fails
    Feb 17, 2007 1:43:05 PM            com.sap.sce.kbrt.imp.kb_loader [Thread-1] Deb
    ug: Create KB_CRM_LOADER
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.ServerBase [Main TCP/IP L
    oop] Info: SAP IPC Server start
    Feb 17, 2007 1:43:05 PM          com.sap.sxe.socket.client.Client [Main TCP/IP L
    oop] Info: IPC Client Security-Level: 0
    Feb 17, 2007 1:43:05 PM          com.sap.sxe.socket.client.Client [Main TCP/IP L
    oop] Debug: Client request: Register:host=192.168.0.50&port=9999
    Feb 17, 2007 1:43:05 PM          com.sap.sxe.socket.client.Client [Main TCP/IP L
    oop] Debug: Client response: Register:rfcProgramId=IPC_RFC_SERVER_1&rfcGatewayHo
    st=CRMSERVER&rfcGatewayPort=sapgw09
    Feb 17, 2007 1:43:05 PM          com.sap.sxe.socket.client.Client [Main TCP/IP L
    oop] Debug: Client closed:
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: Server registered at dispatcher CRMSERVER:4444
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO Version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO Middleware Version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: Libjrfc version: 2.1.3 (2004-03-08)
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: librfc version:
    This RFC library belongs to the SAP R/3 Release *** 640,0,21  *** MT-SL
    Versions of SAP internal libraries:
      dptr:    2
      ni  :   37
      cpic:    3
      rfc :    3
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: Path to JCO: jar:file:/D:/ipc/lib/thirdParty.jar!/com/sap/mw/jco/JCO.
    class
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Error: Repository Error: Malformed Repository Entry: GetSupportedSAPClients
    (no export SPC_ERROR_NUMBER)
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Error: Repository Error: Malformed Repository Entry: Ping (no export SPC_ER
    ROR_NUMBER)
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: JCO_MW_MAX_STARTUP_DELAY = 3600. Assigned this value to jco.middlewar
    e.max_startup_delay
    Feb 17, 2007 1:43:05 PM  ...server.rfc.RFCServer$JCOTraceListener [Main TCP/IP L
    oop] Error: Please note: JCO Tracelevel 0 messages are mapped to error messages.
    Typically they do not reflect IPC errors. JCO Error messages are typically no c
    ause for concern
    Feb 17, 2007 1:43:05 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:43:05 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:43:05 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:43:05 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:43:05 PM   com.sap.sxe.socket.server.rfc.RFCServer [Main TCP/IP L
    oop] Debug: RFC Server is non-unicode server
    Feb 17, 2007 1:43:05 PM  ... RFC Servers for program/destination  [Main TCP/IP L
    oop] Info: IPC_RFC_SERVER_1 via CRMSERVER:sapgw09
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Main TCP/IP L
    oop] Info: SAP IPC Server 4.0 SP07 started at Sat Feb 17 13:43:05 GMT+05:30 2007
    on port 9999
    Feb 17, 2007 1:43:05 PM      com.sap.sxe.socket.server.JavaServer [Admin TCP/IP
    Loop] Info: Started Admin Thread on port 9164
    Warning in ConversionEngine: There is no entry in the table EWUKEYS. EMU currenc
    y conversion disabled.
    Feb 17, 2007 1:43:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: request: <HEAD OP="GetLoad" />
    Feb 17, 2007 1:43:59 PM  ...xe.socket.server.CommandMgr.CRMSERVER [WorkerThread-
    1] Info: command executed:GetLoad, response code:200
    Feb 17, 2007 1:43:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response: <HEAD OP="GetLoad" ID="79980001" STATUS="200" LEN="24" />
    socketLoad=100&rfcLoad=0
    Feb 17, 2007 1:43:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response time of command GetLoad: 16
    Feb 17, 2007 1:44:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: request: <HEAD OP="GetLoad" ID="79980001" />
    Feb 17, 2007 1:44:59 PM  ...xe.socket.server.CommandMgr.CRMSERVER [WorkerThread-
    1] Info: command executed:GetLoad, response code:200
    Feb 17, 2007 1:44:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response: <HEAD OP="GetLoad" ID="79980001" STATUS="200" LEN="24" />
    socketLoad=100&rfcLoad=0
    Feb 17, 2007 1:44:59 PM  ...ket.server.SocketConnection.CRMSERVER [WorkerThread-
    1] Debug: response time of command GetLoad: 0
    PLS help
    Thanks in advance.

    Hi
    I m getting the below error while clicking the configuration link in the product catalog. Any idea pls?
    java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
         at java.util.Vector.get(Vector.java:709)
         at com.sap.isa.ipc.ui.jsp.action.GetMFATabAction.ecomPerform(GetMFATabAction.java:170)
         at com.sap.isa.isacore.action.EComBaseAction.doPerform(EComBaseAction.java:353)
         at com.sap.isa.core.BaseAction.execute(BaseAction.java:211)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

  • RFC 2 FLAT "Conversion configuration error: Unknown structure" MessageTrans

    Hello all,
    I want to use MessageTransformBean to map an RFC Call to a FlatFile in Receiver Adapter. As it is not FTP I can't use FCC.
    Everytime I start the processing I get the error:
    com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)'
    I implemented everything according to [this|http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm] guide (complex conversion for receiver cc).
    I also tried to map the RFC to another XML structure, but the error was the same?
    Any ideas?
    Best regards,
    David

    You can probably find answers in these threads:
    Error in Receiver FCC: Unknown structure ... found in document
    Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'
    Error in reciever file content conversion
    Regards,
    Ravi

  • 'Conversion configuration error: Unknown structure

    Hi, my scenario is very simple, Proxy->PI->File and there is no mapping.
    There is a report that sends all the data to PI with the proxy and that works OK, but when the file adapter must generate the file I get the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'n:WU_MT_BP' found in document', probably configuration error in file adapter (XML parser error)'
    The XML can't be wrong because the MT of the proxy service interface is the same that the MT of the file interface.
    In the file content conversion I specified all the structures, with fieldFixedLenghts parameter and endSeparator = 'nl'... I checked those parameters too and they look OK too...

    >>Unknown structure 'n:WU_MT_BP
    This looks clearly like a content conversion issue.
    In file content conversion for recordset structure,have you specified WU_MT_BP?
    Is this tag required or it shouldn't be coming in payload in first place.
    It is possible that the occurrence of this tag is optional and you may be specified/not-specified content conversion parameters for it.
    Thanks
    Aamir

  • Column value '        ' too long - must stop', probably configuration error

    Hi Experts,
    I have a Proxy to File Scenario when I execute it I get this error in RWB. Can you please help me on this:
    Message processing failed. Cause: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '        ' too long - must stop', probably configuration error in file adapter (XML parser error)''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '        ' too long - must stop', probably configuration error in file adapter (XML parser error)'
    Thanks
    Srikanth E

    Hi,
    if there is any empty tag coming from source then target structure tag will not be created and because of which ur payload structure and FCC configuration is not matching.
    To use map with default between source and target strcture so in case source tag dont have value target structure will be created because of mapwithdegfault fuction and ur FCC will not fail.
    Open SXMB_MONI output payload and compare the structre with Data type u will se for no source value target tag is not created at all and FCC is failed.
    please refer below thread,
    0 byte txt file using receiver File Adapter
    regards,
    ganesh.

  • Delay in AJP Connector jBoss/TomCat Solaris 10

    I have:
    - IIS 6, Windows 2003 Server on dual PIII with jk 1.2.15 installed and working
    - Solaris 10 on Sun E420R with Quad Processors with jBoss / Tomcat version 4.0.3SP1
    There is a significant delay in page loading that occurs randomly (every 10-20 clicks) which lasts for 10-18 or so seconds.
    I've traced it to the read method in ChannelSocket.java. The delay always occurs while receive() is reading the header portion of the message. The length of the header that the read is trying to read is 4 bytes. The call to BufferedInputStream will block until it gets these 4 bytes of the header (10-18 seconds). I've modified the code and put a call in to available() before and after the read. The before returns 0 and the after returns 1138 or so.
    I've tried every imaginable combination of configs on the IIS side to get around the problem ... and then some kernel TCP/IP configs on the Solaris side ... too many to list here.
    The problem seems to be isolated to Solaris ... because Linux, XP, Windows 2003 server all work without this problem.
    My question is this ... is there any thing that I can configure to have this read return faster? Changes to the Solaris kernel ... some config parameter ... ?? Anyone experience this before?
    I'll gladly list the things I've tried to get some idea of how to solve this.
    I think ultimately this is my problem: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4479751
    Thanks in advance!

    Hi
    For Tomcat 3.x you need to use one of the following options:
    (Note: this is with JBoss/Tomcat OR JBoss/Jetty)
    Place you .war files in the following location:
    C:\jboss-3.0.3\server\default\deploy and the app is automatically available.
    If my app's name is DavidOnline.war, when deployed, I can access it at
    http://localhost:8080/DavidOnline..
    OR
    Copy your entire development directory to the deploy direction above, RENAME your
    directory from say C:\JspApps to C:\JspApps.war and you can work from that location and see your changes immeadiatly.
    There is a file called jboss-service.xml that has some config options, also for the Tomcat bundle there is a file named tomcat-service.xml that has the standard server.xml section.. I suggest you check out the JBoss website, free docs and forums.. http://www.jboss.org.
    Thanks, Hope this helps.

  • JBoss/Tomcat outOfMemoryError

    Hey I am working on an existing servlet architecture that my company created, and I am running into a memory problem when I try to view certain servlet pages.
    I am using JBoss-2.4.11 and Tomcat-4.0.6 (using catalina)for my test/debug environment with Win XP Pro as my OS (the actual production code is a server that runs on unix). Testing is just done on my work comp.
    My problem occurs when I try to generate a report on a servlet page. If the result set of the query is too large (greater than 7000 rows approx) then I get an OOM Error.
    I tried to to change JAVA_OPTS and CATALINA_OPTS to give the jvm more memory, but that hasn't worked. Below is what I set my JAVA_OPTS to:
    set JAVA_OPTS=%JAVA_OPTS% -server -Xms256m -Xmx512m -XX:MaxPermSize=128M -XX:MaxPermSize=128M -XX:NewSize=512m -XX:MaxNewSize=512m -Xss512kThe OOM Error is this:
    [ERROR,Engine] StandardWrapperValve[DeliveredLoadsReportCriteria]: Servlet.service() for servlet Del
    iveredLoadsReportCriteria threw exception
    javax.servlet.ServletException: Servlet execution threw an exception
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
    ava:269)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
            at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
            at java.lang.Thread.run(Unknown Source)
    [ERROR,Engine] ----- Root Cause -----
    java.lang.OutOfMemoryErrorIt seems that no matter what I set my JAVA_OPTS to I still get an OOM Error. Do I have to do something special because I am running it on WIN XP? Also when I CRTL-C jboss I get this error message.
    [INFO,Engine] StandardWrapper[/RI:DeliveredLoadsReport]: Waiting for 1 instance(s) to be deallocated

    The run_with_catalina.bat came with the version of
    jboss that I downloaded. run_with_catalina.bat calls
    the run.bat with the parameter catalina. JAVA_OPTS
    never gets overwritten in the run.bat file. In
    run.bat this is what is used to start up the JVM:
    java %JAXP% -classpath "%JBOSS_CLASSPATH%"
    org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9Now I am not sure whether I have to explicitly pass
    JAVA_OPTS to the java command or if the JAVA_OPTS
    environment variable is automatically used. I am
    going to do some tinkering on the run.bat file, and
    see if I can get this problem solved. Any help with
    my problem would be appreciated.Now you're getting somewhere. You can see that it only uses JAXP and JBOSS_CLASSPATH environment variables. You can also look thru that file and see what JAXP is set to. If it doesn't depend on JAVA_OPTS, and you've already shown me what JBOSS_CLASSPATH looks like - it doesn't - then it isn't used. It is true that org.jboss.Main (or dependent) class could look for a JAVA_OPTS environment variable and use it, but it wouldn't give more memory to the java process - by that time java has already started.
    How about doing this right before that line is executed (as a temporary debugging step):
    echo %JAXP%
    echo %JBOSS_CLASSPATH%
    Then you can see what actual arguments are being passed to the java process.

  • Mapping debbuging error:DBG1006: Error while initializing test data

    Hi,
    I have created a mapping in which I am trying to delete data from a table based on exisitence of rows in another table with a filter condtion in between them.When i try to run the debbugger, it throws following error:
    ============
    Analyzing map for debug...
    Retrieving Control Center connection info...
    Connecting to Control Center schema...
    Checking character set of Control Center schema...
    Configuring sources and targets...
    Mapping Debugger Error:
    oracle.wh.service.sdk.mapping.debugger.WBMappingDebuggerException: DBG1006: Error while initializing test data for sources and targets:
    oracle.wh.repos.sdk.CMPException: Trying to access invalid Object.
    Element ID: 110138
    Status: 4
    Owning FCO: 98409
    ==================
    Any idea what could be the possible cause?
    Query which I am trying to simulate is of following type:
    Delete from TableA t1
    where exits(select 1 from TableB t2 where t1.col1 = t2.col1 and t2.col2 = 'delete')
    Thanks
    AJ.

    Oops..thats weird.
    Tell me one thing...then how gud is the code generated in terms of working...if someone has to really test the code pre-hand for expected business logicWhy i am raising this concern is becoz there are many features for which OWB provides support in indirect way(workaround) like exists/not exists.
    Do we need to deploy mapping each time and then test through a run from Control centre?
    Other thing, As far i understand, the code generated is not in such a format that one can directly copy paste it in any sql/plsql editor and test it...
    Regards
    AJ.

  • Configuration error 5 on After Effects CC

    Hi, since two weeks I am struggling with the Configuration Error 5 at startup of After Effects CC. I tried to uninstall, reinstall, used CC Cleaner Tool, tried to install from a different user and so on. Nothing helps. I need advice.
    I am on an iMac with i7 and Nvidia 780M with 4 GB VRam. OSX 10.9.3

    Hi Jeff, here comes the PDApp.log:
    05/27/14 11:48:48:078 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Build Version - 8.0.0.19
    05/27/14 11:48:48:078 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Logging Level verbosity Set  to 4
    05/27/14 11:48:48:141 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:48:48:143 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Application initialization start, Looking for command line arguments
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 8395 | Parsing the command line provided. Number of command line arguments is 6
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Detecting Applet Database file...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | AppletManager initialize...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Fetching Applet registeration information...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Applet database path - /Library/Application Support/Adobe/OOBE/PDApp/
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | PIM library path - /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading PIM library...
    05/27/14 11:50:15:261 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Fetching PIM API's...
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | CREATE PIM Instance ...
    05/27/14 11:50:15:285 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | trying to createOrUpdatePIMDbSchema.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Current db schema version on machine 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Current db schema version to install 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIM DB Schema is up to date. Current schema version is 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIM Database is Up To Date.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Getting applet data from Applet database
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:8.0.0.23|D6:8.0.0.72|DECore:8.0.0.72|DWA:3.0.94.0|IPC:8.0.0.22|LWA:3.0.64.0|P6:7.0.0. 478|P7:8.0.0.73|PDApp:8.0.0.72|UWA:8.0.0.22
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIMSqlite closeDB status 0
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | FREE PIM Instance ...
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Registering Applets...
    05/27/14 11:50:15:291 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading Applet Switcher library: /Library/Application Support/Adobe/OOBE/PDApp/core/switcher/LWA_UI.dylib
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | Common.CommandLineParser |  |  | 8395 | Parsing the command line provided. Number of command line arguments is 6
    05/27/14 11:50:15:295 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Unable to fetch licensing LEID from amtLib xml file. Fallback to Driver LEID
    05/27/14 11:50:15:295 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Considering following LEID for applet version switching : AfterEffects-CS7-Mac-GM
    05/27/14 11:50:15:296 | [WARN] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Unable to fetch AppSerialNumber from amtLib xml file. Unable to check for ProductInfo mapping!
    05/27/14 11:50:15:296 | [WARN] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Dynamic XML Not Found
    05/27/14 11:50:15:296 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Recieved empty serial number, returning false
    05/27/14 11:50:15:296 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Product not running under subscription
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Not updating the applet version for appletID: LWA_UI appletVersion: 3.0
    05/27/14 11:50:15:296 | [WARN] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Unable to get the applet switching info... Response is: 8
    05/27/14 11:50:15:296 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Non Deployment workflow identified...
    05/27/14 11:50:15:296 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | No Non Deployment workflow PDApp running so new instance is allowed to run...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Initializing native WindowManager
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 8395 | Message Queue Manager initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | AsyncMsgProcessor initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | AsyncMsgProcessor Message Queue initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | ExternalGateway initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativeCommandHandler initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativePlatformHandler initialized...
    05/27/14 11:50:15:330 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Registering Notification to listen messages from another instance
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating APEWindow...
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating window instance
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Checking for appletID and appletVersion given in CommandLineOptions
    05/27/14 11:50:15:371 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating APE stage instance
    05/27/14 11:50:16:222 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Loading main SWF with Path and args - /Library/Application Support/Adobe/OOBE/PDApp
    05/27/14 11:50:16:493 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Assigning window ID - 1 to created window
    05/27/14 11:50:16:751 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | MessageHandler initialized...
    05/27/14 11:50:16:759 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 8395 | Logging Level verbosity Set to  INFO
    05/27/14 11:50:16:759 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 8395 | Processing the startup Command
    05/27/14 11:50:16:761 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Starting Applet registeration...
    05/27/14 11:50:16:767 | [INFO] |  | ASU | PDApp | PDAPP.MainDisplayMediator |  |  | 8395 | Looking up for the Exact versioned applet for ID :LWA_UI
    05/27/14 11:50:16:769 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading Applet: LWA_UI Version = 3.0
    05/27/14 11:50:16:791 | [INFO] |  | ASU | PDApp | PDApp.ZStringLoader |  |  | 8395 | PDAPP SWF - locale set to - de_DE
    05/27/14 11:50:16:792 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 0 out of 1776587
    05/27/14 11:50:16:835 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 65536 out of 1776587
    05/27/14 11:50:16:836 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 131072 out of 1776587
    05/27/14 11:50:16:837 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 196608 out of 1776587
    05/27/14 11:50:16:837 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 262144 out of 1776587
    05/27/14 11:50:16:838 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 327680 out of 1776587
    05/27/14 11:50:16:840 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 393216 out of 1776587
    05/27/14 11:50:16:841 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 458752 out of 1776587
    05/27/14 11:50:16:842 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 524288 out of 1776587
    05/27/14 11:50:16:844 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 589824 out of 1776587
    05/27/14 11:50:16:867 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 655360 out of 1776587
    05/27/14 11:50:16:868 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 720896 out of 1776587
    05/27/14 11:50:16:869 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 786432 out of 1776587
    05/27/14 11:50:16:870 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 851968 out of 1776587
    05/27/14 11:50:16:871 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 917504 out of 1776587
    05/27/14 11:50:16:872 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 983040 out of 1776587
    05/27/14 11:50:16:873 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1048576 out of 1776587
    05/27/14 11:50:16:875 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1114112 out of 1776587
    05/27/14 11:50:16:876 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1179648 out of 1776587
    05/27/14 11:50:16:877 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1245184 out of 1776587
    05/27/14 11:50:16:878 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1310720 out of 1776587
    05/27/14 11:50:16:879 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1376256 out of 1776587
    05/27/14 11:50:16:899 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1441792 out of 1776587
    05/27/14 11:50:16:900 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1507328 out of 1776587
    05/27/14 11:50:16:901 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1572864 out of 1776587
    05/27/14 11:50:16:903 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1638400 out of 1776587
    05/27/14 11:50:16:904 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1703936 out of 1776587
    05/27/14 11:50:16:905 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1769472 out of 1776587
    05/27/14 11:50:16:905 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1776587 out of 1776587
    05/27/14 11:50:17:191 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Processing application startup command...
    05/27/14 11:50:17:193 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | Recieved Applet Loading Completion
    05/27/14 11:50:17:194 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 8395 | Trying to load ZString for preferred locale - de_DE
    05/27/14 11:50:17:195 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Dpi_X: 72, Dpi_Y: 72 and so DPIType is 1
    05/27/14 11:50:17:225 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 8395 | Locale set to - de_DE
    05/27/14 11:50:17:246 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading Applet - LWA_Native for WindowID - 1
    05/27/14 11:50:17:248 | [INFO] |  | ASU | LWANative | LWANative |  |  | 8395 | Build Version - 8.0.0.73
    05/27/14 11:50:17:248 | [INFO] |  | ASU | LWANative | LWANative |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:249 | [INFO] |  | ASU | PDApp | P7Flex.AMTLibProxy |  |  | 8395 | Licensing AMT path does not exist, override path fallback to App AMT path.
    05/27/14 11:50:17:252 | [INFO] |  | ASU | PDApp | ProvCommon.ZStringLoader |  |  | 8395 | Applet locale set to - de_DE
    05/27/14 11:50:17:253 | [INFO] |  | ASU | PDApp | ProvCommon.CheckForStageEnvironmentCommand |  |  | 8395 | Checking stage verses production environment.
    05/27/14 11:50:17:256 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:256 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : 08F2F730-3B32-4480-B867-A12EB1031E17
    05/27/14 11:50:17:259 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:259 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:260 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:263 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:263 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - 08F2F730-3B32-4480-B867-A12EB1031E17
    05/27/14 11:50:17:264 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | getEndpointsByname...
    05/27/14 11:50:17:266 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEndPointsByName
    05/27/14 11:50:17:266 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | CS6 Creative Cloud Membership : This product version is for GM
    05/27/14 11:50:17:269 | [ERROR] |  | ASU | LWANative | OPM |  |  | 8395 | received empty url from dispatchlib
    05/27/14 11:50:17:269 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | Fetched URL- for LEID-GM
    05/27/14 11:50:17:269 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEndPointsByName
    05/27/14 11:50:17:269 | [INFO] |  | ASU | PDApp | ProvCommon.CheckForStageEnvironmentCommand |  |  | 8395 | Production environemnt detected from dispatchtable
    05/27/14 11:50:17:270 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: 08F2F730-3B32-4480-B867-A12EB1031E17 Commit: false
    05/27/14 11:50:17:272 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:17:274 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:17:276 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:276 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : 92DFEC51-153F-44BF-8479-76FC07A2C63E
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:280 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:283 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setAppXMLData
    05/27/14 11:50:17:284 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setAppXMLData
    05/27/14 11:50:17:285 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - 92DFEC51-153F-44BF-8479-76FC07A2C63E
    05/27/14 11:50:17:285 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Performing checkWorkflowType...
    05/27/14 11:50:17:287 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_checkWFType
    05/27/14 11:50:17:325 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_checkWFType
    05/27/14 11:50:17:328 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Screen reader seems to be inactive. Setting enableEEP to false
    05/27/14 11:50:17:330 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | getEndpointsByname...
    05/27/14 11:50:17:332 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEndPointsByName
    05/27/14 11:50:17:332 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | CS6 Creative Cloud Membership : This product version is for GM
    05/27/14 11:50:17:333 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | Fetched URL-https://na1r.services.adobe.com/account/amfgateway2 for LEID-AfterEffects-CS7-Mac-GM
    05/27/14 11:50:17:333 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEndPointsByName
    05/27/14 11:50:17:333 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Analytics EndPoint : https://na1r.services.adobe.com/account/amfgateway2
    05/27/14 11:50:17:334 | [INFO] |  | ASU | PDApp | P7Flex.AMTLibProxy |  |  | 8395 | Licensing AMT path does not exist, override path fallback to App AMT path.
    05/27/14 11:50:17:334 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Done processing of StartupCommand
    05/27/14 11:50:17:335 | [INFO] |  | ASU | PDApp | P7Flex.StartWorkflowCommand |  |  | 8395 | Start processing of StartWorkflowCommand, workflow detected: EULA
    05/27/14 11:50:17:336 | [INFO] |  | ASU | PDApp | Provisioning.ScreenNavigationCommand |  |  | 8395 | Showing screen : SCREEN_EULA
    05/27/14 11:50:17:337 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 8395 | Showing screen with screenID : SCREEN_EULA
    05/27/14 11:50:17:340 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Fetching EULA language list...
    05/27/14 11:50:17:341 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULALocaleList
    05/27/14 11:50:17:346 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Done fetching EULA languge list.
    05/27/14 11:50:17:349 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Fetching EULA for locale - de_DE
    05/27/14 11:50:17:350 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULA
    05/27/14 11:50:17:612 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:612 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : C90C09DF-6FC2-4696-B98F-77F8453B7161
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:615 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:615 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:618 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setAppXMLData
    05/27/14 11:50:17:618 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setAppXMLData
    05/27/14 11:50:17:619 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - C90C09DF-6FC2-4696-B98F-77F8453B7161
    05/27/14 11:50:17:621 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULAVerXml
    05/27/14 11:50:17:621 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEULAVerXml
    05/27/14 11:50:17:625 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getProductLine
    05/27/14 11:50:17:756 | [INFO] |  | ASU | PDApp | P7Flex.CheckProxySettingsCommand |  |  | 8395 | Checking for proxy settings...
    05/27/14 11:50:17:842 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 8395 | onRegister
    05/27/14 11:50:17:843 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 8395 | onRegister
    05/27/14 11:50:17:843 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ContentFooterMediator4B9167D1-9B91-00F4-0D73 -3D166AF3490F |  |  | 8395 | onRegister
    05/27/14 11:50:18:213 | [INFO] |  | ASU | PDApp | P7Flex.CheckProxySettingsCommand |  |  | 8395 | Authentication proxy Check Status : 200
    05/27/14 11:50:22:019 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 8395 | handleNotification : ComponentNotification.SHAREDFOOTERPRIMARYCLICK
    05/27/14 11:50:22:020 | [INFO] |  | ASU | PDApp | P7Flex.SetEULAOnlineCommand |  |  | 8395 | Setting EULA Online
    05/27/14 11:50:22:021 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Setting EULA Online for locale - de_DE
    05/27/14 11:50:22:021 | [WARN] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Invalid accessToken argument while performing setEULAOnline
    05/27/14 11:50:22:023 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setEULAOnline
    05/27/14 11:50:22:023 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setEULAOnline
    05/27/14 11:50:22:024 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Setting License Agreement for locale - de_DE
    05/27/14 11:50:22:026 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setLicenseAgreementInformation
    05/27/14 11:50:22:027 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setLicenseAgreementInformation
    05/27/14 11:50:22:028 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: C90C09DF-6FC2-4696-B98F-77F8453B7161 Commit: true
    05/27/14 11:50:22:029 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:22:032 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:22:033 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: 92DFEC51-153F-44BF-8479-76FC07A2C63E Commit: false
    05/27/14 11:50:22:034 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:22:036 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:22:036 | [INFO] |  | ASU | PDApp | P7Flex.QuitCommand |  |  | 8395 | Quitting workflow with launchApp: true
    05/27/14 11:50:22:037 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Performing LaunchApplication for path - /Applications/Adobe After Effects CC/Adobe After Effects CC.app/Contents/MacOS/After Effects
    05/27/14 11:50:22:039 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_launchApplication
    05/27/14 11:50:22:052 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Un-loading Applet - LWA_Native for window ID - 1
    05/27/14 11:50:22:052 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | Callng the finalize function of the applet ID - LWA_Native
    05/27/14 11:50:22:053 | [INFO] |  | ASU | PDApp | PDApp.HostMessageHandler |  |  | 8395 | Recieved force window close message
    05/27/14 11:50:22:053 | [INFO] |  | ASU | PDApp | PDApp.HostMessageHandler |  |  | 8395 | Sending message to native
    05/27/14 11:50:22:054 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Destroying window with ID - 1
    05/27/14 11:50:22:057 | [WARN] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | GetAPEWindowIDString failed, Unable to find PlayerRef!
    05/27/14 11:50:22:181 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Last window destroyed quiting as event. Quiting application as an event (async)...
    05/27/14 11:50:22:344 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Destroying PDApp main window with ID - 1
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating MessageQueueManager
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | Terminating AsyncMsgProcessor Message Queue
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | Terminating AsyncMsgProcessor
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 8395 | Message Queue Manager destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating WindowManager
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating NativeCommandHandler
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativeCommandHandler destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating NativePlatformHandler
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativePlatformHandler destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating ExternalGateway
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | ExternalGateway destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating ETSWrapper
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating APE
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Releasing all locks acquired
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Quiting Application
    05/27/14 11:54:11:265 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Performing fetch default user for clientID...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:33 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing releaseData...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Performing fetch default user for clientID...
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:33 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 11:59:43:535 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing releaseData...
    05/27/14 11:59:43:535 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 12:04:16:156 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Build Version - 2.5.0.367
    05/27/14 12:04:16:200 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:16:201 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Creating PIM instance for path: /Applications/Utilities/Adobe Application Manager/
    05/27/14 12:04:16:201 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version on machine 1.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version to install 2.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | SUCCESS Created Tables.
    05/27/14 12:04:16:203 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM Database is Up To Date.
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIMSqlite closeDB status 0
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | sqlite(pim.db) at path /Applications/Utilities/Adobe Application Manager is already closed
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | FREE PIM Instance ...
    05/27/14 12:04:16:229 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Build Version - 2.5.0.367
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Creating PIM instance for path: /Applications/Utilities/Adobe Creative Cloud
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version on machine 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version to install 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM DB Schema is up to date. Current schema version is 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM Database is Up To Date.
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIMSqlite closeDB status 0
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | sqlite(pim.db) at path /Applications/Utilities/Adobe Creative Cloud is already closed
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | FREE PIM Instance ...
    05/27/14 12:04:18:459 | [INFO] |  | ASU | LWANative | LWANative |  |  | 3842 | Build Version - 8.0.0.73
    05/27/14 12:04:18:459 | [INFO] |  | ASU | LWANative | LWANative |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:480 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | Start : pwa_openSession
    05/27/14 12:04:19:480 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | pwa_openSession Session key : BA5F857C-FDA4-4A40-921F-320212DD450E
    05/27/14 12:04:19:671 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.19
    05/27/14 12:04:19:671 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:672 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:19:754 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:19:764 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | End : pwa_openSession
    05/27/14 12:04:19:767 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | Start : pwa_getDeviceID
    05/27/14 12:04:19:768 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.73
    05/27/14 12:04:19:768 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:769 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:19:828 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:65 in opm_getValueForKey
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Device ID result XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <result>
        <deviceId>6559E9889354F5CB3AA998C2D81F8FECA6EBCD9EC3B46709EA16A4DFCF56215D</deviceId>
        <deviceName>eckarts-imac-3.fritz.box</deviceName>
    </result>
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | End : pwa_getDeviceID
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:19:832 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Start : pwa_closeSession
    05/27/14 12:04:20:046 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | End : pwa_closeSession
    05/27/14 12:04:20:047 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.19
    05/27/14 12:04:20:047 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:049 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:20:253 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing openIMSLibSession...
    05/27/14 12:04:20:253 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | pwa_openIMSLibSession Session key : FDD3AF42-6AFB-4A5F-81AA-04126E57AD85
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Build Version - 8.0.0.9
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Creating IMSLib instance with product Version ...
    05/27/14 12:04:20:265 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.9
    05/27/14 12:04:20:265 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:267 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 3842 | OPMWrapper allocation succeeded
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | This product version is for GM
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | URL retreived from dispatchlib https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Created IMSLib instance with LEID:GM and endpoint:https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 3842 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 3842 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Failed get proxy credentials from local store while creating IMSLib Ex instance ...
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_registerClientToGroup..
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Performing opm_getRecords...
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Successfully registered AAM Client to Buddy group in openSession.
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing registeration of client to group
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_registerClientToGroup..
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Performing opm_getRecords...
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Registered Client to group successfully!
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing fetch default user for clientID...
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:33 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing releaseData...
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 12:04:20:572 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing fetch Access token for user...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_fetchAccessToken2 ...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Failed to retreive locale from the input xml while invoking IMS_fetchAccessToken2
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing fetch accessToken...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Invalid argument inLocale while invoking IMS_fetchAccessToken
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Using environment:https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:65 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Failed to get proxyCredentials from local store in setProxyCredentialsForHTTPRequest
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Authproxy credentials set successfully in SendHTTPRequest in IMSLibHelper
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:ConnectionInitiatedTime
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully deleted records in opm.db for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:FailureAttempts opm_deleteRecordForFields
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Successfully deleted records from opm for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:FailureAttempts
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully deleted records in opm.db for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime opm_deleteRecordForFields
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Successfully deleted records from opm for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 |  HTTPConnector response successful in SendHTTPRequest in IMSLibHelper
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | user has not selected 'Remember Me', proxy data is not saved in local store
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_setValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Performing opm_getRecords...
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:21:560 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:560 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_setValueForKey
    05/27/14 12:04:21:583 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:583 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_setValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:Default key:deviceID in opm_setValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | IMSLib |  |  | 4292 | Invoking client callback function with response and status : 0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | Proceeding with fetchAccessToken callback...
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | Start : updateLastLoggedInUser
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | IMSLib |  |  | 4292 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:33 in opm_getValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_getValueForKey
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Build Version - 8.0.0.19
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:21:666 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | End : updateLastLoggedInUser
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Build Version - 8.0.0.19
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:23:521 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Build Version - 2.5.0.367
    05/27/14 12:04:23:521 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version on machine 1.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version to install 2.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | SUCCESS Created Tables.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM Database is Up To Date.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIMSqlite closeDB status 0
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version on machine 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version to install 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM DB Schema is up to date. Current schema version is 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM Database is Up To Date.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIMSqlite closeDB status 0
    05/27/14 12:04:27:659 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Build Version - 8.0.0.19
    05/27/14 12:04:27:659 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Logging Level verbosity Set  to 4
    05/27/14 12:04:27:678 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:27:680 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Build Version - 7.0.0.145
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Logging Level verbosity Set  to 4
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Creating IMSLib instance ...
    05/27/14 12:07:23:908 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Build Version - 7.0.0.145
    05/27/14 12:07:23:908 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Logging Level verbosity Set  to 4
    05/27/14 12:07:23:920 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Schema version and schema compatibility version are same or greater than current

  • What values in EBM Header maps to error notification entry in AIA console

    Hi Guys,
    Can any one tell me which values of EBM Header maps to error notification entry in AIA console for sending notification to user created ?
    What elements in EBM Header maps to this fields *(SYSTEM CODE, ERROR CODE, SERVICE NAME, and PROCESS_NAME)* in Error notification in AIA Console for sending notification to a particular user other than AIAIntegrationAdmin?

    Hi Gerhard,
    I tried to send notification using feature available in AIA FP whenever remote and binding fault happened to user SysAdmin creatred in Admin console under user & groups.
    I have done the below configuration
    1. Made entry in AIA console under error notification (Error code : blank service name: SampleBpel system code : sys process name: SampleBpel Role: SysAdmin FYIRole: SysAdmin).
    2. configured email driver properties and work flow notification properties.
    3. made entry in http://localhost:7001/sdpmessaging/userprefs-ui/ with user logged in SysAdmin and entered mail-id.
    4. Populated EBM Header with the below values
    <part name="AIAFault">
    <Fault>
    <EBMReference>
    <BusinessScopeReference>
    <InstanceID>SampleBpel</InstanceID>
    </BusinessScopeReference>
    <SenderReference>
    <ID>SYS</ID>
    <ObjectCrossReference/>
    <Application/>
    </SenderReference>
    </EBMReference>
    <B2BMReference/>
    <FaultNotification>
    <FaultMessage>
    <Code/>
    <Text></Text>
    <Stack></Stack>
    <IntermediateMessageHop/>
    </FaultMessage>
    <FaultingService>
    <ID>SampleBpel</ID>
    <ImplementationCode>BPEL</ImplementationCode>
    <InstanceID>10011</InstanceID>
    <ExecutionContextID>480626c0ac4cb5bd:-64972e88:13bb690ac70:-8000-0000000000010746</ExecutionContextID>
    </FaultingService>
    </FaultNotification>
    </Fault>
    </part>
    5.Included fault-policies and fault-bindings.xml in project.
    when testing the project with negative scenario generates the remote fault. I am able to see fault data i.e EBM Header in AIAReadJMSNotificationProcess.
    But  it is unable to send notification for the user created (SysAdmin).
    It is showing the default user values
    Message ID (Recipient)     b89bc86bc0a805f10110c4aa3d93719f (USER:AIAIntegrationAdmin)
    Operation     Send
    Overall Status     Failed
    Status Code     ENGINE_PROCESSING_FAILURE
    Status Message     User could not be resolved to device addresses. Please see the log file for details.
    Timestamp     Dec 20, 2012 7:28:56 PM IST
    Gateway Message ID     
    Sender     
    Recipient     USER:AIAIntegrationAdmin
    Driver Instance Name     
    Engine     /Farm_base_domain/base_domain/AdminServer/usermessagingserver
    Application Name     soa-infra
    Application Instance Name     
    It is unable to send notification to the user   SysAdmin
    Can you provide solution how can i send notification to user created (SysAdmin)?
    what are the EBM Header values that need to be populated for sending notification to user created (SysAdmin)?

  • Qt... configure: error

    Hi,
    When I'm trying to install theme, decorations or program, who's using Qt engine, I'm getting this error:
    Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
    I'm using KDE.
    Thanks

    Can you tell me where to add this lines. Here is configure file:
    #! /bin/sh
    # Guess values for system-dependent variables and create Makefiles.
    # Generated by GNU Autoconf 2.61.
    # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    # This configure script is free software; the Free Software Foundation
    # gives unlimited permission to copy, distribute and modify it.
    ## M4sh Initialization.  ##
    # Be more Bourne compatible
    DUALCASE=1; export DUALCASE # for MKS sh
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    # PATH needs CR
    # Avoid depending upon Character Ranges.
    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    as_cr_digits='0123456789'
    as_cr_alnum=$as_cr_Letters$as_cr_digits
    # The user is always right.
    if test "${PATH_SEPARATOR+set}" != set; then
      echo "#! /bin/sh" >conf$$.sh
      echo  "exit 0"   >>conf$$.sh
      chmod +x conf$$.sh
      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
        PATH_SEPARATOR=';'
      else
        PATH_SEPARATOR=:
      fi
      rm -f conf$$.sh
    fi
    # Support unset when possible.
    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
      as_unset=unset
    else
      as_unset=false
    fi
    # IFS
    # We need space, tab and new line, in precisely that order.  Quoting is
    # there to prevent editors from complaining about space-tab.
    # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    # splitting by setting IFS to empty value.)
    as_nl='
    IFS=" ""    $as_nl"
    # Find who we are.  Look in the path if we contain no directory separator.
    case $0 in
      *[\\/]* ) as_myself=$0 ;;
      *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    done
    IFS=$as_save_IFS
    esac
    # We did not find ourselves, most probably we were run as `sh COMMAND'
    # in which case we are not to be found in the path.
    if test "x$as_myself" = x; then
      as_myself=$0
    fi
    if test ! -f "$as_myself"; then
      echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
      { (exit 1); exit 1; }
    fi
    # Work around bugs in pre-3.0 UWIN ksh.
    for as_var in ENV MAIL MAILPATH
    do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    done
    PS1='$ '
    PS2='> '
    PS4='+ '
    # NLS nuisances.
    for as_var in \
      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
      LC_TELEPHONE LC_TIME
    do
      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
        eval $as_var=C; export $as_var
      else
        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
      fi
    done
    # Required to use basename.
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
      as_basename=basename
    else
      as_basename=false
    fi
    # Name of the executable.
    as_me=`$as_basename -- "$0" ||
    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X/"$0" |
        sed '/^.*\/\([^/][^/]*\)\/*$/{
            s//\1/
            q
          /^X\/\(\/\/\)$/{
            s//\1/
            q
          /^X\/\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
    # CDPATH.
    $as_unset CDPATH
    if test "x$CONFIG_SHELL" = x; then
      if (eval ":") 2>/dev/null; then
      as_have_required=yes
    else
      as_have_required=no
    fi
      if test $as_have_required = yes &&      (eval ":
    (as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=\$LINENO
      as_lineno_2=\$LINENO
      test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
      test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
    ") 2> /dev/null; then
    else
      as_candidate_shells=
        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      case $as_dir in
           for as_base in sh bash ksh sh5; do
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
           done;;
           esac
    done
    IFS=$as_save_IFS
          for as_shell in $as_candidate_shells $SHELL; do
         # Try only shells that exist, to save several forks.
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
            { ("$as_shell") 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    _ASEOF
    }; then
      CONFIG_SHELL=$as_shell
               as_have_required=yes
               if { "$as_shell" 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    (as_func_return () {
      (exit $1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = "$1" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test $exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
    _ASEOF
    }; then
      break
    fi
    fi
          done
          if test "x$CONFIG_SHELL" != x; then
      for as_var in BASH_ENV ENV
            do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
            done
            export CONFIG_SHELL
            exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    fi
        if test $as_have_required = no; then
      echo This script requires a shell more modern than all the
          echo shells that I found on your system.  Please install a
          echo modern shell, or manually run the script under such a
          echo shell if you do have one.
          { (exit 1); exit 1; }
    fi
    fi
    fi
    (eval "as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0") || {
      echo No shell found that supports shell functions.
      echo Please tell [email protected] about your system,
      echo including any error possibly output before this
      echo message
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
      # uniformly replaced by the line number.  The first 'sed' inserts a
      # line-number line after each line using $LINENO; the second 'sed'
      # does the real work.  The second script uses 'N' to pair each
      # line-number line with the line containing $LINENO, and appends
      # trailing '-' during substitution so that $LINENO is not a special
      # case at line end.
      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
      # scripts with optimization help from Paolo Bonzini.  Blame Lee
      # E. McMahon (1931-1989) for sed's syntax.  :-)
      sed -n '
        p
        /[$]LINENO/=
      ' <$as_myself |
        sed '
          s/[$]LINENO.*/&-/
          t lineno
          b
          :lineno
          N
          :loop
          s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
          t loop
          s/-\n.*//
        ' >$as_me.lineno &&
      chmod +x "$as_me.lineno" ||
        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
       { (exit 1); exit 1; }; }
      # Don't try to exec as it changes $[0], causing all sort of problems
      # (the dirname of $[0] is not the place where we might find the
      # original and so on.  Autoconf is especially sensitive to this).
      . "./$as_me.lineno"
      # Exit status is that of the last command.
      exit
    if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
      as_dirname=dirname
    else
      as_dirname=false
    fi
    ECHO_C= ECHO_N= ECHO_T=
    case `echo -n x` in
    -n*)
      case `echo 'x\c'` in
      *c*) ECHO_T='    ';;    # ECHO_T is single tab character.
      *)   ECHO_C='\c';;
      esac;;
      ECHO_N='-n';;
    esac
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    rm -f conf$$ conf$$.exe conf$$.file
    if test -d conf$$.dir; then
      rm -f conf$$.dir/conf$$.file
    else
      rm -f conf$$.dir
      mkdir conf$$.dir
    fi
    echo >conf$$.file
    if ln -s conf$$.file conf$$ 2>/dev/null; then
      as_ln_s='ln -s'
      # ... but there are two gotchas:
      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
      # In both cases, we have to default to `cp -p'.
      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        as_ln_s='cp -p'
    elif ln conf$$.file conf$$ 2>/dev/null; then
      as_ln_s=ln
    else
      as_ln_s='cp -p'
    fi
    rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    rmdir conf$$.dir 2>/dev/null
    if mkdir -p . 2>/dev/null; then
      as_mkdir_p=:
    else
      test -d ./-p && rmdir ./-p
      as_mkdir_p=false
    fi
    if test -x / >/dev/null 2>&1; then
      as_test_x='test -x'
    else
      if ls -dL / >/dev/null 2>&1; then
        as_ls_L_option=L
      else
        as_ls_L_option=
      fi
      as_test_x='
        eval sh -c '\''
          if test -d "$1"; then
            test -d "$1/.";
          else
        case $1 in
            -*)set "./$1";;
        esac;
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
        ???[sx]*):;;*)false;;esac;fi
        '\'' sh
    fi
    as_executable_p=$as_test_x
    # Sed expression to map a string onto a valid CPP name.
    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    # Sed expression to map a string onto a valid variable name.
    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    # Check that we are running under the correct shell.
    SHELL=${CONFIG_SHELL-/bin/sh}
    case X$ECHO in
    X*--fallback-echo)
      # Remove one level of quotation (which was required for Make).
      ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
    esac
    echo=${ECHO-echo}
    if test "X$1" = X--no-reexec; then
      # Discard the --no-reexec flag, and continue.
      shift
    elif test "X$1" = X--fallback-echo; then
      # Avoid inline document here, it may be left over
    elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
      # Yippee, $echo works!
    else
      # Restart under the correct shell.
      exec $SHELL "$0" --no-reexec ${1+"$@"}
    fi
    if test "X$1" = X--fallback-echo; then
      # used as fallback echo
      shift
      cat <<EOF
    $*
    EOF
      exit 0
    fi
    # The HP-UX ksh and POSIX shell print the target directory to stdout
    # if CDPATH is set.
    if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
    if test -z "$ECHO"; then
    if test "X${echo_test_string+set}" != Xset; then
    # find a string as large as possible, as long as the shell can cope with it
      for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
        # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
        if (echo_test_string="`eval $cmd`") 2>/dev/null &&
           echo_test_string="`eval $cmd`" &&
           (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
        then
          break
        fi
      done
    fi
    if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
       echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
       test "X$echo_testing_string" = "X$echo_test_string"; then
    else
      # The Solaris, AIX, and Digital Unix default echo programs unquote
      # backslashes.  This makes it impossible to quote backslashes using
      #   echo "$something" | sed 's/\\/\\\\/g'
      # So, first we look for a working echo in the user's PATH.
      lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
      for dir in $PATH /usr/ucb; do
        IFS="$lt_save_ifs"
        if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
           test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          echo="$dir/echo"
          break
        fi
      done
      IFS="$lt_save_ifs"
      if test "X$echo" = Xecho; then
        # We didn't find a better echo, so look for alternatives.
        if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          # This shell has a builtin print -r that does the trick.
          echo='print -r'
        elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
         test "X$CONFIG_SHELL" != X/bin/ksh; then
          # If we have ksh, try running configure again with it.
          ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
          export ORIGINAL_CONFIG_SHELL
          CONFIG_SHELL=/bin/ksh
          export CONFIG_SHELL
          exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
        else
          # Try using printf.
          echo='printf %s\n'
          if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
         test "X$echo_testing_string" = "X$echo_test_string"; then
        # Cool, printf works
          elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
        export CONFIG_SHELL
        SHELL="$CONFIG_SHELL"
        export SHELL
        echo="$CONFIG_SHELL $0 --fallback-echo"
          elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        echo="$CONFIG_SHELL $0 --fallback-echo"
          else
        # maybe with a smaller string...
        prev=:
        for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
          then
            break
          fi
          prev="$cmd"
        done
        if test "$prev" != 'sed 50q "$0"'; then
          echo_test_string=`eval $prev`
          export echo_test_string
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
        else
          # Oops.  We lost completely, so just stick with echo.
          echo=echo
        fi
          fi
        fi
      fi
    fi
    fi
    # Copy echo and quote the copy suitably for passing to libtool from
    # the Makefile, instead of quoting the original, which is used later.
    ECHO=$echo
    if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
       ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
    fi
    tagnames=${tagnames+${tagnames},}CXX
    tagnames=${tagnames+${tagnames},}F77
    exec 7<&0 </dev/null 6>&1
    # Name of the host.
    # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    # so uname gets run too.
    ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    # Initializations.
    ac_default_prefix=/usr/local
    ac_clean_files=
    ac_config_libobj_dir=.
    LIBOBJS=
    cross_compiling=no
    subdirs=
    MFLAGS=
    MAKEFLAGS=
    SHELL=${CONFIG_SHELL-/bin/sh}
    # Identity of this package.
    PACKAGE_NAME=
    PACKAGE_TARNAME=
    PACKAGE_VERSION=
    PACKAGE_STRING=
    PACKAGE_BUGREPORT=
    ac_unique_file="acinclude.m4"
    ac_default_prefix=${KDEDIR:-the kde prefix}
    # Factoring default headers for most tests.
    ac_includes_default="\
    #include <stdio.h>
    #ifdef HAVE_SYS_TYPES_H
    # include <sys/types.h>
    #endif
    #ifdef HAVE_SYS_STAT_H
    # include <sys/stat.h>
    #endif
    #ifdef STDC_HEADERS
    # include <stdlib.h>
    # include <stddef.h>
    #else
    # ifdef HAVE_STDLIB_H
    #  include <stdlib.h>
    # endif
    #endif
    #ifdef HAVE_STRING_H
    # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    #  include <memory.h>
    # endif
    # include <string.h>
    #endif
    #ifdef HAVE_STRINGS_H
    # include <strings.h>
    #endif
    #ifdef HAVE_INTTYPES_H
    # include <inttypes.h>
    #endif
    #ifdef HAVE_STDINT_H
    # include <stdint.h>
    #endif
    #ifdef HAVE_UNISTD_H
    # include <unistd.h>
    #endif"
    ac_subst_vars='SHELL
    PATH_SEPARATOR
    PACKAGE_NAME
    PACKAGE_TARNAME
    PACKAGE_VERSION
    PACKAGE_STRING
    PACKAGE_BUGREPORT
    exec_prefix
    prefix
    program_transform_name
    bindir
    sbindir
    libexecdir
    datarootdir
    datadir
    sysconfdir
    sharedstatedir
    localstatedir
    includedir
    oldincludedir
    docdir
    infodir
    htmldir
    dvidir
    pdfdir
    psdir
    libdir
    localedir
    mandir
    DEFS
    ECHO_C
    ECHO_N
    ECHO_T
    LIBS
    build_alias
    host_alias
    target_alias
    build
    build_cpu
    build_vendor
    build_os
    host
    host_cpu
    host_vendor
    host_os
    target
    target_cpu
    target_vendor
    target_os
    INSTALL_PROGRAM
    INSTALL_SCRIPT
    INSTALL_DATA
    CYGPATH_W
    PACKAGE
    VERSION
    ACLOCAL
    AUTOCONF
    AUTOMAKE
    AUTOHEADER
    MAKEINFO
    AMTAR
    install_sh
    STRIP
    INSTALL_STRIP_PROGRAM
    AWK
    SET_MAKE
    am__leading_dot
    KDECONFIG
    kde_libs_prefix
    kde_libs_htmldir
    CONF_FILES
    CC
    CFLAGS
    LDFLAGS
    CPPFLAGS
    ac_ct_CC
    EXEEXT
    OBJEXT
    DEPDIR
    am__include
    am__quote
    AMDEP_TRUE
    AMDEP_FALSE
    AMDEPBACKSLASH
    CCDEPMODE
    am__fastdepCC_TRUE
    am__fastdepCC_FALSE
    CPP
    CXX
    CXXFLAGS
    ac_ct_CXX
    CXXDEPMODE
    am__fastdepCXX_TRUE
    am__fastdepCXX_FALSE
    WOVERLOADED_VIRTUAL
    HAVE_GCC_VISIBILITY
    unsermake_enable_pch_TRUE
    unsermake_enable_pch_FALSE
    USE_EXCEPTIONS
    USE_RTTI
    CXXCPP
    NOOPT_CXXFLAGS
    NOOPT_CFLAGS
    ENABLE_PERMISSIVE_FLAG
    LDFLAGS_AS_NEEDED
    LDFLAGS_NEW_DTAGS
    KDE_USE_FINAL_TRUE
    KDE_USE_FINAL_FALSE
    KDE_USE_CLOSURE_TRUE
    KDE_USE_CLOSURE_FALSE
    KDE_NO_UNDEFINED
    KDE_USE_NMCHECK_TRUE
    KDE_USE_NMCHECK_FALSE
    GREP
    EGREP
    LN_S
    ECHO
    AR
    RANLIB
    F77
    FFLAGS
    ac_ct_F77
    LIBTOOL
    KDE_PLUGIN
    KDE_CHECK_PLUGIN
    MSGFMT
    GMSGFMT
    XGETTEXT
    LIBUTIL
    LIBCOMPAT
    LIBCRYPT
    LIBRESOLV
    LIB_POLL
    FRAMEWORK_COREAUDIO
    LIBSOCKET
    X_EXTRA_LIBS
    LIBUCB
    LIBDL
    KDE_USE_FPIE
    KDE_USE_PIE
    include_x11_TRUE
    include_x11_FALSE
    XMKMF
    X_PRE_LIBS
    LIB_X11
    LIB_XRENDER
    LIBSM
    X_INCLUDES
    X_LDFLAGS
    x_includes
    x_libraries
    QTE_NORTTI
    LIB_XEXT
    LIBPTHREAD
    USE_THREADS
    KDE_MT_LDFLAGS
    KDE_MT_LIBS
    USER_INCLUDES
    USER_LDFLAGS
    LIBZ
    LIBPNG
    LIBJPEG
    qt_libraries
    qt_includes
    QT_INCLUDES
    QT_LDFLAGS
    PERL
    MOC
    UIC
    UIC_TR
    LIB_QT
    LIB_QPE
    kde_qtver
    KDE_EXTRA_RPATH
    KDE_RPATH
    X_RPATH
    kde_libraries
    kde_includes
    KDE_LDFLAGS
    KDE_INCLUDES
    all_includes
    all_libraries
    AUTODIRS
    include_ARTS_TRUE
    include_ARTS_FALSE
    MAKEKDEWIDGETS
    KCONFIG_COMPILER
    KCFG_DEPENDENCIES
    DCOPIDLNG
    DCOPIDL
    DCOPIDL2CPP
    DCOP_DEPENDENCIES
    MCOPIDL
    ARTSCCONFIG
    MEINPROC
    KDE_XSL_STYLESHEET
    XMLLINT
    kde_htmldir
    kde_appsdir
    kde_icondir
    kde_sounddir
    kde_datadir
    kde_locale
    kde_confdir
    kde_kcfgdir
    kde_mimedir
    kde_wallpaperdir
    kde_bindir
    xdg_appsdir
    xdg_menudir
    xdg_directorydir
    kde_templatesdir
    kde_servicesdir
    kde_servicetypesdir
    kde_moduledir
    kdeinitdir
    kde_styledir
    kde_widgetdir
    LIB_KDED
    LIB_KDECORE
    LIB_KDEUI
    LIB_KIO
    LIB_KJS
    LIB_SMB
    LIB_KAB
    LIB_KABC
    LIB_KHTML
    LIB_KSPELL
    LIB_KPARTS
    LIB_KDEPRINT
    LIB_KUTILS
    LIB_KDEPIM
    LIB_KIMPROXY
    LIB_KNEWSTUFF
    LIB_KDNSSD
    LIB_KUNITTEST
    LIB_KSYCOCA
    LIB_KFILE
    LIB_KFM
    TOPSUBDIRS
    LIBOBJS
    LTLIBOBJS'
    ac_subst_files=''
          ac_precious_vars='build_alias
    host_alias
    target_alias
    CC
    CFLAGS
    LDFLAGS
    LIBS
    CPPFLAGS
    CPP
    CXX
    CXXFLAGS
    CCC
    CXXCPP
    F77
    FFLAGS
    XMKMF'
    # Initialize some variables set by options.
    ac_init_help=
    ac_init_version=false
    # The variables have the same names as the options, with
    # dashes changed to underlines.
    cache_file=/dev/null
    exec_prefix=NONE
    no_create=
    no_recursion=
    prefix=NONE
    program_prefix=NONE
    program_suffix=NONE
    program_transform_name=s,x,x,
    silent=
    site=
    srcdir=
    verbose=
    x_includes=NONE
    x_libraries=NONE
    # Installation directory options.
    # These are left unexpanded so users can "make install exec_prefix=/foo"
    # and all the variables that are supposed to be based on exec_prefix
    # by default will actually change.
    # Use braces instead of parens because sh, perl, etc. also accept them.
    # (The list follows the same order as the GNU Coding Standards.)
    bindir='${exec_prefix}/bin'
    sbindir='${exec_prefix}/sbin'
    libexecdir='${exec_prefix}/libexec'
    datarootdir='${prefix}/share'
    datadir='${datarootdir}'
    sysconfdir='${prefix}/etc'
    sharedstatedir='${prefix}/com'
    localstatedir='${prefix}/var'
    includedir='${prefix}/include'
    oldincludedir='/usr/include'
    docdir='${datarootdir}/doc/${PACKAGE}'
    infodir='${datarootdir}/info'
    htmldir='${docdir}'
    dvidir='${docdir}'
    pdfdir='${docdir}'
    psdir='${docdir}'
    libdir='${exec_prefix}/lib'
    localedir='${datarootdir}/locale'
    mandir='${datarootdir}/man'
    ac_prev=
    ac_dashdash=
    for ac_option
    do
      # If the previous option needs an argument, assign it.
      if test -n "$ac_prev"; then
        eval $ac_prev=\$ac_option
        ac_prev=
        continue
      fi
      case $ac_option in
      *=*)    ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
      *)    ac_optarg=yes ;;
      esac
      # Accept the important Cygnus configure options, so we can diagnose typos.
      case $ac_dashdash$ac_option in
        ac_dashdash=yes ;;
      -bindir | --bindir | --bindi | --bind | --bin | --bi)
        ac_prev=bindir ;;
      -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
        bindir=$ac_optarg ;;
      -build | --build | --buil | --bui | --bu)
        ac_prev=build_alias ;;
      -build=* | --build=* | --buil=* | --bui=* | --bu=*)
        build_alias=$ac_optarg ;;
      -cache-file | --cache-file | --cache-fil | --cache-fi \
      | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
        ac_prev=cache_file ;;
      -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
      | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
        cache_file=$ac_optarg ;;
      --config-cache | -C)
        cache_file=config.cache ;;
      -datadir | --datadir | --datadi | --datad)
        ac_prev=datadir ;;
      -datadir=* | --datadir=* | --datadi=* | --datad=*)
        datadir=$ac_optarg ;;
      -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
      | --dataroo | --dataro | --datar)
        ac_prev=datarootdir ;;
      -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
      | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
        datarootdir=$ac_optarg ;;
      -disable-* | --disable-*)
        ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=no ;;
      -docdir | --docdir | --docdi | --doc | --do)
        ac_prev=docdir ;;
      -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
        docdir=$ac_optarg ;;
      -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
        ac_prev=dvidir ;;
      -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
        dvidir=$ac_optarg ;;
      -enable-* | --enable-*)
        ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=\$ac_optarg ;;
      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
      | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
      | --exec | --exe | --ex)
        ac_prev=exec_prefix ;;
      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
      | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
      | --exec=* | --exe=* | --ex=*)
        exec_prefix=$ac_optarg ;;
      -gas | --gas | --ga | --g)
        # Obsolete; use --with-gas.
        with_gas=yes ;;
      -help | --help | --hel | --he | -h)
        ac_init_help=long ;;
      -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
        ac_init_help=recursive ;;
      -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
        ac_init_help=short ;;
      -host | --host | --hos | --ho)
        ac_prev=host_alias ;;
      -host=* | --host=* | --hos=* | --ho=*)
        host_alias=$ac_optarg ;;
      -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
        ac_prev=htmldir ;;
      -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
      | --ht=*)
        htmldir=$ac_optarg ;;
      -includedir | --includedir | --includedi | --included | --include \
      | --includ | --inclu | --incl | --inc)
        ac_prev=includedir ;;
      -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
      | --includ=* | --inclu=* | --incl=* | --inc=*)
        includedir=$ac_optarg ;;
      -infodir | --infodir | --infodi | --infod | --info | --inf)
        ac_prev=infodir ;;
      -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
        infodir=$ac_optarg ;;
      -libdir | --libdir | --libdi | --libd)
        ac_prev=libdir ;;
      -libdir=* | --libdir=* | --libdi=* | --libd=*)
        libdir=$ac_optarg ;;
      -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
      | --libexe | --libex | --libe)
        ac_prev=libexecdir ;;
      -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
      | --libexe=* | --libex=* | --libe=*)
        libexecdir=$ac_optarg ;;
      -localedir | --localedir | --localedi | --localed | --locale)
        ac_prev=localedir ;;
      -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
        localedir=$ac_optarg ;;
      -localstatedir | --localstatedir | --localstatedi | --localstated \
      | --localstate | --localstat | --localsta | --localst | --locals)
        ac_prev=localstatedir ;;
      -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
      | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
        localstatedir=$ac_optarg ;;
      -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
        ac_prev=mandir ;;
      -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
        mandir=$ac_optarg ;;
      -nfp | --nfp | --nf)
        # Obsolete; use --without-fp.
        with_fp=no ;;
      -no-create | --no-create | --no-creat | --no-crea | --no-cre \
      | --no-cr | --no-c | -n)
        no_create=yes ;;
      -no-recursion | --no-recursion | --no-recursio | --no-recursi \
      | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
        no_recursion=yes ;;
      -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
      | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
      | --oldin | --oldi | --old | --ol | --o)
        ac_prev=oldincludedir ;;
      -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
      | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
      | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
        oldincludedir=$ac_optarg ;;
      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
        ac_prev=prefix ;;
      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
        prefix=$ac_optarg ;;
      -program-prefix | --program-prefix | --program-prefi | --program-pref \
      | --program-pre | --program-pr | --program-p)
        ac_prev=program_prefix ;;
      -program-prefix=* | --program-prefix=* | --program-prefi=* \
      | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
        program_prefix=$ac_optarg ;;
      -program-suffix | --program-suffix | --program-suffi | --program-suff \
      | --program-suf | --program-su | --program-s)
        ac_prev=program_suffix ;;
      -program-suffix=* | --program-suffix=* | --program-suffi=* \
      | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
        program_suffix=$ac_optarg ;;
      -program-transform-name | --program-transform-name \
      | --program-transform-nam | --program-transform-na \
      | --program-transform-n | --program-transform- \
      | --program-transform | --program-transfor \
      | --program-transfo | --program-transf \
      | --program-trans | --program-tran \
      | --progr-tra | --program-tr | --program-t)
        ac_prev=program_transform_name ;;
      -program-transform-name=* | --program-transform-name=* \
      | --program-transform-nam=* | --program-transform-na=* \
      | --program-transform-n=* | --program-transform-=* \
      | --program-transform=* | --program-transfor=* \
      | --program-transfo=* | --program-transf=* \
      | --program-trans=* | --program-tran=* \
      | --progr-tra=* | --program-tr=* | --program-t=*)
        program_transform_name=$ac_optarg ;;
      -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
        ac_prev=pdfdir ;;
      -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
        pdfdir=$ac_optarg ;;
      -psdir | --psdir | --psdi | --psd | --ps)
        ac_prev=psdir ;;
      -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
        psdir=$ac_optarg ;;
      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
      | -silent | --silent | --silen | --sile | --sil)
        silent=yes ;;
      -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
        ac_prev=sbindir ;;
      -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
      | --sbi=* | --sb=*)
        sbindir=$ac_optarg ;;
      -sharedstatedir | --sharedstatedir | --sharedstatedi \
      | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
      | --sharedst | --shareds | --shared | --share | --shar \
      | --sha | --sh)
        ac_prev=sharedstatedir ;;
      -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
      | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
      | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
      | --sha=* | --sh=*)
        sharedstatedir=$ac_optarg ;;
      -site | --site | --sit)
        ac_prev=site ;;
      -site=* | --site=* | --sit=*)
        site=$ac_optarg ;;
      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
        ac_prev=srcdir ;;
      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
        srcdir=$ac_optarg ;;
      -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
      | --syscon | --sysco | --sysc | --sys | --sy)
        ac_prev=sysconfdir ;;
      -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
      | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
        sysconfdir=$ac_optarg ;;
      -target | --target | --targe | --targ | --tar | --ta | --t)
        ac_prev=target_alias ;;
      -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
        target_alias=$ac_optarg ;;
      -v | -verbose | --verbose | --verbos | --verbo | --verb)
        verbose=yes ;;
      -version | --version | --versio | --versi | --vers | -V)
        ac_init_version=: ;;
      -with-* | --with-*)
        ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=\$ac_optarg ;;
      -without-* | --without-*)
        ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=no ;;
      --x)
        # Obsolete; use --with-x.
        with_x=yes ;;
      -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
      | --x-incl | --x-inc | --x-in | --x-i)
        ac_prev=x_includes ;;
      -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
      | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
        x_includes=$ac_optarg ;;
      -x-libraries | --x-libraries | --x-librarie | --x-librari \
      | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
        ac_prev=x_libraries ;;
      -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
      | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
        x_libraries=$ac_optarg ;;
      -*) { echo "$as_me: error: unrecognized option: $ac_option
    Try \`$0 --help' for more information." >&2
       { (exit 1); exit 1; }; }
      *=*)
        ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
        # Reject names that are not valid shell variable names.
        expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
       { (exit 1); exit 1; }; }
        eval $ac_envvar=\$ac_optarg
        export $ac_envvar ;;
        # FIXME: should be removed in autoconf 3.0.
        echo "$as_me: WARNING: you should use --build, --host, --target" >&2
        expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          echo "$as_me: WARNING: invalid host type: $ac_option" >&2
        : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
      esac
    done
    if test -n "$ac_prev"; then
      ac_option=--`echo $ac_prev | sed 's/_/-/g'`
      { echo "$as_me: error: missing argument to $ac_option" >&2
       { (exit 1); exit 1; }; }
    fi
    # Be sure to have absolute directory names.
    for ac_var in    exec_prefix prefix bindir sbindir libexecdir datarootdir \
            datadir sysconfdir sharedstatedir localstatedir includedir \
            oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
            libdir localedir mandir
    do
      eval ac_val=\$$ac_var
      case $ac_val in
        [\\/$]* | ?:[\\/]* )  continue;;
        NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
      esac
      { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
       { (exit 1); exit 1; }; }
    done
    # There might be people who depend on the old broken behavior: `$host'
    # used to hold the argument of --host etc.
    # FIXME: To remove some day.
    build=$build_alias
    host=$host_alias
    target=$target_alias
    # FIXME: To remove some day.
    if test "x$host_alias" != x; then
      if test "x$build_alias" = x; then
        cross_compiling=maybe
        echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
        If a cross compiler is detected then cross compile mode will be used." >&2
      elif test "x$build_alias" != "x$host_alias"; then
        cross_compiling=yes
      fi
    fi
    ac_tool_prefix=
    test -n "$host_alias" && ac_tool_prefix=$host_alias-
    test "$silent" = yes && exec 6>/dev/null
    ac_pwd=`pwd` && test -n "$ac_pwd" &&
    ac_ls_di=`ls -di .` &&
    ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
      { echo "$as_me: error: Working directory cannot be determined" >&2
       { (exit 1); exit 1; }; }
    test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
      { echo "$as_me: error: pwd does not report name of working directory" >&2
       { (exit 1); exit 1; }; }
    # Find the source files, if location was not specified.
    if test -z "$srcdir"; then
      ac_srcdir_defaulted=yes
      # Try the directory containing this script, then the parent directory.
      ac_confdir=`$as_dirname -- "$0" ||
    $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$0" : 'X\(//\)[^/]' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X"$0" |
        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
            s//\1/
            q
          /^X\(\/\/\)[^/].*/{
            s//\1/
            q
          /^X\(\/\/\)$/{
            s//\1/
            q
          /^X\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
      srcdir=$ac_confdir
      if test ! -r "$srcdir/$ac_unique_file"; then
        srcdir=..
      fi
    else
      ac_srcdir_defaulted=no
    fi
    if test ! -r "$srcdir/$ac_unique_file"; then
      test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
       { (exit 1); exit 1; }; }
    fi
    ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    ac_abs_confdir=`(
        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
       { (exit 1); exit 1; }; }
        pwd)`
    # When building in place, set srcdir=.
    if test "$ac_abs_confdir" = "$ac_pwd"; then
      srcdir=.
    fi
    # Remove unnecessary trailing slashes from srcdir.
    # Double slashes in file names in object file debugging info
    # mess up M-x gdb in Emacs.
    case $srcdir in
    */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
    esac
    for ac_var in $ac_precious_vars; do
      eval ac_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_env_${ac_var}_value=\$${ac_var}
      eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_cv_env_${ac_var}_value=\$${ac_var}
    done
    # Report the --help message.
    if test "$ac_init_help" = "long"; then
      # Omit some internal or obsolete options to make the list less imposing.
      # This message is too long to be a string in the A/UX 3.1 sh.
      cat <<_ACEOF
    \`configure' configures this package to adapt to many kinds of systems.
    Usage: $0 [OPTION]... [VAR=VALUE]...
    To assign environment variables (e.g., CC, CFLAGS...), specify them as
    VAR=VALUE.  See below for descriptions of some of the useful variables.
    Defaults for the options are specified in brackets.
    Configuration:
      -h, --help              display this help and exit
          --help=short        display options specific to this package
          --help=recursive    display the short help of all the included packages
      -V, --version           display version information and exit
      -q, --quiet, --silent   do not print \`checking...' messages
          --cache-file=FILE   cache test results in FILE [disabled]
      -C, --config-cache      alias for \`--cache-file=config.cache'
      -n, --no-create         do not create output files
          --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    Installation directories:
      --prefix=PREFIX         install architecture-independent files in PREFIX
                  [$ac_default_prefix]
      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                  [PREFIX]
    By default, \`make install' will install all the files in
    \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
    an installation prefix other than \`$ac_default_prefix' using \`--prefix',
    for instance \`--prefix=\$HOME'.
    For better control, use the options below.
    Fine tuning of the installation directories:
      --bindir=DIR           user executables [EPREFIX/bin]
      --sbindir=DIR          system admin executables [EPREFIX/sbin]
      --libexecdir=DIR       program executables [EPREFIX/libexec]
      --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
      --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
      --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
      --libdir=DIR           object code libraries [EPREFIX/lib]
      --includedir=DIR       C header files [PREFIX/include]
      --oldincludedir=DIR    C header files for non-gcc [/usr/include]
      --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
      --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
      --infodir=DIR          info documentation [DATAROOTDIR/info]
      --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
      --mandir=DIR           man documentation [DATAROOTDIR/man]
      --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
      --htmldir=DIR          html documentation [DOCDIR]
      --dvidir=DIR           dvi documentation [DOCDIR]
      --pdfdir=DIR           pdf documentation [DOCDIR]
      --psdir=DIR            ps documentation [DOCDIR]
    _ACEOF
      cat <<\_ACEOF
    Program names:
      --program-prefix=PREFIX            prepend PREFIX to installed program names
      --program-suffix=SUFFIX            append SUFFIX to installed program names
      --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
    System types:
      --build=BUILD     configure for building on BUILD [guessed]
      --host=HOST       cross-compile to build programs to run on HOST [BUILD]
      --target=TARGET   configure for building compilers for TARGET [HOST]
    _ACEOF
    fi
    if test -n "$ac_init_help"; then
      cat <<\_ACEOF
    Optional Features:
      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
      --disable-fast-perl     disable fast Makefile generation (needs perl)
      --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
      --disable-debug         disables debug output and debug symbols default=no
      --enable-strict         compiles with strict compiler options (may not
                              work!)
      --disable-warnings      disables compilation with -Wall and similar
      --enable-profile        creates profiling infos default=no
      --disable-dependency-tracking Speeds up one-time builds
      --enable-dependency-tracking  Do not reject slow dependency extractors
      --enable-pch            enables precompiled header support (currently only
                              KCC or gcc >=3.4+unsermake) default=no
      --enable-coverage       use gcc coverage testing
      --enable-new-ldflags    enable the new linker flags
      --enable-final          build size optimized apps (experimental - needs lots
                              of memory)
      --enable-closure        delay template instantiation
      --enable-nmcheck        enable automatic namespace cleanness check
      --enable-shared[=PKGS]  build shared libraries [default=yes]
      --enable-static[=PKGS]  build static libraries [default=no]
      --enable-libsuffix      /lib directory suffix (64,32,none,auto=default)
      --enable-fast-install[=PKGS]
                              optimize for fast installation [default=yes]
      --disable-libtool-lock  avoid locking (might break parallel builds)
      --enable-pie            platform supports PIE linking default=detect
      --enable-embedded       link to Qt-embedded, don't use X
      --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment
      --enable-mac            link to Qt/Mac (don't use X)
      --disable-mt            link to non-threaded Qt (deprecated)
      --disable-threading     disables threading even if libpthread found
      --disable-rpath         do not use the rpath feature of ld
      --disable-path-check    don't try to find out, where to install
    Optional Packages:
      --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
      --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
      --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
      --with-pic              try to use only PIC/non-PIC objects [default=use
                              both]
      --with-tags[=TAGS]      include additional configurations [automatic]
      --with-extra-includes=DIR
                              adds non standard include paths
      --with-extra-libs=DIR   adds non standard library paths
      --with-qt-dir=DIR       where the root of Qt is installed
      --with-qt-includes=DIR  where the Qt includes are.
      --with-qt-libraries=DIR where the Qt library is installed.
      --without-arts          build without aRts default=no
    Some influential environment variables:
      CC          C compiler command
      CFLAGS      C compiler flags
      LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                  nonstandard directory <lib dir>
      LIBS        libraries to pass to the linker, e.g. -l<library>
      CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
                  you have headers in a nonstandard directory <include dir>
      CPP         C preprocessor
      CXX         C++ compiler command
      CXXFLAGS    C++ compiler flags
      CXXCPP      C++ preprocessor
      F77         Fortran 77 compiler command
      FFLAGS      Fortran 77 compiler flags
      XMKMF       Path to xmkmf, Makefile generator for X Window System
    Use these variables to override the choices made by `configure' or to help
    it to find libraries and programs with nonstandard names/locations.
    _ACEOF
    ac_status=$?
    fi
    if test "$ac_init_help" = "recursive"; then
      # If there are subdirs, report their specific --help.
      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
        test -d "$ac_dir" || continue
        ac_builddir=.
    case "$ac_dir" in
    .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
      # A ".." for each directory in $ac_dir_suffix.
      ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
      case $ac_top_builddir_sub in
      "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
      *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
      esac ;;
    esac
    ac_abs_top_builddir=$ac_pwd
    ac_abs_builddir=$ac_pwd$ac_dir_suffix
    # for backward compatibility:
    ac_top_builddir=$ac_top_build_prefix
    case $srcdir in
      .)  # We are building in place.
        ac_srcdir=.
        ac_top_srcdir=$ac_top_builddir_sub
        ac_abs_top_srcdir=$ac_pwd ;;
      [\\/]* | ?:[\\/]* )  # Absolute name.
        ac_srcdir=$srcdir$ac_dir_suffix;
        ac_top_srcdir=$srcdir
        ac_abs_top_srcdir=$srcdir ;;
      *) # Relative name.
        ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        ac_top_srcdir=$ac_top_build_prefix$srcdir
        ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    esac
    ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        cd "$ac_dir" || { ac_status=$?; continue; }
        # Check for guested configure.
        if test -f "$ac_srcdir/configure.gnu"; then
          echo &&
          $SHELL "$ac_srcdir/configure.gnu" --help=recursive
        elif test -f "$ac_srcdir/configure"; then
          echo &&
          $SHELL "$ac_srcdir/configure" --help=recursive
        else
          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
        fi || ac_status=$?
        cd "$ac_pwd" || { ac_status=$?; break; }
      done
    fi
    test -n "$ac_init_help" && exit $ac_status
    if $ac_init_version; then
      cat <<\_ACEOF
    configure
    generated by GNU Autoconf 2.61
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This configure script is free software; the Free Software Foundation
    gives unlimited permission to copy, distribute and modify it.
    _ACEOF
      exit
    fi
    cat >config.log <<_ACEOF
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by $as_me, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
      $ $0 $@
    _ACEOF
    exec 5>>config.log
    cat <<_ASUNAME
    ## Platform. ##
    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    uname -m = `(uname -m) 2>/dev/null || echo unknown`
    uname -r = `(uname -r) 2>/dev/null || echo unknown`
    uname -s = `(uname -s) 2>/dev/null || echo unknown`
    uname -v = `(uname -v) 2>/dev/null || echo unknown`
    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    /bin/universe          = `(/bin/universe) 2>/dev/null          |

Maybe you are looking for

  • Confused about passing by reference and passing by valule

    Hi, I am confuse about passing by reference and passing by value. I though objects are always passed by reference. But I find out that its true for java.sql.PreparedStatement but not for java.lang.String. How come when both are objects? Thanks

  • Collaxa previews BPEL4WS Orchestration Server

    Collaxa previews BPEL4WS Orchestration Server Collaxa packages the emerging Web service orchestration standards (BPEL4WS and WS-Transaction) into a robust and easy-to-deploy software solution. Collaxa's Orchestration Server makes it easy for develope

  • Printer Error won't allow my MacBook to shut own

    I got a printer error msg and also a box that says 'cancelling' and when I press 'OK' or 'cancel' nothing happens.  The page I was trying to print stays on the sceen and I can't shut down my computer.  I can put it into sleep mode.  Also I can't type

  • Cannot pass parameters

    Hello guys, I made a sql query with 4 columns, I want to post the results of on row to an update jsp page to make change within the databases. The code I used below does not permit me to retrieve the four values of the row within text input type to p

  • PS Text: No Document Opened

    I've got a project that has a ps text stored in Microsoft Excel format and when I attempt to open the text for editing (using the "Function (edit ps text)" button, I'm getting the error "No Document Opened". I have other projects with similar ps text