Glassfish error in server log related to APEX application

Oracle EE 11gR1
Red Hat Linux 5.4
============
This error is not reproducible but has occurred more than once...
Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Any ideas what might be causing this issue (found in the Glassfish server log -- the entire error is below)? Is this an APEX internal error or an APEX application error? (looks internal to me)
p:118:14:1666724140442501:::::PAGE CALL:
declare
nlns number := 999999;
l_clob CLOB;
lines htp.htbuf_arr;
l_buff varchar2(32767);
l_clob_init boolean:= false;
l_file varchar2(5);
begin
OWA.GET_PAGE(lines, nlns);
if (nlns > 1) then
for i in 1..nlns loop
if ( length(lines(i)) > 0 ) then
if ( ( lengthb(l_buff) + lengthb(lines(i))) > 32767) then
if (NOT l_clob_init) then
dbms_lob.createtemporary(l_clob, TRUE);
dbms_lob.open(l_clob, dbms_lob.lob_readwrite);
l_clob_init:=true;
end if;
dbms_lob.writeappend(l_clob,length(l_buff),l_buff);
l_buff := lines(i);
else
l_buff := l_buff || lines(i);
end if;
end if;
end loop;
end if;
if (l_clob_init) then
dbms_lob.writeappend(l_clob,length(l_buff),l_buff);
l_buff := '';
end if;
? := l_clob;
? := l_buff;
if (wpg_docload.is_file_download) then l_file:='TRUE'; else l_file := 'FALSE'; end if; ? := l_file;
end;
get_page FAILED:ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at line 32
Thanks.

Hi Satendra,
Is upgradation the only solution?No, it is one of the better options (and my personal suggestion) as PS2 release is more stable and has many more functionalities and features than PS1. The error which you are getting may be due to a corrupt installation. In case you want to solve this error only and do not want to go for upgrade, then feel free to raise a case with support.
Regards,
Anuj

