Unable to reach Workspace Login Page

Hi,
First some background - I am an Apex developer / administrator. I do not have a DBA background. DBAs install the Apex software and I administer the webserver (although my experience with webservers is that which I've picked up using Apex) and develop applications.
We are currently upgrading our DEV, QA and PROD APEX installations from 2.2.1 to 3.1.1 (specifically 3.1.1.00.09).
We are using Oracle HTTP Server from the Oracle 10.1 companion disk.
We completed this for our DEV and QA environments without a problem. We have not done this for our PROD environment yet.
We also installed APEXLIB 1.7 in both DEV and QA. This was working successfully in DEV. We had not tried it yet in QA.
Both 3.1.1 upgraded environments have been running successfully for about 10 days since the upgrade.
However our QA environment (Oracle 10.2.0.3 running on HP-UX B.11.11 ) experienced a problem yesterday - we can no longer access any Apex applications including the Workspace login pages or application login pages.
The error we get in the browser is:
Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
Error ERR-7620 Could not determine workspace for application ().
We experienced a problem with our QA environment before (prior to upgrade) and we needed to flush the shared pool a few months ago as a temporary fix for this as has been noted on this forum. The problem in question was addressed in this forum post: Re: ORA-06502:PL/SQL: numeric or value error: NULL index table key value
However, with the current problem, flushing the shared pool has not solved the issue. It may not be related.
When we access the workspace login page: http://our_url/apex/crmqa/f?p=4550:1, I see nothing in the Apache logs to indicate an error.
The access_log.xxx file in the Apache logs lists this ...
ip_address_here - apex_public_user [16/Jul/2008:15:15:15 -0500] "GET /apex/crmqa/f?p=4550:1 HTTP/1.1" 200 455
The error_log.xxx file is empty.
I temporarily turned on mod_plsql logging
When I tried to access http://our_url/apex/crmqa/f?p=4550:1
The cid1.log file contained...
<337703562 ms>[ReqStartTime: 16/Jul/2008:15:23:43]
<337703562 ms>Request ID ReqID:6136_1216239823
<337703562 ms>Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ip_address_here)(PORT=1526)))(CONNECT_DATA=(SID=crmqa1)))"
<337704171 ms>Doing alter session set nls_language= "AMERICAN" nls_territory= "AMERICA"
<337704171 ms>OpenCursor
<337704234 ms>Altered session to nls_language=AMERICAN nls_territory=AMERICA
<337704234 ms>DeinitCursor
<337704234 ms>OpenCursor
<337704453 ms>DBCharSet is AMERICAN_AMERICA.WE8ISO8859P1, OWAVersion 10.1.2.0.6, 1001020006 (rc=0)
<337704453 ms>DeinitCursor
<337704453 ms>OpenCursor
<337704453 ms>(wpd.c,1757) Logged in as (unknown)
<337704453 ms>(wpx.c,559) Going to select...
<337704453 ms>(wpx.c,613) Have been asked to execute a request
<337704453 ms>(wppa.c,326) Building Arglist based on Parsed Content from WRB
<337704453 ms>(wppa.c,1007) Enter ParseUrlData
<337704453 ms>GET
<337704453 ms>(wppa.c,1056) Getting Values from QUERY_STRING
<337704453 ms>[headers begin]
<337704453 ms>[headers end]
<337704453 ms>p=4550:1
<337704453 ms>(wppa.c,1499) indx = 1, entryCnt = 1
<337704453 ms>(wppa.c,1849) Listing distinct actual names:
<337704453 ms>(wppa.c,1851) p
<337704453 ms>(wppa.c,1853) Listing actuals of array with large entries:
<337704453 ms>(wppa.c,1858) Listing distinct actual names and values:
<337704453 ms>(wppa.c,1890) p, type = 0, value (7) = 4550:1
<337704453 ms>(wppa.c,421) Arglist built, 1 unique entries
<337704453 ms>(wpx.c,620) Going to wpprodb_OciDoBlock...
<337704453 ms>(wpd.c,2734) Cache enabled. Gathering cache information.
<337704453 ms>(wpd.c,2752) Language for this request is en-us
<337704453 ms>(wpd.c,2803) Using user apex_public_user for caching.
<337704453 ms>cache: Checking for user level hit
<337704453 ms>cache: Cache MISS user - D:\oracle\product\10.1.0\db_1/Apache/modplsql/cache\plsql\712\2063
<337704453 ms>cache: Checking for system level hit
<337704453 ms>cache: Cache MISS system - D:\oracle\product\10.1.0\db_1/Apache/modplsql/cache\plsql\sys\878\4773
<337704453 ms>(wppr.c,393) start working with f
<337704453 ms>(wppr.c,1005) The CALL block: len=503, bind_count=9
declare
rc__ number;
start_time__ binary_integer;
begin
start_time__ := dbms_utility.get_time;
owa.init_cgi_env(:n__,:nm__,:v__);
htp.HTBUF_LEN := 84;
null;
null;
null;
null;
f(p=>:p);
if (wpg_docload.is_file_download) then
rc__ := 1;
wpg_docload.get_download_file(:doc_info);
null;
null;
null;
commit;
else
rc__ := 0;
null;
null;
null;
commit;
owa.get_page(:data__,:ndata__);
end if;
:rc__ := rc__;
:db_proc_time__ := dbms_utility.get_time - start_time__;
end;
<337704453 ms>(wppr.c,462) Pl/sql block parsed...
<337704453 ms>(wpdenv.c,1495) CGI Environment has 29 vars. Max name len 128, Max Value Len 128
<337704453 ms> PLSQL_GATEWAY(14)=(6)WebDb
<337704453 ms> GATEWAY_IVERSION(17)=(2)2
<337704453 ms> SERVER_SOFTWARE(16)=(59)Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server
<337704453 ms> GATEWAY_INTERFACE(18)=(8)CGI/1.1
<337704453 ms> SERVER_PORT(12)=(3)80
<337704453 ms> SERVER_NAME(12)=(12)server_name_here
<337704453 ms> REQUEST_METHOD(15)=(4)GET
<337704453 ms> QUERY_STRING(13)=(9)p=4550:1
<337704453 ms> PATH_INFO(10)=(3)/f
<337704453 ms> SCRIPT_NAME(12)=(12)/apex/crmqa
<337704453 ms> REMOTE_ADDR(12)=(14)remote_ip_address_here
<337704453 ms> SERVER_PROTOCOL(16)=(9)HTTP/1.1
<337704453 ms> REQUEST_PROTOCOL(17)=(5)HTTP
<337704453 ms> REMOTE_USER(12)=(17)apex_public_user
<337704453 ms> HTTP_USER_AGENT(16)=(95)Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
<337704453 ms> HTTP_HOST(10)=(12)hostname_here
<337704453 ms> HTTP_ACCEPT(12)=(4)*/*
<337704453 ms> HTTP_ACCEPT_ENCODING(21)=(14)gzip, deflate
<337704453 ms> HTTP_ACCEPT_LANGUAGE(21)=(6)en-us
<337704453 ms> HTTP_ORACLE_ECID(17)=(37)1216239823:ecid_ip_address_here??:7200:6136:1,0
<337704453 ms> WEB_AUTHENT_PREFIX(19)=(1)
<337704453 ms> DAD_NAME(9)=(6)crmqa
<337704453 ms> DOC_ACCESS_PATH(16)=(5)docs
<337704453 ms> DOCUMENT_TABLE(15)=(23)wwv_flow_file_objects$
<337704453 ms> PATH_ALIAS(11)=(1)
<337704453 ms> REQUEST_CHARSET(16)=(5)UTF8
<337704453 ms> REQUEST_IANA_CHARSET(21)=(6)UTF-8
<337704453 ms> SCRIPT_PREFIX(14)=(6)/apex
<337704453 ms> HTTP_IV_USER(13)=(1)
<337704453 ms>StrArrPosBind pos 2 Charset Id : 871
<337704453 ms>StrArrPosBind pos 3 Charset Id : 871
<337704453 ms>StrArrPosBind pos 6 Charset Id : 871
<337704781 ms>(wpd.c,1954) Begin header parsing...
<337704781 ms>(wpd.c,2003) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
<337704781 ms>(wpd.c,2021) X-ORACLE-IGNORE parsed
<337704781 ms>(wpd.c,2003) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
<337704781 ms>(wpd.c,2021) X-ORACLE-IGNORE parsed
<337704781 ms>(wpd.c,2003) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
<337704781 ms>(wpd.c,2021) X-ORACLE-IGNORE parsed
<337704781 ms>(wpd.c,2003) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
<337704781 ms>(wpd.c,2021) X-ORACLE-IGNORE parsed
<337704781 ms>(wpd.c,2003) Got a line (77 bytes): Content-type: text/html; charset=UTF-8
<337704781 ms>(wpd.c,2102) Parsed header - Content-Type:text/html; charset=UTF-8
<337704781 ms>(wpd.c,2003) Got a line (49 bytes): X-DB-Content-length: 443
<337704781 ms>(wpd.c,2162) Parsed header - X-DB-Content-length:443
<337704781 ms>(wpd.c,2003) Got a line (1 bytes):
<337704781 ms>(wpd.c,2010) End of headers detected
<337704843 ms>(wpcs.c, 76) Executed 'begin dbms_session.reset_package; end;' (rc=0)
<337704843 ms>(wpd.c,1812) Going to close cursor
<337704843 ms>DeinitCursor
<337704843 ms>(wpx.c,626) Normal completion
<337704843 ms>(wpx.c,654) Shutdown has been called
<337704843 ms>(wpx.c,666) Going to logoff
<337704843 ms>Logoff: Pooling this connection
<337704843 ms>[ReqEndtime: 16/Jul/2008:15:23:44]
<337704843 ms>[ReqExecTime: 1281 ms]
and the 6136.log file contained...
<337703562 ms>[ReqStartTime: 16/Jul/2008:15:23:43]
<337703562 ms>Request ID ReqID:6136_1216239823
<337703562 ms>(wpdenv.c,663) script_name='/apex/crmqa' path_info='/f'script_prefix='/apex' dad_name='crmqa'
<337703562 ms>(wpdenv.c,776) User-Agent is Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
<337703562 ms>(wpdenv.c,1388) dadname = 'crmqa', path_info = 'f'
<337703562 ms>(wpdenv.c,1427) Service will NOT use dynamic auth
<337703562 ms>(wpx.c,387) Initialized successfully 0
<337703562 ms>(wpx.c,309) SetRemoteUser : Remote User set to apex_public_user for this request.
<337703562 ms>(wpx.c,476) Auth info from .APP file is being used
<337703562 ms>(wpd.c,1724) Attempting to logon with '(unknown)'
<337704843 ms>Maximum memory allocated by the request is 75158 bytes
<337704843 ms>[ReqEndtime: 16/Jul/2008:15:23:44]
<337704843 ms>[ReqExecTime: 1281 ms]
The DAD config file contains the following entries...
# ============================================================================
# mod_plsql DAD Configuration File
# ============================================================================
# 1. Please refer to dads.README for a description of this file
# ============================================================================
# /i contains version 221 images
Alias /i "D:\oracle\product\10.1.0\db_1\Apache\Apache\images"
Alias /i31 "D:\oracle\product\10.1.0\db_1\Apache\Apache\images311"
<Location /apex/crmqa>
SetHandler pls_handler
Order deny,allow
Allow from all
AllowOverride None
PlsqlCGIEnvironmentList HTTP_IV_USER
PlsqlDatabaseUsername apex_public_user
PlsqlDatabasePassword xxx
PlsqlDatabaseConnectString ip_address:port_number:crmqa1
PlsqlDefaultPage apex
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDocumentPath docs
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlAuthenticationMode Basic
PlsqlNLSLanguage AMERICAN_AMERICA.UTF8
</Location>
<Location /apex/crmdev>
SetHandler pls_handler
Order deny,allow
Allow from all
AllowOverride None
PlsqlCGIEnvironmentList HTTP_IV_USER
PlsqlDatabaseUsername apex_public_user
PlsqlDatabasePassword xxx
PlsqlDatabaseConnectString ip_address:port_number:crmdev1
PlsqlDefaultPage apex
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDocumentPath docs
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlAuthenticationMode Basic
PlsqlNLSLanguage AMERICAN_AMERICA.UTF8
</Location>
The DAD entries above point to databases on which Apex is version 3.1.1 and we have modified the image prefix on these database to be a value of /i31, using the script reset_image_prefix.sql.
This DAD file also contains DAD entries (not included above) for other database running Apex 2.2.1 which are using the default image prefix value of /i
I can ping the database ip address from the machine on which the OHS webserver is running.
I have installed OHS on my local laptop and have the same problems.
I can however execute a procedure on the database using the same OHS / DAD configuration running something like http://our_url/apex/crmqa/schema_name.test_connection?v_wait=1where the proc test_connection proc sleeps for v_wait seconds before returning a simple html page confirming that it worked.
I can login to the apex_public_user account via my SQL Developer client
At this point I do not know what else to try to resolve this issue. I am about to start trawling through metalink for related issues if I can find anything.
Any assistance is very much appreciated...
Thank you.
Alan

I also see this post on Metalink - could it be related?
https://metalink.oracle.com/metalink/plsql/f?p=130:14:12042222629340980284::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,429261.1,1,1,1,helvetica
Subject: After upgrading database to 10.2.0.X, getting ORA-06502: PL/SQL: numeric or value error:
Doc ID: Note:429261.1 Type: PROBLEM
Last Revision Date: 08-MAY-2008 Status: MODERATED
In this Document
Symptoms
Changes
Cause
Solution
References
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
Applies to:
Oracle Application Express (formerly HTML DB) - Version: 2.0.0.0.49
This problem can occur on any platform.
Symptoms
On the Application builder page, when attempting to click details to view the applications, the following error occurs:
ORA-06502: PL/SQL: numeric or value error: NULL index table key value
However, the problem seems to disappear after a while..
Changes
Upgrade of database (from any version to 10.2.0.1 or 10.2.0.2)
Cause
The reason is due to database Bug 4752541 Abstract: APPSST 10G: ORA-6550 AFTER UPGRADE TO 10.2.0.1. However Patch 47552541 is obsoleted and not available via metalink, it was superceded by Patch 5705795.
This bug is fixed in patchset 10.2.0.4 and above. For current and older versions, Patch 5705795 must be applied. If the patch cannot be found for a particular version or O/S , log a service request with Oracle Support to obtain the patch.
This is also documented in the Apex forum page: Re: wwv_flow.accept error lists the following bug as
root cause.
Solution
Interim solution:
Flush the database shared pool when the problem occurs
Permanent solution:
Upgrade database to 10.2.0.4 or above
OR
Download and apply database Patch 5705795. If the version for your database is not available , create a new Service request from metalink under product RDBMS to request for a patch
References
Bug 4752541 - APPSST 10G: ORA-6550 AFTER UPGRADE TO 10.2.0.1
Keywords
UPGRADE~DATABASE; UPGRADE~TO~10.2.0.4; UPGRADE~TO~10.2.0.1; APPLICATION~DETAILS; UPGRADE~FROM~10.2.0.2; UPGRADE~TO~10.2.0.3; VIEW~DETAILS;

Similar Messages

  • Unable to  get the login page after upgrade from 11.5.10.2 to R12

    Hi ,
    We are unable to get the login page after upgrade from 11.5.10.2 to R12, all the services are up and running.
    Pls let me know if someone has come across this issue.
    Thanks&Regards,
    Apps DBA

    Hi ,
    After compile JSP files manually , now we are facing problem after logging.
    Error : You have encountered an unexpected error.
    Thanks&Regards,
    Apps DBA

  • Cannot acces the login page of Access Manager 7.1 amserver

    I am new to Access Manager 7.1. After a successfull installation on Solaris 10 11/06 x86, SUN Java Directory Server 6 EE, SUN Java Application Server 8.2 i cannot reach the login page of amserver. The Application Server registers properly the Web Applications, the configuration of the Access Manager was good in my best knowledge. The exeption is as follows
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: AMSetupFilter.doFilter
         com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:100)
    root cause
    com.iplanet.jato.CompleteRequestException
         com.sun.identity.authentication.UI.AuthenticationServletBase.onUncaughtException(AuthenticationServletBase.java:122)
         com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1164)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:639)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:86)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server logs.
    Could anybody help me to solve this situation.
    Thanks

    Hey,
    were you able to resolve this issue???
    I am getting the same error after I re-installed the SUN suite(including portal,access manager ,directory server etc)
    Please let me know If you can help.!
    Thanks
    Deepak

  • Login page message for all login screens

    Hi - were looking at opening up APEX in our organisation and expect that we may get 10's if not hundres of workspaces running (everyone doing their own thing). In order to control this we want to have a general set of Terms and conditions on the login front page. Does anyone know how the generic login can be modified to do this across all workspaces - alternatively we could use the password change screen also if that was possible.
    Any help most welcome
    Nigel Senior

    Nigel,
    Use the Site Administration page at Home>Manage Service>Messages and put a custom message there. This message will appear on the workspace login page.
    Scott

  • Cannot connect to web auth login page

    Controller is vWLC 7.4, AP is 2600. Browser gets successfully redirected to 1.1.1.1, so DNS appears to work. However 1.1.1.1 does not respond. Wireshark in the client shows SYN frames but no response. I tried various debugs but nothing is shown on the WLC when the client attempts to reach the login page. 1.1.1.1 is not used in the local network and ends up at the default route. WLAN operates in central mode.
    The browser works when web auth is disabled, but when enabled in either "authentication" or "passthrough" mode any attempts gets redirected to 1.1.1.1 and times out at that point. Telnet to 1.1.1.1:443 failed also.
    Same on two different clients using different OS versions.

    I've tested it in two very different production VLANs having different DHCP servers. Any client connected to those VLANs, whether by Wifi or Ethernet, gets an IP address and can work normally. The Wifi client also works fine when L3 web policy is disabled. A client connected via AP successfully gets an IP address in any case. DNS resolution has been verified and the redirection to 1.1.1.1 also works. It's just the connection to 1.1.1.1 which fails, everything else up to this point appears to work.
    BTW: Is there a way to test the availability of the authentication web server on the WLC, locally? I can ping 1.1.1.1 successfully, but this only verifies the interface, not the web server. Normally I'd try a telnet to 1.1.1.1:443, but did not find anything similar on the WLC.

  • I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    I am unable to login from my login page after I restarted my mini mac running snow leopard 10.6 server. I am a new user. Need help

    Try clearing your cache, [https://support.mozilla.org/en-US/kb/How to clear the cache Instructions here]. Then, try going to [https://accounts.google.com Google Accounts]. If there is currently an account singed in, sign out, then back in. After that, try going to Google Adwords.

  • Login page not showing "Unable to generate forwarding URL. Exception:"

    Dear All,
    I have install the EBS R12 on RHEL 5.5 64bit. All run fine some days but one day after restart there is a issue on database we rectify that DB issue but after that we are not able to get the login page. ALL application/DB node process are end with exiting with status 0. we have tried adautocfg.sh with status 0.
    still getting login page as blank.
    showing msg:
    Unable to generate forwarding URL. Exception: oracle.apps.fnd.cache.CacheException
    I got on file javacache.log . i think this is showing error logs.
    /u02/oracle/PROD/inst/apps/PROD_apex/logs/appl/rgf
    $ vi javacache.log
    showing issue:
    correct one :
    [2013-02-25T15:10:48.994+05:30] [ias] [NOTIFICATION] [] [cache.Lifecycle] [host: apex] [nwaddr: 192.168.0.4] [tid: 11] [userId: applmgr] [ecid: 1361785246:192.168.0.4:6700:0:2,2] JOC is initialized. ver=10.1.3, distribute=true, vid=2, coordinator=[192.168.0.4:61230, pos=0, uid=0, pri=0, def=prop:NA], discover list=[[192.168.0.4:12345, pos=-1, uid=0, name=, pri=0]]
    log having problem:
    [2013-03-01T14:40:52.083+05:30] [ias] [ERROR] [] [cache] [host: apex] [nwaddr: 192.168.0.4] [tid: 12] [userId: applmgr] [ecid: 1362129052:192.168.0.4:3933:0:102,2] [[
    oracle.apps.jtf.base.resources.FrameworkException
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:234)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:201)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:176)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:151)
    at oracle.apps.jtf.cache.GenericCacheLoader.load(GenericCacheLoader.java:87)
    at oracle.ias.cache.CacheLoader.callLoad(Unknown Source)
    at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
    at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
    at oracle.ias.cache.CacheAccess.get(Unknown Source)
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:771)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    at oracle.apps.fnd.functionSecurity.User.getUser(User.java:338)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.getUser(FunctionSecurity.java:527)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.init(FunctionSecurity.java:1620)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.<init>(FunctionSecurity.java:188)
    at oracle.apps.fnd.functionSecurity.RunFunction.init(RunFunction.java:309)
    at RF.jspService(_RF.java:205)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    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.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    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.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: ORA-01410: invalid ROWID
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
    ... 37 more
    Pls help in this case. I am novice in EBS.
    Thanks

    Hi Yoonas,
    while login page shwoing error "Unable to generate forwarding URL. Exception: oracle.apps.fnd.cache.CacheException "
    alert logs are fin no issue from db end all rectified. pls find the application.log.
    13/02/28 18:11:58.536 html: 10.1.3.4.0 Stopped
    13/03/01 10:54:24.412 10.1.3.4.0 Started
    13/03/01 10:54:34.841 html: 10.1.3.4.0 Started
    13/03/01 12:08:50.767 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1362119930766
    13/03/01 12:08:50.767 html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
    ignoring:null
    13/03/01 12:08:51.980 html: Servlet error
    java.lang.ExceptionInInitializerError
    at oracle.apps.fnd.sso.AppsLoginRedirect.doGet(AppsLoginRedirect.java:613)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.functionSecurity.User.getUser(User.java:338)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.getUser(FunctionSecurity.java:527)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.init(FunctionSecurity.java:1620)
    at oracle.apps.fnd.functionSecurity.FunctionSecurity.<init>(FunctionSecurity.java:188)
    at oracle.apps.fnd.sso.SSOUtil.getLocalPwdChangeUrl(SSOUtil.java:735)
    at oracle.apps.fnd.sso.SSOUtil.getLocalPwdChangeUrl(SSOUtil.java:791)
    at oracle.apps.fnd.sso.SSOManager.<clinit>(SSOManager.java:2191)
    ... 19 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Failure in CacheLoader: oracle.apps.jtf.base.resources.FrameworkException
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:830)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 26 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:234)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:201)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:176)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:151)
    at oracle.apps.jtf.cache.GenericCacheLoader.load(GenericCacheLoader.java:87)
    at oracle.ias.cache.CacheLoader.callLoad(Unknown Source)
    at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
    at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
    at oracle.ias.cache.CacheAccess.get(Unknown Source)
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:771)
    ... 29 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: ORA-01410: invalid ROWID
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
    ... 39 more
    13/03/01 16:02:42.161 html: 10.1.3.4.0 Stopped
    13/03/01 17:06:37.969 10.1.3.4.0 Started
    13/03/01 17:06:47.473 html: 10.1.3.4.0 Started
    13/03/01 18:00:40.903 html: 10.1.3.4.0 Stopped
    13/03/01 18:12:07.664 10.1.3.4.0 Started
    13/03/01 18:12:25.248 html: 10.1.3.4.0 Started
    13/03/01 18:34:41.921 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1362143081921
    13/03/01 18:34:42.155 html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
    ignoring:null
    13/03/01 18:57:48.659 html: 10.1.3.4.0 Stopped
    13/03/04 11:40:01.741 10.1.3.4.0 Started
    13/03/04 11:40:23.176 html: 10.1.3.4.0 Started
    13/03/04 12:09:47.660 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1362379187660
    13/03/04 12:09:47.824 html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
    ignoring:null

  • Unable to open login page through internet explorer

    Hi,
    Configured Reverse proxy external tier. We are able to access login page through Mozilla but unable to access through IE8.
    Raised SR, but they have reverted saying it's browser problem & not in their scope.
    Please help for the following error message when redirecting to login page.
    You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed.
    Thanks in advance

    Please post the details of the application release, database version and OS.
    Configured Reverse proxy external tier. We are able to access login page through Mozilla but unable to access through IE8.
    Raised SR, but they have reverted saying it's browser problem & not in their scope.Do you meet the requirements in these docs?
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Please help for the following error message when redirecting to login page.Can you find any errors in the application/apache/database log files?
    You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed. Please see if these docs help.
    Session Error Raised Direct After Login when Using Two-Letter Domain Segments [ID 420573.1]
    Login Issue via Internet Explorer after EBS Upgrade from 11.5.10.2 to 12.0.4 [ID 828534.1]
    R12 Login Fails When A Cookie Using Comma Separated Values Is Set First [ID 946807.1]
    R12: Error "You are trying to access a page that is no longer active" When Attempting to Access Through Internet Explorer [ID 968839.1]
    Thanks,
    Hussein

  • I am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page

    i am unable to set up my iphone 5 after reset since am getting a error stating 'unable to reach server' . i tried restoring the same from my computer  but  i get a error stating server unavailable' .  please help me as my phone is stuck at the set up page. so i have already tried recovery mode as well.

    Contact Apple support for warranty service.

  • Unable to create login page

    i m trying to create login page for oracle adf (HTML) but while compile the application i am getting below error message
    [01:58:01 PM] ERROR: Unable to create user "oracleadf". Reason: MBean invoke failed: weblogic.management.utils.InvalidParameterException: [Security:090282]password cannot be null
    i m using below reference
    http://www.youtube.com/watch?v=C14FmuhTt8I
    please help me out.

    Hi arun,
    yes i provided but i found one strange this,
    when i entered my password in password then in the confirm password field.
    then confirm password field get frezzed then i click on save button after that both the password field get null automatically.

  • UNABLE TO LOGIN  R12  login page

    Hai,
    suddenly i was unable to login 12.0.4 login page.when i am trying to access login page the following error encountered.
    *500 Internal Server Error*
    *java.lang.NoClassDefFoundError     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)*
    any one have idea?
    Instance detials : 12.0.4 single node which running on linux4.0

    i tried to login page with url : http://hostname.domainname:portno/forms/frmservlet. eror throughn out like APP-FND-01542: This Applications Server is not authorized to access this database.
    Small changes i have done know like below
    in context file  s_appserverid_authentication   paramter is set  OFF.after run autoconfig in appstier
    then i able to login with the url like : http://hostname.domainname:portno/forms/frmservlet
    This is an expected behavior and it is already exist from 11i (11.5.10) release.
    Note: 403397.1 - APP-FND-01542 when logging directly into forms via the f60cgi in 11.5.10
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=403397.1
    But i unable to login with url http://hostname.domainname:portno.
    Did you review my previous reply?

  • EQG-30276 Unable to fetch login page

    I have set up a portal source, created a user in portal with view priveleges, succesfully registered the OID identity management plugin.
    But when I attempt to crawl the portal source, my crawl fails with the above message in the log. It displays the url it is attempting to fetch, and the url displayed is not our login page. There is a custom login form at this site. Is this the issue?
    The log is as follows:
    EQG-30276: Unable to fetch login page
    EQG-30025: https://test-sso.<removed>.com/pls/orasso/orasso.wwsso_app_admin.ls_login?site2pstoretoken=v1.2~DE163018~99DDE599DEFD2008E680EF5788E480B7064256ECFB58461AE39D93D6FD3FE4B5D9E6D3D2999BFF44D0C6E9F0E092C69625990CB3D0CCE46061F69A2CAC97D2CA63692C981879F25C57B714FF2E78AB6F14C3648A9560EE07CC585404C08C585FDACD12BCFE09D6DBBAAB881DFCC8268851B0834141B66490E76C21D7CB7E967E331839C221BE7ECAF158E6EB172F35FC12C45B7DB67D5B29544E934B93CB64822DF303A295A0AC5A2C8B43E78
    I removed the domain name.
    If I copy this url to a browser window, it fails as well. If I remove all but the base url (before orasso.wwsso_app_admin.ls_login), can at least get to the SSO home. Like I mentioned, we have a custom login form.
    Can I configure the Id managment to go to the custom form, or do I need to create a new Id management plugin?
    Thanks for any help!

    I have made a little progress on finding the answer to this, but would like a second opinion before I have our SA go down a path.
    It seems that we are have a problem with our certificate. If I paste the url into the browser, it returns a message saying that there is a problem with the certificate and asks if I want to continue. If I continue, it goes to the custom login page.
    Could the certificate issue be causing the problem I am seeing? I think it is, but would like a second opinion.
    Thanks

  • Unable to load login page for university wifi

    I am in France, using the university wifi system (de la CROUS). I have a macbook from 2008 running Leopard 10.5 that connects perfectly (Safari), loads the login page and let's me surf normally. I now have a new macbook pro (2011) running Lion. It also connects to the wifi without a problem (Safari), but the login page will not load. I've checked all the settings I can find and verified that they're the same as my macbook. I've cleared the Safari cache and tried enabling/disabling pop-ups. The graphic for the login page loaded once, but then timed out. I have been trying for almost a week. I have went to see the people in charge of the connection, but no one there seems to know anything about macs (it's France, after all). Any thoughts? Any and all help with appreciated!

    I know for sure that both are up to date.
    Update: I downloaded firefox by tethering my phone and i AM able to access and login to the system using firefox. the problem then lies with safari. i tried google chrome and has the same problem. has anyone else encountered this issue with safari?

  • When I try to log into iCloud the login page offers me my old email address rather than my newer one - and for which I have created a new password. I am unable to activate iCloud. Suggestions welcome.

    Earlier, I changed my Apple account details to reflect my new email address. I also changed the password. iCloud seems not to 'know' this. It's service is disabled until I login in. But the default email address shown on the login page is the old email address. I can find no way of telling I cloud that I have new account details.

    To change the account, go to System Preferences>iCloud, sign out, then sign back in with your revised credentials.  If they aren't accepted, recreate the old ID at https://appleid.apple.com/ and changing the primary email address back to the old one (no need to verify the email account).  Then sign out of the old ID on your Mac, providing your current password if prompted.  Once you have signed out, change your ID back again, then go to System Preferences>iCloud and sign back in with your updated credentials.

  • Unable to open E-business suite login page after database upgrade

    I have successfully upgraded the 11i E-business suite database 10.2.0.3 to 11.1.0.7. After upgradation i have all services running on apps tier and database, but i cannot open the login page.
    The below are the errors from error log file
    [Wed Nov 25 11:21:38 2009] [notice] FastCGI: process manager initialized (pid 22989)
    [Wed Nov 25 11:21:39 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=DiscoGroup, it's possible that yo
    ur configuration file is not correct.
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that y
    our configuration file is not correct.
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=XmlSvcsGrp, it's possible that yo
    ur configuration file is not correct.
    [Wed Nov 25 11:49:41 2009] [warn] pid file /u02/prodora/iAS/Apache/Apache/logs/httpd.pid overwritten -- Unc
    lean shutdown of previous Apache run?
    [Wed Nov 25 11:49:41 2009] [notice] FastCGI: process manager initialized (pid 17194)
    [Wed Nov 25 11:49:42 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 25 11:52:49 2009] [error] [client 10.65.4.69] File does not exist: /u02prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 11:54:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:54:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    Edited by: user12196525 on 25-Nov-2009 06:28

    Hi,
    Autoconfig was successfull, All the services are up and running on apps and db tier.
    from error.log
    [Wed Nov 25 15:46:21 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 15:46:25 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 15:47:01 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:47:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:47:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:49:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:49:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:49:06 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/html/US/ICXINDEX_
    DBAS_edbs12.html
    [Wed Nov 25 15:50:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:52:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:52:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:52:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:54:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:54:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:57:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:59:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:59:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:02:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 16:02:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 16:02:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    Regards

Maybe you are looking for

  • Problem with repairing Lion

    A week ago my MacBook Pro was running slow, so I turned it off. When I tried to turn it back on it wouldn't. I took my mac to the local Geek Squad and he told me to boot it up holding option (same as holding command+R). When I do this I click on Repa

  • Free Bumper program ending Sept. 30th

    Hi all, just ordered my iPhone 4G yesterday and just wanted to check in on the "Free Bumper" program. In the conditions to the program Apple stated that the program ends for iPhone ordered by Sept. 30th. My iPhone is bound to be shipped only by mid o

  • Babylon can't realise the clicked words (problem withOCR) only in FF4 not in the previous versions

    I use babylon 8, FF4 and win7

  • Doubt regarding Operational Config Params

    Hi, I am running a coherence cluster and in my tangosol-coherence-override.xml file : 1. While configuring WKA I am not able to use any other port other than 8088. Any way I can specify my own port. 2. And my replicated cache errors while starting up

  • DVD created in iDVD '08 won't play

    Hey guys, I'm kind of a newbie with the whole iDVD thing (it's my first time using it). I created a movie on a DVD9 (dual layer DVD) because it was too big for a regular DVD, according to iDVD. Ok, so I insert the disk after creating the project with