JSP cannot be found in IBM WebSphere 5.1

Hi,
I'm getting the following error in my websphere when I try to execute my index.jsp page:
SRVE0026E: [Servlet Error]-[/index.jsp(2,0) /SkinProperties.jsp(0,0) Impossible to read file: /includes/initSkin.jsp sun.io.MalformedInputException]: org.apache.jasper.compiler.CompileException: /index.jsp(2,0) /SkinProperties.jsp(0,0) N?o ? poss?vel ler arquivo: /includes/initSkin.jsp sun.io.MalformedInputException at org.apache.jasper.compiler.JspParseEventListener.handleDirectiveMy EAR file is structured like the bellow tree:
main.ear
      |---  ejb-jar-ic.jar
      |---  META-INF
      |---  war-ic.war\ login.jsp; index.jsp, SkinProperties, etc...
                 |--- META-INF
                 |--- WEB-INF
                 |--- includes\   init.jsp; initSkin.jsp, others.jsp...
         The code of my index.jsp is shown bellow
<%@include file="SkinProperties.jsp"%>
<HTML>
<HEAD>
     <META http-equiv="content-type" content="text/html; charset=utf-8">
     <LINK REL="stylesheet" TYPE="text/css" href='interface/style/styles<%=skinId%>.css'>
</HEAD>
<BODY class="leftBody">
</BODY>
</HTML>The code that trigger the error of the included JSP (SkinProperties.jsp) is shown bellow
<%@include file="includes/initSkin.jsp"%>I am almost sure that it is an error related (maybe) with the web.xml file. My web.xml file is listed bellow:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
   <web-app id="WebApp_1085707821772">
      <display-name>war-ic</display-name>
      <description>nodescription</description>
      <servlet id="Servlet_1085707729329">
         <servlet-name>login</servlet-name>
         <display-name>login</display-name>
         <jsp-file>/login.jsp</jsp-file>
      </servlet>
      <session-config id="SessionConfig_1085707821782">
         <session-timeout>30</session-timeout>
      </session-config>
      <resource-ref id="ResourceRef_1085707821782">
         <res-ref-name>jdbc/sec</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>Application</res-auth>
      </resource-ref>
   </web-app>Does anybody has a clue of what is going on?

It looks like you have an error compiling your JSPs. Without the text of the JSP, it is difficult to say what the problem might be.
You should probably ask this type of question on the developerWorks forums, though.
http://www.ibm.com/developerworks/websphere/community/
There aren't many WebShere users in this forum.
vbk

