Error in retrieving session attribute for ejb remote in clustered env

          We store EJB remote object in session and differnt clients retrieve it from sessionbefore
          making a business method call. This seems to work in most cases but sometimes
          it gives the exception attached. This happens only in a clustered environment.What
          has been observed is that if we put the remote object inside a hashtablewhich
          in-turn is stored in session retrieval from hashtable does not give thisproblem.
          Any suggestion / solution would be greatly appreciated.
          Regards,
          Shilpa
          The exception Stack trace is attachedjava.rmi.NoSuchObjectException: Unable to
          locate EJBHome: 'BalconHome' on server:'t3://176.19.183.6,176.19.183.15:9616 at
          weblogic.ejb20.internal.HomeHandleImpl.getEJBHome(HomeHandleImpl.java:80) at weblogic.ejb20.internal.HandleImpl.getEJBObject(HandleImpl.java:184)
          at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:395)
          at com.chase.ccs.util.AccountInfoAccessor.setCurrentAccountAttributeBalcon(AccountInfoAccessor.java:362)
          at com.chase.ccs.util.ModelAccessor.initBlaconOfferModel(ModelAccessor.java:311)
          at com.chase.ccs.balancetransfer.OfferPortlet.service(OfferPortlet.java:88) at
          com.chase.ccs.balancetransfer.OfferView.pageStart(OfferView.java:65) at com.chase.ccs.util.ModuleStarter.doAllPageStart(ModuleStarter.java:236)
          at jsp_servlet._templates._template0005._UXaQVaXTUaSYaWaSRZfdXbWSfYXbTRQb.__ccs_mm_tgl_pfp_grid._jspService(__ccs_mm_tgl_pfp_grid.java:316)
          at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
          at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:482)
          at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:308)
          at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116) at com.epicentric.servlets.ServletUtils.include(ServletUtils.java:150)
          at com.epicentric.template.Style.execute(Style.java:538) at com.epicentric.taglib.html.IncludeGridTag.doStartTag(IncludeGridTag.java:57)
          at jsp_servlet.__index._jspService(__index.java:560) at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
          at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:242)
          at com.epicentric.servlets.stackable.SiteDispatcherServlet.service(SiteDispatcherServlet.java:195)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
          at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2546)
          at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          

          The EJB is stateful session EJB. Have seen some posts pointing to problems
          with
          stateful session EJB and cluster and the suggested solution was SP4 (we are
          on 6.1 SP3).
          Hope this gets more clarity (and some solutions!!!).
          regards,
          Rajesh / Shilpa
          "Cameron Purdy" <[email protected]> wrote in message
          news:[email protected]...
          > It's probably caused by the fact that the session attributes get
          serialized
          > when they are in a cluster. (Something to do with ser/deser process?)
          >
          > Peace,
          >
          > Cameron Purdy
          > Tangosol, Inc.
          > http://www.tangosol.com/coherence.jsp
          > Tangosol Coherence: Clustered Replicated Cache for Weblogic
          >
          >
          > "Shilpa" <[email protected]> wrote in message
          > news:[email protected]...
          > >
          > > We store EJB remote object in session and differnt clients retrieve it
          > from sessionbefore
          > > making a business method call. This seems to work in most cases but
          > sometimes
          > > it gives the exception attached. This happens only in a clustered
          > environment.What
          > > has been observed is that if we put the remote object inside a
          > hashtablewhich
          > > in-turn is stored in session retrieval from hashtable does not give
          > thisproblem.
          > > Any suggestion / solution would be greatly appreciated.
          > >
          > > Regards,
          > > Shilpa
          > >
          > > The exception Stack trace is attachedjava.rmi.NoSuchObjectException:
          > Unable to
          > > locate EJBHome: 'BalconHome' on
          > server:'t3://176.19.183.6,176.19.183.15:9616 at
          > >
          weblogic.ejb20.internal.HomeHandleImpl.getEJBHome(HomeHandleImpl.java:80)
          > at weblogic.ejb20.internal.HandleImpl.getEJBObject(HandleImpl.java:184)
          > > at
          >
          weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:
          > 395)
          > > at
          >
          com.chase.ccs.util.AccountInfoAccessor.setCurrentAccountAttributeBalcon(Acco
          > untInfoAccessor.java:362)
          > > at
          >
          com.chase.ccs.util.ModelAccessor.initBlaconOfferModel(ModelAccessor.java:311
          > )
          > > at
          > com.chase.ccs.balancetransfer.OfferPortlet.service(OfferPortlet.java:88)
          at
          > > com.chase.ccs.balancetransfer.OfferView.pageStart(OfferView.java:65) at
          > com.chase.ccs.util.ModuleStarter.doAllPageStart(ModuleStarter.java:236)
          > > at
          >
          jsp_servlet._templates._template0005._UXaQVaXTUaSYaWaSRZfdXbWSfYXbTRQb.__ccs
          > mmtgl_pfp_grid._jspService(__ccs_mm_tgl_pfp_grid.java:316)
          > > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27) at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :265)
          > > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :200)
          > > at
          >
          weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
          > l.java:482)
          > > at
          >
          weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
          > l.java:308)
          > > at
          weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
          > at com.epicentric.servlets.ServletUtils.include(ServletUtils.java:150)
          > > at com.epicentric.template.Style.execute(Style.java:538) at
          >
          com.epicentric.taglib.html.IncludeGridTag.doStartTag(IncludeGridTag.java:57)
          > > at jsp_servlet.__index._jspService(__index.java:560) at
          > weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          > > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :265)
          > > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :200)
          > > at
          >
          weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
          > l.java:242)
          > > at
          >
          com.epicentric.servlets.stackable.SiteDispatcherServlet.service(SiteDispatch
          > erServlet.java:195)
          > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :265)
          > > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :200)
          > > at
          >
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          > ntext.java:2546)
          > > at
          >
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          > :2260)
          > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139) at
          > weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >
          >
          

