Session Loader Exception

Hi,
I am trying to login to a server session in TopLink,I am getting this exception even with the oracle12.zip set in the class path. Has any one encountered the same problem before ? Exception is shown below.
Local Exception Stack:
Exception Description: Several [1] SessionLoaderExceptions were thrown:
Exception [TOPLINK-9003] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.SessionLoaderException
Exception Description: Unable to process XML tag [driver-class] with value [oracle.jdbc.driver.OracleDriver].
Internal Exception: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
     at oracle.toplink.exceptions.SessionLoaderException.finalException(SessionLoaderException.java:89)
     at oracle.toplink.tools.sessionconfiguration.XMLLoader.load(XMLLoader.java:156)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:219)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:192)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:149)
     at com.test.testTop.login(testTop.java:58)
     at com.test.testTop.main(testTop.java:34)
SessionLoaderExceptions:

Try testing to ensure that the driver is on the classpath correctly first. It may be that a class in this jar requires another class missing from your classpath.
In your test first do a,
Class.forName("oracle.jdbc.driver.OracleDriver");
If this works, you may be passing an incorrect class loader to the SessionManager, ensure the class loader you pass can load the Oracle driver.

Similar Messages

  • Error in loading Exceptions panel

    Hi all
    I'm trying to apply an exception on a worksheet (abs % err > 20 %) to see what items have a inacurate forecast.
    And I'm faceing the next problem:
    I set the exception conditions, hit ok, rerun and the worksheet is the same, when I try to go back to the exception window, the window is empty and stuck, the only buttons available is OK & Cancel if I hit OK -> ERROR Check connection to server.
    When I checked the Java Console the following Error occurred:
    2009-10-26 14:06:41,234 [DataLoaderThread] ERROR collaborator.querywizard.wizard :: Error in loading Exceptions panel
    java.lang.IllegalArgumentException: Malformed pattern "#.##0"
         at java.text.DecimalFormat.applyPattern(Unknown Source)
         at java.text.DecimalFormat.applyPattern(Unknown Source)
         at com.demantra.common.utils.StringUtility.getLocalizedFormat(StringUtility.java:730)
         at com.demantra.portal.querywizard.ExceptionsPanel.getTextFieldStyle(ExceptionsPanel.java:755)
         at com.demantra.portal.querywizard.ExceptionsPanel.showExceptionsTable(ExceptionsPanel.java:434)
         at com.demantra.portal.querywizard.ExceptionsPanel.setInitialContext(ExceptionsPanel.java:383)
         at com.demantra.portal.querywizard.ExceptionsPanel.run(ExceptionsPanel.java:202)
         at com.demantra.portal.querywizard.ExceptionsPanel.<init>(ExceptionsPanel.java:193)
         at com.demantra.portal.querywizard.WizardManager.getPanelById(WizardManager.java:258)
         at com.demantra.portal.querywizard.WizardManager$DataLoaderThread.run(WizardManager.java:1081)
    If someone is willing and able to help I'm waiting for their suggestions.
    Thx
    All

    This is the lo from Java Console when adding exception Adjusted history > 40 reruning the worksheet and trying to reopen the exception window and stopped working:
    2009-10-27 10:49:38,328 [thread applet-com.demantra.partner.client.main.PartnerApplet.class] INFO dpweb.general :: Worksheets Window Logging Started...
    2009-10-27 10:49:38,328 [thread applet-com.demantra.partner.client.main.PartnerApplet.class] INFO dpweb.general :: Worksheets Window is started in Online mode.
    2009-10-27 10:49:38,421 [thread applet-com.demantra.partner.client.main.PartnerApplet.class] INFO dpweb.general :: Worksheets Window Applet codebase : http://localhost:8080/demantra/portal/
    2009-10-27 10:49:38,484 [thread applet-com.demantra.partner.client.main.PartnerApplet.class] INFO tunnel.general :: No proxy selected
    2009-10-27 10:49:38,812 [thread applet-com.demantra.partner.client.main.PartnerApplet.class] INFO dpweb.general :: Worksheets Window is using Server Time Zone Europe/Bucharest
    2009-10-27 10:49:52,750 [Keep_Session_Alive_Thread] INFO dpweb.connection :: Connectivity status is: 'Connected'
    2009-10-27 10:50:00,234 [Get_Meta_Data_Thread] INFO dpweb.query.data :: Note: Query test3 loaded, contains 5142 combinations
    java.lang.NullPointerException
         at com.klg.jclass.chart.JCChartLegendManager.drawLegendItemSymbol(JCChartLegendManager.java:555)
         at com.klg.jclass.util.legend.JCLegend.drawLegendItem(JCLegend.java:548)
         at com.klg.jclass.util.legend.JCLegend.paintComponent(JCLegend.java:437)
         at javax.swing.JComponent.paint(Unknown Source)
         at javax.swing.JComponent.paintChildren(Unknown Source)
         at com.klg.jclass.chart.JCChart.paintChildren(JCChart.java:820)
         at javax.swing.JComponent.paint(Unknown Source)
         at com.klg.jclass.chart.JCChart.paint(JCChart.java:716)
         at javax.swing.JComponent.paintChildren(Unknown Source)
         at javax.swing.JComponent.paint(Unknown Source)
         at javax.swing.JViewport.paint(Unknown Source)
         at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source)
         at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
         at javax.swing.JComponent._paintImmediately(Unknown Source)
         at javax.swing.JComponent.paintImmediately(Unknown Source)
         at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
         at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    2009-10-27 10:51:19,281 [DataLoaderThread] ERROR collaborator.querywizard.wizard :: Error in loading Exceptions panel
    java.lang.IllegalArgumentException: Malformed pattern "#.##0"
         at java.text.DecimalFormat.applyPattern(Unknown Source)
         at java.text.DecimalFormat.applyPattern(Unknown Source)
         at com.demantra.common.utils.StringUtility.getLocalizedFormat(StringUtility.java:730)
         at com.demantra.portal.querywizard.ExceptionsPanel.getTextFieldStyle(ExceptionsPanel.java:755)
         at com.demantra.portal.querywizard.ExceptionsPanel.showExceptionsTable(ExceptionsPanel.java:434)
         at com.demantra.portal.querywizard.ExceptionsPanel.setInitialContext(ExceptionsPanel.java:383)
         at com.demantra.portal.querywizard.ExceptionsPanel.run(ExceptionsPanel.java:202)
         at com.demantra.portal.querywizard.ExceptionsPanel.<init>(ExceptionsPanel.java:193)
         at com.demantra.portal.querywizard.WizardManager.getPanelById(WizardManager.java:258)
         at com.demantra.portal.querywizard.WizardManager$DataLoaderThread.run(WizardManager.java:1081)

  • Just updated my ipad2 via iTunes to iOS 7.0.2.  So far everything loaded except for sent mail.  Is there a way to recover and load the missing sent mail? Thanks

    Just updated my iPad 2 via iTunes to iOS 7.0.2.  So far everything loaded except for sent mail.  Is there anyway to recover the sent mail?

    You'll get a variety of earlier versions of iTunes here: Old iTunes for Mac

  • Use of error page resulting in could not deserialize session data exception

              We have recently converted classes that store objects in the HTTP Session to implement
              serializable.
              Our application uses an error page set up in our web.xml for 500 errors.
              It also uses filters.
              When our application throws an exception and allows the server to handle it
              via the error page setup, we end up with the exception we threw, plus a number
              of
              "Could not deserialize session data" exceptions in the stack trace.
              In general, the exceptions can be traced to lines in code that attempt to reference
              one of our "serializable" session objects to get user info for logging purposes.
              Problem is, other applications that do not use error pages to handle exceptions
              do not throw these types of exceptions in the wl-domain.log and they use the same
              classes.
              Does anyone know why this happens when using error pages and what we need to do
              to correct it?
              We are using Weblogic 8.1sp2.
              Thanks!!
              Example of the stack trace messages:
              ####<May 5, 2004 2:52:17 PM EDT> <Error> <HTTP Session> <machinexyz> <cgServer>
              <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-100028>
              <Could not deserialize session data.
              java.io.NotSerializableException: weblogic.servlet.internal.FilterConfigImpl
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
                   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
                   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
                   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
                   at weblogic.servlet.internal.AttributeWrapper.convertObjectToBytes(AttributeWrapper.java:136)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:112)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:69)
                   at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:431)
                   at doh.stuff.OurFilter.doFilter(OurFilter.java:67)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:305)
                   at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:523)
                   at weblogic.servlet.internal.WebAppServletContext.handleException(WebAppServletContext.java:3908)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3683)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              ####<May 5, 2004 2:52:17 PM EDT> <Error> <HTTP Session> <machinexyz> <cgServer>
              <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-100028>
              <Could not deserialize session data.
              java.io.NotSerializableException: java.util.Vector$1
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
                   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
                   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
                   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
                   at weblogic.servlet.internal.AttributeWrapper.convertObjectToBytes(AttributeWrapper.java:136)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:112)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:69)
                   at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:431)
                   at doh.stuff.OurHTML.<init>(OurHTML.java:57)
                   at doh.stuff.OurFilter.startLog4j(OurFilter.java:513)
                   at doh.stuff.OurFilter.doFilter(OurFilter.java:75)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:305)
                   at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:523)
                   at weblogic.servlet.internal.WebAppServletContext.handleException(WebAppServletContext.java:3908)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3683)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              

              We have recently converted classes that store objects in the HTTP Session to implement
              serializable.
              Our application uses an error page set up in our web.xml for 500 errors.
              It also uses filters.
              When our application throws an exception and allows the server to handle it
              via the error page setup, we end up with the exception we threw, plus a number
              of
              "Could not deserialize session data" exceptions in the stack trace.
              In general, the exceptions can be traced to lines in code that attempt to reference
              one of our "serializable" session objects to get user info for logging purposes.
              Problem is, other applications that do not use error pages to handle exceptions
              do not throw these types of exceptions in the wl-domain.log and they use the same
              classes.
              Does anyone know why this happens when using error pages and what we need to do
              to correct it?
              We are using Weblogic 8.1sp2.
              Thanks!!
              Example of the stack trace messages:
              ####<May 5, 2004 2:52:17 PM EDT> <Error> <HTTP Session> <machinexyz> <cgServer>
              <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-100028>
              <Could not deserialize session data.
              java.io.NotSerializableException: weblogic.servlet.internal.FilterConfigImpl
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
                   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
                   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
                   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
                   at weblogic.servlet.internal.AttributeWrapper.convertObjectToBytes(AttributeWrapper.java:136)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:112)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:69)
                   at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:431)
                   at doh.stuff.OurFilter.doFilter(OurFilter.java:67)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:305)
                   at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:523)
                   at weblogic.servlet.internal.WebAppServletContext.handleException(WebAppServletContext.java:3908)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3683)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              ####<May 5, 2004 2:52:17 PM EDT> <Error> <HTTP Session> <machinexyz> <cgServer>
              <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-100028>
              <Could not deserialize session data.
              java.io.NotSerializableException: java.util.Vector$1
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
                   at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
                   at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
                   at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
                   at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                   at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
                   at weblogic.servlet.internal.AttributeWrapper.convertObjectToBytes(AttributeWrapper.java:136)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:112)
                   at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:69)
                   at weblogic.servlet.internal.session.SessionData.getAttribute(SessionData.java:431)
                   at doh.stuff.OurHTML.<init>(OurHTML.java:57)
                   at doh.stuff.OurFilter.startLog4j(OurFilter.java:513)
                   at doh.stuff.OurFilter.doFilter(OurFilter.java:75)
                   at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:305)
                   at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:523)
                   at weblogic.servlet.internal.WebAppServletContext.handleException(WebAppServletContext.java:3908)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3683)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              

  • Loading Exception.jar from NERP

    Hi everyone,
    I am getting XI started on my sytem first time but i have had some problems.
    After i try to start Integration repository , Java webstart is starting and immediately i get this message
    it says " Loading Exception.jar from NERP".
    Read 53k of 11.6M.
    Any suggestions ,
    Thanks
    Deepthi

    Hey everyone,
    I have resolved this on my own.
    I have cleared the IE cache and connected to it through LAN.
    Thank you
    Deepthi

  • SEVERE: Servlet  threw load() exception

    I am trying to load servlet in Tomcat 5.5 . It is throwing an exception as follows. The LicenseAuthentication class exists in WEB-INF/Class directory. So it is not the problem.
    1. In lib folder there is no servlet.jar. If I put that I am getting different exception.
    2. In my servlet In init(), doPost() and doGet method implementation.
    3. In web.xml I had put the <load-on-start> parameter as 1.
    Can someone help immediately ? I am stuck with this issue for long time ?
    Thanks
    Murali
    =================================================
    <servlet>
    <servlet-name>License</servlet-name>
    <servlet-class>LicenseAuthentication</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>License</servlet-name>
    <url-pattern>/License</url-pattern>
    </servlet-mapping>
    =======================================================
    SEVERE: Servlet threw load() exception
    java.lang.NoClassDefFoundError: LicenseAuthentication$1
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
         at java.lang.Class.getConstructor0(Class.java:2699)
         at java.lang.Class.newInstance0(Class.java:326)
         at java.lang.Class.newInstance(Class.java:308)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1089)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:448)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
         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:597)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)

    This is just Java 101. The NoClassDefFoundError simply means that the mentioned class is missing in the runtime classpath (while it was available in the classpath during compilation, this is the key difference with ClassNotFoundException).
    In the future, please start a new topic for each independent question instead of resurrecting old topics or hijacking other's topics.

  • Creative Suite 5.5 loaded except Illustrator.

    I just upgraded to a new MacBook Pro and attempted to load Creative Suite 5.5 from my installation CD. All the programs loaded except Illustrator. Any suggestions?

    U,
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    either here,
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or here,
    Serial number and activation support

  • Cluster enviornment i get session failover exception

    Hi All,
    In cluster enviornment i get session failover exception comes when one of my node is down .
    How can i inform all manage server at the time of creation of session object in cluster enviornment.
    Thanks in advance,
    Sumit Bhasin

    .

  • Session expired exception

    Hi,
    How/Where to catch session expired exception in web dynpro?  The following message is thrown when I click on the ui in portal.
    com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired: No application session with ID WGM2Pq0FW1NipV5Lp6LduwPdwvcMglH6QrYGsOlwpQ/pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2/sap.com/cafeugpuirt/Runtime/base/ exists. Hint: A follow-up request was sent to Web Dynpro, but no corresponding session was found under the existing sessions. Reasons: a) Session has expired; b) Web Dynpro is called with incorrect session parameters; c) Application session has been destroyed due to proceeding exception. Please restart the application.
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPostprocessing(ClientSession.java:781)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:241)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
         at .....
    Thanks.
    Regards,
    Fui Voon

    Hi,
    You can try this to retrieve more user friendly error message.
    e.getNestedLocalizedMessage()
    For more details on handle exception, you can refer following URL.
    http://help.sap.com/javadocs/NW04S/current/wd/index-files/index-23.html
    Look for :
    WDSessionExpiredException(String)
    WDSessionExpiredException(String, Throwable)
    WDSessionExpiredException(Throwable)
    WDSessionExpiredException(String, Object[])
    WDSessionExpiredException()
    WDSessionIdentificationException(String)
    WDSessionIdentificationException(String, Throwable)
    WDSessionIdentificationException(Throwable)
    WDSessionIdentificationException(String, Object[])
    Regards,
    Eric

  • Tomcat 5.5 Session lookup exception

    Hi, could someone please make my newbie day!!
    using Tomcat 5.5.14 and the default JDK is JSE 1.5
    I wanted to try send email from my EmailServlet,
    but since JSE 1.5 does not provide the javax.mail and to be able to write the code needed to send an email you have to to include the Mail.jar provided in my libraries to get " javax.mail , javax.mail.internet and javax.mail.event " etc.
    I configured the web.xml, context.xml as followed and placed the the two jar�s " mail.jar and activation.jar " in the Tomcat /common/lib
    but here is the problem, when deploying the webapplication, the Mail.jar are copied to the webapplication " web/lib " map, since i included it to get the API of javax.mail.. this would reslut in not following the Tomcat configuration process ( do not place the same jar in the application/web/lib and the server common/lib ).
    Iam using James as Smtpserver.
    Getting an exception when reaching the lookup for session in my servlet
    Context initCtx = new InitialContext();
    Context envCtx = (Context) initCtx.lookup("java:comp/env");
    --> Session session = (Session) envCtx.lookup("mail/Session");
    the Exception does not tell me a jack
    ExceptionMessage =( javax.mail.Session )
    ExceptionStacktrace = ( [Ljava.lang.StackTraceElement;@1c71508 )
    I have a feeling of doing something wrong by having the Mail.jar placed in those meansend dirctories..
    Help me out please                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi
    I also have a similar problem?? whom did u seek help from? can you give me his email...
    I have tomcat 5.5.15 and jdk 1.5 that runs a jsp page to send emails..but i am getting the
    java.lang.NoClassDefFoundError: javax/mail/MessagingException
    i have read your mail. But why is this tomcat 5.5 not distributing mail.jar and activation.jar which are required by javaMail!!
    and what changes i need to make in server.xml??
    Also, i am trying to download the mail.jar from sun..but it's taking me to FATAL EXCEPTION page...
    I need to fix this by end of this day..I need HELP SO DESPERATELY...PLZ HLP..me
    Also for more detail refer this posting that i posted in jsp forum..
    http://forum.java.sun.com/thread.jspa?threadID=708835&tstart=0
    Thanks
    Sri

  • Issues after Migration - Session Loader fails

    Just migrated to 9051 JDev :
    Caused by: Exception [TOPLINK-7095] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.ValidationException
    Exception Description: The session.xml resource [sessions.xml] was not found on the resource path. Check that the resource name and classloader is correct.
         at oracle.toplink.exceptions.ValidationException.noSessionsXMLFound(ValidationException.java:432)
         at oracle.toplink.tools.sessionconfiguration.XMLLoader.retreiveDOM(XMLLoader.java:170)
         at oracle.toplink.tools.sessionconfiguration.XMLLoader.load(XMLLoader.java:150)
    What has changed to make this error appear?

    Anuj,
    You have accurately identified the problem trying to regenerate deployment desrciptors. After setting ALL of the files to not-read only Jdev9052 converted everything to its liking. I was able to regenerate the deployment descriptor without errors and on the first try.(I would imagine most poeple runing a version controll system have their files set to read-only...)
    However a problem with sessions.xml still exists.
    Here is the Error Message:
    Caused by: Exception [TOPLINK-7095] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.ValidationException
    Exception Description: The session.xml resource [sessions.xml] was not found on the resource path. Check that the resource name and classloader is correct.
         at oracle.toplink.exceptions.ValidationException.noSessionsXMLFound(ValidationException.java:432)
    Here is my full doc:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE toplink-configuration PUBLIC "-//Oracle Corp.//DTD TopLink for JAVA 9.0.4//EN" "sessions_9_0_4.dtd">
    <toplink-configuration>
    <session>
    <name>WRS</name>
    <project-xml>toplink-deployment-descriptor.xml</project-xml>
    <session-type>
    <server-session/>
    </session-type>
    <login>
    <datasource>jdbc/WrsDS</datasource>
    <platform-class>oracle.toplink.oraclespecific.Oracle9Platform</platform-class>
    <uses-streams-for-binding>true</uses-streams-for-binding>
    </login>
    <enable-logging>true</enable-logging>
    <logging-options>
    <log-debug>false</log-debug>
    <print-session>false</print-session>
    <print-connection>false</print-connection>
    </logging-options>
    </session>
    </toplink-configuration>
    Please advise.
    Thanks, Dmitry.

  • Obscure EJB load exception

    Hi,
    I am experiencing an obscure problem at deployment time of a Stateless Session Bean. Weblogic does not load an EJB depending on the number of lines it has. Following error occurs:
    [J2EE:160200]Error resolving ejb-ref 'BenutzerBL' from module 'de.hhla.coast.integration' of application '_appsdir_de.hhla.coast_ear'. The ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found to implement the 'de.hhla.coast.integration.businesslogic.BenutzerBL' interface. Please link or map this ejb-ref to its target EJB and ensure the interfaces declared in the ejb-ref are correct.
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:440)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:381)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:71)
         Truncated. see log file for complete stacktrace
    weblogic.deployment.EnvironmentException: [J2EE:160200]Error resolving ejb-ref 'BenutzerBL' from module 'de.hhla.coast.integration' of application '_appsdir_de.hhla.coast_ear'. The ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found to implement the 'de.hhla.coast.integration.businesslogic.BenutzerBL' interface. Please link or map this ejb-ref to its target EJB and ensure the interfaces declared in the ejb-ref are correct.
         at weblogic.deployment.BaseEnvironmentBuilder.autowireEJBRef(BaseEnvironmentBuilder.java:433)
         at weblogic.ejb.container.deployer.EnvironmentBuilder.addEJBLocalReferences(EnvironmentBuilder.java:725)
         at weblogic.ejb.container.deployer.EJBDeployer.activateEnvironment(EJBDeployer.java:1709)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1408)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:423)
         Truncated. see log file for complete stacktrace
    >
    When we comment some arbitrary lines in the EJB body, the EJB deploys wonderfully and references to it can be resolved. Uncommenting them leads to the same error as before.
    Are there any ideas? Does anybody have a similar problem?
    Regards,
    Sören

    Hi,
    i got it, thanx to the hint of fandrics abritary
    comment of lines. :-)
    At os windows xp weblogic 10.0.1.0 the session bean
    must not be greater then 20kb, then it will fail. I
    dont no why. On os linux there seems to be not this
    restriction, or at least the the session bean can be
    larger on linux. I think its a heavy bug.
    Is here anywhere from bea to give a statement to
    this?
    by
    karpuzThank you for posting this message ! I too have created a Stateless Session Bean that is greater than 20kb and used the @EJB annotation to inject into another bean. As a result, when deployed to webLogic, it fails with the exception noted previously.
    Is there a setting somewhere that can be configured to allow Session Beans to be greater than 20kb ?
    Thanks for the help ...

  • XML Loader Exception

    I get the following exception whenever I run the XMLLoader class.
    Error loading stylesheet file:/C:/Documents and Settings/mfortner/jbproject/MedlineXMLLoader/medline.xslt
    oracle.xml.parser.v2.XSLException: XSL-1009: Attribute 'xsl:version' not found in 'INSERT'.
    at oracle.xml.parser.v2.XSLStylesheet.error(XSLStylesheet.java:1403)
    at oracle.xml.parser.v2.XSLStylesheet.processResult(XSLStylesheet.java:615)
    at oracle.xml.parser.v2.XSLStylesheet.initStylesheet(XSLStylesheet.java:421)
    at oracle.xml.parser.v2.XSLStylesheet.<init>(XSLStylesheet.java:217)
    at XMLLoader.main(XMLLoader.java:21)
    00001: Inserted.
    Processed 1Documents
    I've tried moving the xsl:version attribute, putting it in it's own <?xsl-stylesheet ?> tag didn't work either. I've tried removing it, same problem. I've tried switching xmlparserv2.jar files (there are two files with different file sizes that come in the xdk) -- that didn't work either.
    I'm running the XMLLoader with the following parameters:
    -file sampmed2.xml -connName medline -transform medline.xslt -docTag MedlineCitationSet
    Any suggestions????
    The XSLT I'm using looks like this.
    <?xml version="1.0"?>
    <INSERT xsl:version="1.0" xmlns:xsl="http://www.w3.org/XSL/Transform">
    <!-- Process Medline Records -->
    <ROWSET table="medline_records">
    <xsl:for-each select="MedlineCitation">
    <ROW>
    <MedlineID><xsl:value-of select="MedlineID"/></MedlineID>
    <PMID><xsl:value-of select="PMID"/></PMID>
    <DateCreated><xsl:apply-templates select="DateCreated" mode="processDateCreated"/></DateCreated>
    <DateCompleted><xsl:apply-templates select="DateCompleted" mode="processDateCompleted"/></DateCompleted>
    <DateRevised><xsl:apply-templates select="DateRevised" mode="processDateRevised"/></DateRevised>
    <Journal><xsl:apply-templates select="Journal" mode="processJournal"/></Journal>
    <ArticleTitle><xsl:value-of select="ArticleTitle"/></ArticleTitle>
    <AuthorList><xsl:value-of select="AuthorList"/></AuthorList>
    <Country><xsl:value-of select="MedlineJournalInfo"/></Country>
    <MedlineTA><xsl:value-of select="MedlineJournalInfo/MedlineTA"/></MedlineTA>
    <MedlineCode><xsl:value-of select="MedlineJournalInfo/MedlineCode"/></MedlineCode>
    <NlmUniqueID><xsl:value-of select="MedlineJournalInfo/NlmUniqueID"/></NlmUniqueID>
    <CitationSubset><xsl:value-of select="CitationSubset"/></CitationSubset>
    </ROW>
    </xsl:for-each>
    </ROWSET>
    <!-- Process Date Elements (DateCreated, DateCompleted, and DateRevised -->
    <xsl:template select="DateCreated" mode="processDateCreated">
    <xsl:value-of select="YEAR"/>-<xsl:value-of select="MONTH"/>-<xsl:value-of select="DAY"/>
    </xsl:template>
    <xsl:template select="DateCompleted" mode="processDateCompleted">
    <xsl:value-of select="YEAR"/>-<xsl:value-of select="MONTH"/>-<xsl:value-of select="DAY"/>
    </xsl:template>
    <xsl:template select="DateRevised" mode="processDateRevised">
    <xsl:value-of select="YEAR"/>-<xsl:value-of select="MONTH"/>-<xsl:value-of select="DAY"/>
    </xsl:template>
    <!-- Process Journal Elements -->
    <xsl:template select="JOURNAL" mode="processJournal">
    ISSN<xsl:value-of select="ISSN"/> VOLUME<xsl:value-of select="Volume"/> PAGES<xsl:value-of select=""/>
    </xsl:template>
    <!-- Process Medline Abstract Records -->
    <ROWSET table="medline_abstracts">
    <xsl:for-each select="MedlineCitation">
    <MedlineID><xsl:value-of select="MedlineID"/></MedlineID>
    <Abstract><xsl:value-of select="AbstractText"/></Abstract>
    </xsl:for-each>
    </ROWSET>
    </INSERT>
    And the XML I'm loading looks like this:
    <MedlineCitationSet>
    <MedlineCitation>
    <MedlineID>96264942</MedlineID>
    <PMID>8655018</PMID>
    <DateCreated>
    <Year>1996</Year>
    <Month>07</Month>
    <Day>30</Day>
    </DateCreated>
    <DateCompleted>
    <Year>1996</Year>
    <Month>07</Month>
    <Day>30</Day>
    </DateCompleted>
    <DateRevised>
    <Year>2000</Year>
    <Month>12</Month>
    <Day>18</Day>
    </DateRevised>
    <Article>
    <Journal>
    <ISSN>0017-0011</ISSN>
    <JournalIssue>
    <Volume>67</Volume>
    <Issue>1</Issue>
    <PubDate>
    <Year>1996</Year>
    <Month>Jan</Month>
    </PubDate>
    </JournalIssue>
    </Journal>
    <ArticleTitle>[Effect of fetal and neonatal growth on the occurrence of some diseases in adults]</ArticleTitle>
    <Pagination>
    <MedlinePgn>34-6</MedlinePgn>
    </Pagination>
    <Abstract>
    <AbstractText>The findings of many authors show that reduced fetal growth is followed by increased mortality from cardiovascular disease in adult life. They are further evidence that cardiovascular disease originates, among other risk factors, through programming of the bodies structure and metabolism during fetal and early post-natal life. Wrong maternal nutrition may have an important influence on programming.</AbstractText>
    </Abstract>
    <Affiliation>Katedry i ZakEadu Chemii i Analizy LekC3w, AM w Katowicach.</Affiliation>
    <AuthorList>
    <Author>
    <LastName>Jendryczko</LastName>
    <FirstName>A</FirstName>
    <Initials>A</Initials>
    </Author>
    <Author>
    <LastName>Poreba</LastName>
    <FirstName>R</FirstName>
    <Initials>R</Initials>
    </Author>
    </AuthorList>
    <Language>pol</Language>
    <PublicationTypeList>
    <PublicationType>Journal Article</PublicationType>
    <PublicationType>Retracted Publication</PublicationType>
    <PublicationType>Review</PublicationType>
    <PublicationType>Review, Tutorial</PublicationType>
    </PublicationTypeList>
    <VernacularTitle>WpEyw przebiegu rozwoju pEodu i noworodka na ujawnienie sie niektC3rych chorC3b okresu dorosEego.</VernacularTitle>
    </Article>
    <MedlineJournalInfo>
    <Country>POLAND</Country>
    <MedlineTA>Ginekol Pol</MedlineTA>
    <MedlineCode>FR3</MedlineCode>
    <NlmUniqueID>0374641</NlmUniqueID>
    </MedlineJournalInfo>
    <CitationSubset>IM</CitationSubset>
    <CommentsCorrections>
    <CommentIn>
    <RefSource>Ginekol Pol. 1998 Jul;69(7):561</RefSource>
    </CommentIn>
    <RetractionIn>
    <RefSource>Ginekol Pol 1998 Jul;69(7):559-60</RefSource>
    </RetractionIn>
    </CommentsCorrections>
    <MeshHeadingList>
    <MeshHeading>
    <Descriptor>Adult</Descriptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Cardiovascular Diseases</Descriptor>
    <SubHeading>etiology</SubHeading>
    <SubHeading MajorTopicYN="Y">mortality</SubHeading>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Child Development</Descriptor>
    <SubHeading MajorTopicYN="Y">physiology</SubHeading>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>English Abstract</Descriptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Fetal Development</Descriptor>
    <SubHeading MajorTopicYN="Y">physiology</SubHeading>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Fetal Growth Retardation</Descriptor>
    <SubHeading>complications</SubHeading>
    <SubHeading MajorTopicYN="Y">physiopathology</SubHeading>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Human</Descri ptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Infant, Newborn</Descriptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Nutrition</Descriptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Risk Factors</Descriptor>
    </MeshHeading>
    <MeshHeading>
    <Descriptor>Survival Rate</Descriptor>
    </MeshHeading>
    </MeshHeadingList>
    <NumberOfReferences>11</NumberOfReferences>
    </MedlineCitation>
    <MedlineCitation>...</MedlineCitation>
    </MedlineCitationSet>

    You have a typo in your namespace declaration:
    xmlns:xsl="http://www.w3.org/XSL/Transform"
    should be
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  • ReportDocument.Load Exception: Failed to find Report Applicatication Server

    I am using ReportDocument.Load(InfoObject infoObject, EnterpriseSession enterpriseSession) to load from an InfoObjects retrieved using InfoStore.Query. Though the query returns a valid report (the InfoObjects object is populated), I continue to get the following exception:
    Exception Message = "Load report failed."
    InnerException Type = System.Runtime.InteropServices.COMException
    InnerException Message = "Failed to find an available Report Application Server."
    According to [this thread|Failed to find an available Report Application Server;, I need to check CCM to make sure the Report Application Server is running. It does not show up in my CCM, but in CMC it is running and enabled. I also verified that the Guest account is enabled and has permissions to the reports folder and RAS.
    Is there a way to test (with code) that my RAS is running and accessible? The code I am running is located on a different machine than the BOE server.
    My purpose in attempting this is to export a report to disk using ReportDocument.ExportToDisk.
    Thank you for your help,
    -colin-

    This was an issue of mixed code. Colin has opened an incident with SAP Support and the issue will be handled there.

  • SQL Loader Exception while loading Partitioned table

    Hi,
    I have a table EMP and it has year wise partitions created based on creation_date column.
    Now, I using SQL Loader to load bulk data using Java Program. But I am getting SQLLoader Exception. When I drop partition on the table, same code is working fine.
    Do I need to do anything extra for the partitioned table?
    Please help me.
    Thanks

    SQL Loader should produce a log file with an error code(s) in it. Check for that.

Maybe you are looking for

  • Is this a defect on my iPod?

    I bought an iPod as a Christmas gift for myself, and when I opened it on Christmas day, I immediately put on an Invisible Shield because of how "scratchable" the iPod is. I let it dry for a full 24 hours. Then I charged it through my computer. I adde

  • Z10 Unusable after upgrade attempt

    Please help! My Z10 prompted me to a software upgrade this morning which I accepted.  It took an unusually long time, but when it did finally return, all of my text messages were gone, my e-mail accounts and Blackberry Hub were scrambled and I could

  • Payload in the mail

    Can we get a mail with the payload in the mail...I mean in the alerts.? if so how ? any idea guys.....

  • CP1525nw - new router

    I have a a CP1525nw color laserjet.  I had to replace my router.  How do I tell the printer the new router's name and pass phrase?

  • How to setup own voice for navigation?

    I have downloaded the "Own Voice" guidance for navigation but seem to have lost my setting it up. Could anyone please help me find out how to set up my own voice? By that I mean, to record my own voice? All I can do as of now is choose "Own Voice" in