Similar Messages

  • JSP cannot be found Error when trying to Priview an Iview made of a PAR fil

    We created a project using the Netweaver Developer Studio including our code (the jsps, required libraries with it).We then created our PAR file and deployed it on the Portal using the PDK. After this we created a Iview using the PAR which we had deployed. When we tried to priview the IView it gave us an error saying the JSP could not be found . We have checked the PCD (Portal Content Directory ) and found the Jsp deployed at the right place . It could be a problem with the Path Configuration . Does anyone have any idea about how to go about resolving this issue?
    (I am also attaching the error message from the server log file.)
    D:
    usr
    sap
    P66
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    com.sap.portal.admin.templateselectionwizard
    private
    lib
    com.sap.portal.admin.templateselectionwizardcore.jar
    #1.5#0007E904947000490000016B00000A680003ED5CE8B5DA9D#1105408227143#/System/Server#sap.com/irj#com.sap.portal.portal#Administrator#266##LABTEST01_P66_4818350#Administrator#d6becb70637211d9b2bb0007e9049470#SAPEngine_Application_Thread[impl:3]_3##0#0#Error#1#com.sap.portal.portal#Java###Exception ID:05:50_10/01/05_0004_4818350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/HistPerf
    Component class : com.maxager.pct.profitanalysis.HistoricalPerformance
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.maxager.pct.profitanalysis.HistoricalPerformance.doContent(HistoricalPerformance.java:36)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:627)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:337)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:315)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:815)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:238)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:151)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Cannot find JSP file: JSPFileInfo :19082348
    JSP File : D:
    usr
    sap
    P66
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    ProfitAnalysis
    jsp
    maxager.jsp?id=1&username=maxager&password=maxager
    Class Name: sapportalsjspmaxager
    Java File : D:
    usr
    sap
    P66
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    ProfitAnalysis
    work
    jsp
    _sapportalsjsp_maxager.java
    Package Name : jsp
    Class File : D:
    usr
    sap
    P66
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    ProfitAnalysis
    work
    jsp
    _sapportalsjsp_maxager.class
    Is out dated : true
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:96)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:931)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more

    Hi Ravi,
    please check if the JSP files (JSP / Java / Class) are where they are expected (paths are given in the error msg).
    Also check Got a Portal runtime error while using JSPDynepage
    Hope it helps
    Detlev

  • JSP on IBM WebSphere Application Server 3.5.4

    Hi, Could pls. someone suggest what is required to be done to get a JSP working on IBM WebSphere Application Server.
    This is what I have tried so far:
    One of the directories on the app server is
    C:\WebServer\AppServer\hosts\default_host\examples\web
    When I place a JSP in the above path, it works fine (http://localhost/webapp/examples/xyz.jsp in the browser).
    Question:
    Where is webapp (as it appears in the URL) defined?
    Then, I go on to create new directories as follows
    C:\WebServer\AppServer\hosts\default_host\MyApps
    C:\WebServer\AppServer\hosts\default_host\MyApps\web
    Place a working JSP in C:\WebServer\AppServer\hosts\default_host\MyApps\web. And when I enter http://localhost/webapp/MyApps/xyz.jsp or http://localhost/MyApps/xyz.jsp in the browser, the JSP can't be located.
    What is required to be done (from mapping point of view) and where? Does anything pertaining to JSP need to be defined on the HTTP Web Server (not for JSP's I think). Where should I put the JSP file so that everything for the application could be grouped together and it will work as well.
    I have gone through other postings on this issue on this forum but they have been of little help.
    Any thoughts on how to get this working.
    Thanks

    I use IBM Visual Age 3.5 & 4 which contains a scaled down vesion of Websphere for running servlet and JSPs. I am very familiar with the intricacies of running web apps in in this scaled down environment. What I'm about to tell you may or may not apply to WAS but it should help you.
    You can't simply add a directory under default_hosts and expect a new web app to appear. Websphere only recognizes web apps that are set up properly in the servlet_engine file. Each server has it on servlet_engine file located in the properties directory. For the default server, the file is named default.servlet_engine. In that file you must add a new <webspher-webgroup> element as a child element to <websphere-servelet-host name="default_host">. I added a web app to my server and it looks like this.
    <websphere-webgroup name="second_app">
           <description>The second app</description>
           <document-root>$approot$/web</document-root>
           <classpath>$approot$/servlets$psep$$server_root$/servlets</classpath>
           <root-uri>/</root-uri>
           <auto-reload enabled="true" polling-interval="3000"/>
           <shared-context>false</shared-context>
      </websphere-webgroup>I can't remember if it automatically creates the directory structure for you now or not, but at any rate, this web app will be stored in c:\WebServer\AppServer\hosts\default_host\second_app with the enclosed web direrectory as your location for JSPs.
    One more thing to mention. For every web-app you create, there is a descriptor file similiar to the web.xml deployment descriptor you see in /WEB-INF for the servlet 2.2+ spec. In my case the file is name second_app/servlets/second_app.web_app. In the descriptor you would probably want to configure some settings specific to your web app such as servet registration, init parameters and which version of the jsp compiler to use.
    Since IBM came out with WAS 3.5 before the Servlet 2.2 spec went mainstream for Servlet Containers, WAS's configuration is quite unconventional. But, I found that the documentation that comes with WAS explained all these configuration quirks quite well.
    Hope this helps
    Steve

  • ../OA_HTML/fndvald.jsp & ''The page cannot be found' error message

    I have 11.5.10.2 multinode install with 10.1.0.5 database. I had iSupplier up and running in one of my test environments about a week back. Today after our Functional setup people were creating responsibilities and setting up profile options - when I try to login - right after the userid & password screen I get the following:
    "The page cannot be found"
    and my url shows http....../OA_HTML/fndvald.jsp
    Any suggestions/ideas please?
    Thanks,

    Duplicate thread (please post only once):
    ....../OA_HTML/fndvald.jsp - "The page cannot be found" when logging in
    ....../OA_HTML/fndvald.jsp - "The page cannot be found" when logging in

  • XI to IBM Websphere Default JMS Provider with JNDI

    Hello everybody!
    We face a problem with connecting SAP XI to IBM WebSphere Default JMS Provider (need to send a message from XI to WebSphere JMS and receive the response).
    We have the following versions installed:
        SAP XI: 7.0 SP8 , Sun JDK 1.4.2
        IBM WebSphere: IBM WebSphere Application Server ND, 6.0.2.17, J2RE 1.4.2 IBM
    We cannot set the JMS adapter of SAP XI for conecting with IBM WebSphere Default JMS Provider. The Communication Channel has erroneous state (at runtime) and the Communication Channel Monitoring tool displays the error message as described below (under "Variant 1" and "Variant 2" sub-headings) depending on the settings performed. 
    For connecting, the following JMS-provider settings were used at IBM WebSphere side:
       JMS Providers: Default Messaging Provider
       Queue Connection Factories: name:QueueConnectionFactory, jndi:jms/QueueConnectionFactory, provider: Default Messaging Provider
       Queues: name Queue, jndi: jms/Queue, provider: Default Messaging Provider
    The XI communication channel (and associated JMS-adapter) was set as Variants 1 and 2 show. Settings for both cases and received error messages were the following:
    <b>Variant 1.</b>
        Adapter type: JMS
        Type: Receiver
        JMS Provider: Access JMS Provider with JNDI (Java Naming and Directory Interface)
        JNDI Lookup Name of QueueConnectionFactory:  jms/QueueConnectionFactory
        JNDI Lookup Name of JMS Queue: jms/Queue
        Name of JNDI Initial Context Factory: com.sap.engine.services.jndi.InitialContextFactoryImpl
        JNDI Server Address: iiop://WEBSPHERE.HOST:2809/ 
        As the result, the Communication Channel Monitoring displays that the channel has erroneous state and the following error message is written:
        "Error during channel initialization; exception trace: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of jms/QueueConnectionFactory.
    at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)"
    <b>Variant 2</b>
        The same settings as in Variant 1 above, were used and additionally the following settings were done:
        - Name of JNDI Initial Context Factory: com.ibm.websphere.naming.WsnInitialContextFactory
        - The archive aii_af_jmsproviderlib.sda containing libraries required by WsInitialContextFactory, was deployed to the SAP WebAS where the XI is running. Those libraries were taken from WebSphere Application Server Pluggable Application Client installation package (described in the article "WebSphere Application Server Pluggable Application Client" located at http://www-128.ibm.com/developerworks/websphere/library/techarticles/0409_bhogal/0409_bhogal.html)
        - Also, as it is recommended in the referred article, the files required by IBM's iiop protocol (ibmext.jar ibmorb.jar ibmorbapi.jar) were put to the folder jre/lib/endorsed of the server(Sun JVM 1.4.2 is used by SAP WebAS / XI).
        As the result, the Communication Channel Monitoring displays that the channel has erroneous state as well and the following error message is written:
       "No adapter registered for this channel"
    We have not found the recommended solution either in SDN forums or in Internet in general. Is it yet possible to connect SAP XI to IBM WebSphere Default JMS Provider having mentioned product versioning? If yes, what settings have to be performed?

    IBM Websphere Default JMS Provider which is installed alongwith the application server is nothing but a scaled down version of the IBM WebSphere MQSeries. you should be able to connect to it with the same settings that can be used for a separate MQSeries server connectivity from XI.

  • Can IBM WebSphere be used as a web server?

    I have heard that IBM WebSphere be used as a web server.
    Is this true?
    If so , can an SAP EP7 be used as a web server since Websphere is a portal as well.
    Thanks!

    Hi,
    Apache in general doesn't have a good application focus, so most configuration in httpd.conf is for all applications (which to apache are only folders).
    It does however use virtual host that are commonly used to separate configuration between applications.
    For SAP NetWeaver Java (all java stackbased systems can be web servers) the configuration is either done at the virtual host level or at the Java EE application level.
    The HTTP Provider ( http://help.sap.com/saphelp_nw04s/helpdata/en/8c/541eed26ef934cb161ed0b65a050ee/frameset.htm) provides you with the possibility of setting up virtual hosts.
    These virtual hosts can have a root directory which is similar to the DocumentRoot command in httpd.conf: basically it tells you were the .html files are.
    Note that the HTTP provide cannot process dynamic files(like .jsp, .php etc), only static HTML files
    The Java EE application use the various deployment descriptors for WAR and EAR for defining security settings, servlet settings (can replace need for rewrite rules) and everything else needed for the application to run.
    Java EE application can have dynamic files in the form of .jsp and it should be trivial to create a wrapper Java EE application where you just put your html files in a folder in order to mimic a web server.
    However, you should redeploy the application when you make changes to the html files in order to make sure the application is stored correctly in the database and synchronized to all cluster nodes.
    Regards
    Dagfinn

  • Installation prob - iTunes folder cannot be found in My Music

    Hello all,
    I've tried several times over the last few days to install iTunes and keep coming up with the same problem. The error message reads ...
    The folder “iTunes” cannot be found or created, and is required. The default location for this folder is inside the “My Music” folder.
    I have checked and the "My Music" folder is there. I've deleted and recreated the folder several times. I've even tried creating an "iTunes" folder in it.
    I've read the "Trouble installing iTunes or QuickTime software in Windows" page at itunes.com and followed the instructions to download Tweak UI from the Microsoft PowerToys website. Problem is, once I get into Tweak UI and go to "Special Folders", the "My Music" folder doesn't appear in the list. "My Pictures" folder does appear and "My Music" is sitting in the same directory with the same properties as far as I can see by looking via Explorer.
    Any advice would be greatly appreciated.
    Fiona
    IBM Thinkpad   Windows XP  

    Problem is, once I get into Tweak UI and go to "Special Folders", the "My Music" folder doesn't appear in the list.
    some folks with that complication have some joy with the alternate technique from the following Nigel Carpenter post:
    Nigel Carpenter: re: Itunes problem
    (it may take a wee while for that post to load for you.)

  • Application Server 10.1.3.10 + Enclipse. Page cannot be found.

    Hello, i am running the application Server 10.1.3.10 and use Eclipse as an IDE.
    Creating projects through Eclipse and publish them on Tomcat works fine.
    Things start to go wrong when Eclipse is combined with Oracle AS to publish even a simple jsp page.
    After creating a dynamic web project and trying to run a jsp page on the Oracle server i get following warning in the logs.
    _10/03/02 13:42:29 log4j:WARN No appenders could be found for logger (wsif)._
    _10/03/02 13:42:29 log4j:WARN Please initialize the log4j system properly._
    _10/03/02 13:42:29 Warning: Unable to set up connection factory for a resource adapter in esb-dt: Error creating a ResourceAdapter implementation class. Error creating a JavaBean of class 'oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter: javax.resource.spi.ResourceAdapterInternalException: java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException_
    _10/03/02 13:42:29 Warning: Unable to set up connection factory for a resource adapter in esb-rt: Error creating a ResourceAdapter implementation class. Error creating a JavaBean of class 'oracle.tip.esb.server.bootstrap.RuntimeResourceAdapter: javax.resource.spi.ResourceAdapterInternalException: java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException_
    10/03/02 13:42:35 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:35 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:35 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    10/03/02 13:42:35 Confluent Config: Loading property file config.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-installer.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-common.properties
    10/03/02 13:42:35 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:35 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:35 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    10/03/02 13:42:35 Confluent Config: Loading property file config.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-installer.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-common.properties
    10/03/02 13:42:35
    ConnectionPoolManager gateway.foundationservice intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:35 Gateway component started
    10/03/02 13:42:36 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:36 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:36 Confluent Config: "${policymanager.default.config.path}" is resolved to "policymanager-config-installer.properties;policymanager-config-common.properties"
    10/03/02 13:42:36 Confluent Config: Loading property file config.properties
    10/03/02 13:42:36 Confluent Config: Loading property file policymanager-config-installer.properties
    10/03/02 13:42:36 Confluent Config: Loading property file policymanager-config-common.properties
    10/03/02 13:42:36
    ConnectionPoolManager PolicyRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36
    ConnectionPoolManager ComponentRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36 Policy Manager component started
    10/03/02 13:42:36 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:36 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:36 Confluent Config: "${ui.default.config.path}" is resolved to "ui-config installer.properties;ui-config-common.properties"
    10/03/02 13:42:36 Confluent Config: Loading property file config.properties
    10/03/02 13:42:36 Confluent Config: Loading property file ui-config-installer.properties
    10/03/02 13:42:36 Confluent Config: Loading property file ui-config-common.properties
    10/03/02 13:42:36 Authentication Provider is:com.cfluent.accessprovider.sampledb.LocalDBAuthProvider
    10/03/02 13:42:36
    ConnectionPoolManager Component Repository Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36
    ConnectionPoolManager UI Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36 Confluent UI component started
    10/03/02 13:42:36 Corda Servlet Environment Initialized
    10/03/02 13:42:39
    Corda Server (PopChart) Version 6.0.597
    PopChart: Valid Key.
    OptiMap: No key entered, or key invalid.
    Highwire: No key entered, or key invalid.
    Cluster: No key entered, or key invalid.
    10/03/02 13:42:39 Copyright 1997 - 2004, Corda Technologies, Inc. (www.corda.com) Protected by U.S. Patent 5,933,830. Other patents pending.
    10/03/02 13:42:39
    10/03/02 13:42:39 server_root: C:/oracle/Application_Server/owsm/lib/corda
    10/03/02 13:42:39 chart_root: chart_root
    10/03/02 13:42:39 Password is Enabled, Required for Save
    10/03/02 13:42:39 Maximum Threads: 64
    10/03/02 13:42:39 Default Image Type is: Flash
    10/03/02 13:42:39 Auto Detect PNG Support. Compression Mode: DEFAULT
    10/03/02 13:42:39
    10/03/02 13:42:41 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:41 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:41 Confluent Config: "${monitor.default.config.path}" is resolved to "monitor-config-installer.properties;monitor-config-common.properties"
    10/03/02 13:42:41 Confluent Config: Loading property file config.properties
    10/03/02 13:42:41 Confluent Config: Loading property file monitor-config-installer.properties
    10/03/02 13:42:41 Confluent Config: Loading property file monitor-config-common.properties
    10/03/02 13:42:44 Rmi Registry is started on port 3118
    10/03/02 13:42:44 Confluent Monitor component started
    10/03/02 13:42:44 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    I have looked for those warnings and found that those warnings can be ignored. Then i get a confirmation
    that "Build was successful"
    Buildfile: C:\Program Files\Eclipse\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.206.v20090812\buildfiles\oracle.10.1.3.xml
    check.skip.web.deploy:
    deploy.j2ee.web:
    BUILD SUCCESSFUL
    Total time: 625 milliseconds
    The point is that on my IDE (Eclipse the page is not being displayed getting an error "The webpage cannot be found" .
    The only way i could publish the jsp is to copy it to the APPLICATIONSERVER_HOME\j2ee\home\default-web-app
    and access it through http://localhost:8888/projectname/foo.jsp
    What could be wrong?
    Edited by: user12711529 on Mar 2, 2010 6:39 AM

    If you have deployed the both applications to the same OC4J instance, then you can't do it.
    If you have deployed the two applications to different OC4J instance, you could edit the config file under j2ee/home/config directory - default-web-site.xml.

  • VisualAge RPG  and crystal report  + IBM Websphere Studio Dveloper client

    Hi friends
    My doubt is with regard to VisualAge RPG an alternative of java for AS400 servers yet iam posting here
    I am trying to call Crystal report using VARPG The IDE used is IBM Websphere studio developer for iseries 6.0.
    In VARPG GUI based windows application i am able to add Crystal Report Viewer (CRviewer.dll) to the ACtivex control object. I have to set the Report source and activate the Activex. The control has a property named ReportSource which is of numeric type. I tried to set the report source by calling openReport methox of Craxdrt.dll. I get a error as follows
    0211 Error occurred while calling program or procedure OpenReport.
    Cause . . . . . : The program attempted to call program or
    procedure OpenReport, but was unable to access the program or procedure. If
    the name is *N, the call was a bound call by procedure pointer.
    Recovery . . . : Check the error log file FVDCERRS.LOG for more
    information on the cause of the error. If the call was to a local
    program, then the program could not be found, or the accumulated
    parameters exceeded 1024 bytes in length. If not found, either specify
    the full path name or make sure the program resides in a directory
    listed in the PATH environment variable. Verify that the file
    extension is correct. If no extension is specified, .EXE is assumed.
    Is my way of calling crystal report is correct or i have to set the report source by any other way.
    Thanks in advance
    Ashokans

    Vamsi
    You ned to specify the location of the reports in the RAS server.
    Follow these steps.
    1. Go to the crystal configuration manager.
    2. Click Crystal Report Application Server and stop the service.
    3. Click the properties button.
    4. Go to the parameters tab and from the option type select Server.
    5. In the report directory text box, specify the director in which the reports are located.
    6. Click ok and Start the Crystal Report Application Server
    thats about it

  • JMS Receiver Adapter - com.ibm.websphere.naming.WsnInitialContextFactory

    Hello experts,
    I am trying to configure JMS Adapter to Access Websphere Application Server via JNDI. The configuration is as follow:
    Initial Context Factory: com.ibm.websphere.naming.WsnInitialContextFactory
    Connection Factory: jms/messageQueueCF
    Server URL: iiop://ammtnode.iubs.intra:2809/
    Queue Name: jms/EXT_INPUT_QUEUE
    I deployed all required jar files but Iu2019m still unable to connect to WAS because adapter cannot initialize ORB:
    javax.naming.NamingException: Failed to initialize the ORB
    I wrote a small java class to check where the problem was:
    ============================================================================
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,"com.ibm.websphere.naming.WsnInitialContextFactory");
    env.put(Context.PROVIDER_URL, "iiop://ammtnode.iubs.intra:2809/");
    env.put("java.naming.corba.orb",org.omg.CORBA.ORB.init((String[])null,null));
    Context jndiContext = null;
    try {
    jndiContext = new InitialContext(env);
    ConnectionFactory connectionFactory = (ConnectionFactory) jndiContext.lookup("jms/messageQueueCF");
    Connection qConn = connectionFactory.createConnection();
    Session qSession = qConn.createSession(false,Session.AUTO_ACKNOWLEDGE);
    Queue q = (Queue) jndiContext.lookup("jms/EXT_INPUT_QUEUE");
    MessageProducer producer = qSession.createProducer(q);
    TextMessage message = qSession.createTextMessage();
    message.setText(text);
    producer.send(message);
    producer.close();
    qSession.close();
    qConn.close();
    } catch (Exception e) {
         e.printStackTrace();
    ============================================================================
    I got the same error until I wrote this line:
    env.put("java.naming.corba.orb",org.omg.CORBA.ORB.init((String[])null,null));
    And everything worked fine. Now I want to do the same in my JMS Receiver adapter but I donu2019t know how to introduce this line in the Initial Context Environment. I tried as JMS additional parameters and additional properties as well. However, nothing worked. Does anybody know what Iu2019m doing wrong?
    Thank you in advance!

    Here I post the entire error:
    0#0#Warning##Java###Catching #1#com.sap.aii.adapter.jms.api.connector.ConnectorException: Error looking up connection fact
    oryjms/messageQueueCF, for profile: ConnectionProfile of channel: CC_I002_AMM_JmsReceiveron node: 5949650 having object id: 0
    360697bc61b3666aba07a2708ca095a: javax.naming.NamingException: Failed to initialize the ORB
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createConnectionFactory(JndiConnectorImpl.java:134)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.doConnect(ConnectorImpl.java:247)
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.doConnect(JndiConnectorImpl.java:185)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.connectIfDisconnected(ConnectorImpl.java:170)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.connect(ConnectorImpl.java:153)
            at com.sap.aii.adapter.jms.core.channel.ChannelImpl.doStart(ChannelImpl.java:279)
            at com.sap.aii.adapter.jms.core.channel.ChannelImpl.start(ChannelImpl.java:166)
            at com.sap.aii.adapter.jms.core.channel.AdapterImpl$1.run(AdapterImpl.java:411)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: javax.naming.NamingException: Failed to initialize the ORB [Root exception is java.lang.ClassCastException: class
    com.sap.engine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incompatible with class com.ibm.CORBA.iiop.ORB:libra
    ry:com.sap.aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClassLoaderAT131b92e6ATalive]
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:364)
            at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:421)
            at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
            at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createConnectionFactory(JndiConnectorImpl.java:130)
            ... 11 more
    Caused by: java.lang.ClassCastException: class com.sap.engine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incom
    patible with class com.ibm.CORBA.iiop.ORB:library:com.sap.aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClass
    LoaderAT131b92e6ATalive
            at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:92)
            at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:83)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:59)
            at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:356)
            ... 19 more
    Caused by:
    javax.naming.NamingException: Failed to initialize the ORB [Root exception is java.lang.ClassCastException: class com.sap.eng
    ine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incompatible with class com.ibm.CORBA.iiop.ORB:library:com.sap.
    aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClassLoaderAT131b92e6ATalive]
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:364)
            at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:421)
            at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
            at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createConnectionFactory(JndiConnectorImpl.java:130)
            ... 11 more
    Caused by: java.lang.ClassCastException: class com.sap.engine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incom
    patible with class com.ibm.CORBA.iiop.ORB:library:com.sap.aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClass
    LoaderAT131b92e6ATalive
            at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:92)
            at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:83)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:59)
            at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:356)
            ... 19 more
    Caused by:
    javax.naming.NamingException: Failed to initialize the ORB [Root exception is java.lang.ClassCastException: class com.sap.eng
    ine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incompatible with class com.ibm.CORBA.iiop.ORB:library:com.sap.
    aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClassLoaderAT131b92e6ATalive]
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:364)
            at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:421)
            at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
            at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
            at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createConnectionFactory(JndiConnectorImpl.java:130)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.doConnect(ConnectorImpl.java:247)
            at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.doConnect(JndiConnectorImpl.java:185)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.connectIfDisconnected(ConnectorImpl.java:170)
            at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.connect(ConnectorImpl.java:153)
            at com.sap.aii.adapter.jms.core.channel.ChannelImpl.doStart(ChannelImpl.java:279)
            at com.sap.aii.adapter.jms.core.channel.ChannelImpl.start(ChannelImpl.java:166)
            at com.sap.aii.adapter.jms.core.channel.AdapterImpl$1.run(AdapterImpl.java:411)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: java.lang.ClassCastException: class com.sap.engine.system.ORBProxy:sun.misc.Launcher$AppClassLoaderAT5d0385c1 incom
    patible with class com.ibm.CORBA.iiop.ORB:library:com.sap.aii.adapter.libATcom.sap.engine.boot.loader.ResourceMultiParentClass
    LoaderAT131b92e6ATalive
            at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:92)
            at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:83)
            at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:59)
            at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
            at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:356)
            ... 19 more

  • Connecting different versions of MQ Ibm Websphere using PI 7.1

    Hi Experts,
    We are having one mq server which is installed on a third party system which we are currenlty using without having any issues.
    the mq series is ibm websphere version 6.
    we have these following jar files installed on pi.
    <jars>
    <jar-name>lib/com.sap.aii.adapter.lib_api.jar</jar-name>
    <jar-name>lib/ojdbc14.jar</jar-name>
    <jar-name>lib/client.jar</jar-name>
    <jar-name>lib/msbase.jar</jar-name>
    <jar-name>lib/mssqlserver.jar</jar-name>
    <jar-name>lib/msutil.jar</jar-name>
    <jar-name>lib/com.ibm.mq.jar</jar-name>
    <jar-name>lib/com.ibm.mqjms.jar</jar-name>
    <jar-name>lib/connector.jar</jar-name>
    <jar-name>lib/CL3Export.jar</jar-name>
    <jar-name>lib/CL3Nonexport.jar</jar-name>
    <jar-name>lib/dhbcore.jar</jar-name>
    <jar-name>lib/rmm.jar</jar-name>
    </jars>
    we are able to connect to this system sucessfully using jms.
    the issue we are facing now is we have now another new mq server installed which we want to use
    this is version ibm websphere 5.3.
    we have gone through sap notes and found that these jar files need to be in place for 5.3
    MQSeries 5.3
    com.ibm.mq.jar
    com.ibm.mqbind.jar
    com.ibm.mqjms.jar
    connector.jar (this file can also be retrieved from the SAP J2EE server directory)
    by comparing with the jar files we currenlty have installed
    this jar file is missing com.ibm.mqbind.jar for 5.3
    we are unable to connect to this new mq server and facing the issues.(reciever jms)
    the message in rwb is
    Error creating JMS connection. JMS provider gave error message as MQJMS2005: failed to create MQQueueManager for 'Servername:Queuemangername' MQJE001: An MQException occurred: Completion Code 2, Reason 2009
    MQJE016: MQ queue manager closed channel immediately during connect
    Closure reason = 2009, and error code as MQJMS2005.
    we have gone through notes 1086303 and found that it might be due to wrong queuemanager name.
    our mq team is saying that they have configured everything perfectly.
    what we have is now 2 queries:
    1. is this error caused due to the mqbind jar file missing.if so than we can tell our nw team to install that jar files.is it necessary as we have already jar files for version 6? will version 6 jar files be compatible if we install these new jar file which is missing as we dont want to mess the existing scenarios?
    2. is there any other config we are missing on pi side so that we are 100 percent sure its not the error on pi side and some config is missing on jms side.
    please advice.
    many thanks.
    regards
    j

    Hi Jyoti,
    You say to choose between the possibility of a missing jar and other of a Queue manager. I think first and foremost get the missing jar file installed and secondly , try the following suggestions.
    1) It appears that the MQ JMS server is refusing connections from the MQ JMS c=
    lient. I suggest looking up "MQJMS2005" in the IBM documentation and also =
    checking if the IBM specific connection string '147.149.178.44:BT.QM.IVASCT=
    G' is correct.
    2) I guess so because 2009 indicates a communication problem. It appears that the foreign JMS provider is restricting the number of conne=
    ctions that can be made to it. I'd check the license restrictions/configura=
    tion of the foreign JMS provider and ensure it allows the required number o=
    f concurrent connections. The closure reason code 2009 should indicate what=
    the problem is.
    Regards
    joel

  • The page cannot be found or not load completely

    Dear all here,
    I have a jsp+servlet app run on iplanet server, the internal user can access this properly, but external user access with SSL will encounter some error sometimes,
    1, sometimes, the jsp cannot show completely, the jsp page result is very large, according to the selection criteria, it will exceed 5m bytes sometimes. I also found this online, some guys said there should have some exceptions, but I have not found it console or system.out
    2, sometimes the same jsp page cannot be shown, the error page showed in IE browser is "The page cannot be displayed--The page you are looking for is currently unavailable." , but when reopen the page, maybe it be ok
    Did you ever meet that before? could you please kindly give me any advice? I am really frustrated in this...
    Thank you in advance,
    lichunlin

    You were lucky to get it working after changing it back.
    To answer this question:
    Most tables in the data dictionary have very close and often difficult relationships. The data dictionary defines how the database works.
    If you intend to change the dictionary directly, make sure you change ALL the tables that are needed to make the change at the same time. And make sure you make all the changes correctly with accepted values. Changing one value in one table without making appropriate change in all other other related tables generally breaks the functionality of the database. As you found out.
    There is no documentation about this, as Oracle has created applications to do this. The apps are the DDL (create/alter/drop) commands and they are designed to update all the dictionary tables consistently.

  • IBM WebSphere Community Edition

    Hi,<BR><BR>Has anyone tried IBM WebSphere Community Edition with any Hyperion product? WebSphere CE is based on Apache's Geronimo J2EE server. Any good / bad experience?<BR><BR>Regards,<BR>Gerd

    step 1: find the manual
    step 2: read the manual
    step 3: understand the manual
    step 4: follow the instructions found in the manual
    problem solved (though with IBM manuals I will have to practice caution there, they're not always good but mostly the bad parts are the obscure ones).

  • IBM WebSphere Connection

    Hello.
    I've been trying to add a server to the runtime tab of the Java Studio Enterprise 8. The location of the IBM Websphere installation directory is in another pc(our server pc). when i try to connect i would either get an null pointer exception or i cannot deploy my web applications on the server.
    can anyone help me with this. thanks.

    What have you specified for your installation directory?
    As I remember it still needs the local installation of WebSphere server to access the remote server.

  • Page Cannot be found:Jdeveloper

    I have created the sample OAF Oage.I am getting error the Webpage cannot be found http 404 when run the page from Jdeveloper when wroking in office netwrok but same is working fine from Home Network.
    We are connecting the Apps server throgh Citrix VPN and OS windows 7.
    Can any one help us..?
    Embedded OC4J server message as follows:
    D:\Jdevloper\jdevbin\jdk\bin\javaw.exe -jar D:\Jdevloper\jdevbin\j2ee\home\admin.jar ormi://10.200.5.180:23891 oc4jadmin **** -updateConfig
    Oct 18, 2013 10:12:43 AM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes.  Restart OC4J to apply new ORB configuration.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/Jdevloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/Jdevloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 4535 ms.
    Target URL -- http://01HW545975:8988/OA_HTML/runregion.jsp
    Oct 18, 2013 10:12:47 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
    at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
    at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)

    Yes..We are using Proxy Server..
    But Once We connected to VPN then Proxy Server is getting unchecked and Use Automatic Configration Script check box above the proxy Server is Checked..and Address value is "file://C:\Users\345670\AppData\Roaming\Juniper Networks\Network Connect 7.3.1\instantproxy.pac"..
    Now You want me do uncheck both boxes and try..?
    Also please see that in the OC4j Log.."INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)"..is it a error or normal statement...