Similar Messages

  • Error while retrieving a password for credential

    Hi All,
    I am getting following error while deploying ADS application.
    Please help me to resolve it.
    NWDS 04s.
    Adobe Version 7.02
    error:
      com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: ADS Render Exception occured. Append "sap-wd-errorPdf=true" to the URL and access the application once again. This time you will get an error PDF. Save the error PDF on the file system. This is a helpful attachment in case of an OSS message. com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights: java.lang.Exception: Could not retrieve a password for credential: ReaderRights Exception Stack Trace: com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights: java.lang.Exception: Could not retrieve a password for credential: ReaderRights at com.adobe.ads.request.UsageRights.execute(UsageRights.java:202) at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111) at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:758) at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130) at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108) at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157) at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79) at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92) at SoapServlet.doPost(SoapServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at

    Hi,
    did you provide your credential during the Adobe installation process (as far as I know, you have to install the Adobe Document and not only deploy these).
    You have to provide the credential and enter a password during the process, or it does not work.
    The last info I have is that you get credentials by entering a customer request at SAP, component BC-SRV-FP, but that might have changed...
    Kind regards,
    Carl

  • Need Urgent help Error while retrieving a password for credential: ReaderRi

    I am receving the following error while deploying my web dynpro application containig a adobe form .The issue is that when i perform teh following test
    Enter the following URL in the browser
    http://<server>:<port>/AdobeDocumentServices/Config
    The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    Choose rpdata(test…)
    Choose the Send button without entering any parameters
    Enter the user name and password
    User Name: ADSUser
    Password: <Your admin password>
    Choose Submit
    I get the version number
    but when i deploy the application i get this eror
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:398)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:342)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Wed Oct 03 14:43:25 PDT 2007
    com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights

    Hi Namit,
    Have you installed a credential file to your ADSServer?
    This is required to apply the usageRights onto the PDF.
    You need to install the ReaderRights credential file. Follow the steps from this URL:
    Re: Interactive form application error
    Make sure that the password and the expiry date of the ReaderRights credential file are valid.
    Hope this helps.

  • Retrieve all attributes for a specific objectClass using ldapsearch

    Hi everybody,
    Question : is it possible to retrieve all attributes for a specific objectClass (by example person) using ldapsearch tool ?
    I tried something like that, but it doesn't work :
    ldapsearch -v -h XXX -p XXX -b "cn=schema" -s base "objectclass=person" attributetypes
    Thanks a lot,
    Franck

    Ok, Thanks for you help,
    But my question is : For a specific objectClass, by example, I would like to have all attributes for the objectClass called "inetOrgPerson"
    something like that :
    ldapsearch -D "cn=Directory Manager" -w pwd -h host ...objectClass="inetOrgPerson"
    and the response could be :
    audio || businessCategory || departmentNumber || displayName || givenName || initials || jpegPhoto || labeledUri || manager || mobile || pager || photo || preferredLanguage || mail || o || roomNumber || secretary || userPKCS12
    I dont't know how to do ????
    Thanks
    Franck

  • Error in retrieving user list for a particular group in CMC (BOXI R2)

    The following error message is shown
    "There was an error while retrieving data from the server: Failed while trying to get role member list using class CSecRfcRemoteUsersActGrp in method CSecSAPR3Binding::GetChildrenInternal(). Error code: 2. Description: NO_AUTH."
    Is the problem on BO side or R/3 side?

    hi,
    I assume we are talking about the CMC / SAP Authentication area.
    The user entered here needs to have specific authorizations assigned. Please look at the installation guide for the SAP Integration Kit which lists those authorizations.
    thanks
    Ingo

  • Error-Cannot serialize session attribute

    i don't know why that is happening...
    org.apache.catalina.session.StandardSession writeObject
    WARNUNG: Cannot serialize session attribute SessionBean1 for session FE3C10ABDF8FDE020A4A4879560D980B
    java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
            at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1462)
            at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:938)
            at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:516)
            at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
            at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
            at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4345)
            at org.apache.catalina.manager.ManagerServlet.stop(ManagerServlet.java:1226)
            at org.apache.catalina.manager.ManagerServlet.doGet(ManagerServlet.java:370)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:174)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Thread.java:619)

    Someone else had this same problem and they seem to have solved it:
    http://forum.java.sun.com/thread.jspa?threadID=5105589&messageID=9363332
    I guess SessionBean1 is not serializable perhaps because it doesn't implement Serializable, and the writeObject method in StandardSession is trying to write it to disk (trying to serialize it).
    Try changing SessionBean 1 to
    public class SessionBean1 implements Serializable{
    }

  • Need to retrieve additional attributes for roles and users

    Hello
    We need to access some attributes for our application. This information is not accessible through the core API. The attributes we need are as follows
    User Account
         Password locked
                    Date account locked last
              Account locked last by
              Date account last unlocked
              Account last unlocked by
              Reason for last account unlock
    Roles
              Created By
              Person Responsible
              Changed By
    I know we can access this attributes using the IPCDAttribute. What i want to know are the namespaces and the corresponding attribute names. Could anybody point me in right direction? I have seen that IUserAccount API has a method called isPasswordLocked() which should return me the locked information, but i cannot access that method in the java code.
    Any help is very much appreciated.
    Regards
    Kalpesh
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:10 PM
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:11 PM

    Hi Apurva,
    This Srini, i need your help for Leave Encashment workflow Approval Process in 3levels of approval.
    r u worked on same proceed for that. i can see the your posted on 5 months back in sdn.
    i can implement the bidi. how to determine agent 3 levels and how to link to workflow template and which workflow step types are using one by one tell me.
    Please i need your help leave encashment approval process. plz give me u r GMAIL ID.
    Regards
    MSR

  • Retrieving session data for user (HOW ?)

    I have written an ecommerce site which uses HttpSession objects for storing data (ie users shopping cart). The touble I have is that when the user clicks pay, there request goes to a different server and if valid that server does a callback to my server.
    PROBLEM - When I receive the request for the call back I have lost the session data. I am able to pass hidden form params in the callback request, so I can send the session id.
    QUESTION - AM I able to retrieve a session with the stored ID. I did try appending jsessionid=<sessionID> into the call back URL but it still created a new session.
    Thanks
    Justin

    How about this
    1) Implement HttpSessionListener interface and hold your own list of sessions in Hashtable
    2) Send session id to request and get it back with from callback
    3) Search in your Hashtable your lost session.
    4) Enjoy
    Pavel
    P.S. The way you're trying is hacky... I mean session id sometimes handled in parameters (as you have tried to hack) or in cookies.

  • Default  Transaction Attribute for EJBs

    Guys,
    Can you tell me the default transaction attributes if any in Weblogic 7.0 i.e.
    the attributes used
    if not explicitly specified for a bean method when using in CMT ?
    For CMP entity beans,
    MDBs,
    Other beans (?) :
    thanks for your help
    regards
    Ved

    Hello Mr. Woollen,
    As always, thank you for your excellent insight into the internals of BEA WebLogic.
    I now have a better understanding of what happens "by default" in WLS. I do agree
    that changing this now would definitely break existing applications. It's always
    difficult to decide when to officially deprecate a "feature" or to leave it in
    forever.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    Rob Woollen <[email protected]> wrote:
    For better or worse, MDBs default to NotSupported and everything else
    defaults to Supports.
    I say for better or worse because I would have liked to change it to
    always require the user to set a default transaction attribute.
    Unfortunately we have many customer's applications who depend on this
    behavior, and I believe if we change it we will break all of them.
    Regardless, I would not recommend depending on our default tx attribute
    and instead always set one for '*'.
    In general, entity beans should run as Required or Mandatory. Session
    beans are usually required or notsupported. MDBs are required or
    notsupported.
    -- Rob
    Ved Gangaputra wrote:
    Guys,
    Can you tell me the default transaction attributes if any in Weblogic7.0 i.e.
    the attributes used
    if not explicitly specified for a bean method when using in CMT ?
    For CMP entity beans,
    MDBs,
    Other beans (?) :
    thanks for your help
    regards
    Ved

  • Setting transaction attributes for EJB Create methods

    Dear developers
    How do I set transaction attributes at the method level. I am able to set this only at the bean level.
    I am trying to use container managed transactions.
    Thanks
    Naveen

    if you specify * in the <method-name> element, then it is the bean
    otherwise, you can specify a particular method name in the <method-name> element.
    Best regards...
    Dear developers
    How do I set transaction attributes at the method
    level. I am able to set this only at the bean level.
    I am trying to use container managed transactions.
    Thanks
    Naveen

  • Error when import ABAP stage for Database Instance Installation

    I got error for DI Installation for ERP2005 (NW2004sSR2) on Windows 2003 R2, MSSQL2005 on IA64. Below is are logs. Please help. Thanks in advance.
    import_monitor.java.log
    [code]
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: OK
    Import Monitor jobs: running 0, waiting 18, completed 1, failed 0, total 19.
    Import Monitor jobs: running 1, waiting 17, completed 1, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 16, completed 1, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 15, completed 1, failed 0, total 19.
    Loading of 'SAPAPPL0' import package: OK
    Import Monitor jobs: running 2, waiting 15, completed 2, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 14, completed 2, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: OK
    Import Monitor jobs: running 2, waiting 14, completed 3, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 13, completed 3, failed 0, total 19.
    Loading of 'SAPSLEXC' import package: OK
    Import Monitor jobs: running 2, waiting 13, completed 4, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 12, completed 4, failed 0, total 19.
    Loading of 'SAPSSRC' import package: OK
    Import Monitor jobs: running 2, waiting 12, completed 5, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 11, completed 5, failed 0, total 19.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 2, waiting 11, completed 5, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 10, completed 5, failed 1, total 19.
    Loading of 'SAPSPROT' import package: OK
    Import Monitor jobs: running 2, waiting 10, completed 6, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 9, completed 6, failed 1, total 19.
    Loading of 'SAPSDOCU' import package: OK
    Import Monitor jobs: running 2, waiting 9, completed 7, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 8, completed 7, failed 1, total 19.
    Loading of 'SAPCLUST' import package: ERROR
    Import Monitor jobs: running 2, waiting 8, completed 7, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 7, completed 7, failed 2, total 19.
    Loading of 'SAPUSER' import package: OK
    Import Monitor jobs: running 2, waiting 7, completed 8, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 6, completed 8, failed 2, total 19.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running 2, waiting 6, completed 9, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 5, completed 9, failed 2, total 19.
    Loading of 'SAPDDIM' import package: OK
    Import Monitor jobs: running 2, waiting 5, completed 10, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 4, completed 10, failed 2, total 19.
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 2, waiting 4, completed 11, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 3, completed 11, failed 2, total 19.
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 2, waiting 3, completed 12, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 2, completed 12, failed 2, total 19.
    Loading of 'SAPUSER1' import package: OK
    Import Monitor jobs: running 2, waiting 2, completed 13, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 13, failed 2, total 19.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 2, waiting 1, completed 14, failed 2, total 19.
    Loading of 'SAPAPPL1' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 15, failed 2, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    [/code]
    SAPCLUST.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPCLUST.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPCLUST.TSK MSS -l SAPCLUST.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150034
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AABLG created
    (DB) INFO: AABLG~0 created
    (IMP) INFO: import of AABLG completed (0 rows) #20071121150034
    (DB) INFO: CDCLS created
    (DB) INFO: CDCLS~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table CDCLS.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table CDCLS.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: CLU4 created
    (DB) INFO: CLU4~0 created
    (IMP) INFO: import of CLU4 completed (0 rows) #20071121150034
    (DB) INFO: CLUSTERVER created
    (DB) INFO: CLUSTERVER~0 created
    (IMP) INFO: import of CLUSTERVER completed (0 rows) #20071121150034
    (DB) INFO: CLUTAB created
    (DB) INFO: CLUTAB~0 created
    (IMP) INFO: import of CLUTAB completed (0 rows) #20071121150035
    (DB) INFO: CVEP1 created
    (DB) INFO: CVEP1~0 created
    (IMP) INFO: import of CVEP1 completed (0 rows) #20071121150035
    (DB) INFO: CVEP2 created
    (DB) INFO: CVEP2~0 created
    (IMP) INFO: import of CVEP2 completed (0 rows) #20071121150035
    (DB) INFO: CVER1 created
    (DB) INFO: CVER1~0 created
    (IMP) INFO: import of CVER1 completed (0 rows) #20071121150035
    (DB) INFO: CVER2 created
    (DB) INFO: CVER2~0 created
    (IMP) INFO: import of CVER2 completed (0 rows) #20071121150035
    (DB) INFO: CVER3 created
    (DB) INFO: CVER3~0 created
    (IMP) INFO: import of CVER3 completed (0 rows) #20071121150035
    (DB) INFO: CVER4 created
    (DB) INFO: CVER4~0 created
    (IMP) INFO: import of CVER4 completed (0 rows) #20071121150035
    (DB) INFO: CVER5 created
    (DB) INFO: CVER5~0 created
    (IMP) INFO: import of CVER5 completed (0 rows) #20071121150035
    (DB) INFO: DOKCL created
    (DB) INFO: DOKCL~0 created
    (IMP) INFO: import of DOKCL completed (0 rows) #20071121150036
    (DB) INFO: DSYCLV created
    (DB) INFO: DSYCLV~0 created
    (IMP) INFO: import of DSYCLV completed (0 rows) #20071121150036
    (DB) INFO: DSYO1 created
    (DB) INFO: DSYO1~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO1.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO1.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO2 created
    (DB) INFO: DSYO2~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO2.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO2.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO3 created
    (DB) INFO: DSYO3~0 created
    (IMP) INFO: import of DSYO3 completed (0 rows) #20071121150036
    (DB) INFO: EDI30C created
    (DB) INFO: EDI30C~0 created
    (IMP) INFO: import of EDI30C completed (0 rows) #20071121150036
    (DB) INFO: EDI40 created
    (DB) INFO: EDI40~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table EDI40.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table EDI40.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: EDIDOC created
    (DB) INFO: EDIDOC~0 created
    (IMP) INFO: import of EDIDOC completed (0 rows) #20071121150037
    (DB) INFO: EPIDXB created
    (DB) INFO: EPIDXB~0 created
    (IMP) INFO: import of EPIDXB completed (0 rows) #20071121150037
    (DB) INFO: EPIDXC created
    (DB) INFO: EPIDXC~0 created
    (IMP) INFO: import of EPIDXC completed (0 rows) #20071121150037
    (DB) INFO: GLS2CLUS created
    (DB) INFO: GLS2CLUS~0 created
    (IMP) INFO: import of GLS2CLUS completed (0 rows) #20071121150038
    (DB) INFO: IMPREDOC created
    (DB) INFO: IMPREDOC~0 created
    (IMP) INFO: import of IMPREDOC completed (0 rows) #20071121150038
    (DB) INFO: J_CLU created
    (DB) INFO: J_CLU~0 created
    (IMP) INFO: import of J_CLU completed (0 rows) #20071121150038
    (DB) INFO: KOCLU created
    (DB) INFO: KOCLU~0 created
    (IMP) INFO: import of KOCLU completed (0 rows) #20071121150038
    (DB) INFO: MWOFF_CL created
    (DB) INFO: MWOFF_CL~0 created
    (IMP) INFO: import of MWOFF_CL completed (0 rows) #20071121150038
    (DB) INFO: PCDCLS created
    (DB) INFO: PCDCLS~0 created
    (IMP) INFO: import of PCDCLS completed (0 rows) #20071121150038
    (DB) INFO: PRCD_CLUST created
    (DB) INFO: PRCD_CLUST~0 created
    (IMP) INFO: import of PRCD_CLUST completed (0 rows) #20071121150039
    (DB) INFO: REGUC created
    (DB) INFO: REGUC~0 created
    (IMP) INFO: import of REGUC completed (0 rows) #20071121150039
    (DB) INFO: RFBLG created
    (DB) INFO: RFBLG~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table RFBLG.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table RFBLG.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: RFMHN created
    (DB) INFO: RFMHN~0 created
    (IMP) INFO: import of RFMHN completed (0 rows) #20071121150039
    (DB) INFO: RKEPI created
    (DB) INFO: RKEPI~0 created
    (IMP) INFO: import of RKEPI completed (0 rows) #20071121150039
    (DB) INFO: SFHOA created
    (DB) INFO: SFHOA~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table SFHOA.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table SFHOA.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFHYT created
    (DB) INFO: SFHYT~0 created
    (IMP) INFO: import of SFHYT completed (0 rows) #20071121150040
    (DB) INFO: TESCL created
    (DB) INFO: TESCL~0 created
    (IMP) INFO: import of TESCL completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_C created
    (DB) INFO: UMG_TEST_C~0 created
    (IMP) INFO: import of UMG_TEST_C completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_F created
    (DB) INFO: UMG_TEST_F~0 created
    (IMP) INFO: import of UMG_TEST_F completed (0 rows) #20071121150040
    (DB) INFO: VBCLU created
    (DB) INFO: VBCLU~0 created
    (IMP) INFO: import of VBCLU completed (0 rows) #20071121150040
    (DB) INFO: VBFCL created
    (DB) INFO: VBFCL~0 created
    (IMP) INFO: import of VBFCL completed (0 rows) #20071121150040
    (DB) INFO: VBLOG created
    (DB) INFO: VBLOG~0 created
    (IMP) INFO: import of VBLOG completed (0 rows) #20071121150040
    (DB) INFO: VERCLUSTER created
    (DB) INFO: VERCLUSTER~0 created
    (IMP) INFO: import of VERCLUSTER completed (0 rows) #20071121150040
    (DB) INFO: VER_CLUSTR created
    (DB) INFO: VER_CLUSTR~0 created
    (IMP) INFO: import of VER_CLUSTR completed (0 rows) #20071121150040
    (DB) INFO: VTEST10 created
    (DB) INFO: VTEST10~0 created
    (IMP) INFO: import of VTEST10 completed (0 rows) #20071121150041
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150041
    [/code]
    SAPPOOL.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPPOOL.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPPOOL.TSK MSS -l SAPPOOL.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145734
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AANK created
    (DB) INFO: AANK~0 created
    (IMP) INFO: import of AANK completed (0 rows) #20071121145734
    (DB) INFO: AANL created
    (DB) INFO: AANL~0 created
    (IMP) INFO: import of AANL completed (0 rows) #20071121145734
    (DB) INFO: ATAB created
    (DB) INFO: ATAB~0 created
    failed to read short nametab of table ARCH_NUM                       (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: BPHIER created
    (DB) INFO: BPHIER~0 created
    (IMP) INFO: import of BPHIER completed (0 rows) #20071121145734
    (DB) INFO: CFIS created
    (DB) INFO: CFIS~0 created
    (IMP) INFO: import of CFIS completed (0 rows) #20071121145734
    (DB) INFO: CRVP created
    (DB) INFO: CRVP~0 created
    (IMP) INFO: import of CRVP completed (0 rows) #20071121145734
    (DB) INFO: DEBI created
    (DB) INFO: DEBI~0 created
    (IMP) INFO: import of DEBI completed (0 rows) #20071121145734
    (DB) INFO: DVPOOL created
    (DB) INFO: DVPOOL~0 created
    (IMP) INFO: import of DVPOOL completed (0 rows) #20071121145734
    (DB) INFO: DVPOOLTEXT created
    (DB) INFO: DVPOOLTEXT~0 created
    (IMP) INFO: import of DVPOOLTEXT completed (0 rows) #20071121145734
    (DB) INFO: FINPL created
    (DB) INFO: FINPL~0 created
    failed to read short nametab of table FINK                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#21316;&#21337;&#16965;&#20303;&#17995;&#16991;&#24389;&#20290;&#19279;†††††&#17696;&#12357;&#12336;&#8241;†††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: GLSP created
    (DB) INFO: GLSP~0 created
    (IMP) INFO: import of GLSP completed (0 rows) #20071121145735
    (DB) INFO: GLTP created
    (DB) INFO: GLTP~0 created
    (IMP) INFO: import of GLTP completed (0 rows) #20071121145735
    (DB) INFO: KALK created
    (DB) INFO: KALK~0 created
    (IMP) INFO: import of KALK completed (0 rows) #20071121145735
    (DB) INFO: KAPOL created
    (DB) INFO: KAPOL~0 created
    failed to read short nametab of table A026                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#17200;&#16723;&#23085;&#12338;&#12336;&#12593;&#12336;&#12336;&#12336;&#12852;&#12337;&#14641;&#12857;&#12849;&#12595;††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KBPOL created
    (DB) INFO: KBPOL~0 created
    (IMP) INFO: import of KBPOL completed (0 rows) #20071121145735
    (DB) INFO: KCPOL created
    (DB) INFO: KCPOL~0 created
    (IMP) INFO: import of KCPOL completed (0 rows) #20071121145735
    (DB) INFO: KDPOL created
    (DB) INFO: KDPOL~0 created
    (IMP) INFO: import of KDPOL completed (0 rows) #20071121145735
    (DB) INFO: KEPOOL created
    (DB) INFO: KEPOOL~0 created
    failed to read short nametab of table K9001                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#21296;&#12336;&#12337;&#12336;&#12336;&#14641;&#14649;&#12601;&#13106;&#8241;†††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KGPOL created
    (DB) INFO: KGPOL~0 created
    (IMP) INFO: import of KGPOL completed (0 rows) #20071121145736
    (DB) INFO: KRED created
    (DB) INFO: KRED~0 created
    (IMP) INFO: import of KRED completed (0 rows) #20071121145736
    (DB) INFO: LDAN created
    (DB) INFO: LDAN~0 created
    (IMP) INFO: import of LDAN completed (0 rows) #20071121145736
    (DB) INFO: LDKO created
    (DB) INFO: LDKO~0 created
    (IMP) INFO: import of LDKO completed (0 rows) #20071121145736
    (DB) INFO: LISA created
    (DB) INFO: LISA~0 created
    (IMP) INFO: import of LISA completed (0 rows) #20071121145736
    (DB) INFO: MAT1 created
    (DB) INFO: MAT1~0 created
    (IMP) INFO: import of MAT1 completed (0 rows) #20071121145736
    (DB) INFO: MBAN created
    (DB) INFO: MBAN~0 created
    (IMP) INFO: import of MBAN completed (0 rows) #20071121145736
    (DB) INFO: MBMP created
    (DB) INFO: MBMP~0 created
    (IMP) INFO: import of MBMP completed (0 rows) #20071121145736
    (DB) INFO: MBRK created
    (DB) INFO: MBRK~0 created
    (IMP) INFO: import of MBRK completed (0 rows) #20071121145736
    (DB) INFO: MCLIB created
    (DB) INFO: MCLIB~0 created
    (IMP) INFO: import of MCLIB completed (0 rows) #20071121145736
    (DB) INFO: MEIN created
    (DB) INFO: MEIN~0 created
    (IMP) INFO: import of MEIN completed (0 rows) #20071121145737
    (DB) INFO: MEKK created
    (DB) INFO: MEKK~0 created
    (IMP) INFO: import of MEKK completed (0 rows) #20071121145737
    (DB) INFO: MEOR created
    (DB) INFO: MEOR~0 created
    (IMP) INFO: import of MEOR completed (0 rows) #20071121145737
    (DB) INFO: MSAK created
    (DB) INFO: MSAK~0 created
    (IMP) INFO: import of MSAK completed (0 rows) #20071121145737
    (DB) INFO: MSPOOL created
    (DB) INFO: MSPOOL~0 created
    (IMP) INFO: import of MSPOOL completed (0 rows) #20071121145737
    (DB) INFO: M_AANL created
    (DB) INFO: M_AANL~0 created
    (IMP) INFO: import of M_AANL completed (0 rows) #20071121145737
    (DB) INFO: M_ADMC created
    (DB) INFO: M_ADMC~0 created
    (IMP) INFO: import of M_ADMC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRC created
    (DB) INFO: M_ADRC~0 created
    (IMP) INFO: import of M_ADRC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRP created
    (DB) INFO: M_ADRP~0 created
    (IMP) INFO: import of M_ADRP completed (0 rows) #20071121145737
    (DB) INFO: M_AEN1 created
    (DB) INFO: M_AEN1~0 created
    (IMP) INFO: import of M_AEN1 completed (0 rows) #20071121145737
    (DB) INFO: M_BUPA created
    (DB) INFO: M_BUPA~0 created
    (IMP) INFO: import of M_BUPA completed (0 rows) #20071121145737
    (DB) INFO: M_CF01 created
    (DB) INFO: M_CF01~0 created
    (IMP) INFO: import of M_CF01 completed (0 rows) #20071121145737
    (DB) INFO: M_CLAS created
    (DB) INFO: M_CLAS~0 created
    (IMP) INFO: import of M_CLAS completed (0 rows) #20071121145738
    (DB) INFO: M_CLFN created
    (DB) INFO: M_CLFN~0 created
    (IMP) INFO: import of M_CLFN completed (0 rows) #20071121145738
    (DB) INFO: M_ESM2 created
    (DB) INFO: M_ESM2~0 created
    (IMP) INFO: import of M_ESM2 completed (0 rows) #20071121145738
    (DB) INFO: M_FDUP created
    (DB) INFO: M_FDUP~0 created
    (IMP) INFO: import of M_FDUP completed (0 rows) #20071121145738
    (DB) INFO: M_FPVT created
    (DB) INFO: M_FPVT~0 created
    (IMP) INFO: import of M_FPVT completed (0 rows) #20071121145738
    (DB) INFO: M_IBEW created
    (DB) INFO: M_IBEW~0 created
    (IMP) INFO: import of M_IBEW completed (0 rows) #20071121145738
    (DB) INFO: M_IFLM created
    (DB) INFO: M_IFLM~0 created
    (IMP) INFO: import of M_IFLM completed (0 rows) #20071121145738
    (DB) INFO: M_IIMA created
    (DB) INFO: M_IIMA~0 created
    (IMP) INFO: import of M_IIMA completed (0 rows) #20071121145738
    (DB) INFO: M_IRLM created
    (DB) INFO: M_IRLM~0 created
    (IMP) INFO: import of M_IRLM completed (0 rows) #20071121145738
    (DB) INFO: M_J1BA created
    (DB) INFO: M_J1BA~0 created
    (IMP) INFO: import of M_J1BA completed (0 rows) #20071121145738
    (DB) INFO: M_J1IA created
    (DB) INFO: M_J1IA~0 created
    (IMP) INFO: import of M_J1IA completed (0 rows) #20071121145739
    (DB) INFO: M_J1IB created
    (DB) INFO: M_J1IB~0 created
    (IMP) INFO: import of M_J1IB completed (0 rows) #20071121145739
    (DB) INFO: M_J1ID created
    (DB) INFO: M_J1ID~0 created
    (IMP) INFO: import of M_J1ID completed (0 rows) #20071121145739
    (DB) INFO: M_J1IH created
    (DB) INFO: M_J1IH~0 created
    (IMP) INFO: import of M_J1IH completed (0 rows) #20071121145739
    (DB) INFO: M_J1IK created
    (DB) INFO: M_J1IK~0 created
    (IMP) INFO: import of M_J1IK completed (0 rows) #20071121145739
    (DB) INFO: M_KLSW created
    (DB) INFO: M_KLSW~0 created
    (IMP) INFO: import of M_KLSW completed (0 rows) #20071121145739
    (DB) INFO: M_KMNR created
    (DB) INFO: M_KMNR~0 created
    (IMP) INFO: import of M_KMNR completed (0 rows) #20071121145739
    (DB) INFO: M_LOBJ created
    (DB) INFO: M_LOBJ~0 created
    (IMP) INFO: import of M_LOBJ completed (0 rows) #20071121145739
    (DB) INFO: M_MCA1 created
    (DB) INFO: M_MCA1~0 created
    (IMP) INFO: import of M_MCA1 completed (0 rows) #20071121145739
    (DB) INFO: M_MCA2 created
    (DB) INFO: M_MCA2~0 created
    (IMP) INFO: import of M_MCA2 completed (0 rows) #20071121145739
    (DB) INFO: M_MCBM created
    (DB) INFO: M_MCBM~0 created
    (IMP) INFO: import of M_MCBM completed (0 rows) #20071121145740
    (DB) INFO: M_MCEA created
    (DB) INFO: M_MCEA~0 created
    (IMP) INFO: import of M_MCEA completed (0 rows) #20071121145740
    (DB) INFO: M_MCEM created
    (DB) INFO: M_MCEM~0 created
    (IMP) INFO: import of M_MCEM completed (0 rows) #20071121145740
    (DB) INFO: M_MCES created
    (DB) INFO: M_MCES~0 created
    (IMP) INFO: import of M_MCES completed (0 rows) #20071121145740
    (DB) INFO: M_MCGB created
    (DB) INFO: M_MCGB~0 created
    (IMP) INFO: import of M_MCGB completed (0 rows) #20071121145740
    (DB) INFO: M_MCGU created
    (DB) INFO: M_MCGU~0 created
    (IMP) INFO: import of M_MCGU completed (0 rows) #20071121145740
    (DB) INFO: M_MCHA created
    (DB) INFO: M_MCHA~0 created
    (IMP) INFO: import of M_MCHA completed (0 rows) #20071121145740
    (DB) INFO: M_MCOB created
    (DB) INFO: M_MCOB~0 created
    (IMP) INFO: import of M_MCOB completed (0 rows) #20071121145740
    (DB) INFO: M_MERK created
    (DB) INFO: M_MERK~0 created
    (IMP) INFO: import of M_MERK completed (0 rows) #20071121145740
    (DB) INFO: M_MJB2 created
    (DB) INFO: M_MJB2~0 created
    (IMP) INFO: import of M_MJB2 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB3 created
    (DB) INFO: M_MJB3~0 created
    (IMP) INFO: import of M_MJB3 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB4 created
    (DB) INFO: M_MJB4~0 created
    (IMP) INFO: import of M_MJB4 completed (0 rows) #20071121145741
    (DB) INFO: M_MJB5 created
    (DB) INFO: M_MJB5~0 created
    (IMP) INFO: import of M_MJB5 completed (0 rows) #20071121145741
    (DB) INFO: M_MJBU created
    (DB) INFO: M_MJBU~0 created
    (IMP) INFO: import of M_MJBU completed (0 rows) #20071121145741
    (DB) INFO: M_MJBV created
    (DB) INFO: M_MJBV~0 created
    (IMP) INFO: import of M_MJBV completed (0 rows) #20071121145741
    (DB) INFO: M_MJBW created
    (DB) INFO: M_MJBW~0 created
    (IMP) INFO: import of M_MJBW completed (0 rows) #20071121145741
    (DB) INFO: M_MJBX created
    (DB) INFO: M_MJBX~0 created
    (IMP) INFO: import of M_MJBX completed (0 rows) #20071121145741
    (DB) INFO: M_MJBZ created
    (DB) INFO: M_MJBZ~0 created
    (IMP) INFO: import of M_MJBZ completed (0 rows) #20071121145741
    (DB) INFO: M_MREA created
    (DB) INFO: M_MREA~0 created
    (IMP) INFO: import of M_MREA completed (0 rows) #20071121145741
    (DB) INFO: M_MSAK created
    (DB) INFO: M_MSAK~0 created
    (IMP) INFO: import of M_MSAK completed (0 rows) #20071121145741
    (DB) INFO: M_MTLN created
    (DB) INFO: M_MTLN~0 created
    (IMP) INFO: import of M_MTLN completed (0 rows) #20071121145741
    (DB) INFO: M_MTVM created
    (DB) INFO: M_MTVM~0 created
    (IMP) INFO: import of M_MTVM completed (0 rows) #20071121145742
    (DB) INFO: M_MTVN created
    (DB) INFO: M_MTVN~0 created
    (IMP) INFO: import of M_MTVN completed (0 rows) #20071121145742
    (DB) INFO: M_MTVO created
    (DB) INFO: M_MTVO~0 created
    (IMP) INFO: import of M_MTVO completed (0 rows) #20071121145742
    (DB) INFO: M_MVER created
    (DB) INFO: M_MVER~0 created
    (IMP) INFO: import of M_MVER completed (0 rows) #20071121145742
    (DB) INFO: M_MWAK created
    (DB) INFO: M_MWAK~0 created
    (IMP) INFO: import of M_MWAK completed (0 rows) #20071121145742
    (DB) INFO: M_OBJE created
    (DB) INFO: M_OBJE~0 created
    (IMP) INFO: import of M_OBJE completed (0 rows) #20071121145742
    (DB) INFO: M_PTER created
    (DB) INFO: M_PTER~0 created
    (IMP) INFO: import of M_PTER completed (0 rows) #20071121145742
    (DB) INFO: M_PTRM created
    (DB) INFO: M_PTRM~0 created
    (IMP) INFO: import of M_PTRM completed (0 rows) #20071121145742
    (DB) INFO: M_SFIP created
    (DB) INFO: M_SFIP~0 created
    (IMP) INFO: import of M_SFIP completed (0 rows) #20071121145742
    (DB) INFO: M_SPBB created
    (DB) INFO: M_SPBB~0 created
    (IMP) INFO: import of M_SPBB completed (0 rows) #20071121145742
    (DB) INFO: M_SWZA created
    (DB) INFO: M_SWZA~0 created
    (IMP) INFO: import of M_SWZA completed (0 rows) #20071121145742
    (DB) INFO: M_VMCF created
    (DB) INFO: M_VMCF~0 created
    (IMP) INFO: import of M_VMCF completed (0 rows) #20071121145742
    (DB) INFO: M_VMVK created
    (DB) INFO: M_VMVK~0 created
    (IMP) INFO: import of M_VMVK completed (0 rows) #20071121145743
    (DB) INFO: M_VTBS created
    (DB) INFO: M_VTBS~0 created
    (IMP) INFO: import of M_VTBS completed (0 rows) #20071121145743
    (DB) INFO: M_VTMA created
    (DB) INFO: M_VTMA~0 created
    (IMP) INFO: import of M_VTMA completed (0 rows) #20071121145743
    (DB) INFO: M_VTOF created
    (DB) INFO: M_VTOF~0 created
    (IMP) INFO: import of M_VTOF completed (0 rows) #20071121145743
    (DB) INFO: M_WASV created
    (DB) INFO: M_WASV~0 created
    (IMP) INFO: import of M_WASV completed (0 rows) #20071121145743
    (DB) INFO: M_WDEP created
    (DB) INFO: M_WDEP~0 created
    (IMP) INFO: import of M_WDEP completed (0 rows) #20071121145743
    (DB) INFO: M_WORD created
    (DB) INFO: M_WORD~0 created
    (IMP) INFO: import of M_WORD completed (0 rows) #20071121145743
    (DB) INFO: M_WPAN created
    (DB) INFO: M_WPAN~0 created
    (IMP) INFO: import of M_WPAN completed (0 rows) #20071121145743
    (DB) INFO: NCOM created
    (DB) INFO: NCOM~0 created
    (IMP) INFO: import of NCOM completed (0 rows) #20071121145743
    (DB) INFO: ORDE created
    (DB) INFO: ORDE~0 created
    (IMP) INFO: import of ORDE completed (0 rows) #20071121145744
    (DB) INFO: PLOM created
    (DB) INFO: PLOM~0 created
    (IMP) INFO: import of PLOM completed (0 rows) #20071121145744
    (DB) INFO: PTEST1 created
    (DB) INFO: PTEST1~0 created
    (IMP) INFO: import of PTEST1 completed (0 rows) #20071121145744
    (DB) INFO: PVER1 created
    (DB) INFO: PVER1~0 created
    (IMP) INFO: import of PVER1 completed (0 rows) #20071121145744
    (DB) INFO: QDPT created
    (DB) INFO: QDPT~0 created
    (IMP) INFO: import of QDPT completed (0 rows) #20071121145744
    (DB) INFO: REBL created
    (DB) INFO: REBL~0 created
    (IMP) INFO: import of REBL completed (0 rows) #20071121145744
    (DB) INFO: SAKO created
    (DB) INFO: SAKO~0 created
    (IMP) INFO: import of SAKO completed (0 rows) #20071121145744
    (DB) INFO: SFCPL created
    (DB) INFO: SFCPL~0 created
    failed to read short nametab of table SFIA                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#9766;&#20291;&#21587;††††††††††††††††††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFWPL created
    (DB) INFO: SFWPL~0 created
    (IMP) INFO: import of SFWPL completed (0 rows) #20071121145744
    (DB) INFO: SMPOOL created
    (DB) INFO: SMPOOL~0 created
    (IMP) INFO: import of SMPOOL completed (0 rows) #20071121145745
    (DB) INFO: TESPO created
    (DB) INFO: TESPO~0 created
    (IMP) INFO: import of TESPO completed (0 rows) #20071121145745
    (DB) INFO: UMG_TEST_P created
    (DB) INFO: UMG_TEST_P~0 created
    (IMP) INFO: import of UMG_TEST_P completed (0 rows) #20071121145745
    (DB) INFO: UTAB created
    (DB) INFO: UTAB~0 created
    failed to read short nametab of table T449U                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;‰†††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: VBMC created
    (DB) INFO: VBMC~0 created
    (IMP) INFO: import of VBMC completed (0 rows) #20071121145745
    (DB) INFO: VIND created
    (DB) INFO: VIND~0 created
    (IMP) INFO: import of VIND completed (0 rows) #20071121145745
    (DB) INFO: VLIM created
    (DB) INFO: VLIM~0 created
    (IMP) INFO: import of VLIM completed (0 rows) #20071121145745
    (DB) INFO: VMCV created
    (DB) INFO: VMCV~0 created
    (IMP) INFO: import of VMCV completed (0 rows) #20071121145745
    (DB) INFO: VPOOL created
    (DB) INFO: VPOOL~0 created
    (IMP) INFO: import of VPOOL completed (0 rows) #20071121145745
    (DB) INFO: VTEST11 created
    (DB) INFO: VTEST11~0 created
    (IMP) INFO: import of VTEST11 completed (0 rows) #20071121145745
    (DB) INFO: YMUS created
    (DB) INFO: YMUS~0 created
    (IMP) INFO: import of YMUS completed (0 rows) #20071121145745
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145745
    [/code]
    SAPSSEXC.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123833
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 3\EXP3\DATA\SAPSSEXC.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPSSEXC.TSK MSS -l SAPSSEXC.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AAB_ID_PROP created
    (DB) INFO: AAB_ID_PROP~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AAB_ID_PROP completed (676 rows) #20071121123834
    (DB) INFO: AAB_ID_PROPT created
    (DB) INFO: AAB_ID_PROPT~0 created
    (IMP) INFO: import of AAB_ID_PROPT completed (7690 rows) #20071121123834
    (DB) INFO: BRATEXT created
    (DB) INFO: BRATEXT~0 created
    (IMP) INFO: import of BRATEXT completed (229628 rows) #20071121123853
    (DB) INFO: D010INC created
    (DB) INFO: D010INC~0 created
    (IMP) INFO: import of D010INC completed (14295517 rows) #20071121124550
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (DB) INFO: D010TAB~0 created
    (IMP) INFO: import of D010TAB completed (42971435 rows) #20071121131352
    (DB) INFO: D010TAB~1 created
    (DB) INFO: D020S created
    (DB) INFO: D020S~0 created
    (IMP) INFO: import of D020S completed (172222 rows) #20071121132909
    (DB) INFO: D020T created
    (DB) INFO: D020T~0 created
    (IMP) INFO: import of D020T completed (682520 rows) #20071121132930
    (DB) INFO: D021T created
    (DB) INFO: D021T~0 created
    (IMP) INFO: import of D021T completed (4535077 rows) #20071121133341
    (DB) INFO: D301T created
    (DB) INFO: D301T~0 created
    (IMP) INFO: import of D301T completed (6654 rows) #20071121133341
    (DB) INFO: D301T~A created
    (DB) INFO: D345T created
    (DB) INFO: D345T~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of D345T completed (1867 rows) #20071121133347
    (DB) INFO: D347T created
    (DB) INFO: D347T~0 created
    (IMP) INFO: import of D347T completed (27321 rows) #20071121133348
    (DB) INFO: DBDIFF created
    (DB) INFO: DBDIFF~0 created
    (IMP) INFO: import of DBDIFF completed (202 rows) #20071121133348
    (DB) INFO: DBMAPS created
    (DB) INFO: DBMAPS~0 created
    (IMP) INFO: import of DBMAPS completed (0 rows) #20071121133348
    (DB) INFO: DD01L created
    (DB) INFO: DD01L~0 created
    (IMP) INFO: import of DD01L completed (73037 rows) #20071121133354
    (DB) INFO: DD01L~1 created
    (DB) INFO: DD01T created
    (DB) INFO: DD01T~0 created
    (IMP) INFO: import of DD01T completed (806872 rows) #20071121133424
    (DB) INFO: DD02L created
    (DB) INFO: DD02L~0 created
    (IMP) INFO: import of DD02L completed (295550 rows) #20071121133444
    (DB) INFO: DD02L~1 created
    (DB) INFO: DD02T created
    (DB) INFO: DD02T~0 created
    (IMP) INFO: import of DD02T completed (2951280 rows) #20071121133623
    (DB) INFO: DD03L created
    (DB) INFO: DD03L~0 created
    (IMP) INFO: import of DD03L completed (4785428 rows) #20071121134238
    (DB) INFO: DD03L~1 created
    (DB) INFO: DD03L~2 created
    (DB) INFO: DD03L~3 created
    (DB) INFO: DD03L~4 created
    (DB) INFO: DD03L~5 created
    (DB) INFO: DD03L~6 created
    (DB) INFO: DD03L~7 created
    (DB) INFO: DD03T created
    (DB) INFO: DD03T~0 created
    (IMP) INFO: import of DD03T completed (719472 rows) #20071121134905
    (DB) INFO: DD04L created
    (DB) INFO: DD04L~0 created
    (IMP) INFO: import of DD04L completed (344271 rows) #20071121134934
    (DB) INFO: DD04L~1 created
    (DB) INFO: DD04T created
    (DB) INFO: DD04T~0 created
    (IMP) INFO: import of DD04T completed (3477223 rows) #20071121135239
    (DB) INFO: DD06L created
    (DB) INFO: DD06L~0 created
    (IMP) INFO: import of DD06L completed (172 rows) #20071121135239
    (DB) INFO: DD06T created
    (DB) INFO: DD06T~0 created
    (IMP) INFO: import of DD06T completed (1187 rows) #20071121135239
    (DB) INFO: DD07L created
    (DB) INFO: DD07L~0 created
    (IMP) INFO: import of DD07L completed (137884 rows) #20071121135243
    (DB) INFO: DD07T created
    (DB) INFO: DD07T~0 created
    (IMP) INFO: import of DD07T completed (1548660 rows) #20071121135348
    (DB) INFO: DD09L created
    (DB) INFO: DD09L~0 created
    (IMP) INFO: import of DD09L completed (69863 rows) #20071121135351
    (DB) INFO: DD20L created
    (DB) INFO: DD20L~0 created
    (IMP) INFO: import of DD20L completed (215 rows) #20071121135351
    (DB) INFO: DD25L created
    (DB) INFO: DD25L~0 created
    (IMP) INFO: import of DD25L completed (45190 rows) #20071121135354
    (DB) INFO: DD25L~1 created
    (DB) INFO: DD26S created
    (DB) INFO: DD26S~0 created
    (IMP) INFO: import of DD26S completed (111584 rows) #20071121135359
    (DB) INFO: DD26S~1 created
    (DB) INFO: DD26S~2 created
    (DB) INFO: DD27S created
    (DB) INFO: DD27S~0 created
    (IMP) INFO: import of DD27S completed (468737 rows) #20071121135423
    (DB) INFO: DD27S~1 created
    (DB) INFO: DD27S~2 created
    (DB) INFO: DD28S created
    (DB) INFO: DD28S~0 created
    (IMP) INFO: import of DD28S completed (68679 rows) #20071121135436
    (DB) INFO: DD29L created
    (DB) INFO: DD29L~0 created
    (IMP) INFO: import of DD29L completed (40288 rows) #20071121135437
    (DB) INFO: DD30L created
    (DB) INFO: DD30L~0 created
    (IMP) INFO: import of DD30L completed (14122 rows) #20071121135438
    (DB) INFO: DD30L~EXI created
    (DB) INFO: DD30L~MET created
    (DB) INFO: DD30L~TXT created
    (DB) INFO: DD30T created
    (DB) INFO: DD30T~0 created
    (IMP) INFO: import of DD30T completed (160514 rows) #20071121135443
    (DB) INFO: DD31S created
    (DB) INFO: DD31S~0 created
    (IMP) INFO: import of DD31S completed (21370 rows) #20071121135444
    (DB) INFO: DD32S created
    (DB) INFO: DD32S~0 created
    (IMP) INFO: import of DD32S completed (61724 rows) #20071121135447
    (DB) INFO: DD32S~ROL created
    (DB) INFO: DD32S~SQL created
    (DB) INFO: DD33S created
    (DB) INFO: DD33S~0 created
    (IMP) INFO: import of DD33S completed (62514 rows) #20071121135451
    (DB) INFO: DD35L created
    (DB) INFO: DD35L~0 created
    (IMP) INFO: import of DD35L completed (59959 rows) #20071121135452
    (DB) INFO: DD35L~1 created
    (DB) INFO: DD36S created
    (DB) INFO: DD36S~0 created
    (IMP) INFO: import of DD36S completed (212767 rows) #20071121135501
    (DB) INFO: DD40L created
    (DB) INFO: DD40L~0 created
    (IMP) INFO: import of DD40L completed (70613 rows) #20071121135505
    (DB) INFO: DD40L~1 created
    (DB) INFO: DD40T created
    (DB) INFO: DD40T~0 created
    (IMP) INFO: import of DD40T completed (800240 rows) #20071121135534
    (DB) INFO: DD42S created
    (DB) INFO: DD42S~0 created
    (IMP) INFO: import of DD42S completed (20627 rows) #20071121135535
    (DB) INFO: DDTYPES created
    (DB) INFO: DDTYPES~0 created
    (IMP) INFO: import of DDTYPES completed (764846 rows) #20071121135552
    (DB) INFO: DDTYPET created
    (DB) INFO: DDTYPET~0 created
    (IMP) INFO: import of DDTYPET completed (41000 rows) #20071121135553
    (DB) INFO: DDXTF created
    (DB) INFO: DDXTF~0 created
    (IMP) INFO: import of DDXTF completed (0 rows) #20071121135553
    (DB) INFO: DDXTF_CONV_UC created
    (DB) INFO: DDXTF_CONV_UC~0 created
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DDXTT created
    (DB) INFO: DDXTT~0 created
    (IMP) INFO: import of DDXTT completed (0 rows) #20071121135554
    (DB) INFO: DDXTT_CONV_UC created
    (DB) INFO: DDXTT_CONV_UC~0 created
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DF03L created
    (DB) INFO: DF03L~0 created
    (IMP) INFO: import of DF03L completed (1764 rows) #20071121135554
    (DB) INFO: DF03L~ARI created
    (DB) INFO: DF03T created
    (DB) INFO: DF03T~0 created
    (IMP) INFO: import of DF03T completed (148261 rows) #20071121135603
    (DB) INFO: DF03T~OBJ created
    (DB) INFO: DF04L created
    (DB) INFO: DF04L~0 created
    (IMP) INFO: import of DF04L completed (3715 rows) #20071121135605
    (DB) INFO: DF04L~ARI created
    (DB) INFO: DF04L~STR created
    (DB) INFO: DF04L~SYN created
    (DB) INFO: DF04T created
    (DB) INFO: DF04T~0 created
    (IMP) INFO: import of DF04T completed (25566 rows) #20071121135607
    (DB) INFO: DF04T~OBJ created
    (DB) INFO: DF06L created
    (DB) INFO: DF06L~0 created
    (IMP) INFO: import of DF06L completed (0 rows) #20071121135608
    (DB) INFO: DF06L~ARI created
    (DB) INFO: DF06T created
    (DB) INFO: DF06T~0 created
    (IMP) INFO: import of DF06T completed (0 rows) #20071121135608
    (DB) INFO: DF07L created
    (DB) INFO: DF07L~0 created
    (IMP) INFO: import of DF07L completed (0 rows) #20071121135608
    (DB) INFO: DF07L~ARI created
    (DB) INFO: DF07L~OVW created
    (DB) INFO: DF07T created
    (DB) INFO: DF07T~0 created
    (IMP) INFO: import of DF07T completed (0 rows) #20071121135608
    (DB) INFO: DF08L created
    (DB) INFO: DF08L~0 created
    (IMP) INFO: import of DF08L completed (0 rows) #20071121135608
    (DB) INFO: DF08L~ARI created
    (DB) INFO: DF08T created
    (DB) INFO: DF08T~0 created
    (IMP) INFO: import of DF08T completed (0 rows) #20071121135608
    (DB) INFO: DF10L created
    (DB) INFO: DF10L~0 created
    (IMP) INFO: import of DF10L completed (0 rows) #20071121135609
    (DB) INFO: DF10L~ARI created
    (DB) INFO: DF10L~PRE created
    (DB) INFO: DF10L~SUC created
    (DB) INFO: DF10T created
    (DB) INFO: DF10T~0 created
    (IMP) INFO: import of DF10T completed (0 rows) #20071121135609
    (DB) INFO: DF11L created
    (DB) INFO: DF11L~0 created
    (IMP) INFO: import of DF11L completed (0 rows) #20071121135609
    (DB) INFO: DF11L~ARI created
    (DB) INFO: DF11L~REF created
    (DB) INFO: DF11T created
    (DB) INFO: DF11T~0 created
    (IMP) INFO: import of DF11T completed (0 rows) #20071121135609
    (DB) INFO: DF12L created
    (DB) INFO: DF12L~0 created
    (IMP) INFO: import of DF12L completed (17 rows) #20071121135609
    (DB) INFO: DF12L~ARI created
    (DB) INFO: DF12L~REF created
    (DB) INFO: DF12T created
    (DB) INFO: DF12T~0 created
    (IMP) INFO: import of DF12T completed (17 rows) #20071121135610
    (DB) INFO: DF13L created
    (DB) INFO: DF13L~0 created
    (IMP) INFO: import of DF13L completed (0 rows) #20071121135610
    (DB) INFO: DF13L~ARI created
    (DB) INFO: DF13T created
    (DB) INFO: DF13T~0 created
    (IMP) INFO: import of DF13T completed (0 rows) #20071121135610
    (DB) INFO: DF14L created
    (DB) INFO: DF14L~0 created
    (IMP) INFO: import of DF14L completed (5010 rows) #20071121135611
    (DB) INFO: DF14L~ARI created
    (DB) INFO: DF14L~PS created
    (DB) INFO: DF14L~REF created
    (DB) INFO: DF14T created
    (DB) INFO: DF14T~0 created
    (IMP) INFO: import of DF14T completed (66673 rows) #20071121135614
    (DB) INFO: DF14T~OBJ created
    (DB) INFO: DF15L created
    (DB) INFO: DF15L~0 created
    (IMP) INFO: import of DF15L completed (0 rows) #20071121135615
    (DB) INFO: DF15L~ARI created
    (DB) INFO: DF15T created
    (DB) INFO: DF15T~0 created
    (IMP) INFO: import of DF15T completed (0 rows) #20071121135615
    (DB) INFO: DF16L created
    (DB) INFO: DF16L~0 created
    (IMP) INFO: import of DF16L completed (724 rows) #20071121135615
    (DB) INFO: DF16L~REF created
    (DB) INFO: DF16T created
    (DB) INFO: DF16T~0 created
    (IMP) INFO: import of DF16T completed (1448 rows) #20071121135615
    (DB) INFO: DF16T~OBJ created
    (DB) INFO: DF30S created
    (DB) INFO: DF30S~0 created
    (IMP) INFO: import of DF30S completed (12181 rows) #20071121135616
    (DB) INFO: DF30S~SUC created
    (DB) INFO: DF34S created
    (DB) INFO: DF34S~0 created
    (IMP) INFO: import of DF34S completed (0 rows) #20071121135616
    (DB) INFO: DF40D created
    (DB) INFO: DF40D~0 created
    (IMP) INFO: import of DF40D completed (6188 rows) #20071121135617
    (DB) INFO: DF40D~OBJ created
    (DB) INFO: DF40D~SHI created
    (DB) INFO: DF41S created
    (DB) INFO: DF41S~0 created
    (IMP) INFO: import of DF41S completed (140387 rows) #20071121135624
    (DB) INFO: DF41S~ACT created
    (DB) INFO: DF41S~OVW created
    (DB) INFO: DF42S created
    (DB) INFO: DF42S~0 created
    (IMP) INFO: import of DF42S completed (125131 rows) #20071121135633
    (DB) INFO: DF43S created
    (DB) INFO: DF43S~0 created
    (IMP) INFO: import of DF43S completed (0 rows) #20071121135633
    (DB) INFO: DIAPAR created
    (DB) INFO: DIAPAR~0 created
    (IMP) INFO: import of DIAPAR completed (8422 rows) #20071121135633
    (DB) INFO: DM02L created
    (DB) INFO: DM02L~0 created
    (IMP) INFO: import of DM02L completed (5255 rows) #20071121135634
    (DB) INFO: DM02S created
    (DB) INFO: DM02S~0 created
    (IMP) INFO: import of DM02S completed (0 rows) #20071121135634
    (DB) INFO: DM02T created
    (DB) INFO: DM02T~0 created
    (IMP) INFO: import of DM02T completed (33187 rows) #20071121135635
    (DB) INFO: DM03S created
    (DB) INFO: DM03S~0 created
    (IMP) INFO: import of DM03S completed (12151 rows) #20071121135636
    (DB) INFO: DM03S~1 created
    (DB) INFO: DM25L created
    (DB) INFO: DM25L~0 created
    (IMP) INFO: import of DM25L completed (2644 rows) #20071121135637
    (DB) INFO: DM25L~A created
    (DB) INFO: DM26L created
    (DB) INFO: DM26L~0 created
    (IMP) INFO: import of DM26L completed (8516 rows) #20071121135637
    (DB) INFO: DM26L~A created
    (DB) INFO: DM40L created
    (DB) INFO: DM40L~0 created
    (IMP) INFO: import of DM40L completed (5032 rows) #20071121135638
    (DB) INFO: DM40L~A created
    (DB) INFO: DM40T created
    (DB) INFO: DM40T~0 created
    (IMP) INFO: import of DM40T completed (31492 rows) #20071121135639

    Hi Henry,
    Regarding your initial problem.
    Only the imports of the non-transparent tables (pool, cluster, report/dynpro sources) fail.
    return code received from nametab is 32
    ==
    no entry for the searched table is found in the nametab (runtime dictionary, consists of tables DDNTT (table description) and DDNTF (field catalogue)).
    Is this a complete new installation or is this a migration (with unicode conversion)?
    If it's an unicode migration of an own R/3 system, I assume that the RADCUCNT-report wasn't executed on the non-unicode source system. RADCUCNT writes the 'unicode version' of the nametab (DDNTT_CONV_UC and DDNTF_CONV_UC). During the import with uc-conversion R3load exchanges DDNTT and DDNTT_CONV_UC resp DDNTF and DDNTF_CONV_UC. So if the RADCUCNT wasn't run on the source system, the conversions can't be done (and later your target system won't run at all).
    Please check if there are entries in your target system's DDNTT (it should have been imported with SAPSDIC).
    See note 932779 Unicode conversion - analysis of nametab problems
           note 837173 RADCUCNT in Unicode Conversion: Collective Note
    and the migration guide.
    Best regards,
    Guenther

  • Error in Import Abap step for MI 7.1on AIX oracle

    hi guys,
    i am installing sap MI 7.1 on AIX on oracle.while installing i am getting the following error in the import abap step
    INFO: 2011-01-28 04:15:08
    Data codepage 1100 is determined using TOC file '/oracle/MIP/oraarch/51033237/DATA_UNITS/EXPORT_1/DATA/REPOSRC.TOC' for package 'REPOSRC'.
    TRACE: 2011-01-28 04:15:09 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is started.
    TRACE: 2011-01-28 04:15:09 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'DOKCLU' import package into database:
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load -i DOKCLU.cmd -dbcodepage 4102 -l DOKCLU.log -stop_on_error -loadprocedure fast
    ERROR: 2011-01-28 04:15:11 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is interrupted with R3load error.
    Process '/usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load -i DOKCLU.cmd -dbcodepage 4102 -l DOKCLU.log -stop_on_error -loadprocedure fast' exited with return code 2.
    For mode details see 'DOKCLU.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-01-28 04:15:38
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2011-01-28 04:15:38
    1 error(s) during processing of packages.
    INFO: 2011-01-28 04:15:38
    Import Monitor is stopped.
    this is the log for DOKCLU
    myCluster (127.18.Imp): 650: error when retrieving table description for physical table DOKCLU.
    myCluster (127.18.Imp): 651: return code received from nametab is 2
    myCluster (127.18.Imp): 294: error when retrieving physical nametab for table DOKCLU.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: disconnected from DB
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20110128090816
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20110128094510
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/710_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.4 [UNICODE]
    Compiled Oct 25 2007 20:54:47
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load -i DOKCLU.cmd -dbcodepage 4102 -l DOKCLU.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (RTF) ########## WARNING ###########
         Without ORDER BY PRIMARY KEY the exported data may be unusable for some databases
    (DB) INFO: DOKCLU deleted/truncated #20110128094511
    myCluster (127.18.Imp): 650: error when retrieving table description for physical table DOKCLU.
    myCluster (127.18.Imp): 651: return code received from nametab is 2
    myCluster (127.18.Imp): 294: error when retrieving physical nametab for table DOKCLU.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: disconnected from DB
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/MIP/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20110128094511

    Hi,
    Te problem seems to be a connection to Oracle.
    Check the below note :
    Note 400241 - Problems with ops$ or sapr3 connect to Oracle
    Regards,
    Nirmal.k

  • Struts - Firfefox messages: No input attribute for mapping path /editNxtMod

    Hi!
    I'd like to create an admin application which is based upon a simple database table. The list shows already, but the detail of selected record doesn't. When I click to a record, the Firefox writes "No input attribute for mapping path /editNxtModuls". What does it mean? Maybe bad configuration files?
    Please help me!
    Thank Yoy!
    Here my code:
    <struts-config>
         <data-sources />
         <form-beans>
              <form-bean name="NxtModulsForm" type="forms.NxtModulsForm" />
         </form-beans>
         <global-exceptions />
         <global-forwards>
              <forward name="error" path="/error.jsp" />
         </global-forwards>
         <action-mappings>
              <action input="/index.jsp" path="/listNxtModuls"
                   type="actions.ListNxtModulsAction">
                   <forward name="list" path="/NxtModuls/list.jsp" />
              </action>
              <action name="NxtModulsForm"
                   path="/editNxtModuls" scope="request"
                   type="actions.EditNxtModulsAction" validate="true">
                   <forward name="edit" path="/NxtModuls/edit.jsp" />
              </action>
              <action path="/saveNxtModuls"
                   type="actions.SaveNxtModulsAction" />
              <action input="/NxtModuls/edit.jsp" name="NxtModulsForm"
                   path="/processNxtModuls">
                   <forward name="save" path="/saveNxtModuls.do" />
                   <forward name="cancel" path="/cancelNxtModuls.do" />
              </action>
              <action path="/cancelNxtModuls"
                   type="actions.CancelNxtModulsAction" />
         </action-mappings>
         <controller />
         <message-resources parameter="resources.application" />
    </struts-config>
    *****************list.jsp*************
    <td>                         <a href="editNxtModuls.do?modul_id=<bean:write name="nxtmoduls" property="modul_id"/>">
    <bean:write name="nxtmoduls" property="modul_id"/>
    <a/>
    </td>
    *****************edit.jsp*************
    <html>
         <h2>Edit</h2>
         <html:errors/>
         <body>
              <html:form action="processNxtModuls.do">
                   <table border="1">
                        <tr>
                             <td>Modul name: </td>
                             <td><html:text property="modul_name" size="20" maxlength="20" /></td>
                        </tr>
                        <tr>
                             <td>Synonym name: </td>
                             <td><html:text property="synonym_name" size="20" maxlength="20" /></td>
                        </tr>
                   </table>
                   <html:submit value="Save" onclick="go('saveNxtModuls')"/>
                   <html:submit value="Cancel" onclick="go('cancelNxtModuls')"/>
              </html:form>
         </body>
    </html>
    *********************action******************
    public class EditNxtModulsAction extends CommonAction {
         public EditNxtModulsAction() {
         @Override
         public ActionForward commonExecute(ActionMapping mapping, ActionForm form,
                   HttpServletRequest request, HttpServletResponse response) throws Exception {
              NxtModulsForm myForm = (NxtModulsForm)form;
              try {
                   if (request.getParameter("modul_id") == null) {
                        throw new OwnException("The modul_id parameter was not returned!");
                   Long ModulId;
                   try {
                        ModulId = new Long(request.getParameter("modul_id"));
                   catch(Exception e) {
                        throw new OwnException("The modul_id parameter is not a number!");
                   NxtModulsBean OneRecord = new NxtModulsBean();
                   OneRecord = myManager.getRecord(ModulId);
                   myForm.setModul_name(OneRecord.getModul_name());
                   myForm.setSynonym_name(OneRecord.getSynonym_name());
              catch(OwnException e) {
                   System.out.println(e);
                   myErrors.add("label",new ActionError("error.get_record_failed"));
                   saveErrors(request, myErrors);
                   mapping.findForward("error");
              return mapping.findForward("edit");
    }

    The config file looks ok to me.
    The Action looks like you aren't taking full advantage of Struts.
    You shouldn't have to call request.getParameter() - you should define an action form which picks up the parameters, and does the validations/conversions for you.
    Maybe try this:
    <html:link action="/editNxtModuls" paramId="modul_id" paramName="nxtmoduls" paramProperty="modul_id" /><bean:write name="nxtmoduls" property="modul_id"/>
    </html:link>Edit: Reads error message
    No input attribute for mapping path /editNxtModuls
    This means that the form validation for this action failed, and it is attempting to return control to the sending page so that you can fix the error.
    Check the forms.NxtModulsForm validate() method to see if validation would pass/fail.
    The fix would be to put an "input" attribute into the action
    <action name="NxtModulsForm"
    path="/editNxtModuls"
    scope="request"
    type="actions.EditNxtModulsAction"
    validate="true"
    input = "list.jsp">
    <forward name="edit" path="/NxtModuls/edit.jsp" />
    </action>
    Cheers,
    evnafets

  • Error loading serialized session data

    Could anyone please suggest how to fix this issue. We run 2 Solaris servers
              running WL5.1 SP8:
              Thank you!
              Fri Jan 12 16:23:43 PST 2001:<E> <HttpSessionContext> Error loading
              serialized session data for session
              OlzPsQ2ZCGETxLZsvwig2hgGGyZEU4opBHfSaq1P02MlsbGKNK64QcKLS3JTa0QJZyZxdjVIY5k3
              |5212765075526534138/-1062730671/6/80/80/7002/7002/80/-1
              java.io.InvalidClassException:
              weblogic.servlet.internal.session.SessionData; Local class not compatible:
              stream classdesc serialVersionUID=2475912102520200080 local class
              serialVersionUID=8380332519449050139
              at java.lang.Throwable.fillInStackTrace(Native Method)
              at java.lang.Throwable.fillInStackTrace(Compiled Code)
              at java.lang.Throwable.<init>(Compiled Code)
              at java.lang.Exception.<init>(Compiled Code)
              at java.io.IOException.<init>(Compiled Code)
              at
              java.io.ObjectStreamException.<init>(ObjectStreamException.java:29)
              at
              java.io.InvalidClassException.<init>(InvalidClassException.java:47)
              at java.io.ObjectStreamClass.validateLocalClass(Compiled Code)
              at java.io.ObjectStreamClass.setClass(Compiled Code)
              at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.inputObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at
              weblogic.servlet.internal.session.FileSessionContext.loadSession(FileSession
              Context.java:467)
              at
              weblogic.servlet.internal.session.FileSessionContext.invalidateSession(FileS
              essionContext.java:391)
              at
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.invalida
              teSessions(Compiled Code)
              at
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.trigger(
              SessionContext.java:479)
              at
              weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled Code)
              at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled
              Code)
              at weblogic.time.server.ScheduledTrigger.execute(Compiled Code)
              at weblogic.kernel.ExecuteThread.run(Compiled Code)
              java.io.InvalidClassException:
              weblogic.servlet.internal.session.SessionData; Local class not compatible:
              stream classdesc serialVersionUID=2475912102520200080 local class
              serialVersionUID=8380332519449050139
              at java.lang.Throwable.fillInStackTrace(Native Method)
              at java.lang.Throwable.fillInStackTrace(Compiled Code)
              at java.lang.Throwable.<init>(Compiled Code)
              at java.lang.Exception.<init>(Compiled Code)
              at java.io.IOException.<init>(Compiled Code)
              at
              java.io.ObjectStreamException.<init>(ObjectStreamException.java:29)
              at
              java.io.InvalidClassException.<init>(InvalidClassException.java:47)
              at java.io.ObjectStreamClass.validateLocalClass(Compiled Code)
              at java.io.ObjectStreamClass.setClass(Compiled Code)
              at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.inputObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at java.io.ObjectInputStream.readObject(Compiled Code)
              at
              weblogic.servlet.internal.session.FileSessionContext.loadSession(FileSession
              Context.java:467)
              at
              weblogic.servlet.internal.session.FileSessionContext.invalidateSession(FileS
              essionContext.java:391)
              at
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.invalida
              teSessions(Compiled Code)
              at
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.trigger(
              SessionContext.java:479)
              at
              weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled Code)
              at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled
              Code)
              at weblogic.time.server.ScheduledTrigger.execute(Compiled Code)
              at weblogic.kernel.ExecuteThread.run(Compiled Code)
              

    It might cause by inconsistent service patch and/or versions among your
              servers in your cluster. Double check the installation, especially
              classpathes of all your servers. Make sure you apply SP8 correctly in all
              servers.
              Cheers - Wei
              "Andre Taube" <[email protected]> wrote in message
              news:[email protected]...
              > Could anyone please suggest how to fix this issue. We run 2 Solaris
              servers
              > running WL5.1 SP8:
              >
              > Thank you!
              >
              >
              > Fri Jan 12 16:23:43 PST 2001:<E> <HttpSessionContext> Error loading
              > serialized session data for session
              >
              OlzPsQ2ZCGETxLZsvwig2hgGGyZEU4opBHfSaq1P02MlsbGKNK64QcKLS3JTa0QJZyZxdjVIY5k3
              > |5212765075526534138/-1062730671/6/80/80/7002/7002/80/-1
              > java.io.InvalidClassException:
              > weblogic.servlet.internal.session.SessionData; Local class not compatible:
              > stream classdesc serialVersionUID=2475912102520200080 local class
              > serialVersionUID=8380332519449050139
              > at java.lang.Throwable.fillInStackTrace(Native Method)
              > at java.lang.Throwable.fillInStackTrace(Compiled Code)
              > at java.lang.Throwable.<init>(Compiled Code)
              > at java.lang.Exception.<init>(Compiled Code)
              > at java.io.IOException.<init>(Compiled Code)
              > at
              > java.io.ObjectStreamException.<init>(ObjectStreamException.java:29)
              > at
              > java.io.InvalidClassException.<init>(InvalidClassException.java:47)
              > at java.io.ObjectStreamClass.validateLocalClass(Compiled Code)
              > at java.io.ObjectStreamClass.setClass(Compiled Code)
              > at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.inputObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at
              >
              weblogic.servlet.internal.session.FileSessionContext.loadSession(FileSession
              > Context.java:467)
              > at
              >
              weblogic.servlet.internal.session.FileSessionContext.invalidateSession(FileS
              > essionContext.java:391)
              > at
              >
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.invalida
              > teSessions(Compiled Code)
              > at
              >
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.trigger(
              > SessionContext.java:479)
              > at
              > weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled
              Code)
              > at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled
              > Code)
              > at weblogic.time.server.ScheduledTrigger.execute(Compiled Code)
              > at weblogic.kernel.ExecuteThread.run(Compiled Code)
              >
              > java.io.InvalidClassException:
              > weblogic.servlet.internal.session.SessionData; Local class not compatible:
              > stream classdesc serialVersionUID=2475912102520200080 local class
              > serialVersionUID=8380332519449050139
              > at java.lang.Throwable.fillInStackTrace(Native Method)
              > at java.lang.Throwable.fillInStackTrace(Compiled Code)
              > at java.lang.Throwable.<init>(Compiled Code)
              > at java.lang.Exception.<init>(Compiled Code)
              > at java.io.IOException.<init>(Compiled Code)
              > at
              > java.io.ObjectStreamException.<init>(ObjectStreamException.java:29)
              > at
              > java.io.InvalidClassException.<init>(InvalidClassException.java:47)
              > at java.io.ObjectStreamClass.validateLocalClass(Compiled Code)
              > at java.io.ObjectStreamClass.setClass(Compiled Code)
              > at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.inputClassDescriptor(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.inputObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at java.io.ObjectInputStream.readObject(Compiled Code)
              > at
              >
              weblogic.servlet.internal.session.FileSessionContext.loadSession(FileSession
              > Context.java:467)
              > at
              >
              weblogic.servlet.internal.session.FileSessionContext.invalidateSession(FileS
              > essionContext.java:391)
              > at
              >
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.invalida
              > teSessions(Compiled Code)
              > at
              >
              weblogic.servlet.internal.session.SessionContext$SessionInvalidator.trigger(
              > SessionContext.java:479)
              > at
              > weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled
              Code)
              > at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled
              > Code)
              > at weblogic.time.server.ScheduledTrigger.execute(Compiled Code)
              > at weblogic.kernel.ExecuteThread.run(Compiled Code)
              >
              >
              

  • Problems with storing EJB Remote in session and retrieving.

    We store EJB remote object in session and differnt clients retrieve it from session
    before making a business method call. This seems to work in most cases but some
    times it gives the exception attached. This happens only in a clustered environment.
    What has been observed is that if we put the remote object inside a hashtable
    which in-turn is stored in session retrieval from hashtable does not give this
    problem.
    Any suggestion / solution would be greatly appreciated.
    regards,
    Rajesh
    The exception Stack trace is attached
    java.rmi.NoSuchObjectException: Unable to locate EJBHome: 'BalconHome' on server:
    't3://176.19.183.6,176.19.183.15:9616
    at weblogic.ejb20.internal.HomeHandleImpl.getEJBHome(HomeHandleImpl.java:80)
    at weblogic.ejb20.internal.HandleImpl.getEJBObject(HandleImpl.java:184)
    at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:395)
    at com.chase.ccs.util.AccountInfoAccessor.setCurrentAccountAttributeBalcon(AccountInfoAccessor.java:362)
    at com.chase.ccs.util.ModelAccessor.initBlaconOfferModel(ModelAccessor.java:311)
    at com.chase.ccs.balancetransfer.OfferPortlet.service(OfferPortlet.java:88)
    at com.chase.ccs.balancetransfer.OfferView.pageStart(OfferView.java:65)
    at com.chase.ccs.util.ModuleStarter.doAllPageStart(ModuleStarter.java:236)
    at jsp_servlet._templates._template0005._UXaQVaXTUaSYaWaSRZfdXbWSfYXbTRQb.__ccs_mm_tgl_pfp_grid._jspService(__ccs_mm_tgl_pfp_grid.java:316)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:482)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:308)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.epicentric.servlets.ServletUtils.include(ServletUtils.java:150)
    at com.epicentric.template.Style.execute(Style.java:538)
    at com.epicentric.taglib.html.IncludeGridTag.doStartTag(IncludeGridTag.java:57)
    at jsp_servlet.__index._jspService(__index.java:560)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:242)
    at com.epicentric.servlets.stackable.SiteDispatcherServlet.service(SiteDispatcherServlet.java:195)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2546)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    [ejb exception.txt]

    Hello Rajesh,
    Thanks for your sugggestion. Rajesh Karuvat and myself are working on the same
    project.
    I want to know if there is any specific patch for this problem for weblogic 6.1
    sp3.
    The reason we can not just try Weblogic sp4 is that we are using epicentric 4.0
    that is cvertified with weblogic 6.1 sp3 and not sp4.
    I have also opened a case with bea about it. I would reaaly appretiate if you
    can check the detials about it. The case number is 376228.
    Please do revert back.
    Thanks,
    Shilpa
    Rajesh Mirchandani <[email protected]> wrote:
    Try SP4.
    Rajesh Karuvat wrote:
    we are running Weblogic 6.1 SP3
    "Rajesh Karuvat" <[email protected]> wrote:
    We store EJB remote object in session and differnt clients retrieve
    it
    from session
    before making a business method call. This seems to work in mostcases
    but some
    times it gives the exception attached. This happens only in a clustered
    environment.
    What has been observed is that if we put the remote object insidea hashtable
    which in-turn is stored in session retrieval from hashtable does not
    give this
    problem.
    Any suggestion / solution would be greatly appreciated.
    regards,
    Rajesh
    The exception Stack trace is attached
    java.rmi.NoSuchObjectException: Unable to locate EJBHome: 'BalconHome'
    on server:
    't3://176.19.183.6,176.19.183.15:9616
    at weblogic.ejb20.internal.HomeHandleImpl.getEJBHome(HomeHandleImpl.java:80)
    at weblogic.ejb20.internal.HandleImpl.getEJBObject(HandleImpl.java:184)
    at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:395)
    at com.chase.ccs.util.AccountInfoAccessor.setCurrentAccountAttributeBalcon(AccountInfoAccessor.java:362)
    at com.chase.ccs.util.ModelAccessor.initBlaconOfferModel(ModelAccessor.java:311)
    at com.chase.ccs.balancetransfer.OfferPortlet.service(OfferPortlet.java:88)
    at com.chase.ccs.balancetransfer.OfferView.pageStart(OfferView.java:65)
    at com.chase.ccs.util.ModuleStarter.doAllPageStart(ModuleStarter.java:236)
    at jsp_servlet._templates._template0005._UXaQVaXTUaSYaWaSRZfdXbWSfYXbTRQb.__ccs_mm_tgl_pfp_grid._jspService(__ccs_mm_tgl_pfp_grid.java:316)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:482)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:308)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.epicentric.servlets.ServletUtils.include(ServletUtils.java:150)
    at com.epicentric.template.Style.execute(Style.java:538)
    at com.epicentric.taglib.html.IncludeGridTag.doStartTag(IncludeGridTag.java:57)
    at jsp_servlet.__index._jspService(__index.java:560)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:242)
    at com.epicentric.servlets.stackable.SiteDispatcherServlet.service(SiteDispatcherServlet.java:195)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2546)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Camera roll pictures are out of order after upgrading to iOS 8.1

    It's nice that iOS 8.1 brings camera roll back. However, pictures are out of chronological order. I'm using iPhone 5s. I upgraded iOS from 8.0.2 to 8.1, and noticed this issue.

  • Problems viewing in High Def

    I have a DV7 1245dx and everytime I try to watch anything in high definition it does not play properly.  The sound is ok but the picture is not.  The way to describe it is the viewing moves in frames, as if I'm just looking at still photos.  It doesn

  • I can't drag and drop from photos 1.0 to desktop

    I can't drag and drop from photos 1.0 to desktop

  • UI5 Employee Profile Issue

    I am trying to activate SAP UI5 services from Ehp 7 on a sandbox but when I execute employee profile application from SE80 I am just getting a blank page. So far only leave request application worked file. All other ESS and HRPAO applications are not

  • How can I play Yahoo! Pool on my Mac?

    I updated Java, I let Java and Safari accept incoming connections, I disabled pop-up blocker, and still nothing.