Similar Messages

  • Repeated error in server log

    Hi All,
    Jdev- 11.1.1.6
    After deploying application on the standalone server I can see below error in server log multiple times though application works properly.
    Module    oracle.adf.controller.internal.binding.DCTaskFlowBinding
    Message    oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding

    Hi yes I can see there is no exception message in this and application also working fine but because of this it's hard to see actual errors and this is complete message please find below:
    Timestamp (Originating)  - Sep 27, 2013 2:47:07 PM BST     
    Message - oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding
    Message Type - Error                       
    Module - oracle.adf.controller.internal.binding.DCTaskFlowBinding

  • Error in server.log , while starting soa managed server - B2B not running

    Hi All
    After starting SOA managed server , we found following error in the server.log , we are successfully able to access em and admin console , but while trying to access B2B console getting no response.
    Please help us in understaning this error.
    [ServletContext@15501276[app:b2bui module:/b2bconsole path:/b2bconsole spec-version:2.5], request: weblogic.servlet.internal.ServletRequestImpl@4e8b8[ GET /b2bconsole/faces/login.jspx HTTP/1.1 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: http://172.16.130.34:7001/console/console.portal?_pageLabel=WebAppModuleTestingPage&_nfpb=true&WebAppModuleTestingPortletexpandNode=ROOTCHILDNODE1 Cookie: JSESSIONID=8R1ZM24XMQDs1Z22QNJ4YM1cMrGlKbd77nCTLkTW62Bkvw2nG6vx!-1614137459; ADMINCONSOLESESSION=LKZJM23fPzQQsM2GyHDHWtJ2L8nNNzmB3gNQG1n1phMwv41mJMVN!-145877631 ]] Root cause of ServletException. java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.trinidadinternal.convert.ColorConverter 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:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at com.sun.faces.application.ApplicationImpl.newConverter(ApplicationImpl.java:1114) at com.sun.faces.application.ApplicationImpl.createConverter(ApplicationImpl.java:770) at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.addConverterByTargetClass(ConverterValidatorRegistrationUtils.java:164) at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:84) at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:77) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:400) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:206) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:329) at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.<init>(FacesContextFactoryImpl.java:86) at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) at oracle.adfinternal.controller.application.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:56) at oracle.adfinternal.controller.application.model.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:70) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.tip.b2b.ui.util.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:240) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:143) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Thanks
    Satendra Pare

    Which version of weblogic and SOA suite have you installed? Which OS are you using? Check on em whether soa-infra is up?
    BTW, for Oracle B2B related questions, you should raise threads in Oracle B2B forum -
    Integration - B2B
    Regards,
    Anuj

  • Error in Server Log When Accessing Any Page Of My App

    I'm having problems with a log that continues to bother me in the app server:
    java.lang.NullPointerException
         at oracle.adf.model.bc4j.DCJboDataControl.release(DCJboDataControl.java:468)
         at oracle.adf.model.bc4j.DCJboDataControl.releaseApplicationModule(DCJboDataControl.java:1602)
         at oracle.adf.model.bc4j.DCJboDataControl.endRequest(DCJboDataControl.java:1410)
         at oracle.adf.model.BindingContext.endRequest(BindingContext.java:695)
         at oracle.adf.model.BindingRequestHandler.invokeEndRequest(BindingRequestHandler.java:361)
         at oracle.adf.model.BindingRequestHandler.endRequest(BindingRequestHandler.java:223)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:166)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Any page that I access, the error is inserted into the server log. I think the problem is in DataBindings.cpx, but I have no idea what that is.This error does not interfere with the function of the app, but this bothering me a lot, and I suspect he might be the cause of other problems that occur.
    I am using Jdeveloper 10.1.3.5.
    Plz, help me.

    Can someone help me? (Post up)

  • OBIEE 11.1.1.6 as Simple Install , Error in Server logs

    Hi Guys,
    I have newly installed OBIEE 11.1.1.6 as Simple Install and I am finding this error in my server logs, So please can you guide me to resolve this impending issue?
    ####<Apr 23, 2012 12:06:06 PM IST> <Notice> <WebLogicServer> <Vijay-PC> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1335162966866> <BEA-000365> <Server state changed to FAILED>
    ####<Apr 23, 2012 12:06:06 PM IST> <Error> <WebLogicServer> <Vijay-PC> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1335162966866> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Apr 23, 2012 12:06:06 PM IST> <Notice> <WebLogicServer> <Vijay-PC> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1335162966898> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Apr 23, 2012 12:06:06 PM IST> <Info> <WebLogicServer> <Vijay-PC> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1335162966991> <BEA-000236> <Stopping execute threads.>
    Thanks,
    Vj

    Hi Vj,
    The error logs are quite generic and do not seem to help much. If you are on windows, check the event viewer if there are any messages. You may want to check the Admin server's ".out" file too other than ".log" file.
    Hope this helps.
    Thank you,
    Dhar

  • Error in Server log of one of the server  on the clustered environment(OBI)

    Hi
    We had setup Clustered Environment and when we are trying to log in on to the Primary Server which is also Primary Controller, everything is fine on front end but we had faced the following error in the server log as follows : "[46036] Internal Assertion: Condition m_hFile != hFileNull, file .\Src\mfcfile.cpp, line 447."
    Please provide help by letting me know what this error mean and how can we avoid this error.

    What happens if you disable your master BI server, do you get the error in the other BI Server log when you login to Presentation Services?
    The message is an internal error, you need to raise an SR with Oracle to determine why it's happening and how to prevent it.

  • Problem with logging in to apex application builder listener

    I have problem with my settings and am posting this in hope that someone else out there had similar problem and solved it!
    I am trying to use reverseproxy to access to our db through apex listener.
    It's been all set-up and I can login to the application it self either through proxy or no proxy using the listener.
    But when I try to login to apex application builder I cannot do it through proxy(with no proxy, it works).
    It just refreshes the login page when I click login....
    I tried to upgrade the listener to the latest v1.1(using 1.0.2) but it causes my tomcat to crash...
    So solution i am looking for is how to make logging in work through proxy..
    In the firebug it is showing that below and few other request status as 302 moved temporariry
    http://myserver:8080/testsin/apex/wwv_flow.accept
    Where as with no proxy it is saying Found.....
    Any thoughts??
    Thanks
    Sin K

    Hello Sin K,
    so proxy and Tomcat are located on different machines as well? Is the proxy able to commuicate with the Tomcat on the configured internal ports and is the proxy able to lookup the hostname you configured for the Tomcat?
    For the connector, the proxyName and proxyPort should be the parameters the client uses to call APEX. So if your clients should call via http://proxyserver:8080/testsin/apex the settings would be
    proxyName=proxyserver
    proxyPort=8080Reason for this is that applications (e.g. the APEX Listener) generate there URL references with these parameters.
    But does your proxy actually serve on port 8080? And is that port accessible by clients? Do clients accept cookies from that server?
    In my case, there is only one 302 which redirects to http://host:port/apex/f?p=4500:1000:sessionid which is correct.
    If you look into your first post request in firebug, what's in the request header?
    -Udo

  • Receiving "Error truncating change log: null" after redeploying application

    Hi,
    I am running Weblogic 8.1 SP5 on Windows 2003. We are running into a problem where we redeploy an EAR on the server and it's causing an error "Error truncating change log: null" in the admin server. Here are the basic steps:
    1) We have an application from a third-party that is deployed to the managed nodes in a cluster.
    2) We Stop the application.
    3) We redeploy the application. The application redeploys ok.
    4) We stop the application for a 2nd time.
    5) We redeploy the application. This time, the server reports that it's in progress forever. This is when we start to see the errors in the log.
    6) To get the server back, we need to shut down the managed and admin servers.
    7) We have to kill the java.exe process on each node.
    8) We have to delete the ldap directory on the admin node.
    9) Once we restart the server, we are back again.
    So, after receiving hundreds (maybe a few thousand), we get the error:
    java.io.IOException: More than 2048 open files
    If anyone has any idea what's happening, it would be greatly appreciated.
    Thanks,
    Eric
    Here is the full stack trace:
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <Error truncating change log: null>
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.io.IOException: More than 2048 open files>
    ####<Sep 2, 2011 12:44:15 PM EDT> <Critical> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.io.IOException: More than 2048 open files
         at java.io.RandomAccessFile.open(Ljava.lang.String;I)V(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:94)
         at com.octetstring.vde.replication.BackendChangeLog.open(BackendChangeLog.java:192)
         at com.octetstring.vde.replication.BackendChangeLog.truncate(BackendChangeLog.java:183)
         at com.octetstring.vde.replication.BackendChangeLog.receiveEntryChanges(BackendChangeLog.java:540)
         at com.octetstring.vde.backend.BackendHandler.modify(BackendHandler.java:717)
         at com.octetstring.vde.operation.ModifyOperation.perform(ModifyOperation.java:144)
         at com.octetstring.vde.MessageHandler.doModify(MessageHandler.java:280)
         at com.octetstring.vde.MessageHandler.answerRequest(MessageHandler.java:73)
         at com.octetstring.vde.WorkThread.executeWorkQueueItem(WorkThread.java:83)
         at weblogic.ldap.LDAPExecuteRequest.execute(LDAPExecuteRequest.java:28)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    ####<Sep 2, 2011 12:44:15 PM EDT> <Error> <EmbeddedLDAP> <cdtscms11p> <VgnAdminServer> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <000000> <java.lang.NullPointerException: null>

    Chris
    Could you please tell us what version of DVD SP your are using?
    If its 3.x or earlier, then A.Pack should be used.
    If it's 4.x, then you will need to use compressor's, Dolby 2.0 audio encoding, because A.Pack will have been removed by the DVD SP 4's installer.
    There are also adjustments you will need to make to the basic settings of the Dolby 2.0 settings that come with compressor or A.Pack, to get the best output.
    Here's a how to: http://www.kenstone.net/fcphomepage/a_packwarmouth.html

  • Error in server log when bringing up OBIEE 11.1.1.5

    We get the following error during startup in the nqServer log, after upgrading our own repository(rpd) from 10.1.3.4 to 11.1.1.5. Does anybody have suggestions on what to try? I have done all the Regenerating User GUID's steps.
    [2011-08-22T19:07:32.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i2RCI8mGiD8hVhI17ECf0000bk000000] [tid: 1f8c] [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: FailedAuthentication : The security token cannot be authenticated.'
    Thanks in advance,
    Karen
    Edited by: KarenM on Aug 23, 2011 9:29 AM

    Hi Karen,
    This error usually occurs if the password entered in the Enterprise Manager > Credentials did not match that of contained in OID(Oracle internet Directory). Can you check if you have followed the steps listed in section 3.2.1.3 in 11g security guide,
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10543/privileges.htm#CHDFHDBE
    Rgds,
    Dpka

  • FQDN Error - Lion Server Log

    Today I noticed in our log that this message was appearing:
    Feb 10 09:51:07 systemname org.apache.httpd[2808]: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    I replaced the system's name with "systemname"
    When I first saw this I thought maybe it was the DNS settings; but they're defined as 8.8.8.8 & 8.8.4.4 (Google's DNS). Has anyone else experienced this issue or know what it means?

    Well, Apache is pretty much telling you the problem - when it tries to reverse-lookup the server's IP address it fail to get a corresponding hostname.
    If your server is on a private LAN (e.g. it has a 192.168.x.x or 10.x.x.x address) then you have to have your own name server running - neither Google, nor your ISP, nor any other upstream DNS server is going to know the hostnames for your internal network.
    That said, the message is pretty benign. It's not like things aren't going to work, just that Apache is going to periodically complain about the FQDN.

  • Adobe Livecycle errors in server log

    Hi All,
    I get the following warnings after dev server is up and running. Not sure what the reason could be.
    Please see the log attached.

    Hi Steve,
    Here are the details
    Adobe LC ES2
    Jboss version 4.x
    Oracle 11

  • Hi all im getting this error in oim server log

    Hi All,
    I am getting one db related error in server log I am unable to trace the meaning of db:0....
    This is the error;
    INFO   | jvm 1    | 2013/07/09 05:09:19 | 05:09:19,579 INFO  [PERFORMANCE] Query: DB: 0, LOAD: 0, TOTAL: 0
    INFO   | jvm 1    | 2013/07/09 05:09:19 | 05:09:19,579 INFO  [DATABASE] DB read: select * from abc where upper(abc_field) in ('PAT_KEY', 'LKU_KEY', 'LKV_ENCODED', 'LKV_DECODED', 'LKV_LANGUAGE', 'LKV_COUNTRY', 'LKV_VARIANT', 'LKV_DISABLED', 'LKU_TYPE_STRING_KEY') and lku_type='f'
    INFO   | jvm 1    | 2013/07/09 05:09:19 | 05:09:19,579 INFO  [PERFORMANCE] Query: DB: 0, LOAD: 0, TOTAL: 0
    [11:58:17 AM]
    I want to knw the meaning of " Query: DB: 0, LOAD: 0, TOTAL: 0 "..
    CAN anybody please tell me what exactly is the meaning of this db:0...
    Thaks,
    Shekhar.

    is there any 'ERROR' message or only this INFO ones? Because these are just lookup queries.
    thx,
    THiago Leoncio

  • 1013108 Set Currency Database [%s] failed: see server log file

    Hello all,
    we are faced to a problem when runing a daily export scripts, the script run in the following error in the application log:
    "The tagged TIME member [Q4.08] does not exist in Currency Database [CUREISRI]"
    "Set Currency Database [CUREISRI] failed: see server log file"
    in the server log we cann see the following messages:
    Set Currency Database [CUREISRI] failed: see server log file
    Cannot load application EIS_RI with error number [1013108] - see server log file
    Network error [32]: Cannot Send Data
    - This version of Essbase (65400)
    i'm newbie to essbase and i don't found any info about the above error neither in the Internet nor in the oracle essbase documentation.
    thanks in advance for your help.
    Best Regards
    Mohammed, Kaibouss
    mailto:[email protected]

    So.... I've never used the Currency stuff before... but -- should the Q4.08 member exist in that database? As far as I can see that seems to be crux of the issue.

  • Automatically Log In to APEX from another site

    Check out this code:
    <FORM method="POST" action="http://whatever.com:1234/pls/apex/wwv_flow_custom_auth_std.login">
    <input name="p_flow_page" type="hidden" value="104:1">
    Username: <input name="p_uname" type="text" value="yourusername"><br>
    Password: <input name="p_password" type="password"><br>
    <input type="submit" value="Login to APEX">
    </FORM>
    If you save this code on any website (even on a different server), people can use the form to log into your APEX application.
    The problem though, is when you change your Authentication Scheme to something other than the default.
    I'm using a custom Auth Scheme, and it works great for normal logins, but it unfortunately breaks the above code. Anyone have any ideas on what to change in the above HTML to fix this?

    Scott,
    I'm using APEX v3.0.0.00.20
    My custom auth scheme uses an Authentication Function that returns a boolean.
    Under "Authentication Function" on the Authentication Schemes Page, I have:
    return apps.validate_login_bool
    which basically checks if the user/pass is in my custom table. No other changes were made to the login page.
    The custom auth scheme works (meaning it only lets people log in if they use their user/pass from my custom table), but only if they go to the APEX login page, and manually type their credentials.
    If a user uses the HTML form above to login, they are brought to the URL http://whatever.com:1234/pls/apex/wwv_flow_custom_auth_std.login, which shows a pure white page, regardless of whether they use a valid username/password to login.

  • Access Jboss server.log through application

    Dear all,
    i am using jboss application server.
    In my implementation place, no permission to see the application server pc,
    So, if i want to see the jboss server.log file,
    is there any option to see server.log file through web application.
    Plz suggest.
    Thanx,.
    Rams.

    Use java.io.File in combination with ServletContext#getRealPath().
    There is no guarantee that it will work, you're dependent on the disk file system level read permissions for Java. If it is disallowed, you will get an 'Access denied' IOException during read.

Maybe you are looking for