Maybe you are looking for

  • Tips for troubleshooting crashes?

    TCS 2 Robohelp 8.0.2 I just created a Robohelp template from a project with a Framemaker booked linked in. I deleted the book from the project before running the script which creates a new template. Robohelp crashes after I created a new project base

  • Moving Internal Drives from a G4 to a G5?

    I have a G4that I use for audio editing, but it's dying on me, and I want to upgrade to a G5. But from what I've read, the G5 can only use SATA internal drives. My G4 has two large internal drives, one 250GB for my system files, and general document

  • After Effects will not download :'(

    When I click on my after effects app this pops up every time! I have tried uninstalling and redownloading it, but every time it stays the same in my creative cloud & this is the only thing that will ever pop up. SOS please helppppp (I have a MacBook

  • Management Cockpit-Display Table

    Hi, I have a frame, in which Disply Table has been activated. In the web reports and Portal this table is diaplyed but the legend has a different colour than in the frame itself. How the legend of the table is controlled? Please advise. Regards, UR

  • 3.2.8-1-ARCH on vmware problem with open-vm-tools 2011.12.20-2

    Hi all! I've got problem with starting : /etc/rc.d/open-vm-tools start error is: Error inserting vmblock (/lib/modules/3.2.8-1-ARCH/extramodules/vmblock.ko.gz): Invalid module format and dmesg says: vmblock: disagrees about version of symbol module_l