Content Levels disappear after deploying to BI Server

Hi experts,
I've noticed that some content levels (for LTS) disappear in RPD after deploying to local BI server. Then we need to re-create them before deploying back to DEV.
Has anyone experienced the issue?
Second: how bad are logical warnings about incorrectly defined LTS? (no mapping between some table) They seem to work fine without it. Thanks

Hi Frank,
Finally I am able to view pages using LDAP authentication. I had to add the user name explicitly in orion-web.xml file.
Now my question is if I want to let everyone access the application once they authenticate themselves through LDAP( login module). What should I do . If I make impliesAll="true" in either orion-web.xml or orion-application.xml file it allows everyone, doesn't go through the login step.
Any Help would be appreciated...
Thanks,
Mamun

Similar Messages

  • After deploy into weblogic server while running the application-404 Error

    Hi All,
    Created an ADF application and Deployed this application to Weblogic server.
    I am getting the below error After deploy into weblogic server while running the application
    I am able to run this application well in JDeveloper using the IntegratedWebLogicServer.
    The Application is successfully deployed to the Web Logic server.
    While creating the domain, I have extended the Oracle JRF classes.
    Error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    JDeveloper Version : 11.1.1.3.0
    Weblogic Version : 10.3.3.0
    Thanks
    Satish

    On the Deployments look for the Testing tab.. you will see your test link to check your deployment ..
    Some times.. for some reasons( which i dontKnow :( it doesnt identify with m/c name.. repalce it with IP address..and give a try.. if its on local /c u can try 127.0.0.1 /(or local host too)

  • Unable to access Web Method after deploying into the server

    Hi,
    I'm Unable to access Web method after deploying into the server.
    My Web method is 
    [WebMethod]
    [ScriptMethod(ResponseFormat = ResponseFormat.Json )]
    public object getOwners()
    DataTable dt = _qbObj.returnDDLData("employeedetails", "EmpID", "EmpFirstName");
    if (dt == null)
    return new { Result = "Error", Options = "Error getting data" };
    string[] strAttributes = { "ID", "Name" };
    string[] strColName = { "EmpID", "EmpFirstName" };
    List<SolOwners> lstObject = convertToList(dt, strAttributes, strColName, new SolOwners());
    var owners = lstObject.Select(c => new { DisplayText = c.Name, Value = c.ID });
    return new { Result = "OK", Options = owners };
    When I.m accessing that method after deploying into server, I got following error.
    System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: &lt;&gt;f__AnonymousType9`2[System.String,System.Collections.Generic.IEnumerable`1[&lt;&gt;f__AnonymousTypea`2[System.String,System.String]]] cannot be serialized because it does not have a parameterless constructor.
    at System.Xml.Serialization.TypeScope.GetTypeDesc(Type type, MemberInfo source, Boolean directReference, Boolean throwOnError)
    at System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(Type type)
    at System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(String name, String ns, Object o, Boolean xsiType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Write1_Object(String n, String ns, Object o, Boolean isNullable, Boolean needType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Write71_anyType(Object o)
    at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
    --- End of inner exception stack trace ---
    at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
    at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o, XmlSerializerNamespaces namespaces)
    at System.Web.Services.Protocols.XmlReturnWriter.Write(HttpResponse response, Stream outputStream, Object returnValue)
    at System.Web.Services.Protocols.WebServiceHandler.WriteReturns(Object[] returnValues)
    at System.Web.Services.Protocols.WebServiceHandler.Invoke()Please help me to solve that issue.Thank you.

    Hi Vani,
    What project are you developing? According to your code looks like an Asp.Net application? Am i right?
    If so , please repost in  ASP.Net Forum
    http://forums.asp.net for more efficient responses.
    This forum is discuss problems of C# development.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal report viewer 13 are displaying blank page after deploying in web server

    Dear friends, i have designed crystal report (in VS2012 &  CRRuntime_32bit_13_0_8 installed in web server) it's working fine in machine VS2012, but when deploying in web server (Windows Server 2008 R2 64bit) it's getting blank page.
    I have read the http://adilmca.wordpress.com/2013/04/08/visual-studio-2012-crystal-report-not-working-on-windows-server-2012-0x800a1391-javascript-runtime-error-bobj-is-undefined/. But this is not working for me.
    I have copy the entire Crystal Report Support folder : C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    Please suggest me some solutions to resolve this issues...
    Regards, Stefano S.

    There is something "deeper" happening here (unless you're using dome old version of IIS (v. 6, etc.))... I think logging the app will help. I'd use Process Monitor first - see if you get any "Access Denied" messages. An http sniffing utility like Fiddler may also provide useful info.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Flex components is not showing up after deploying to web server

    Hello,
    I am working in flex builder 2.0 to develop a simple
    application.
    I am getting some issues around custom components.
    My directory structure is as follows:
    Project_Folder-
    |-Components
    |-bin
    |-assets
    |-Application.mxml
    I put all my custom components in Components folder.
    I have a custom component in there and the application.mxml
    is using
    it.
    the code is somthign like this:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" xmlns:test="Components.*"
    backgroundGradientColors="[#000000, #000000]">
    <test:baseLayer horizontalCenter="0" top="0"/>
    </mx:Application>
    Here base layer is the custom component.
    My problem is when i ran it it is workign fine, but when I am
    deploying it in the apache server teh Custom components are
    not
    showing up. I copied all contents of the bin folder to my web
    server
    root.
    I am not sure if it will need some extra task to deploy the
    custom
    component?
    I thought since it is in the same project the swf file
    already packed
    with the custom components.
    Please can anyone help me to clarify that?
    thank you,

    Thanks, this makes sense. Can you tell me how I upload the whole scripts
    folder to justhost.com? When I try to select the folder at upload it opens
    the folder as if I should then select a single file ( like the
    AC_RunActiveContent.js file that is in the folder) So that is what I did.
    Which makes sense that the path is now broken for the flash cause it is not
    in the folder anymore.  In other words what I don't understand is how to get
    my scripts folder and its contents as a whole uploaded to the Justhost.com.
    Thanks your email has been very helpful!
    10/14/09 12:32 [email protected]
    I did finally figure out the problem.
    In my case, I was putting all of my files directly into justhost.com with no
    regard for the way the files were classified in the original folders used to
    build my site. In other words, you can't just put AC_RunActiveContent.js into
    justhost.com randomly and expect that your Flash will work.
    Instead, you have to create a Scripts folder and then put
    AC_RunActiveContent.js within the scripts folder.  This sets up the paths to
    function the way they were originally created on your Dreamweaver document (or
    whatever the html editor you may happen to be using).
    Whether dealing with Flash or images, the main thing to remember is that you
    have to mirror the structure of your original folders/files exactly.
    So try creating a folder called Scripts, then place the AC_RunActiveContent.js
    file inside of this Scripts folder, and see if that works.  I assume the foder
    AC_RunActiveContent.js is within Scripts, but if it called something
    different, just copy the name (exactly), and put AC-RunActiveContet inside of
    it.
    I hope this helps,
    sherwulff
    >

  • Error after deploying application on server

    Hi,
    We have deployed application on the server.we are accessing the page, its showing the message"*because of inactivity session become timed out and click OK to reload*"
    its throwing below error.. how to resolve this??can someone help me out?
    [2012-01-05T03:00:54.676-06:00] [WC_Spaces] [ERROR] [] [org.apache.myfaces.trinidadinternal.application.StateManagerImpl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: a48e5819f7a8ff10:150032ce:134ac5b0197:-8000-000000000000276f,0] [APP: HMP#V2.0] Could not find saved view state for token dykzl20p7
    [2012-01-05T02:55:34.417-06:00] [WC_Spaces] [WARNING] [] [oracle.adfinternal.view.faces.lifecycle.LifecycleImpl] [tid: [ACTIVE].ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: a48e5819f7a8ff10:150032ce:134ac5b0197:-8000-000000000000272a,0] [APP: HMP#V2.0] ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1[[
    javax.faces.application.ViewExpiredException: viewId:/pages_home - ADF_FACES-30107:The view state of the page has expired. Reload the page.
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:650)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:301)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thank You.
    Edited by: chaya on Jan 5, 2012 2:42 PM

    Did you find a solution ?
    Looks like ADF is doing something tricky to generate ADF_FACES-30107 error. Suggestions like increase timeout in web.xml and weblogic.xml or increase the value of CLIENT_STATE_MAX_TOKENS dont help.
    Moreover, this looks to an issue only with clustered environment, embedded WLS works fine.

  • LMSERVICE disappeared after deploying patch with sdm gui

    Hi All,
    I'm running SM 4.0 SP13 on Win Enterprise 32 Bit Unicode.
    For E2E diagnostics I had to deploy a new version LMSERVICE SP13 with the software deployment manager. Before deploying I get a pop up with the question that a java instance is running and if I want sdm to take over control of this. It also tells me that JAVA is restarted afterwards  (this is where I think things go wrong...). I confirmed this by clicking yes. The deployment was finished succesfully, but after the deployment the LMSERVICE does not show anymore in the component list.
    Then I had to deploy another sca file but now I didn't get this pop up box oubout shutting down JAVA. I think this is beacuse JAVA was never completely restarted by SDM after the first deployment!
    I have had this experience before when trying to apply an LMservice patch for SP12. I "solved" this by recovering a backup.......
    Anyway, I went on finishing the SDM update and after disabling the maintenance mode I tried to run the SMD upgrader. Now I got the following error:
    Error during the upgrade to get the current version from ComponentInfoLib
    I also attached the log of the sdm deployment:
    Oct 19, 2007 11:35:25... Info:
    Oct 19, 2007 11:35:25... Info: ============================================
    Oct 19, 2007 11:35:25... Info: =   Starting to execute command 'server'   =
    Oct 19, 2007 11:35:25... Info: ============================================
    Oct 19, 2007 11:35:25... Info: Starting SDM - Software Deployment Manager...
    Oct 19, 2007 11:35:26... Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 19, 2007 11:35:28... Info: SDM operation mode successfully set to: Integrated
    Oct 19, 2007 11:35:29... Info: JStartupFramework is requesting to start the SDM Server.
    Oct 19, 2007 11:35:29... Info: Start the SDM Server integrated in the JStartupFramework.
    Oct 19, 2007 11:35:29... Info: Initializing Network Manager (50117)
    Oct 19, 2007 11:35:29... Info: Starting SDM Server listening on port 50118
    Oct 19, 2007 11:35:29... Info: SDM started successfully.
    Oct 19, 2007 11:37:47... Info: ====================================
    Oct 19, 2007 11:37:47... Info: JControl is shutting SDM Server down
    Oct 19, 2007 11:37:47... Info: ====================================
    Oct 19, 2007 11:37:47... Info: Server finished sending back the answer of the ShutdownRequest.
    Oct 19, 2007 11:37:47... Info: Shutting dispatcher down
    Oct 19, 2007 11:42:45... Info:
    Oct 19, 2007 11:42:45... Info: ============================================
    Oct 19, 2007 11:42:45... Info: =   Starting to execute command 'server'   =
    Oct 19, 2007 11:42:45... Info: ============================================
    Oct 19, 2007 11:42:45... Info: Starting SDM - Software Deployment Manager...
    Oct 19, 2007 11:42:45... Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 19, 2007 11:42:47... Info: SDM operation mode successfully set to: Integrated
    Oct 19, 2007 11:42:48... Info: JStartupFramework is requesting to start the SDM Server.
    Oct 19, 2007 11:42:48... Info: Start the SDM Server integrated in the JStartupFramework.
    Oct 19, 2007 11:42:48... Info: Initializing Network Manager (50117)
    Oct 19, 2007 11:42:48... Info: Starting SDM Server listening on port 50118
    Oct 19, 2007 11:42:48... Info: SDM started successfully.
    Oct 19, 2007 11:45:23... Info: Opened client connection to solmanager.gpr.nl (IP address solmanager.gpr.nl/10.11.150.55, remote port 28772)
    Oct 19, 2007 11:45:23... Info: Request for Logon as admin accepted
    Oct 19, 2007 11:46:41... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~connectors.ear'
    Oct 19, 2007 11:46:48... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~database.ear'
    Oct 19, 2007 11:46:53... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~datacollector.ear'
    Oct 19, 2007 11:46:58... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~filesystem.ear'
    Oct 19, 2007 11:47:03... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~flightrecorderdumpscan.ear'
    Oct 19, 2007 11:47:08... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~globallicenseaudit.ear'
    Oct 19, 2007 11:47:13... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplicationglobalconf.ear'
    Oct 19, 2007 11:47:18... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~ldap.ear'
    Oct 19, 2007 11:47:23... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~logviewer.ear'
    Oct 19, 2007 11:47:29... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplicationnavigationlinks.ear'
    Oct 19, 2007 11:47:34... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~par.ear'
    Oct 19, 2007 11:47:39... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~remoteos.ear'
    Oct 19, 2007 11:47:44... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~remotesetup.ear'
    Oct 19, 2007 11:47:49... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~runtime.ear'
    Oct 19, 2007 11:47:54... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~switch.ear'
    Oct 19, 2007 11:47:59... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~telnet.ear'
    Oct 19, 2007 11:48:04... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~tracing.ear'
    Oct 19, 2007 11:48:09... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wily.ear'
    Oct 19, 2007 11:48:14... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wily4duet.ear'
    Oct 19, 2007 11:48:20... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wilyhost.ear'
    Oct 19, 2007 11:48:25... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationkeystore.ear'
    Oct 19, 2007 11:48:30... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationmigration.ear'
    Oct 19, 2007 11:48:35... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationtelnet.ear'
    Oct 19, 2007 11:48:41... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~cptdict.sda'
    Oct 19, 2007 11:48:46... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~databasetools.ear'
    Oct 19, 2007 11:48:51... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmddatamgmtdict.sda'
    Oct 19, 2007 11:48:56... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ebwextractor.ear'
    Oct 19, 2007 11:49:01... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ebwextractorea.ear'
    Oct 19, 2007 11:49:06... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2eea.ear'
    Oct 19, 2007 11:49:11... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2eloganalysis.ear'
    Oct 19, 2007 11:49:16... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etraceabapwd.ear'
    Oct 19, 2007 11:49:21... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etracej2eewd.ear'
    Oct 19, 2007 11:49:26... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etracemainwd.ear'
    Oct 19, 2007 11:49:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etraceupload.ear'
    Oct 19, 2007 11:49:37... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ewa.ear'
    Oct 19, 2007 11:49:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~globallicenseaudit.ear'
    Oct 19, 2007 11:49:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~navigation.ear'
    Oct 19, 2007 11:49:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~pcdlogbrowser.ear'
    Oct 19, 2007 11:49:57... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdserveragentadmin.ear'
    Oct 19, 2007 11:50:03... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdserverservice.sda'
    Oct 19, 2007 11:50:08... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~abapco.ear'
    Oct 19, 2007 11:50:13... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~abapsyssetup.ear'
    Oct 19, 2007 11:50:18... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratoradminnavigation.ear'
    Oct 19, 2007 11:50:23... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~ccrep.ear'
    Oct 19, 2007 11:50:28... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorccrepdict.sda'
    Oct 19, 2007 11:50:33... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~contentaccess.ear'
    Oct 19, 2007 11:50:39... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~dbbrowser.ear'
    Oct 19, 2007 11:50:44... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~dsalias.ear'
    Oct 19, 2007 11:50:49... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorewadict.sda'
    Oct 19, 2007 11:50:55... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~fsbrowser.ear'
    Oct 19, 2007 11:51:00... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~fvrep.ear'
    Oct 19, 2007 11:51:05... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorfvrepdict.sda'
    Oct 19, 2007 11:51:10... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~httpanalysis.ear'
    Oct 19, 2007 11:51:17... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorhttpanalysisdict.sda'
    Oct 19, 2007 11:51:22... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~ldapbrowser.ear'
    Oct 19, 2007 11:51:27... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~lib.sda'
    Oct 19, 2007 11:51:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlibdbc.sda'
    Oct 19, 2007 11:51:38... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlibdict.sda'
    Oct 19, 2007 11:51:43... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~logmanager.ear'
    Oct 19, 2007 11:51:48... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~logviewer.ear'
    Oct 19, 2007 11:51:54... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlogviewerdict.sda'
    Oct 19, 2007 11:51:59... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~management.ear'
    Oct 19, 2007 11:52:04... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~mcomp.ear'
    Oct 19, 2007 11:52:09... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~mem_snapshot_analysis.ear'
    Oct 19, 2007 11:52:14... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~navigation.ear'
    Oct 19, 2007 11:52:19... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationdbc.sda'
    Oct 19, 2007 11:52:24... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationdict.sda'
    Oct 19, 2007 11:52:30... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationejb.ear'
    Oct 19, 2007 11:52:35... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~nwawrapper.ear'
    Oct 19, 2007 11:52:40... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~oscommand.ear'
    Oct 19, 2007 11:52:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~scheduler.ear'
    Oct 19, 2007 11:52:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerdict.sda'
    Oct 19, 2007 11:52:58... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerejb.ear'
    Oct 19, 2007 11:53:03... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerlib.sda'
    Oct 19, 2007 11:53:08... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerwar.ear'
    Oct 19, 2007 11:53:13... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~screp.ear'
    Oct 19, 2007 11:53:18... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorscrepdbc.sda'
    Oct 19, 2007 11:53:23... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorscrepdict.sda'
    Oct 19, 2007 11:53:28... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~selfcheck.ear'
    Oct 19, 2007 11:53:34... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfcheckdbc.sda'
    Oct 19, 2007 11:53:39... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfcheckdict.sda'
    Oct 19, 2007 11:53:44... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfchecklib.sda'
    Oct 19, 2007 11:53:49... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~setup.ear'
    Oct 19, 2007 11:53:55... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~smdservices.ear'
    Oct 19, 2007 11:54:00... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~solmandiag.ear'
    Oct 19, 2007 11:54:05... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~standlogviewer.ear'
    Oct 19, 2007 11:54:10... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~tda.ear'
    Oct 19, 2007 11:54:15... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratortestccrep.ear'
    Oct 19, 2007 11:54:21... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratortestfvrep.ear'
    Oct 19, 2007 11:54:26... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratortestscrep.ear'
    Oct 19, 2007 11:54:31... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~upgrader.ear'
    Oct 19, 2007 11:54:36... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~wcrep.ear'
    Oct 19, 2007 11:54:41... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorwcrepws.ear'
    Oct 19, 2007 11:54:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~wilyadmin.ear'
    Oct 19, 2007 11:55:20... Info: Actions per selected component:
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/datamgmt/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/datamgmt/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2ewa'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2ewa'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/ccrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/ccrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2etracemainwd'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2etracemainwd'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/mem_snapshot_analysis'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/mem_snapshot_analysis'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/httpanalysis/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/httpanalysis/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/screp/dbc'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/screp/dbc'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2eloganalysis'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2eloganalysis'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/telnet'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/telnet'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/navigation/admin'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/navigation/admin'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/upgrader'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/upgrader'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/test/screp'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/test/screp'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/remotesetup'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/remotesetup'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/wcrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/wcrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/ccrep/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/ccrep/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/test/fvrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/test/fvrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/ldapbrowser'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/ldapbrowser'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/nwawrapper'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/nwawrapper'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2etraceupload'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2etraceupload'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/fsbrowser'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/fsbrowser'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2ebwextractorea'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2ebwextractorea'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/switch'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/switch'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/runtime'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/runtime'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/navigation/links'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/navigation/links'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/dbbrowser'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/dbbrowser'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/datacollector'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/datacollector'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/test/ccrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/test/ccrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/selfcheck'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/selfcheck'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/navigation/dbc'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/navigation/dbc'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/httpanalysis'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/httpanalysis'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/pcdlogbrowser'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/pcdlogbrowser'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/logviewer'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/logviewer'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/connectors'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/connectors'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Initial deployment: Selected development component 'tc/smd/globallicenseaudit'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' will be deployed.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/oscommand'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/oscommand'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/solmandiag'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/solmandiag'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/fvrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/fvrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/ldap'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/ldap'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/contentaccess'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/contentaccess'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/application/migration'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/application/migration'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2etracej2eewd'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2etracej2eewd'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/tracing'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/tracing'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/navigation'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/navigation'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/screp/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/screp/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/ewa/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/ewa/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/global/conf'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/global/conf'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/selfcheck/dbc'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/selfcheck/dbc'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/tda'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/tda'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/lib/dbc'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/lib/dbc'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/dsalias'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/dsalias'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/navigation'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/navigation'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/selfcheck/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/selfcheck/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/screp'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/screp'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/scheduler/lib'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/scheduler/lib'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2etraceabapwd'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2etraceabapwd'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/lib'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/lib'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/smdservices'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/smdservices'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/cptdict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/cptdict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/navigation/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/navigation/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/mcomp'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/mcomp'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2eea'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2eea'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/scheduler/ejb'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/scheduler/ejb'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/e2ebwextractor'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/e2ebwextractor'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/wcrep/ws'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/wcrep/ws'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/logmanager'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/logmanager'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/scheduler/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/scheduler/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/application/telnet'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/application/telnet'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/scheduler'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/scheduler'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/scheduler/war'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/scheduler/war'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/wily4duet'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/wily4duet'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/management'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/management'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/abapsyssetup'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/abapsyssetup'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/navigation/ejb'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/navigation/ejb'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/remoteos'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/remoteos'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/lib/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/lib/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/abapco'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/abapco'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/server/service'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/server/service'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/logviewer/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/logviewer/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/application/keystore'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/application/keystore'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/logviewer'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/logviewer'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/standlogviewer'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/standlogviewer'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Initial deployment: Selected development component 'tc/smd/agent/application/globallicenseaudit'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' will be deployed.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/selfcheck/lib'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/selfcheck/lib'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/database'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/database'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/setup'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/setup'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/filesystem'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/filesystem'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/wily'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/wily'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Initial deployment: Selected development component 'tc/smd/databasetools'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' will be deployed.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/fvrep/dict'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/fvrep/dict'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/webadministrator/wilyadmin'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/webadministrator/wilyadmin'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Initial deployment: Selected development component 'tc/smd/agent/application/wilyhost'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' will be deployed.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/agent/application/par'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/agent/application/par'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Update: Selected development component 'tc/smd/server/agent/admin'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' updates currently deployed development component 'tc/smd/server/agent/admin'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 11:55:20... Info: Initial deployment: Selected development component 'tc/smd/agent/application/flightrecorderdumpscan'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'1' will be deployed.
    Oct 19, 2007 11:56:07... Info: ====================================
    Oct 19, 2007 11:56:07... Info: JControl is shutting SDM Server down
    Oct 19, 2007 11:56:07... Info: ====================================
    Oct 19, 2007 11:56:07... Info: Server finished sending back the answer of the ShutdownRequest.
    Oct 19, 2007 11:56:07... Info: Shutting dispatcher down
    Oct 19, 2007 11:58:04... Info:
    Oct 19, 2007 11:58:04... Info: ============================================
    Oct 19, 2007 11:58:04... Info: =   Starting to execute command 'server'   =
    Oct 19, 2007 11:58:04... Info: ============================================
    Oct 19, 2007 11:58:04... Info: Starting SDM - Software Deployment Manager...
    Oct 19, 2007 11:58:04... Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 19, 2007 11:58:07... Info: SDM operation mode successfully set to: Integrated
    Oct 19, 2007 11:58:07... Info: JStartupFramework is requesting to start the SDM Server.
    Oct 19, 2007 11:58:07... Info: Start the SDM Server integrated in the JStartupFramework.
    Oct 19, 2007 11:58:07... Info: Initializing Network Manager (50117)
    Oct 19, 2007 11:58:07... Info: Starting SDM Server listening on port 50118
    Oct 19, 2007 11:58:07... Info: SDM started successfully.
    Oct 19, 2007 12:00:24... Info: ====================================
    Oct 19, 2007 12:00:24... Info: JControl is shutting SDM Server down
    Oct 19, 2007 12:00:24... Info: ====================================
    Oct 19, 2007 12:00:24... Info: Server finished sending back the answer of the ShutdownRequest.
    Oct 19, 2007 12:00:24... Info: Shutting dispatcher down
    Oct 19, 2007 12:03:42... Info:
    Oct 19, 2007 12:03:42... Info: ============================================
    Oct 19, 2007 12:03:42... Info: =   Starting to execute command 'server'   =
    Oct 19, 2007 12:03:42... Info: ============================================
    Oct 19, 2007 12:03:42... Info: Starting SDM - Software Deployment Manager...
    Oct 19, 2007 12:03:42... Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000
    Oct 19, 2007 12:03:44... Info: SDM operation mode successfully set to: Integrated
    Oct 19, 2007 12:03:45... Info: JStartupFramework is requesting to start the SDM Server.
    Oct 19, 2007 12:03:45... Info: Start the SDM Server integrated in the JStartupFramework.
    Oct 19, 2007 12:03:45... Info: Initializing Network Manager (50117)
    Oct 19, 2007 12:03:45... Info: Starting SDM Server listening on port 50118
    Oct 19, 2007 12:03:45... Info: SDM started successfully.
    Oct 19, 2007 12:06:08... Info: Opened client connection to solmanager.gpr.nl (IP address solmanager.gpr.nl/10.11.150.55, remote port 30908)
    Oct 19, 2007 12:06:08... Info: Request for Logon as admin accepted
    Oct 19, 2007 12:06:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~connectors.ear'
    Oct 19, 2007 12:06:38... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~database.ear'
    Oct 19, 2007 12:06:44... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~datacollector.ear'
    Oct 19, 2007 12:06:49... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~filesystem.ear'
    Oct 19, 2007 12:06:54... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~flightrecorderdumpscan.ear'
    Oct 19, 2007 12:06:59... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~globallicenseaudit.ear'
    Oct 19, 2007 12:07:04... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplicationglobalconf.ear'
    Oct 19, 2007 12:07:09... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~ldap.ear'
    Oct 19, 2007 12:07:14... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~logviewer.ear'
    Oct 19, 2007 12:07:19... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplicationnavigationlinks.ear'
    Oct 19, 2007 12:07:27... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~par.ear'
    Oct 19, 2007 12:07:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~remoteos.ear'
    Oct 19, 2007 12:07:37... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~remotesetup.ear'
    Oct 19, 2007 12:07:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~runtime.ear'
    Oct 19, 2007 12:07:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~switch.ear'
    Oct 19, 2007 12:07:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~telnet.ear'
    Oct 19, 2007 12:07:57... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~tracing.ear'
    Oct 19, 2007 12:08:02... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wily.ear'
    Oct 19, 2007 12:08:07... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wily4duet.ear'
    Oct 19, 2007 12:08:12... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wilyhost.ear'
    Oct 19, 2007 12:08:16... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationkeystore.ear'
    Oct 19, 2007 12:08:21... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationmigration.ear'
    Oct 19, 2007 12:08:26... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdapplicationtelnet.ear'
    Oct 19, 2007 12:08:31... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~cptdict.sda'
    Oct 19, 2007 12:08:36... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~databasetools.ear'
    Oct 19, 2007 12:08:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmddatamgmtdict.sda'
    Oct 19, 2007 12:08:46... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ebwextractor.ear'
    Oct 19, 2007 12:08:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ebwextractorea.ear'
    Oct 19, 2007 12:08:56... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2eea.ear'
    Oct 19, 2007 12:09:01... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2eloganalysis.ear'
    Oct 19, 2007 12:09:06... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etraceabapwd.ear'
    Oct 19, 2007 12:09:11... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etracej2eewd.ear'
    Oct 19, 2007 12:09:16... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etracemainwd.ear'
    Oct 19, 2007 12:09:21... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2etraceupload.ear'
    Oct 19, 2007 12:09:27... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~e2ewa.ear'
    Oct 19, 2007 12:09:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~globallicenseaudit.ear'
    Oct 19, 2007 12:09:37... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~navigation.ear'
    Oct 19, 2007 12:09:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmd~pcdlogbrowser.ear'
    Oct 19, 2007 12:09:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdserveragentadmin.ear'
    Oct 19, 2007 12:09:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcsmdserverservice.sda'
    Oct 19, 2007 12:09:57... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~abapco.ear'
    Oct 19, 2007 12:10:01... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~abapsyssetup.ear'
    Oct 19, 2007 12:10:06... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratoradminnavigation.ear'
    Oct 19, 2007 12:10:11... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~ccrep.ear'
    Oct 19, 2007 12:10:16... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorccrepdict.sda'
    Oct 19, 2007 12:10:21... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~contentaccess.ear'
    Oct 19, 2007 12:10:26... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~dbbrowser.ear'
    Oct 19, 2007 12:10:31... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~dsalias.ear'
    Oct 19, 2007 12:10:36... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorewadict.sda'
    Oct 19, 2007 12:10:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~fsbrowser.ear'
    Oct 19, 2007 12:10:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~fvrep.ear'
    Oct 19, 2007 12:10:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorfvrepdict.sda'
    Oct 19, 2007 12:10:57... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~httpanalysis.ear'
    Oct 19, 2007 12:11:02... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorhttpanalysisdict.sda'
    Oct 19, 2007 12:11:07... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~ldapbrowser.ear'
    Oct 19, 2007 12:11:12... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~lib.sda'
    Oct 19, 2007 12:11:17... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlibdbc.sda'
    Oct 19, 2007 12:11:22... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlibdict.sda'
    Oct 19, 2007 12:11:27... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~logmanager.ear'
    Oct 19, 2007 12:11:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~logviewer.ear'
    Oct 19, 2007 12:11:37... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorlogviewerdict.sda'
    Oct 19, 2007 12:11:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~management.ear'
    Oct 19, 2007 12:11:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~mcomp.ear'
    Oct 19, 2007 12:11:52... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~mem_snapshot_analysis.ear'
    Oct 19, 2007 12:11:57... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~navigation.ear'
    Oct 19, 2007 12:12:02... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationdbc.sda'
    Oct 19, 2007 12:12:07... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationdict.sda'
    Oct 19, 2007 12:12:12... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratornavigationejb.ear'
    Oct 19, 2007 12:12:17... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~nwawrapper.ear'
    Oct 19, 2007 12:12:22... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~oscommand.ear'
    Oct 19, 2007 12:12:27... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~scheduler.ear'
    Oct 19, 2007 12:12:32... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerdict.sda'
    Oct 19, 2007 12:12:37... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerejb.ear'
    Oct 19, 2007 12:12:42... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerlib.sda'
    Oct 19, 2007 12:12:47... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorschedulerwar.ear'
    Oct 19, 2007 12:12:53... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~screp.ear'
    Oct 19, 2007 12:12:58... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorscrepdbc.sda'
    Oct 19, 2007 12:13:03... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorscrepdict.sda'
    Oct 19, 2007 12:13:08... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~selfcheck.ear'
    Oct 19, 2007 12:13:13... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfcheckdbc.sda'
    Oct 19, 2007 12:13:18... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfcheckdict.sda'
    Oct 19, 2007 12:13:23... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministratorselfchecklib.sda'
    Oct 19, 2007 12:13:28... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~setup.ear'
    Oct 19, 2007 12:13:33... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~smdservices.ear'
    Oct 19, 2007 12:13:38... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~solmandiag.ear'
    Oct 19, 2007 12:13:43... Info: Loading archive 'E:\install\LMSERVICE13\LMSERVICE13_0-20001429\DEPLOYARCHIVES\sap.comtcwebadministrator~standlogviewer.ear'

    And here some of the rest (and the end)  of the log:
    07/10/19 13:07:38 -  ***********************************************************
    07/10/19 13:07:38 -  Start updating EAR file...
    07/10/19 13:07:38 -  start-up mode is lazy
    07/10/19 13:07:38 -  EAR file updated successfully for 78ms.
    07/10/19 13:07:38 -  Start updating...
    07/10/19 13:07:39 -  EAR file uploaded to server for 63ms.
    07/10/19 13:07:41 -  Successfully updated. Update took 2515ms.
    07/10/19 13:07:41 -  Deploy Service status:
    07/10/19 13:07:41 -    Application : sap.com/tcwebadministratorsmdservices
    07/10/19 13:07:41 -
    07/10/19 13:07:41 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:07:41 -    sap.com/tcwebadministratorsmdservices  - WEBDYNPRO
    07/10/19 13:07:41 -  ***********************************************************
    Oct 19, 2007 1:07:41 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:07:41 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:07:41 PM  Info: Finished successfully: development component 'tc/webadministrator/smdservices'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:07:41 PM  Info: Starting to save the repository
    Oct 19, 2007 1:07:42 PM  Info: Finished saving the repository
    Oct 19, 2007 1:07:47 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/standlogviewer'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/standlogviewer'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:07:47 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\standlogviewer\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministrator~standlogviewer.ear
    Oct 19, 2007 1:07:47 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:07:47 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:07:49 PM  Info: Begin of log messages of the target system:
    07/10/19 13:07:47 -  ***********************************************************
    07/10/19 13:07:47 -  Start updating EAR file...
    07/10/19 13:07:47 -  start-up mode is lazy
    07/10/19 13:07:47 -  EAR file updated successfully for 47ms.
    07/10/19 13:07:47 -  Start updating...
    07/10/19 13:07:47 -  EAR file uploaded to server for 16ms.
    07/10/19 13:07:49 -  Successfully updated. Update took 1750ms.
    07/10/19 13:07:49 -  Deploy Service status:
    07/10/19 13:07:49 -    Application : sap.com/tcwebadministratorstandlogviewer
    07/10/19 13:07:49 -
    07/10/19 13:07:49 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:07:49 -    sap.com/tcwebadministratorstandlogviewer  - WEBDYNPRO
    07/10/19 13:07:49 -  ***********************************************************
    Oct 19, 2007 1:07:49 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:07:49 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:07:49 PM  Info: Finished successfully: development component 'tc/webadministrator/standlogviewer'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:07:49 PM  Info: Starting to save the repository
    Oct 19, 2007 1:07:50 PM  Info: Finished saving the repository
    Oct 19, 2007 1:07:55 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/tda'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/tda'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:07:55 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\tda\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministrator~tda.ear
    Oct 19, 2007 1:07:55 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:07:55 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:07:58 PM  Info: Begin of log messages of the target system:
    07/10/19 13:07:55 -  ***********************************************************
    07/10/19 13:07:55 -  Start updating EAR file...
    07/10/19 13:07:55 -  start-up mode is lazy
    07/10/19 13:07:55 -  EAR file updated successfully for 78ms.
    07/10/19 13:07:55 -  Start updating...
    07/10/19 13:07:55 -  EAR file uploaded to server for 94ms.
    07/10/19 13:07:58 -  Successfully updated. Update took 2687ms.
    07/10/19 13:07:58 -  Deploy Service status:
    07/10/19 13:07:58 -    Application : sap.com/tcwebadministratortda
    07/10/19 13:07:58 -
    07/10/19 13:07:58 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:07:58 -    sap.com/tcwebadministratortda  - WEBDYNPRO
    07/10/19 13:07:58 -  ***********************************************************
    Oct 19, 2007 1:07:58 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:07:58 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:07:58 PM  Info: Finished successfully: development component 'tc/webadministrator/tda'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:07:58 PM  Info: Starting to save the repository
    Oct 19, 2007 1:07:59 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:04 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/test/ccrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/test/ccrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:04 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\test\ccrep\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministratortestccrep.ear
    Oct 19, 2007 1:08:04 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:04 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:04 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:04 -  ***********************************************************
    07/10/19 13:08:04 -  Start updating EAR file...
    07/10/19 13:08:04 -  start-up mode is lazy
    07/10/19 13:08:04 -  EAR file updated successfully for 47ms.
    07/10/19 13:08:04 -  Start updating...
    07/10/19 13:08:04 -  EAR file uploaded to server for 16ms.
    07/10/19 13:08:04 -  Successfully updated. Update took 297ms.
    07/10/19 13:08:04 -  Deploy Service status:
    07/10/19 13:08:04 -    Application : sap.com/tcwebadministratortest~ccrep
    07/10/19 13:08:04 -
    07/10/19 13:08:04 -    sap.com/tcwebadministratortest~ccrep  - WEBDYNPRO
    07/10/19 13:08:04 -  ***********************************************************
    Oct 19, 2007 1:08:04 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:04 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:04 PM  Info: Finished successfully: development component 'tc/webadministrator/test/ccrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:04 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:05 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:10 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/test/fvrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/test/fvrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:10 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\test\fvrep\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministratortestfvrep.ear
    Oct 19, 2007 1:08:10 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:10 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:11 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:10 -  ***********************************************************
    07/10/19 13:08:10 -  Start updating EAR file...
    07/10/19 13:08:10 -  start-up mode is lazy
    07/10/19 13:08:10 -  EAR file updated successfully for 47ms.
    07/10/19 13:08:10 -  Start updating...
    07/10/19 13:08:10 -  EAR file uploaded to server for 15ms.
    07/10/19 13:08:10 -  Successfully updated. Update took 360ms.
    07/10/19 13:08:10 -  Deploy Service status:
    07/10/19 13:08:10 -    Application : sap.com/tcwebadministratortest~fvrep
    07/10/19 13:08:10 -
    07/10/19 13:08:10 -    sap.com/tcwebadministratortest~fvrep  - WEBDYNPRO
    07/10/19 13:08:10 -  ***********************************************************
    Oct 19, 2007 1:08:11 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:11 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:11 PM  Info: Finished successfully: development component 'tc/webadministrator/test/fvrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:11 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:12 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:16 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/test/screp'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/test/screp'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:16 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\test\screp\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministratortestscrep.ear
    Oct 19, 2007 1:08:16 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:16 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:19 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:16 -  ***********************************************************
    07/10/19 13:08:17 -  Start updating EAR file...
    07/10/19 13:08:17 -  start-up mode is lazy
    07/10/19 13:08:17 -  EAR file updated successfully for 47ms.
    07/10/19 13:08:17 -  Start updating...
    07/10/19 13:08:17 -  EAR file uploaded to server for 16ms.
    07/10/19 13:08:18 -  Successfully updated. Update took 1640ms.
    07/10/19 13:08:18 -  Deploy Service status:
    07/10/19 13:08:18 -    Application : sap.com/tcwebadministratortest~screp
    07/10/19 13:08:18 -
    07/10/19 13:08:18 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:08:18 -    sap.com/tcwebadministratortest~screp  - WEBDYNPRO
    07/10/19 13:08:18 -  ***********************************************************
    Oct 19, 2007 1:08:19 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:19 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:19 PM  Info: Finished successfully: development component 'tc/webadministrator/test/screp'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:19 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:19 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:24 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/upgrader'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/upgrader'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:24 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\upgrader\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministrator~upgrader.ear
    Oct 19, 2007 1:08:24 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:24 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:26 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:24 -  ***********************************************************
    07/10/19 13:08:24 -  Start updating EAR file...
    07/10/19 13:08:24 -  start-up mode is lazy
    07/10/19 13:08:24 -  EAR file updated successfully for 63ms.
    07/10/19 13:08:24 -  Start updating...
    07/10/19 13:08:24 -  EAR file uploaded to server for 15ms.
    07/10/19 13:08:26 -  Successfully updated. Update took 1672ms.
    07/10/19 13:08:26 -  Deploy Service status:
    07/10/19 13:08:26 -    Application : sap.com/tcwebadministratorupgrader
    07/10/19 13:08:26 -
    07/10/19 13:08:26 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:08:26 -    sap.com/tcwebadministratorupgrader  - WEBDYNPRO
    07/10/19 13:08:26 -  ***********************************************************
    Oct 19, 2007 1:08:26 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:26 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:26 PM  Info: Finished successfully: development component 'tc/webadministrator/upgrader'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:26 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:27 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:32 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/wcrep/ws'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/wcrep/ws'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:32 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\wcrep\ws\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministratorwcrepws.ear
    Oct 19, 2007 1:08:32 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:32 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:37 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:32 -  ***********************************************************
    07/10/19 13:08:32 -  Start updating EAR file...
    07/10/19 13:08:32 -  start-up mode is lazy
    07/10/19 13:08:32 -  EAR file updated successfully for 78ms.
    07/10/19 13:08:32 -  Start updating...
    07/10/19 13:08:32 -  EAR file uploaded to server for 31ms.
    07/10/19 13:08:37 -  Successfully updated. Update took 5110ms.
    07/10/19 13:08:37 -  Deploy Service status:
    07/10/19 13:08:37 -    Application : sap.com/tcwebadministratorwcrep~ws
    07/10/19 13:08:37 -
    07/10/19 13:08:37 -    WcrSessionBean  - EJB
    07/10/19 13:08:37 -    WEB SERVICE PORTS:
    /WcrSessWs/Config1
    - WEBSERVICES
    07/10/19 13:08:37 -    WcrSessWs/Config1  - WEB
    07/10/19 13:08:37 -  ***********************************************************
    Oct 19, 2007 1:08:37 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:37 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:37 PM  Info: Finished successfully: development component 'tc/webadministrator/wcrep/ws'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:37 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:38 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:43 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/wcrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/wcrep'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:43 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\wcrep\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministrator~wcrep.ear
    Oct 19, 2007 1:08:43 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:43 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:45 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:43 -  ***********************************************************
    07/10/19 13:08:43 -  Start updating EAR file...
    07/10/19 13:08:43 -  start-up mode is lazy
    07/10/19 13:08:43 -  EAR file updated successfully for 62ms.
    07/10/19 13:08:43 -  Start updating...
    07/10/19 13:08:43 -  EAR file uploaded to server for 63ms.
    07/10/19 13:08:44 -  Successfully updated. Update took 1109ms.
    07/10/19 13:08:44 -  Deploy Service status:
    07/10/19 13:08:44 -    Application : sap.com/tcwebadministratorwcrep
    07/10/19 13:08:44 -
    07/10/19 13:08:44 -    sap.com/tcwebadministratorwcrep  - WEBDYNPRO
    07/10/19 13:08:44 -  ***********************************************************
    Oct 19, 2007 1:08:45 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:45 PM  Info: Finished successfully: development component 'tc/webadministrator/wcrep'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:45 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:45 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:51 PM  Info: Starting: Update: Selected development component 'tc/webadministrator/wilyadmin'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2' updates currently deployed development component 'tc/webadministrator/wilyadmin'/'sap.com'/'SAP AG'/'7.0012.20070328124852.0000'/'0'.
    Oct 19, 2007 1:08:51 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\webadministrator\wilyadmin\SAP AG\2\7.0013.20070717141618.0000\sap.comtcwebadministrator~wilyadmin.ear
    Oct 19, 2007 1:08:51 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:08:51 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:53 PM  Info: Begin of log messages of the target system:
    07/10/19 13:08:51 -  ***********************************************************
    07/10/19 13:08:51 -  Start updating EAR file...
    07/10/19 13:08:51 -  start-up mode is lazy
    07/10/19 13:08:51 -  EAR file updated successfully for 63ms.
    07/10/19 13:08:51 -  Start updating...
    07/10/19 13:08:51 -  EAR file uploaded to server for 63ms.
    07/10/19 13:08:53 -  Successfully updated. Update took 2125ms.
    07/10/19 13:08:53 -  Deploy Service status:
    07/10/19 13:08:53 -    Application : sap.com/tcwebadministratorwilyadmin
    07/10/19 13:08:53 -
    07/10/19 13:08:53 -    com.sap.smd.ump  - COM.SAP.SECURITY.CORE.SERVER.UME.SERVICE.UMECONTAINER
    07/10/19 13:08:53 -    sap.com/tcwebadministratorwilyadmin  - WEBDYNPRO
    07/10/19 13:08:53 -  ***********************************************************
    Oct 19, 2007 1:08:53 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:08:53 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:08:53 PM  Info: Finished successfully: development component 'tc/webadministrator/wilyadmin'/'sap.com'/'SAP AG'/'7.0013.20070717141618.0000'/'2'
    Oct 19, 2007 1:08:53 PM  Info: Starting to save the repository
    Oct 19, 2007 1:08:54 PM  Info: Finished saving the repository
    Oct 19, 2007 1:08:56 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Oct 19, 2007 1:19:02 PM  Info: Undeployment Process is cancelled
    Oct 19, 2007 1:29:38 PM  Info: Loading archive 'E:\install\IntroscopeAgentsp13_solman\ISAGENTSMD71_11-20002182\DEPLOYARCHIVES\sap.comtcsmdagentapplication~wily4java.ear'
    Oct 19, 2007 1:29:44 PM  Info: Actions per selected component:
    Oct 19, 2007 1:29:44 PM  Info: Initial deployment: Selected development component 'tc/smd/agent/application/wily4java'/'sap.com'/'SAP AG'/'7.0014.20070926190013.0000'/'0' will be deployed.
    Oct 19, 2007 1:29:55 PM  Info: Saved current Engine state.
    Oct 19, 2007 1:29:57 PM  Info: Starting: Initial deployment: Selected development component 'tc/smd/agent/application/wily4java'/'sap.com'/'SAP AG'/'7.0014.20070926190013.0000'/'0' will be deployed.
    Oct 19, 2007 1:29:57 PM  Info: SDA to be deployed: D:\usr\sap\S01\DVEBMGS01\SDM\root\origin\sap.com\tc\smd\agent\application\wily4java\SAP AG\0\7.0014.20070926190013.0000\sap.comtcsmdagentapplication~wily4java.ear
    Oct 19, 2007 1:29:57 PM  Info: Software type of SDA: J2EE
    Oct 19, 2007 1:29:57 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:30:01 PM  Info: Begin of log messages of the target system:
    07/10/19 13:29:57 -  ***********************************************************
    07/10/19 13:29:57 -  Start updating EAR file...
    07/10/19 13:29:57 -  start-up mode is lazy
    07/10/19 13:29:58 -  EAR file updated successfully for 890ms.
    07/10/19 13:29:58 -  Start deploying ...
    07/10/19 13:29:59 -  EAR file uploaded to server for 1172ms.
    07/10/19 13:30:01 -  Successfully deployed. Deployment took 1031ms.
    07/10/19 13:30:01 -    Application : sap.com/tcsmdagentapplicationwily4java
    07/10/19 13:30:01 -
    07/10/19 13:30:01 -    tcsmdagentapplicationwily4java  - WEB
    07/10/19 13:30:01 -  ***********************************************************
    Oct 19, 2007 1:30:01 PM  Info: End of log messages of the target system.
    Oct 19, 2007 1:30:01 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 19, 2007 1:30:01 PM  Info: Finished successfully: development component 'tc/smd/agent/application/wily4java'/'sap.com'/'SAP AG'/'7.0014.20070926190013.0000'/'0'
    Oct 19, 2007 1:30:01 PM  Info: Starting to save the repository
    Oct 19, 2007 1:30:02 PM  Info: Finished saving the repository
    Oct 19, 2007 1:30:03 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Oct 19, 2007 1:30:19 PM  Info: Undeployment Process is cancelled

  • Content just disappear after upgrade

    Hi All -
    I hope someone can help me!
    I upgraded iTunes to v8; then connected my iPod Touch (v2.0.2), and I don't know why the content cannot be accessed, it only shows on capacity bar as space ocuppied by "Other", not by my music or my videos. So, I decided to disconnect the iPod, and guess what? Also in my iPod the content disappeared. After that, I upgraded the firmware of my iPod to v2.1 thinking that it would help, but nothing, same thing.
    Does anybody know what I can do?

    Put it in recovery mode.
    1. Verify you have iTunes 7.5 or later. Apple recommends using the latest version of iTunes.
    2. Disconnect the USB cable from the iPhone or iPod touch.
    3. Power off the device (Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the the iPhone or iPod touch to turn off.
    4. Press and hold the Home button while reconnecting USB cable. When you reconnect USB, the device should then power on.
    5. Continue holding the Home button while iPod touch starts up. While starting up, you will see the Apple logo.
    6. When you see "Connect to iTunes" on the screen, you can release the Home button.
    7. Connect the iPod and follow the on screen instructions.

  • Application not working after deployment in remote server

    I have a standard web application working in my localhost. But when I deploy the same in a remote server it gives the following exception. This happens for all the jsp:useBean. why is the container not able to fund the Beans. The Tomcat is installed properly and I use it's manager tool to deploy the WAR.
    I checked the WEB-INF/lib directory and it has all the required JARs.
    Error:
    org.apache.jasper.JasperException: Exception in JSP: /test/CurWeatherBean.jsp:22
    19:         <a href="index.jsp">[ index ]</a>
    20:        
    21:         <h2>CurrentWeatherMapBean.ATOMICS</h2>
    22:         <jsp:useBean id="cwmDAO" class="com.news.pub.weather.CurWeatherBean$ATOMICS" scope="request"/>       
    23:         <ul>
    24:             <li>
    25:                 <h3>List<CurWeatherBean> get()</h3>
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         com.news.pubt.forc.oc.Container.getReference(Container.java:68)
         com.news.pubt.forc.cfg.PropertyBag.getBag(PropertyBag.java:80)
         com.news.pubt.forc.cfg.PropertyBag.getProperty(PropertyBag.java:60)
         com.news.pubt.atomicsbeans.impl.ATOMICSBean.<init>(ATOMICSBean.java:61)
         com.news.pubt.atomicsbeans.ATOMICSAwareBean.<init>(ATOMICSAwareBean.java:175)
         com.news.pubt.weather.CurWeatherBean$ATOMICS.<init>(CurWeatherBean.java:131)
         org.apache.jsp.test.CurWeatherBean_jsp._jspService(CurWeatherBean_jsp.java:65)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)Please help me.
    Edited by: danbrown on Feb 8, 2008 8:32 AM

    Your error stack refers to a class with the package sequence "com.news.pubt.weather....." but your jsp file refers to a class "com.news.pub.weather...
    Is there an error in your jsp page? If so, did you change the package name, and do you still have old class files on the classpath on your local machine with the old name?
    Anyway, the top of the error stack refers to line number 68 in the Container class. So that is where you should see a problem regarding the NullPointerExcpetion. You could post that line of code.

  • Content getting disappear after page load in safari

    Content of the webpage get dissappear after the page load in safari. I am currently using IOS7.1 in my ipad mini
    Url:
    http://wealthforumezine.net/ThinkBIGBusinessPerspective230314.html#.UzAF2PmSyrM
    http://wealthforumezine.net/FundFocusSBI180314.html#.UzAF6fmSyrM
    the website is devloped using HTML 4.
    Thanks in advance

    I have a similar problem in Leopard with Safari not loading pages correctly. I'm trying to troubleshoot now, so let me ask you some questions to see if its the same problem as mine.
    Are you using an administrator account? On my machine it only acts up on non-administrator account.
    Does Firefox or another web browser load the pages correctly? On my machine it has similar problems to Safari.

  • Servlet error after deploy to app server

    Hi,
    When I run my jheadstart app from local pc then everything is fine. When I deploy the same app to the app server it starts correctly, and works somehow. But, when I click the new button in any kind of jsp, I get the following error:
    05/05/18 09:58:19 Started
    05/05/18 09:58:27 ilbi: jsp: init
    05/05/18 09:58:28 ilbi: action: init
    05/05/18 09:58:29 ilbi: uix: init
    05/05/18 09:58:31 ilbi: 9.0.4.1.0 Started
    05/05/18 09:59:06 ilbi: Servlet error
    java.lang.ClassCastException
         at oracle.jheadstart.util.ReportingUtils.processException(ReportingUtils.java:274)
         at oracle.jheadstart.util.ReportingUtils.translateExceptionToStrutsErrors(ReportingUtils.java:149)
         at oracle.jheadstart.util.ReportingUtils.reportErrors(ReportingUtils.java:131)
         at oracle.jheadstart.controller.strutsadf.action.JhsStrutsJspLifecycle.reportErrors(JhsStrutsJspLifecycle.java:263)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:269)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:463)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:150)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:222)
         at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.handleLifecycle(JhsDataAction.java:389)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:153)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
         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.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.jheadstart.controller.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:172)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at khb.ilbi.controller.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:113)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I think this is a deployment problem and I tried to resolve used the deployment issue on this forum (I made the ADF Runtime manual installation steps), but at this moment I have no idea.
    Could anybody help me, please?
    thanks
    Gyula

    Hi,
    Here are the codes:
    OLD CODE:
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    setOwnerId(AdfbcUtils.getValueFromSequence("ILB_OWNERS_S", getDBTransaction()));
    NEW CODE
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    setOwnerId(getSeqNum("ILB_OWNERS_S", getDBTransaction()));
    getSeqNum:
    PUBLIC NUMBER getSeqNum(String sequenceName, DBTransaction tr) {
    STATEMENT st = NULL;
    ResultSet rset = NULL;
    NUMBER retVal = NULL;
    try {
    String stmt = "select to_char(" + sequenceName + ".nextval) from dual" ;
    st = tr.createStatement(1);
    rset = st.executeQuery ( stmt );
    WHILE (rset.NEXT())
    retVal = NEW NUMBER(rset.getString(1));
    logger.DEBUG("Sequence captured");
    RETURN retVal;
    } catch (SQLException s) {
    logger.DEBUG("Sequence not captured because error occured");
    throw NEW JboException(s);
    } finally {
    try {
    IF (st != NULL) st.CLOSE();
    } catch (SQLException s) { /* ignore */ }
    Gyula

  • Crystal report viewer are displaying blank page after deploying in web server

    Dear friends,
                       i have designed crystal report (in VS2010 &  CRRuntime_64bit_13_0_6 installed in web server) it's working fine in local machine even web server also but in http://localhost, if i change from localhost to my domain name or local IP address(like http://192.168.1.71) then it's getting blank page.
    but same report if i open in pdf format it's working fine.
    I have tried the following one. But this is not working for me.
    Copy the entire Crystal Report Support folder
    C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    in web.config, the below code also added.
    <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
    <crystalReportViewer>
    <add key="resourceURI" value="~/crystalreportviewers13"/>
    </crystalReportViewer>
    please suggest me some solutions to resolve this issues...
    Regards,
    Manikandan.V

    Have a look at this blog for how to configure the viewer:
    Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScript runtime error: &…
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Excel macro error after deploying in Weblogic

    Halo,
    I have written excel macros and it is working fine.
    but if the same file if i try to open from hyperlink after deploying in Weblogic server , I get the error
    "error occured initializing the VBA libraries.
    If Microsoft Visual Basic for Applications (VBA) was not installed, or was set to Install on first use,
    (advertised, or set to install on demand) you may receive this error message.
    Depending on the mode of installation used and the rights of the user to change current settings,
    it is possible to install VBA through Control Panel, Add/Remove Programs, Microsoft Office, Add or Remove
    features. If Visual Basic for Applications is not listed as an installable feature of Office, the administrator
    of your system may have disabled it so it is impossible for you to install it. If VBA is not installed,
    it is impossible to run VBA applications/projects on this computer. "
    1. Even though Excel VBA application is installed in my machine , why am i getting this error.??
    2. I would like to know is there any way to open the excel file even though if the excel software is not installed in client machine??
    Appreciate your help.
    Thanks.

    Hi,
    I do not see any reason for this to not work.
    Is there any difference between the preferences for RX and RXI. Please go to "edit" -> "Preferences" -> "Security(Enhanced)" and uncheck "Enable protected mode at startup".
    Are you able to open any pdf from command line with the same command:
    "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe"  <<PDF_FILE>>
    Thanks,
    Amish.

  • Keeping data in server compact database AFTER deployment

    Hey!
    I have a small problem regarding SQL Server Compact and Visual Studio 2010: My application uses a database, the purpose is to manage article stocks.
    My problem now is that I have an existing excel sheet with articles, which I want to put into the database. As of now I am  changing the code for the specific excel workSheets and the respective row indexes manually. To exemplify that: I have the workSheet[1]
    and need the content of rows 20 to 178. In my code, I am changing the workSheet index and adapt my for-loop to the right row indexes. Then I start the debugging and repeat the process for another set of rows.
    I could of course create input textboxes to enter rows and worksheet indexes to my project, so after deploying it, I can enter my desired values.
    However, out of curiousity I would like to know, if there is a way to keep data I read at debugging time in my database to use it after deployment.
    Regards
    pat3d3r

    Use a full path to your database file in your connection string, and data will persist. In addition, if you have the database file as a project item set it to Copy= Never.
    You also need to think about where you want to place the file after deployment, I have some ideas here: 
    http://erikej.blogspot.dk/2013/10/sql-server-compact-4-desktop-app-with.html
    Please mark as answer, if this was it. Visit my SQL Server Compact blog http://erikej.blogspot.com

  • All the SSIS Packages are not editable to the all users after deploying to the other server

    Hi All,
    I am using sqlserver2012.
    How to make all the SSIS Packages are not editable to all users after deploying to the other server. is there any way to achieve this,
    if yes, could share the information how to do....
    Thanks in advance....
    RamarajuC

    Typically, you change the protection level as listed in the following steps:
    During development, leave the protection level of packages set to the default value,
    EncryptSensitiveWithUserKey. This setting helps ensure that only the developer sees sensitive values in the package. Or, you can consider using
    EncryptAllWithUserKey, or DontSaveSensitive.
    When it is time to deploy the packages, you have to change the protection level to one that does not depend on the developer's user key. Therefore you typically have to select
    EncryptSensitiveWithPassword, or EncryptAllWithPassword. Encrypt the packages by assigning a temporary strong password that is also known to the operations team in the production environment.
    After the packages have been deployed to the production environment, the operations team can re-encrypt the deployed packages by assigning a strong password that is known only to them. Or, they can encrypt the deployed packages by selecting
    EncryptSensitiveWithUserKey or EncryptAllWithUserKey, and using the local credentials of the account that will run the packages.
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

Maybe you are looking for