Java Importer and UNIX app server

Setup: win2000, forms6i, jdk1.2.2
I have successfully imported a java class (simple one just to give a string message out) on my pc, now I want to move the form to unix app server.
I installed jdk1.2.2 on unix box in oracle app server account, made sure the path includes jdk1.2.2 path, added classpath variable to include importer.jar and my jar file.
when the form is executed, It fails with "JAVA error"; no further explanation. I have coded exception block to trap java exception and display error.
Any other setup required? Do I need to restart app server?
Any suggestions please.
Thanks
Abhay

1) I am currently using 9iAS version 9.0.2.2.0 (Forms version (9.0.2.11.0). Will this version reuse a single JVM or create one for every user?
2) I am trying to implement a form with imported Java. I get an exception. I have tried the ORA_JAVA exception and error handling as indicated in the Forms Developer help (importing java.lang.exception) but it does not help. Stepping through the code I see that the generated JNI.GET_CLASS call fails for both my custom class and Exception_. Does this mean the JVM cannot be created? In my default.env file I have added my jar file to the classpath and the path already contained the jre/bin/classic directory. I saw a post about conflicts between the Forms and Reports classpath but I have not called reports when I run into this problem.

Similar Messages

  • Java Importer and VJM

    Hi anybody,
    I am evaluating Java Importer functionality of Oracle9i Forms. The online help of Forms says:
    Running Applications with Imported Java
    Imported Java runs in the middle tier. The corresponding generated PL/SQL package calls into the Java class and the Java methods execute in a dedicated Java Virtual Machine (JVM) on the Forms Server. A dedicated JVM is created for each Forms Server application instance that uses the generated PL/SQL package to call the imported Java.
    This means, for every Forms application available on the Forms Server one dedicated VJM is created. All users connecting to this application use the same VJM.
    Am I right?
    Thanks for your help.
    Andreas

    1) I am currently using 9iAS version 9.0.2.2.0 (Forms version (9.0.2.11.0). Will this version reuse a single JVM or create one for every user?
    2) I am trying to implement a form with imported Java. I get an exception. I have tried the ORA_JAVA exception and error handling as indicated in the Forms Developer help (importing java.lang.exception) but it does not help. Stepping through the code I see that the generated JNI.GET_CLASS call fails for both my custom class and Exception_. Does this mean the JVM cannot be created? In my default.env file I have added my jar file to the classpath and the path already contained the jre/bin/classic directory. I saw a post about conflicts between the Forms and Reports classpath but I have not called reports when I run into this problem.

  • Oracle data source and Sun App Server 8

    Hi -- This could be more of a JNDI question than a JDBC question... Please let me know if I have posted to the wrong place.
    I downloaded Sun Application Server version 8 and installed it on a windows 2000 pc. The install went fine, as did the build and deploy of the jdbc-simple .ear file. I can run jdbc-simple with no problems.
    Now, through the App Server Admin Interface, I have added a new connection pool utilizing Oracle's OCI driver and I can successfully ping the database from App Server. I created a JDBC Resource that uses the Oracle pool and gave it the JNDI Name "jdbc/oracle-dev ". At this point, I am stuck. I want to use "jdbc-simple" to connect to my new JDBC Resource instead of the pointbase resource.
    Could someone please help me make the necessary modifications to jdbc-simple so that is uses the new "jdbc/oracle-dev " JDBC Resource I created rather than the pointbase connection that was supplied by default during install?
    Thanks for any help,
    Jason Earnhardt

    That helpes quite a bit. I still can't get the app to retrieve data, but I am getting a more useful message in the log:
    [Error in allocating a connection. Cause: Connection could not be allocated because: ORA-01017: invalid username/password; logon denied]
    As you suggested, I removed the <default-resource-principal> stuff from sun-web.xml and modified it to match your example. Additionally, I changed the <res-ref-name> in web.xml from "jdbc/jdbc-simple" to "jdbc/oracle-dev".
    The Connection Pool "Ping" from the Admin Console is successful with the user and password I have set in the parameters. (it fails if I change them, so I am pretty sure that is set up correctly) Is there another place I should check for user/pass information? Do I need to do anything to the samples/database.properties file?
    By the way, this is the 4th quarter 2004 release of app server. Would it be beneficial to move to the Q1 2005 beta?
    Many thanks for your help so far...

  • Ssl and web app server: there's content which is not secure

    Hello,
    We have  implemented ssl in our intranet site ( web front server, Web app server, sql server - everything ) .
    Yet, In Https (and I.E) and document library , when I press the "..." , I get an warning: "only secure content is displayed" and the file preview doesn't show anything. If I select "show all content", the file preview shows
    the file.
    If I press "View in browser", I get the same message. If I press "show all content" I see the file, otherwise the file doesn't show.
    Looking at the fiddler, it looks like some connections with the (sharepoint)  application server aren't secured.
    Sample unsecured http gets are:
    http://ApplicationServer.mysite.gr/wv/ResReader.ashx?n=p1.img&WOPIsrc=http%3A%2F%Intranet%2Fsites%2FDNY%2F_vti_bin%2Fwopi.ashx%2Ffiles%2F42da77c08cd94b67a1c413ae39a71c58&access_token=eyJ0eBIgBigToken
    http://ApplicationServer.mysite.com/wv/ResReader.ashx?n=p1.img&v=00000000-0000-0000-0000-000000000602&usid=5fae4f7f-d4d6-4a21-a465-2fe24ded9519&WOPIsrc=http%3A%2F%2FIntranetSite%2Fsites%2FDNY%2F_vti_bin%2Fwopi.ashx%2Ffiles%2F42da77c08cd94b67a1c413ae39a71c58&access_token=BIgBigToken
    - this one is an image of the file.
    Having these unsecure gets, I have problems accepting that the site is totally secured.
    is the (sharepoint) application server the source of the problem?
    Thank you
    Christos

    Hi,
    According to your post, my understanding is that you wanted to show all content after you implemented ssl in intranet site.
    Please make sure you configure SSL correctly. You can refer to:
    Configure SSL for SharePoint 2013
    IE does provide an option which can be configured to automatically display all content, both secure and non-secure content, on web pages that come with mixed content.
    You can display all mixed contents in IE to suppress and disable any warning message on secure and/or non-secure content.
    More information:
    How to Disable Only Secure Content is Displayed in IE (Always Show All Mixed Content)
    Stop the "page contains secure and nonsecure items" warning
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Different behavior using JSC and Sun App server 8.2 - why?

    I have developed a JSF application using Java Studio Creator 2.
    JSC2 uses Sun App Server 8.2 as the development application server.
    I also have Sun App Server 8.2 on a server that is used for deployment.
    When I run an application within the IDE, I get a set of behavior that I expect to see, but not when deployewd to the server.
    In particular, in one case, a grid created within a session bean is redrawn when running in the IDE but not when deployed.
    In another case, I attempt to read the value of the grid text field.
    In the IDE, I get a properly set 'submittedValue' property, but in the deployed environment, it is null.
    Why am I seeing differences in behavior between the two environments?
    How can I get the deployed version to work tge same as in the development enviroment.

    I am sorry but I don't understand. Which path specifically do you mean?
    dear mr/mises
    you have to change your path with net beans with8.2
    you will be solving your problems

  • ASA DMZ zone and Unix proxy server

    Hi.
    i have router which all nat translation done at here. i have a asa and core sw.
    192.168.1930.0/24 subnet my user and some server are located at this subnet. this subnet created at core sw.
    int vlan 393
    ip address 192.168.193.1 255.255.255.0
    core sw connected to asa inside interface.asa inside interface ip 172.30.30.1 and at core sw site this port access vlan 8 which is
    int vlan 8
    ip address 172.30.30.2
    at core sw at i have a default route to asa.
    ip route 0.0.0.0 0.0.0.0 172.30.30.1
    and asa site
    route inside 192.168.193.0 255.255.255.0 172.30.30.2
    all of them are ok.
    i think that is ok.
    at asa i have dmz zone which ip address:
    interface Ethernet0/1
    description connect to CoreSW
    nameif inside
    security-level 100
    ip address 172.30.30.1 255.255.255.0 standby 172.30.30.3
    interface Ethernet0/2
    description DMZ zone connect mail server
    nameif DMZ
    security-level 50
    ip address 172.16.10.1 255.255.255.0 standby 172.16.10.2
    my proxy server inside interface connected to asa dmz zone and ip address 172.16.10.254 and outside interface is connected asa outside site which mean that is same subnet of asa outside interface which is 10.0.0.254 and then 10.0.0.254 i do static nat at router. i have no problem at nat translation.
    i want my 192.168.193.0 subnet pass througth from proxy when this subnet want to connet internet.
    i wrote
    static (inside,DMZ) 192.168.193.0 192.168.193.0 netmask 255.255.255.0
    and access-list
    access-list from_dmz_to_in extended permit ip host 172.16.10.254 any
    access-group from_dmz_to_in in interface DMZ
    at this time what is up?
    the user can not access internet and what i do? i wrote proxy server inside ip and default port 3128 at user internet explorer properties.
    internet explorerr--tools-properties-connection-lan settting and show there 172.16.10.254 and port 3128.
    at this time my user connect internet when i wrote this. when i remove this they can not connect internet
    but i  do not  want write anything at my user. how i solved this?
    after that one problem occur.
    when my server to  do nslookup it can not work.
    i thnik that it is true because we have only one port 3128 is open and my server need udp 53.so it can not work
    how i solve this issue?
    as you see my access-list all of is open and i do
    static (inside,DMZ) 192.168.193.0 192.168.193.0 netmask 255.255.255.0
    it is this wrong proxy connection???
    musti change proxy server inside interface to other device or asa other interface?
    thanks.

    There is 2 way the proxy server can work, ie: either transparent or explicit proxy.
    From your explaination, explicit proxy works just fine when you configure the proxy settings on your browser.
    The reason why transparent proxy does not work is because:
    1) When user browser connects to the Internet, the ASA default gateway is via the outside interface, that is why the Internet traffic is not being routed transparently towards your proxy server which is connected to the DMZ interface.
    The static NAT statement configured on the ASA does not perform redirection. If you would like to transparently route the internet traffic towards the proxy server on DMZ, you would need to route the traffic towards the proxy server. With the current topology that you have, it is not achievable on the ASA. ASA does not support Policy Based Routing, nor it supports WCCP when the user and the proxy server is on different interfaces.
    2) Also need to find out if the proxy server itself supports transparent proxy.
    Otherwise, since explicit proxy works, why don't you just push the proxy settings to the browser via Active Directory Group Policy?

  • Java Importer and org.w3c.dom.Element

    I am getting the following error when attempting to import a class generated in Jdeveloper.
    Exception occurred: java.lang.NoClassDefFoundError: org/w3c/dom/Element
    The package has the following header
    package mypackage3;
    import oracle.soap.transport.http.OracleSOAPHTTPConnection;
    import java.util.Vector;
    import org.w3c.dom.Element;
    import java.net.URL;
    import org.apache.soap.Body;
    import org.apache.soap.Envelope;
    import org.apache.soap.messaging.Message;
    Has anyone else run into this problems ?

    Kevin,
    it looks as if a dependency file (class) is not in the classpath. If you deploy your Java class in JDeveloper then not all dependency files are deployed automatically. You can explixitly select and add them for deployment.
    In your case the org.w3c.dom.Element class is in the classpath of Jdeveloper, but not Forms.
    Frank

  • How to Install BAM Alerts in multi environment in 2013 R2? How to point to a single BAM Portal(Default WebSite) configured on BTS APP server1 from BTS App Server 2 and BTS App Server 3 ?

    Please guide me on BAM install in multi environment for 2013 R2. Any blog which can show, how to configure multiple BTS servers to point to a single BAM portal created on the first server.
    The BAM portal is configured on the Default Website on the first server.
    How Could I Point to the same portal while configuring other 2 BTS servers?
    What are the authentication mechanisms, I have to use at virtual directories and root level?
    Racha Rams

    The document for installing BAM for B2K13 in a multi-computer environment is available as part of the BizTalk documentation available for download from
    http://www.microsoft.com/en-in/download/details.aspx?id=35552
    You will most likely also need to refer to the TechNet Blog
    http://blogs.technet.com/b/meamcs/archive/2013/07/26/fixed-biztalk-2013-bam-tools-configuration-problem.aspx which mentions having to setup SQL Mail feature in SQL Server 2012 and post that configuring both the features BAM Tools and BAM Alerts together.
    Regards.

  • Sun one server 7 and sun app server 8 incompatibility

    I had all my ejb code running nicely on sun one server 7. Now I have to port to 8 and while the same ear file deploys successfully, I'm unable to make any create calls on my CMP beans. I get server side error "argument type mismatch", but I've checked and rechecked all arguments, number and type, but can't find anything wrong. Any pointers?

    The new one is supposed to be backward comptible. In any case, I've run the migration tool and redeployed, but same issues exist.

  • Is it possible to use commerce server with netscape webserver and weblogic app server

    Hello,
    We want to use Netscape webserver using NSAPI plug-in with WLS 5.1.
    In this scenario can we get full functionality of Weblogic Commerce server
    2.0.1 if we wnat to use above setup.
    This is urgent please.
    surya

    Surya,
    The NSAPI plug-in with WLS 5.1 should not adversely affect the way the
    Commerce Server works. Although this platform is not 'certified', the product
    is J2EE compliant and should work without error.
    Hope this helps!
    surya chavali wrote:
    Hello,
    We want to use Netscape webserver using NSAPI plug-in with WLS 5.1.
    In this scenario can we get full functionality of Weblogic Commerce server
    2.0.1 if we wnat to use above setup.
    This is urgent please.
    surya

  • IIS and Oracle Apps server plug-in issue

    Hi,
    I am getting following error with oracle IIS plug in.
    Thanks you for your help. Let me know if further information is required.
    Here is my proxy config file:
    oproxy.serverlist=v3appec2
    oproxy.v3appec2.hostname=vsgnyweblogic1.vitech.com
    oproxy.v3appec2.port=80
    oproxy.v3appec2.urlrule=/*
    Error below
    11/05/08 15:51:35: [op_uri_map.c (348)]: Into op_uri_map_t::map_uri_to_host
    11/05/08 15:51:35: [op_uri_map.c (414)]: op_uri_map_t::map_uri_to_host, Found a match host=vsgnyweblogic1.vitech.com
    11/05/08 15:51:35: [op_isapi_plugin.c (515)]: HttpFilterProc [em] is a proxy url - should redirect to host 0
    11/05/08 15:51:35: [op_isapi_plugin.c (535)]: No Authorization header found
    11/05/08 15:51:35: [op_isapi_plugin.c (457)]: Start of HttpFilterProc
    11/05/08 15:51:35: [op_uri_map.c (348)]: Into op_uri_map_t::map_uri_to_host
    11/05/08 15:51:35: [op_uri_map.c (414)]: op_uri_map_t::map_uri_to_host, Found a match host=vsgnyweblogic1.vitech.com
    11/05/08 15:51:35: [op_isapi_plugin.c (515)]: HttpFilterProc [oproxy/oracle_proxy.dll] is a proxy url - should redirect to host 0
    11/05/08 15:51:35: [op_isapi_plugin.c (535)]: No Authorization header found
    11/05/08 15:51:35: [op_isapi_plugin.c (634)]: HttpExtensionProc started
    11/05/08 15:51:35: [op_isapi_plugin.c (859)]: In init_ws_service
    11/05/08 15:51:35: [op_isapi_plugin.c (905)]: init_ws_service: uri=/oproxy/oracle_proxy.dll
    11/05/08 15:51:35: [op_proxy.c (34)]: op_send_proxy_request, hostname=vsgnyweblogic1.vitech.com port=80
    11/05/08 15:51:35: [op_proxy.c (63)]: op_send_proxy_request, assembled URI is /oproxy/oracle_proxy.dll
    11/05/08 15:51:35: [op_http.c (192)]: op_set_http_url: host=vsgnyweblogic1.vitech.com port=80 uri=/oproxy/oracle_proxy.dll
    11/05/08 15:51:35: [op_isapi_plugin.c (1073)]: Skipping header connection=keep-alive
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header keep-alive=300
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header accept-encoding=gzip,deflate
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header accept-language=en-us,en;q=0.5
    11/05/08 15:51:35: [op_isapi_plugin.c (1073)]: Skipping header host=vsgnyweblogic1.vitech.com
    11/05/08 15:51:35: [op_isapi_plugin.c (1069)]: Sending header user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    11/05/08 15:51:35: [op_isapi_plugin.c (1073)]: Skipping header oproxysuri=/oproxy/oracle_proxy.dll
    11/05/08 15:51:35: [op_isapi_plugin.c (1073)]: Skipping header oproxyshost=0
    11/05/08 15:51:35: [op_http.c (257)]: Into op_get_connection
    11/05/08 15:51:35: [op_http.c (372)]: op_open_new_socket, try to connect socket = 540
    11/05/08 15:51:35: [op_http.c (381)]: op_open_new_socket, after connect ret = 0
    11/05/08 15:51:35: [op_http.c (393)]: op_open_new_socket, set TCP_NODELAY to on
    11/05/08 15:51:35: [op_http.c (397)]: op_open_new_socket, return, sd = 540
    11/05/08 15:51:35: [op_http.c (717)]: op_send_http_request, exiting with rc = 1
    11/05/08 15:51:35: [op_isapi_plugin.c (457)]: Start of HttpFilterProc

    Are you trying to access some Forms application using Proxy Plug-in? If yes, you might want to refer Note:294418.1 on MetaLink.
    Thanks
    Shail

  • Oracle JDeveloper 10g with Sun Java App server

    I have oracle JDeveloeper 10g and sun App Server 8. I want to find out if JDeveloper can create entity beans that can run on Sun app server.
    I know that sun app server uses things like sun-cmp-mapping.xml and sun-ejb-jar.xml. If i create these as normal in JDeveloper would they run on sun app server? if not what configuration do i need to do?

    Sun Java App Server 8 doesn't ship with the Apache Tomcat jk/jk2 connector. But you can download Tomcat 5 and install it. Copy ${catalina_home}/server/lib/tomcat-jk2.jar under $s1as_home}/lib
    Now Sun Java App Server 8 will have the code required. Then you will need to start the jk connector (this is the most difficult task). Since you don't have any API to start this connector to listen (in Tomcat, the connector is started by default and listen on port 8009), the only way for you to start it is to use JMX. Pick one of the available JMX client ( jmx-ri is a good candidate), and do:
    (1) create the connector
    (2) start the connector
    Then follow the Jakarta Tomcat instruction on how to install Apache and JK2.
    I didn't spend the time to find the exact command for JMX, but technically it should work. Once I have time I will take a look (The Tomcat 5 Admin Gui uses JMX, so by browing the code you should find the exact JMX command)
    Hope that help.
    -- Jeanfrancois

  • Deployment problem on 10g App server and 8.1.6 Oracle Db

    Hello
    I have a problem. I have an application which were developed on Jdeveloper by using ADF Classes. Apllication has consist of 2 project 1st project run on 10g DB. Second one connected to 8.1.6. Apllication run well on Embedded OC4j of J Developer. But While ı have deployed the application to App Server 10g, Part of the Application which uses 10 g is working but part of the application which uses 8.1.6 not working. When I Try to connect the application i get the following error.
    I thought that this may be caused because of security setting.
    Application which uses 8.1.7 cannot be open JDBC connection. Authentication may cause this problem.
    But i couldnt resolve
    Any Idea?
    ERROR MESSAGE :
    at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
    at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
    at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:856)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1095)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5724)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:6843)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3886)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:1886)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1711)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2576)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:406)
    at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1370)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1328)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1300)
    at pasttel.view.MindBalanceAction.<init>(MindBalanceAction.java:33)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
    at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:228)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:649)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
    at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
    at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:135)
    at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:523)
    at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:318)
    at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
    at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
    at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
    at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:856)
    at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1095)
    at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5724)
    at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:116)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolConnect(ApplicationModuleImpl.java:7073)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:6843)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:3886)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:1886)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1711)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2576)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:441)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:411)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:406)
    at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1370)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1328)
    at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1300)
    at pasttel.view.MindBalanceAction.<init>(MindBalanceAction.java:33)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
    at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:326)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:268)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:228)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:116)
    at oracle.jbo.server.ApplicationModuleImpl.doPoolConnect(ApplicationModuleImpl.java:7073)

    From the App Server oracle home, and with the same connection information as app is using, can you connect to 8.1.6 db with sqlplus?
    You said it works from JDeveloper - which version?
    From AS 10.1.2 (which means net/client libraries 10.1.0.3) I get
    "ORA-03134: Connections to this server version are no longer supported."
    To 8.1.7.4 database connection succeeds. (hint: 8.1.6 is not supported!)
    Maybe this could be the culprit?

  • Downloading a file from App Server to User's Desktop

    Hi All,
    I know that there are many threads on file upload and download :-)
    I have tried to browse through most of them and could not find my solution.
    The requirement is to place a file in the unix app server directory and allow the user to download it using a link, to the user's desktop. In case you think that this has already been answered in an old thread, kindly give me the pointer. Any sample code for doing this, would be great.
    I know how to upload a file from desktop to table/app server. I know how to download a file from a BLOB column in database.
    Thanks,
    Amit

    You would not be able to use file upload or download beans, as they interact with the database and not the filesystem.
    You would need to write a simple file reader routing in plain java.
    Tapash

  • Jdeveloper and Unix

    I really do not know if this place is the right forum to ask this question, but if any person can help me I will appreciate it.
    My client is currently using an old application that runs in UNIX, but they are planning for a major upgrade. One of their requirements is that they want to move the database to Oracle, It must run in UNIX off course, their preferred OS. However, one of their major requirements though is that the system must be windows (workstations)
    My question is this, is it possible for one to convert their application using Oracle Jdeveloper and still have the Database on UNIX

    Its unclear what you mean by:
    ...convert their application using Oracle Jdeveloper and still have the Database on UNIXIf this mean that you want to rewrite application in some Java tehnology(by using JDev), then this is possible, for example: you can have db on unix, app server(in case of web application) on solaris and client workstations on windows).
    If you want to automatically convert source code(written in technology X), then this probably is not possible.
    Dario

Maybe you are looking for

  • How can i use the same id on two different laptops?

    When trying to use the same login on two different laptops so that i can connect my nook to either depending on which one is free, i get the error that the id is already in use on another computer?

  • Trouble: HD "Data Lost," DiskWarrior stumped, then a "Clean Install"

    Hello Classic Fans, Since installing OS 9.1 on my 1998 WallStreet PowerBook on 25 April 2005, I enjoyed a PERFECT computer until 3 days ago (16 Feb. 2006) when my Mac started badly acting up. I'll chart what happened and what I did to correct the pro

  • ABAP and JAVA stack on different SP Level

    Hi We tried to move our XI System on SP 21 and we managed to do so for ABAP stack on 21, while Java is still in 19. Will it make a difference and any problem will occur, is there any Notes/Link in this regard for a matrix to prove that inconsistency

  • How to test Process chain in BW

    Hi Guys,               Can U give me some introduction to Process chains and how to test it in BW 3.5 Thanks for Ur time. Cheers Senthil

  • 1st Attempt at crypto using Java

    Hi, It my first attempt at doing some programming around security so i thought I will attempt to write encrypted data to a file. The code is as follows: CipherOutputStream cos = new CipherOutputStream( new FileOutputStream( new File("cipherWrite.txt"