JAS & Sevelets?

As a beginner in JSP/Sevlets but good familiar with Applets, Would appreciate to advice me the differences/similarity between JSP and Sevlets. Any command welcome.

JSP is also a Servlet.
Here's a good explanaton I got from one of the PhilJUG members and he is Miguel Juteau.
Hope this would help you.
"To be exact, a jsp is a mark up document that will be turned automatically into a servlet by a servlet/jsp
container such as TomCat, Jrun or Resin.
That's precisely why jsps were created: they are centered on presentation, very similar to a plain html
page. Then all the html tags in the jsp are turned automatically into out.print() statements in the generated servlet.
There are many other powerful jsp features, especially the possibility to instantiate and manipulate JavaBeans in a jsp. This allows you to pack discrete amounts of java code into beans that are used by the jsp, thus
keeping the jsp uncluttered and achieving the much desired separation of logic and presentation."

Similar Messages

  • The page at docviewer at my company's website displays this error when using FireFox but not hwne using I.E. "ERROR: JAS MiscUtils AX Control not installed!"

    When using Fire Fox to view documents at my company's website, the following message occurs:
    "ERROR: JAS MiscUtils AX Control not installed!"
    This error does not occur when I use I.E.

    That error message probably refers to a missing ActiveX control, which is why it doesn't work in Firefox but does in Internet Explorer.
    https://support.mozilla.com/en-US/kb/ActiveX

  • Javax.servlet..ServletException in jaser report in jsp page

    Hi all,
    In my web application i am using jasperreport 3.0. to generate reports in excel format
    My Application is configured in apache-tomcat-5.5.26 in Mac Server.
    I have placed the following jar files in webapps/xxxx/WEB-INF/lib.
    jasperreports-3.0.0.jar,commons-digester-1.7.jar,itext-1.3.1.jar,commons-logging-1.1.jar,commons-beanutils-1.7.jar,commons-collections-3.2.jar,poi-3.0.1-FINAL-20070705.jar
    The reports are generated automatically and stored inside the webappss/xxxx/Reports/ folder. And i have given link to the generated excel file dynamically in JSP page.
    When i load the jsp pag, i am getting javax.servlet.servletExcetion displayed in jsp page and the following display in catalina.out file
    Nov 9, 2009 12:02:01 PM org.apache.tomcat.util.http.Parameters processParameters
    WARNING: Parameters: Invalid chunk ignored.
    Nov 9, 2009 12:02:01 PM org.apache.commons.digester.Digester startElement
    SEVERE: Begin event threw error
    java.lang.NoClassDefFoundError
         at net.sf.jasperreports.engine.xml.JRAbstractStyleFactory.createObject(JRAbstractStyleFactory.java:166)
         at org.apache.commons.digester.FactoryCreateRule.begin(FactoryCreateRule.java:389)
         at org.apache.commons.digester.Digester.startElement(Digester.java:1361)
         at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
         at org.apache.commons.digester.Digester.parse(Digester.java:1647)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:239)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:226)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:214)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168)
         at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152)
         at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:150)
         at org.apache.jsp.source.admin.DateReport_jsp._jspService(DateReport_jsp.java:85)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Thread.java:613)Please help me how to overcome this problem.
    Thanks in advance.

    yes the class mentioned in the stack trace is found in the jar file placed in web-inf/lib folder. can you tel what else can be the reason for this.

  • Remote EJB 3 lookup error in Sun JAS 9.01

    Hello,
    I have a very simply EJB 3 deployed to a remote SJAS 9.01 (say, in the host "Jupiter") that has only one remote business interface that returns a string. The JNDI name is "mypackage.MyBean".
    On a local host (named "Earth", local) there is a simple App Client:
    package appCliente;
    import javax.ejb.EJB;
    public class SlessAppClient {
    @EJB (mappedName="corbaname:iiop:jupiter:3700#mypackage.MyBean")
    private static mypackage.MyBeanRemote bean;
    public static void main(String args[]) {
         System.out.println(" *** My Bean : " + bean.hello());
    This works fine (i.e. with injection).
    What must I do to change this to a "lookup" to use with dinamic (runtime) lookup?
    I suppose it should be like this:
    package appCliente;
    import javax.ejb.EJB;
    public class SlessAppClient {
    // Do not use injection:
    ////// @EJB /////(mappedName="corbaname:iiop:jupiter:3700#mypackage.MyBean")
    private static mypackage.MyBeanRemote bean;
    public static void main(String args[]) {
              Properties props = new Properties();
         props.setProperty("org.omg.CORBA.ORBInitialHost", "jupiter");
              InitialContext ic = new InitialContext(props);
              sless = (MyBeanRemote) ic.lookup("mypackage.MyBean");
         System.out.println(" *** My Bean : " + bean.hello());
    But this doesn't work!!!
    (After getting something like this working, let's change to the "no parameters" InitialContext)
    Tried the Glassfish EJB FAQs suggestions, but didn't work either.
    Please, anybody has any suggestions?
    Thanks for any help.

    Thanks
    I added appserv-rt.jar file in classpath and run the code
    code is like this
    @EJB(name="192.168.0.32/TemperatureBean")
    private static TemperatureRemote temperatureBean;
    private static TemperatureRemote convert;
    URL url;
    JFrame frame=new JFrame("Temperature Converter");
    JPanel p=new JPanel();
    JLabel label1=new JLabel("Enter temperature");
    JTextField text=new JTextField();
    JLabel label2=new JLabel();
    JButton button=new JButton("Convert");
    It gives me following exception
    javax.naming.NameNotFoundException
    at com.sun.enterprise.naming.TransientContext.resolveContext(TransientContext.java:255)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:178)
    at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.naming.RemoteSerialContextProviderImpl.lookup(RemoteSerialContextProviderImpl.java:116)
    at sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:650)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:193)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1705)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1565)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:947)
    at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:178)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:717)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:473)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1270)
    at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:479)
    can you help me?

  • JRE bug or Windows Vista error?

    Hi everybody. I have a problem with the report generation. I'm using HSQLDB 1.8 as dbms. I am using Hibernate too but I am using a JDBC connection for the reports. I designed some reports with iReport 4.0. I have two types of reports in my application, the first type prints invoices and the second type prints sales reports.
    For the second type I need to include dates (using this notation '2011-1-1') in the WHERE statement. This kind of reports produces an exception but not the first type. This is the message when I request a sales report (I deleted some lines):
    net.sf.jasperreports.engine.JRException: Error executing SQL statement for : salescake
    at net.sf.jasperreports.engine.query.JRJdbcQueryExecu ter.create Datasource(JRJdbcQueryExecuter.java:169)
    at net.sf.jasperreports.engine.fill.JRFillDataset.cre ateQueryDa tasource(JRFillDataset.java:684)
    at net.sf.jasperreports.engine.fill.JRFillDataset.ini tDatasourc e(JRFillDataset.java:605)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.setP arameters( JRBaseFiller.java:1281)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill (JRBaseFil ler.java:901)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill (JRBaseFil ler.java:845)
    at net.sf.jasperreports.engine.fill.JRFiller.fillRepo rt(JRFille r.java:58)
    at net.sf.jasperreports.engine.JasperFillManager.fill Report(Jas perFillManager.java:417)
    at net.sf.jasperreports.engine.JasperFillManager.fill Report(Jas perFillManager.java:247)
    at com.reports.SalesByCustomerReport.showReport(Sales ByCustomer Report.java:24)
    at com.presentation.SalesByCustomerInternalFrame.view InvoiceBut tonActionPerformed(SalesByCustomerInternalFrame.ja va:231)
    at com.presentation.SalesByCustomerInternalFrame.acce ss$100(Sal esByCustomerInternalFrame.java:17)
    at com.presentation.SalesByCustomerInternalFrame$2.ac tionPerfor med(SalesByCustomerInternalFrame.java:87)
    at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
    Caused by: java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [select I.INVOICE_NUMBER, I.SALE_DATE,I.CONSIGNEE,I.DESTINATION_COUNTRY,I.DE LIVERY_CON DITIONS,P.TARIFF_ENTRY,P.LOT,P.DRY_NET_WEIGHT,I.TO TAL
    from INVOICE I, PRODUCT P
    where I.INVOICE_ID=P.INVOICE_ID and I.CONSIGNEE='CONSORCIO MINERO S. A.' and I.SALE_DATE>='2011-1-20' and I.SALE_DATE<='2011-14-20' ]
    at org.hsqldb.jdbc.Util.throwError(Unknown Source)
    at org.hsqldb.jdbc.jdbcPreparedStatement.executeQuery (Unknown Source)
    at net.sf.jasperreports.engine.query.JRJdbcQueryExecu ter.create Datasource(JRJdbcQueryExecuter.java:163)
    ... 48 more
    I tested this query in the HSQLDB utility and it is correct. I am thinking that the problem could be the JRE, I am using this one:
    C:\Program Files\Java\jre6\bin>java -version
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
    As you can see, my Windows Vista pc can't recognize the java command so I have to call it specifically from the directory where it is located. Maybe the problem is that I am using Windows Vista (I know it sucks but I had no time to change it).
    When I copy my program to my Windows XP computer it works fine. All the reports are shown correctly. This pc has this JRE:
    C:\Documents and Settings\Manuel & Juancho>java -version
    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
    There is no problem to recognize the java command.
    Let me tell you something. Is it possible that HSQLDB or iReport can delete the database content? It happened to me. I was designing my last report and a "No pages in document" message was shown. I thought that I was wrong. Finally I checked the database and there was no data! What is the problem?
    Please help me.
    Thanks in advance.

    853741 wrote:
    For the second type I need to include dates (using this notation '2011-1-1') No, you should not be using any notation. Presumably it's a DATE or DATETIME column. So you use a PreparedStatement's setDate() or setTimestamp() method.
    in the WHERE statement. This kind of reports produces an exception but not the first type. This is the message when I request a sales report (I deleted some line
    Caused by: java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentExceptionI expect that kind of error would be less likely with PreparedStatements.
    I tested this query in the HSQLDB utility and it is correct. I am thinking that the problem could be the JREAs already pointed out, for something so trivial, it's extremely unlikely that you've uncovered a JRE bug.
    As you can see, my Windows Vista pc can't recognize the java command Because you haven't set up your PATH correctly.

  • Error in processing [/useradmin/index.jsp]

    In our PI system 7.1, when we try the below url
    http://hostname.xx.xxx.com:50000/useradmin/index.jsp
    we are getting the below error
    "500   Internal Server Error
      SAP NetWeaver Application Server 7.11 / AS Java 7.11 
      Error: "Error in processing [/useradmin/index.jsp] in application [sap.com/com.sap.security.core.admin]."
      Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: "The WebApplicationException log ID is [AA4FB520760500F20000000000AC0064]."
    the Default trace file has the below error message:
    #2.#2011 10 10 16:23:19:399#0-400#Error#com.sap.engine.services.servlets_jsp.ISE500#
    com.sap.ASJ.web.000500#BC-JAS-SEC-UME#sap.com/com.sap.security.core.admin#AA4FB520760500EF0000000300AC0064#4047350000000004#sap.com/com.sap.security.core.admin#com.sap.engine.services.servlets_jsp.ISE500#J2EE_GUEST#0##B15C71CBF37D11E0C7CC0000003DC1F6#b15c71cbf37d11e0c7cc0000003dc1f6#b15c71cbf37d11e0c7cc0000003dc1f6#0#Thread[HTTP Worker [@501859437],5,Dedicated_Application_Thread]#Plain##
    500 Internal Server Error is returned for HTTP request [http://hostname.xx.xxxx.com:50000/useradmin/index.jsp]:
      component [jsp],
      web module [useradmin],
      application [sap.com/com.sap.security.core.admin],
      DC name [sap.com/com.sap.security.core.admin],
      CSN component[BC-JAS-SEC-UME],
      problem categorization [com.sap.ASJ.web.000137],
      internal categorization [-1555343295].
    [EXCEPTION]
    com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error occurred while parsing the jsp page [/usr/sap/P1X/DVEBMGS00/j2ee/cluster/apps/sap.com/com.sap.security.core.admin/servlet_jsp/useradmin/root/index.jsp].
            at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:200)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
            at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
            at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:486)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:298)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:397)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:83)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:243)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
            at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
            at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:428)
            at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:247)
            at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
            at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:327)
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: [/usr/sap/P1X/DVEBMGS00/j2ee/cluster/apps/sap.com/com.sap.security.core.admin/servlet_jsp/useradmin/root/index.jsp]
            at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:160)
            at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:192)
            ... 37 more
    Has anyone faced this issue?
    Regards
    Senthil

    Hi,
    Please check with your Basis Team if User Management services and applications are running. It is under Operations Managemenr -> Systems -> Start & Stop.
    Regards,
    Jenny

  • CE installation error in Deploy java component phase

    Hi experts,
                       During CE7.2 installation in deployment java component phase i am getting error
    An error occurred while processing option SAP NetWeaver Composition Environment (CE) 7.2 > Installation Options > Application Server Java > Standard System > Standard System( Last error reported by the step :At least one prerequisite for deployment is not met. DIAGNOSIS: Execution of Deploy Controller Runner tool '/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/sapjvm/sapjvm_6/bin/java -classpath /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_jce.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/CE1/SYS/global/security/lib/tools/iaik_ssl.jar:/usr/sap/CE1/SYS/global/security/lib/tools/w3c_http.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcexceptionimpl.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcjeclientlibimpl.jar:/usr/sap/CE1/J00/j2ee/j2eeclient/sap.comtcloggingjavaimpl.jar:/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/install/lib/tcje~cl_deploy.jar -Xmx256m -Ddc.api.verbose=false com.sap.engine.services.dc.api.cmd.Runner getParams -o /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/DCRetrievedVars.props --host sapnce --port 50004' aborts with return code 108. Error message is 'undefinedHint: 1) Check the causing exception for the details. 2) Ask for help in BC-JAS-COR.Reason: Exception while trying to get InitialContext.. SOLUTION: Check 'undefined' and '' for more information.). You can now:
    Choose Retry to repeat the current step.
    Choose View Log to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to /tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/.
                     I mentioned the java.log file here,
    INFO: Starting to transform 'TroubleTicketResults.xml' to 'LogAnalyzer.html' using stylesheet '/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/REPORTING/OverallStatus.xsl'.
    INFO: Input parameters:
        status=error
        instana_xml=/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/__instana_tmp.xml
        keydb_xml=/tmp/sapinst_instdir/NW72/INSTALL/NW72/ORA/STD/keydb.xml
    INFO: Transformation finished.
                 kindly help me to resole this issue.
    Regards,
    Sampath.

    Dear All,
                   This issue get resolved, this is due to insufficient space in usr/sap directory.
    Regards,
    Sampath.

  • Goods in Transit (GIT) not getting CIFfed to APO

    Dear Collegues,
    I have been trying to CIF Stock from R/3 to APO, in vain. please read the details below and advise:
    To test the ASN/GIT transfer to APO, we got the Purchase Orders (PO) created in R/3 for a sample of SKUs. After this, we got the deliveries created against these POs, and the CONRELs in APO got converted into Stock Transf. Deliveries. For the next step, we got the PGI done for those deliveries, after which the Deliveries got converted into GIT in R/3. on CIFfing the same to APO, it does not get CIFfed at that destination location (location where it appears as GIT in R/3). the error shows is "No Stock Posting for product xxxxxxxand Location yyyyyy possible".
    we have checked the masters in APO (product and location) and everything is in place. on running the Consistency Checks (OM17 & TS_LCM_CONS_CHECK), nothing appears erroneous and everything is consistent. even then, the GIT is not going into APO.
    Please suggest/advise on how this can be resolved.
    Regards,
    Jas Preet Singh

    Hi Pankaj,
    Analyze the records of TCL_ATINN_IDENT table (APO side) for that characteristic.
    1. SOURCE - maybe that characteristic was CIFfed from another Logical system
    2. ATINN_OLD, ATNAM - must be the same as in ECC (CABN table).
    So you can catch the cause of error.
    Regards,
    Alexander

  • JCo 3.0 connectivity issues between Java application on NWCE and ERP

    Requirement: We have a Java application that would run on NWCE. This application will be invoked from ERP/SAPGUI via HTML Controller. With SSO enabled, the goal is to pass ERP credentials to CE application. This CE application in turn will use ERP credentials from Logon ticket to connect to ERP and invoke BAPI calls (JCo 3.0 destination)
    System Information:
    CE System: SAP NW CE 7.2 SPS 04
    ERP: SAP ECC 6.04
    Both systems are trusted using X.509 certificates
    Current scnerio:
    1) Destination (CE to ERP) - JCo 3.0 using Authetication method of u201CCurrent User (Logon Ticket)u201D
    - Web application is unable to find the JCo 3.0 destination.
    2) Destination (CE to ERP) - JCo 3.0 using Authetication method of u201CTechnical Useru201D
    - Web application is able to find the JCo destination
    Any assiatance in resolving the issues would be appreciated ....
    Trace Log:
    #2.0 #2011 01 19 14:44:38:756#+0100#Error#com.sap.security.core.server.destinations.provider.DestinationsProviderFrame#
    com.sap.getDestinationProperties()#BC-JAS-SEC#tcsecdestinations~provider#001F2960BE89048C0000000100005BC1#16777250000000004#sap.com/TestJcoWebEar#com.sap.security.core.server.destinations.provider.DestinationsProviderFrame#10207625#182##4286395D23D211E08BA2000001000022#d981f18323b011e0b5eb000001000022#d981f18323b011e0b5eb000001000022#0#Thread[HTTP Worker [@2002275007],5,Dedicated_Application_Thread]#Plain##
    ASJ.dest.pr0023#

    Hi Hemandra,
    This is the Full error message i am getting
    Message:   ASJ.dest.pr0023
    Severity:   Error
    Date:   2012-02-09
    Time:   21:37:25:134
    User:   SUPPLIER
    Category:   /System/Security
    Location:   com.sap.security.core.server.destinations.provider.DestinationsProviderFrame
    Application:   XXXXXXXXXXXXXXXXXXXXXX
    Thread:   Thread[HTTP Worker [@254542764],5,Dedicated_Application_Thread]
    Data Source:   j2ee/cluster/server0/log/system/security.log
    Arguments:   
    Passport User Activity ID:   1d2dfea9533811e1adf3000000dc2fc6
    Message ID:   com.sap.getDestinationProperties()
    Session:   11
    Transaction:   
    Time Zone:   +0530
    Customer Message Component:   BC-JAS-SEC
    Runtime Component:   tcsecdestinations~provider
    Correlation ID:   14430150000000004
    Passport Session:   8703D330533611E19565000000DC2FC6
    Passport Connection:   1d2dfea9533811e1adf3000000dc2fc6
    Passport Connection Counter:   0
    Host:   XXXXX
    System:   XXX
    Instance:   J01
    Node:   server0
    Log ID:   C000AC10088100FF0000000000002BF1
    Regards,
    Srinivas

  • Taking the plunge - external drive and exclamation points

    Okay...
    I have cried for help on this forum before about the somewhat common problem of iTunes 7 having a strange relationship with music on my external drive. The drive in question is a Lacie 250 GB Firewire drive.
    A few months ago, out of the blue, one day I opened iTunes to find a sea of exclamation points. Though all the music I had added after a particular date was there, most of the music I had added prior to that was tagged with the exclamation. When I'd try to play one of these songs, iTunes would say it could not be found, though I could manually locate it and things would work fine. I tried a few fixes recommended on this forum by well-meaning but misguided people that resulted in a few sets of duplicate playlists but no fix to the problem. Then, one day, out of the blue again...it started working fine.
    I don't even recall having restarted the computer. iTunes had just fixed the problem somehow.
    Well, now the problem is back, and I've dealt with it for about a month. But I'm not convinced that it will just go away this time. So, even if I destroy my painstakingly cultivated hundreds of playlists, ratings, play history and comprehensive information (artwork, composer, etc.), I am determined to fix this problem without manually locating over 10,000 songs.
    I am posting my attempts here as a record that will hopefully help those struggling with this problem in the future. Though I would welcome any and all comments or questions, I have frankly come to expect very little assistance or even the willingness to assist from this forum (that is to say, I imagine my unresolved question will languish for awhile as a monologue until I either fix the problem or die).
    The first thing I will do (after doing a final backup, of course) is to determine whether it makes a difference if an updated version of my iTunes library file and .xml are in the Music folder (on my hard drive) or in my Musica folder (on the external drive). The latest edition of the file is currently on the external drive.
    So, here we go...
    Grant
    Dual 1GHz G4, 1G RAM, 80G HD   Mac OS X (10.4.9)   iPod (1st Gen), iPod Shuffle (1st Gen), iPod Mini, External HD

    Well, I've made quite a mess of things. So I have 14,000 songs. Most were added years ago. Looking at the date added in correlation with the exclamation points, it seems as though iTunes forgot the location of most of the songs added before 5/9/06. Mind you, iTunes worked fine (with the exception of doing this whole thing once before) until about a month ago. So, in May 2007, iTunes forgot most of what happened before 5/9/06.
    (For reference purposes, the gap seems to exist between two songs I downloaded. "Help Me, Ronda" by the Beach Boys is the last song with an exclamation point in the date added list (see two exceptions below). "Proud Mary" by Ike & Tina Turner, on the other hand, is exclamation point free and only a couple of songs added after "Proud Mary" have exclamation points. They are:
    Freedom, by Richie Havens, added 6/3/06.
    Slow Free Bird, by Geesekey, added 12/17/06, a song I made in Garageband.
    Now, don't let me give you the impression that there is a solid wall of exclamation points up to "Help Me, Rhonda." Maybe about every 10/20 songs, there is a song with no exclamation point that plays fine. Following Jase's lead before (his advice to another user), I have investigated some of these songs that work fine, but can't find any reason why these work and others don't (any difference in the iTunes Library.xml, files created with/without track number, etc.).
    So, here's what happened in the past couple of days: I dragged my "iTunes Music" folder (located in my "Musica" folder on the external drive) into the iTunes source list). Most everything was duplicated, with the new songs playing just fine but lacking ratings and play history. Also, the new songs were not included on any playlists.
    What I did next was poorly executed. I sorted iTunes by the Date Added and selected the first few thousand (roughly, A-J; seeing them according to the Date Added reveal that they weren't added in exactly a linear fashion). I hit the delete button and selected "Remove", but I then told iTunes to "Move to Trash." What I should have done, I imagine, is told iTunes to "Keep Files". So, my A-J songs are now deleted off the External Drive and gone (though I have backup DVDs generated by the iTunes "Back up to Disc" feature).
    What should I do next? is the pressing question. Should I rip everything out and start from scratch with my backup discs? I guess the question I would have with that approach is this: if I restore from backup discs made three months ago, will I still have all my playlists, ratings and play history as they were when I made the backup? If that's the case, that'd be fine with me...I just want to make sure that's what will happen. Also, I have a backup of my iTunes Library file before I've done all this crazy stuff of the past few days, so if that enters into the equation, let me know.
    Otherwise, let me address your comments, Jase.
    Anyway, here's a question. Can you export your
    playlists, even though they're made up of songs with
    exclamation marks? If so, you could try exporting one
    of them as an XML file. Then import it--you'll
    probably wind up with duplicates (playlists, not
    songs). Does the newly imported playlist play, or
    does it still have the exclamation mark problem? I
    wouldn't know what to expect, but it might be worth a
    try.
    My playlists themselves are all still the same as they were (though there are exclamation marks all over the place). From what I can tell, they look fine when exported to an .xml (the music folder seems to have the correct path). When I import it, it's the same deal: exclamation points at the same places.
    If your playlists are exportable, you might want to
    export them to XML files, just so you'll have those
    little databases of them. Then, if worse came to
    worse and you had to give up on your current Library
    file and reload your Music folder into a new library,
    at least there's a chance you could import your
    playlists and not have to build them again from
    scratch (assuming nothing has changed in terms of the
    organization of your Music folder).
    I'm not willing to export every playlist, because I have hundreds and it would just take too long. Is there a way to export all or a lot of playlists at once? Anyway, I figured that my playlist data was stored somehow in the iTunes Library file, so I felt I had a backup already. I could be wrong about this, though, as I really don't understand much about the iTunes Library file and .xml and the like.
    Can you drag songs that have exclamation marks into a
    playlist? Somehow, I doubt it. But if you can, you
    could use new playlists to make a record of some
    information that you might want to save if you had to
    start all over again with a new Library.
    Believe it or not, I can add songs with an exclamation point into playlists and they're added just fine (though, they still have the exclamation point). How this works is: I can't drag and drop them into a playlist. However, I can control-click and select "Add to Playlist" and it works. There's another mystery for you.
    Have you looked at your iTunes Library.xml file --
    specifically at the location information for
    individual songs -- to see if the location
    information exactly matches the information you see
    in the Finder? I have found mismatches when
    investigating some exclamation marked files. I didn't
    know how that happened, and I didn't know what to
    about it, but it was intriguing to see evidence of
    some iTunes mischief.
    Is the iTunes feature to start music file names with
    the track number turned on? To my mind, fewer missing
    song file problems occur when this is on.
    Yes and yes. Based on what you told others, I have looked at the .xml of some of the problem songs and the working ones and could find no difference, but I didn't really know what I was supposed to be looking for. I also use the Add Track Number feature and always have.
    If you still have the 28,000 songs in your Library
    and want to go back to the 14,000, you could sort all
    your songs by Date Added and delete the ones you
    added on June 21. Or, if you saved a copy of your
    iTunes Library file before you dragged your iTunes
    Music folder into the library, you could just throw
    out the more recent Library file and reinstitute the
    back-up copy.
    I probably should have done the latter (just restore the backup of the iTunes Library file). Oh well...
    Some advice for future experiments. Try them with a
    small sample if possible unless you're absolutely
    sure they will work the way you want them to. For
    example, drag one album in your Music folder into
    iTunes rather than the whole Music folder.
    This is a great idea. I wish I would have checked my sample more closely or done more tests before I plunged off the cliff.
    Back up your iTunes Library file, as well as your
    Music folder. (You might already do this.)
    Check.
    Those are a few things to think about. They probably
    will not be helpful. Like I said, I don't think there
    are clear answers to this problem. The best I can
    wish for you is that iTunes will magically fix the
    problem, like it did once before. Then, maybe there
    are some preventive measures you can take.
    Since iTunes did fix it once before, I would not
    throw your current iTunes Library file away, no
    matter what. If you decide to start a new library so
    that you can actually listen to your music, rename
    this Library file and keep it around, since it has a
    lot of your metadata in it. You can try it every now
    and then and see if iTunes spontaneously revives it.
    Okay, I will post what I do next, provided that I don't hear any compelling advice and make my own decision (though I should be even more gun-shy after my recent blunders).
    Grant

  • Updating tiger and mac os will not boot after download finished

    Hi all.
    I updated my mac tiger os on my mac book pro last friday. There were approximately 10 updates to do so i excepted them and all downloaded and i installed them all.
    I was then asked to restart so i did.
    On restart my mac is now stuck with a black screen. The mac boots up as normal all the keyboard functions work. the cd drive works if i insert a disk and the the mac will go into sleep mode if i close the lid. I have tried everything suggested in other threads, taking out battery, ram , doing the resets etc. I have no video output via the dvi connection so i cant put a monitor on it. I cant reboot with the cd as nothing comes up on the screen so i cant do anything. I have returned it to the pc world store i bought it from and there tec repair guys had it for 3 days and couldnt do anything with it. I have spoken to apple and they are refusing to doing anything with it as its 3 weeks outside its years warrenty. I am at my wits end with this as i now have a £1500 pound laptop that doesnt work. The laptop has never had any issues prior to the updates taking place, it was only immediately after the update that the issue occurred. If i hadnt done the update i would still have a fully working mac. I believe some of the updates were firmware updates and its taken out the video controls on the laptop rendering the screen useless. Any help would be great.
    Jas.

    One more question if you don't mind. I was just sitting here thinking about it, and I want to make sure i'm fully prepared when I get home later to work on this.
    If I'm able to get the drive door open, and I place my Tiger disk into the drive, will the computer automatically boot from the Tiger cd when I start the system back up, or is there anything else I need to do to get the computer to boot from the cd. I was just concerned about the system not recognizing the cd in the drive with the start up issue I am having. Unfortunately I'm still new to Mac's and learning how they operate.

  • Syncing iTunes libraries between 2 computers

    Does anyone know how to sync iTunes between 2 computers? I have 2 macs in my home (one with an external drive that holds all of my music). I can get both computers to see and operate from the music files in a single location but I can't seem to figure out how to have any changes to my library, playlists, etc. made on one computer to automatically show up on the other in iTunes. Does this have something to do with the iTunes library.itl file?
    If so, do I have to copy the iTunes library.itl file from the computer on which I have made the most recent changes and then delete this file from the other computer and drop the recently modified iTunes library.itl file into the music folder on the unmodified computer? Will this effectively sync both libraries? If so, is there a program that will automatically schedule this procedure for me. I am in the process of sorting through 5000+ duplicates (fun, I know) and I don't want to do it twice.
    Any feedback would be appreciated.
    Thanks,
    Chris

    Thanks guys. The shared music works fine but as noted in the second response, playlists, etc. are not available on both computers at the same time. I like jase's suggestion, but since I will only need to copy one iTunes library file & paste over another to keep both libraries in sync, I think that will be the way to go. I will give the alias library file a whirl because that may work fine since both computers can make changes. I do not have the concern of both computers using the files at the same time. Only one computer will every use it. My mac mini core duo is in with my theater rack stuff. Everything is played from there. My iMac G5 is at my desk. I just need them in sync because it is infinately easier to make changes sitting at a desk than it is with a keyboard and mouse on my lap on a couch from 15 feet away from the screen.
    Thanks for the feedback.
    Chris
    P.S. - Has anyone heard of the bluetooth trackball called "The Ball" from Chwang Yi? I want to buy it, and the website claims to sell it - I just can't seem to find a single link leading to a purchase page of any kind. Any thoughts?

  • Value string

    po 100 pc
    delivered 50 pc movement type 101
    stock type unrestricted
    now once i post the delivery in MIGO
    system debit stock(BSX) account and credit GR/IR account
    my question is can anyone tell me the complete chain of valuation and account assignment including the value string
    i mean to say how the system is searching out this g/l/ accounts
    please provide the link with  value string
    I AM CLEAR WITH THIS CHAIN GIVEN BELOW BUT I WAN TTO KNOW HOW  movement type affects this chain
    VALUATION AREA  1000
    valuation grouping code AX
    CHART OF ACCOUNT INT
    BUSINESS TRANSACTION BSX
    VALUATION CLASS  4400
    Edited by: baxter jas on Jan 11, 2008 10:01 AM

    Dear Baxter,
                     Answer for your Question.
       1. In Good receipt  System Generate 2 - Document.
          ( A. Material Document , B . Accounting Document.)
    2. BSX   or Store Account or Material Name    Dr.
                                               Gr / Ir Account    Cr.
    3. In MIRO  also System Generate         2 -  Document.
         ( A. Material Document , B . Accounting Document .)
    4.  Now                                   Gr / Ir  Account   Dr.
                                                  Vendor Account   Cr.
    After MIRO  System Cancel the GR / IR   Account.
         Now     BSX  or Store Accoutn or Material       Dr
                     Vendor Account                                 Cr.
    Next Question of your's how system determine GL Account.
    Answer.
              1. Each and Every material have Own Valuation class.
               2.Every Valuation Class Link with Gl Account.
               3.Valuation Class and G.L Account Link With
                  Valuation Grouping Code.
               4. Valuation Grouping Code Link With Valuation area.
               5. Valuation area link with Company Code.
               6. Comany Code Link with Chart of Account.
    I Think it is some what Helpful for You.
    Regards,
    Rajan.

  • Change User password not working in SAP ME 6.0

    Hi,
    In SAP ME 6.0 SP01 6.0.1.0 Counter 40, the activity "Change User Password" does not work for me or any other user.
    The activity window (Netweaver) shows, but in the top it says "An error occurred - contact system administrator".
    This is the output from the default trace file. Seems my user is not authorized, but where do I set this authorization?
    Br,
    Johan
    #2.0 #2011 09 06 11:15:11:064#+0200#Error#com.sap.security.core.wd.jmxmodel.JmxModelComp#
    #BC-JAS-SEC-UME#sap.com/tcsecumewduimodel#C0000AD3034800820000000100000450#9934850000000004#sap.com/tcsecumewdkit#com.sap.security.core.wd.jmxmodel.JmxModelComp#JONORD#16##380199ECD86811E088C3000000979802#ae0e9d52d86811e08e7a000000979802#ae0e9d52d86811e08e7a000000979802#0#Thread[HTTP Worker [@312363456],5,Dedicated_Application_Thread]#Plain##
    public void supplyCompany(IPrivateJmxModelCompInterface.ICompanyNode node, IPrivateJmxModelCompInterface.IContextElement parentElement)
    [EXCEPTION]
    com.sap.engine.services.jmx.exception.JmxSecurityException: Caller JONORD not authorized, required permission missing (javax.management.MBeanPermission -\#getCompanyConceptEnabled[:SAP_J2EECluster="",j2eeType=UmeJmxServer,name=IJmxServer] invoke)
         at com.sap.engine.services.jmx.auth.UmeAuthorization.checkMBeanPermission(UmeAuthorization.java:100)
         at com.sap.engine.services.jmx.JmxServerFrame.checkMBeanPermission(JmxServerFrame.java:101)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.checkMBeanPermission(MBeanServerSecurityWrapper.java:438)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:288)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:813)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:367)
         at com.sap.security.core.jmx._gen.IJmxServer$Impl.getCompanyConceptEnabled(IJmxServer.java:1415)
         at com.sap.security.core.wd.jmxmodel.JmxModelCompInterface.supplyCompany(JmxModelCompInterface.java:1498)
         at com.sap.security.core.wd.jmxmodel.wdp.InternalJmxModelCompInterface.supplyCompany(InternalJmxModelCompInterface.java:710)
         at com.sap.security.core.wd.jmxmodel.wdp.IPublicJmxModelCompInterface$ICompanyNode.doSupplyElements(IPublicJmxModelCompInterface.java:4301)
         at com.sap.tc.webdynpro.progmodel.context.DataNode.supplyElements(DataNode.java:110)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementListAsObject(Node.java:263)
         at com.sap.tc.webdynpro.progmodel.context.MappedNode.createMappedElementList(MappedNode.java:78)
         at com.sap.tc.webdynpro.progmodel.context.MappedNode.supplyElements(MappedNode.java:71)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementListAsObject(Node.java:263)
         at com.sap.tc.webdynpro.progmodel.context.MappedNode.createMappedElementList(MappedNode.java:78)
         at com.sap.tc.webdynpro.progmodel.context.MappedNode.supplyElements(MappedNode.java:71)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementListAsObject(Node.java:263)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElements(Node.java:270)

    Hi,
    Change User Password screen is in fact user self services screen of NW UME and to access it, user must have Manage_My_Password action. Installation and Security Guide ask to assign this action to all roles.

  • Oracle connector issues

    Hi Experts,
    We have 40 to 50 connectors including SQL server, Oracle,Pco,OLAP etc in SAP MII system.
    SAP MII version 12.2 SP6.
    We got the Java Heap space on the SAP MII server and due to lack of disk space the server process is shutdown.
    #2.0#2015 04 14 09:30:16:473#0-400#Fatal#com.sap.engine.frame.ProcessEnvironment#
    com.sap.ASJ.krn_frm.000041#BC-JAS-COR#kernel.sda#C0000A0E68F54AF20000000100000D58#307331950000768373##com.sap.engine.frame.ProcessEnvironment#Guest#0##7F961CADD61211E4A26400001251836F#7f961cadd61211e4a26400001251836f#7f961cadd61211e4a26400001251836f#0#Thread[Managed_Application_Thread_37,5,Managed_Application_Thread]#Plain##
      Server process shutting down with exit code [666]; memory allocation error [OutOfMemoryError]# 
    #2.0#2015 04 14 09:30:16:473#0-400#Fatal#com.sap.engine.frame.ProcessEnvironment#
    com.sap.ASJ.krn_frm.000041#BC-JAS-COR#kernel.sda#C0000A0E68F54AF20000000200000D58#307331950000768373##com.sap.engine.frame.ProcessEnvironment#Guest#0##7F961CADD61211E4A26400001251836F#7f961cadd61211e4a26400001251836f#7f961cadd61211e4a26400001251836f#0#Thread[Managed_Application_Thread_37,5,Managed_Application_Thread]#Plain##
    Server process shutting down with exit code [666] memory allocation error [OutOfMemoryError]
    [EXCEPTION]
    java.lang.OutOfMemoryError: Java heap space (failed to allocate 56 bytes)
    After clearing the dump and make available disk space all the connectors like SQL server, OLAP,PCo etc working fine. But Oracle connectors are unstable.I can say oracle connectors keep loosing connections. The following errors were seen in logs. After I restart the server , the oracle connector starts working fine.
    Unable to create connection to database for GDW
    [EXCEPTION]
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at com.sap.lhcommon.system.CustomClassLoader.findClass(CustomClassLoader.java:232)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:367)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:308)
    at com.sap.xmii.Illuminator.tools.database.JDBCDriverManager.getClassInstance(JDBCDriverManager.java:104)
    at com.sap.xmii.Illuminator.tools.database.ConnectionPool.<init>(ConnectionPool.java:62)
    at com.sap.xmii.Illuminator.tools.database.ConnectionHolder.addDBConnectionPool(ConnectionHolder.java:121)
    at com.sap.xmii.Illuminator.server.Server.createHolder(Server.java:277)
    at com.sap.xmii.Illuminator.server.Server.start(Server.java:134)
    at com.sap.xmii.Illuminator.server.ServerManager$ServerInitializer.run(ServerManager.java:451)
    at com.sap.xmii.Illuminator.server.ServerManager.startServer(ServerManager.java:414)
    at com.sap.xmii.Illuminator.server.ServerManager.reload(ServerManager.java:370)
    at com.sap.xmii.ejb.ServiceHandlerBean.doServerFunction(ServiceHandlerBean.java:222)
    at com.sap.xmii.ejb.ServiceHandlerBean.onMessage(ServiceHandlerBean.java:75)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:111)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:78)
    at $Proxy435.onMessage(Unknown Source)
    at com.sap.jms.client.session.JMSSession.deliverMessage(JMSSession.java:1046)
    at com.sap.jms.client.session.JMSSession.run(JMSSession.java:894)
    at com.sap.jms.resourceadapter.RaServerSession.run(RaServerSession.java:139)
    at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:410)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Error occurred while creating a database connection
    [EXCEPTION]
    com.sap.xmii.Illuminator.system.CommunicationException: Error occurred while creating a database connection
    at com.sap.xmii.Illuminator.connectors.IDBC.IDBC.doProcessRequest(IDBC.java:81)
    at com.sap.xmii.Illuminator.connectors.AbstractConnector.processRequest(AbstractConnector.java:83)
    at com.sap.xmii.Illuminator.server.QueryEngine.run(QueryEngine.java:49)
    at com.sap.xmii.Illuminator.services.handlers.IlluminatorService.processRequest(IlluminatorService.java:82)
    at com.sap.xmii.Illuminator.services.ServiceManager.run(ServiceManager.java:69)
    at com.sap.xmii.servlet.Illuminator.service(Illuminator.java:68)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.xmii.system.SecurityFilter.doFilter(SecurityFilter.java:186)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.xsrf.filter.XSRFProtectorFilter.doFilter(XSRFProtectorFilter.java:62)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    I am not sure of OJDBC jar file version .we have either OJDBC5 or OJDBC6 jar deployed in SAP MII.
    The oracle database version that we are connecting in the data server is Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
    My questions  are
    After the server process shutdown and recovered , While  all other connectors  working fine why oracle connectors have problems?
    Is it due to oracle driver issue? or any other issue related to Netweaver.
    Please help.

    for item #1...If you add the line "gal_enableldapsearch = FALSE" to the "[ENG]" section of the calendar server configuration file, it will only put calendar users in the GAL and not all Internet Directory users.
    --Bill                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for