SSL Renewal - internal domain error

Hi,
We renewed our certificate with Godaddy and was not allowed to include internal domains. The rules seemed to have changed. We have Exchange 2010.
In outlook we are now getting an error:
server01.mycompany.local
TICK
TICK
X The name on the security certificate is invalid or does not match the name of the site
Do you want to proceed?
This topic first appeared in the Spiceworks Community

Yep. In April this year the common rules that most CAs adhere to changed to state exactly this.  No more something.local certs would be issued.  I also think that Chrome and maybe Firefox will drop support of these certs too, sometime in the next 6 - 18 months. 
And so you get that error.  Your options are limited now to:
Live with it.  Not ideal but an option.Deploy your own internal CA, get all your internal systems to trust it as a root CA and then issue your internal certs.  Not sure of your exchange config, so this could be really painful to implement.  Internal CAs are not trivial things at the best of times.
Rename your domain.  Hmm ...Build a new domain for exchange to live in, or migrate everything to it. I'm probably missing options too.

Similar Messages

  • How do I get rid of an Internal Domain error 1015 on my Mac

    Using IGG iBank software the Internal Domain error 1015 keeps popping up. How can I get rid of that?

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.

  • Auth against trsuted domain - 500 Internal Server Error Invalid index.(1413

    Hi all,
            we are publishing a SAP portal via ISA 2006. <br /><br />
    I have eventually managed to get single sign on working all the way through for company.local users, however we also have a domain where all our customer accounts sit - extcustomers.local, which has a two way trust with company.local. <br /><br />
    When logging on with a company.local account, via an ISA form, and we are getting an error below.<br /><br />
    <strong>"500 Internal Server Error. Invalid index. (1413) " </strong><br />
    I'm struggling to find why this error is occuring - and was hoping you guys may be able to point me in the right direction. <br />
    Also in Portal Logs  i can see the fallowing.<br />
    LOGIN.FAILED<br />
    User: N/A<br />
    Authentication Stack: ticket<br /><br />
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details<br />
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true       <br />
    2. com.sap.security.core.server.jaas.SPNegoLoginModule                     OPTIONAL    ok          exception             true       Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31))<br />
    3. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          false                 false   <br />  
    4. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok          false                 true       <br />
    And Fallowed by .<br />
    <strong>CreateContext failed: GSSException: Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31)) </strong><br />
    [EXCEPTION]<br />
    GSSException: Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31)) <br />
    at sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:734) <br />
    at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:300) <br />
    at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:246) <br />
    at com.sap.security.core.server.jaas.SPNegoLoginModule.doHandshake(SPNegoLoginModule.java:749) <br />
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:365) <br />
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:185) <br />
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70) <br />
    at java.security.AccessController.doPrivileged(Native Method) <br /><br />
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181) <br />
    at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90) <br />
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) <br />
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) <br />
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) <br />
    at java.lang.reflect.Method.invoke(Method.java:324) <br />
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675) <br />
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129) <br />
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610) <br />
    at java.security.AccessController.doPrivileged(Native Method) <br />
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607) <br />
    at javax.security.auth.login.LoginContext.login(LoginContext.java:534) <br />
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:149) <br />
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:303) <br />
    at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:96) <br />
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:186) <br />
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524) <br />
    at java.security.AccessController.doPrivileged(Native Method) <br />
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407) <br />
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) <br />
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) <br />
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) <br />
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321) <br />
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377) <br />
    at com.sap.portal.navigation.Gateway.service(Gateway.java:126) <br />
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) <br />
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) <br />
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) <br />
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) <br />
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) <br />
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) <br />
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) <br />
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) <br />
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) <br />
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process<br />(ApplicationSessionMessageListener.java:33) <br />
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) <br />
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) <br />
    at java.security.AccessController.doPrivileged(Native Method) <br /><br />
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) <br />
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    <br /><br />
    Any Ideas regarding would be greately appritiated.<br /><br />
    Kind Regards,<br />
    vamsi<br />
    Edited by: Vamsi Krishna Koganti on Jun 30, 2009 8:01 AM
    Edited by: Vamsi Krishna Koganti on Jun 30, 2009 9:27 AM
    Edited by: Vamsi Krishna Koganti on Jun 30, 2009 5:41 PM

    Hi All,
    Thanks for having a look at this.
    The Problem is that at ISA wron g server is maintained and wrong service principal name is maintained adn after changing this the problem is solved.
    From the research i can say that there are 2 things  we need to look at  when we have this issue.
    1. Password
    2. Serviceprincipalname
    Kind Regards
    Vamsi

  • Free/busy information error for users whose primary SMTP is internal domain

    We have a scenario where we have some users on our network who use s web-based mail service but have AD logins as they need access to internal resources (file and print). 
    We have been asked to set up access for these users to the meeting rooms. An initial idea was to create a mailbox for each of these people and set up them up with an email address in the internal domain (company.local.co.xx). This has allowed them to use
    the meeting rooms but they cannot retrieve the free/busy information. When looking at available times, get the standard message "Suggestions cannot be provided because free/busy data could not be retrieved"
    It's not really clear why this isn't working. Suggestions?

    Thanks for the response. Those were my initial thoughts too. 
    However, doing a test of the email configuration shows that it successfully finds the OOF, OAB, etc.
    Hi,
    Since the OOF and OAB Urls can be retrieved properly from Autodiscover service, please directly access the OOF url from IE and see whether a proper XML file is returned. 
    Regards,
    Winnie Liang
    TechNet Community Support

  • OBI Mobile App Designer raises Internal Server Error

    Hi,
    we are running OBIEE 11.1.1.7.1 on a 64-bit environment including OBI Mobile App Designer. We have the problem that two components (mapviewer and bisearch) are not starting automatically, which might cause the problem that we get a 500 Internal Server Error when trying to open the Mobile App Designer.
    Before this problem occured we were running the OBIEE sample RPD that comes with the OBIEE installation. At this point in time there was only one component not starting up (bisearch component). Accessing the OBI Mobile App Designer was not a problem at all. After some time we decided to change the RPD in order to have more meaningful data available. Since we changed the RPD we face major issues with this environment.
    I tried to start the mapviewer and bisearch components manually in the Enterprise Manager. This worked only for the mapviewer. Before we changed the RPD all the components except bisearch were starting as expected. At this time accessing OBI Mobile App Designer was also not a problem.
    A few days ago we were even not able to login to analytics, which told us that user or password must be wrong. I then tried to refresh GUIDs because of the new RPD that has been deployed recently. This resulted in a failure of BI server start after trying to refresh GUIDs with the respective settings in instanceconfig.xml and NQSconfig.ini. After resetting the configuration to the initial state we were able to start the components including BI server. What still remains is the issue with bisearch component and the problem related to OBI Mobile App Designer as mentioned before.
    We observed that the log file of the managed server contains some error messages that do at least relate to the bisearch component. We did not find any helpful information to tackle this issue. Any ideas on how to resolve these issues in order to be able to access OBI Mobile Designer again? Due to the fact that OBI Mobile App Designer uses BI Publisher there might be a problem with that.
    I added the log file of the managed server.
    Appreciate your help! Thanks in advance.
    Tobias
    [Mon Nov 04 15:32:16 2013] [I] [initLog] initializing logger
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Mon Nov 04 15:32:16 2013] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Mon Nov 04 15:32:16 2013] [I] [initLog] TIME based log rotation is ON
    [Mon Nov 04 15:32:16 2013] [I] [trigger] First rotation due in 30463 secs
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] About to execute CreateThread()
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszCmdLine = -server -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -XX:+UseSpinning  -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\bi_server1 -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\servers\bi_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=C:\Oracle\middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\middleware\Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\middleware\Oracle_BI1 -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=C:\Oracle\middleware\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\Oracle\middleware\Oracle_BI1\common\fonts  -Drtd.instanceName=RTD_bi_server1 -Drtd.rpcReadyDeadlineSec=300 -Dem.oracle.home=C:\Oracle\middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpath "C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_4\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\middleware\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_4\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\Oracle\middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\Oracle\middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar" -Dweblogic.Name=bi_server1 -Dweblogic.management.username= -Dweblogic.management.server="http://localhost:7001" -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszJavaHome = C:\PROGRA~1\Java\JDK17~1.0_4
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszExecDir = C:\Oracle\middleware\user_projects\domains\bifoundation_domain
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszOldPath = C:\Oracle\product\12.1.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_40\bin;C:\Oracle\middleware\Oracle_BI1\bin;C:\Oracle\middleware\Oracle_BI1\opmn\bin;C:\Oracle\middleware\Oracle_BI1\opmn\lib;C:\Oracle\middleware\Oracle_BI1\perl\bin;
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\Java\JDK17~1.0_4\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_4\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;C:\Oracle\product\12.1.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_40\bin;C:\Oracle\middleware\Oracle_BI1\bin;C:\Oracle\middleware\Oracle_BI1\opmn\bin;C:\Oracle\middleware\Oracle_BI1\opmn\lib;C:\Oracle\middleware\Oracle_BI1\perl\bin;
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszDelay = 0
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszStopClass = []
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszLog = [C:\Oracle\middleware\user_projects\domains\bifoundation_domain\bi_server1-stdout.txt]
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Thread created successfully
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszHost = []
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] lpszPort = []
    [Mon Nov 04 15:32:16 2013] [I] [StartJVM] Parsing JVM Arguments
    [Mon Nov 04 15:32:16 2013] [I] [StartJVM] Initializing JVM
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSpinning; support was removed in 7.0_40
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Mon Nov 04 15:32:16 2013] [I] [ServiceStart] waiting for multiple events
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Loading class - weblogic.Server
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Building arguments for main class
    [Mon Nov 04 15:32:16 2013] [I] [RunJavaApp] Invoking main class
    <04.11.2013 15:32 Uhr MEZ> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <04.11.2013 15:32 Uhr MEZ> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <04.11.2013 15:32 Uhr MEZ> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 24.0-b56 from Oracle Corporation>
    <04.11.2013 15:32 Uhr MEZ> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <04.11.2013 15:32 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04.11.2013 15:32 Uhr MEZ> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <04.11.2013 15:32 Uhr MEZ> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\logs\bi_server1.log is opened. All server side log events will be written to this file.>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <04.11.2013 15:33 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <JMS> <BEA-040456> <An entity of type "UniformDistributedQueues" with name "BIP.Burst.Job.Q" in JMS module "BipJmsResource" is not targeted. There is no sub-deployment with name "BipJmsSubDeployment" in the configuration repository (config.xml), and so this entity will not exist anywhere in the domain.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\oracle_common\atgpf\modules\oracle.applcore.model_11.1.1\oracle.applcore.model.stub.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\ESSAPP\h1izqz\stub-ess-ra.rar resulted in the following warnings:
    The ra.xml <resourceadapter-class> class 'oracle.as.scheduler.adapter.ra.RAImpl' should implement java.io.Serializable but does not.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: com/oracle/adfm, Specification-Version: 1, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bicomposer_11.1.1\m9h5uz]. Make sure the referenced optional package has been deployed as a library.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung jdevadf-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel jdevadf-4786/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung jdevadf-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bireportwizard-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel bireportwizard-4786/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bireportwizard-4786 und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.credstore> <JPS-01033> <Zugangsdaten können nicht festgelegt werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bicomposer und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <oracle.jps.upgrade> <JPS-06003> <Zugangsdatenordner/Schlüssel bicomposer/anonymous#bi-default kann nicht migriert werden. Grund: oracle.security.jps.service.credstore.CredentialAlreadyExistsException: JPS-01007: Die Zugangsdaten mit Zuordnung bicomposer und Schlüssel anonymous#bi-default sind bereits vorhanden..>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bilocaladmin_11.1.1\iv2ub5\biconfigmbeans.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <04.11.2013 15:33 Uhr MEZ> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.apps.fod.virusScan.biAdapter, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf], [Extension-Name: oracle.apps.fod.virusScan.core, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf], [Extension-Name: oracle.apps.fod.virusScan.commandLineAdapter, referenced from: C:\Oracle\middleware\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\bipublisher_11.1.1\fiu5yf]. Make sure the referenced optional package has been deployed as a library.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_ADF_COOKIES_TO_SKIP" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_BI_COOKIES_TO_MAINTAIN" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATTR_BI_COOKIES_TO_SKIP" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <Die Ressource für das Bundle "oracle.adf.mbean.share.connection.bi.soap.resources.BISoapMBeanBundle" mit Schlüssel "ATR_STATIC_RESOURCES_LOCATION_AUTOMATIC" kann nicht gefunden werden.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <oracle.adfinternal.view.faces.partition.FeatureUtils> <ADF_FACES-30130> <Feature-Abhängigkeit wird für Feature "AdfDvtCommon" ignoriert.  Das Feature ist nicht vorhanden.>
    REGISTERED oracle.biee.local:type=DomainConfigProxy,group=Config
    <04.11.2013 15:35 Uhr MEZ> <Error> <HTTP> <BEA-101216> <Servlet: "BISearchMDEXService" failed to preload on startup in Web application: "bisearch".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
      Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      Truncated. see log file for complete stacktrace
    >
    <04.11.2013 15:35 Uhr MEZ> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'bisearch [Version=11.1.1]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "BISearchMDEXService" failed to preload on startup in Web application: "bisearch".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
      at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)
      at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
      at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
      at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:496)
      at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:539)
      at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)
      at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:135)
      at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
      at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
      ... 53 more
    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:160)
      at com.sun.xml.ws.developer.JAXBContextFactory$1.createJAXBContext(JAXBContextFactory.java:74)
      at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:159)
      at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:151)
      ... 55 more
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
      this problem is related to the following location:
      at java.lang.StackTraceElement
      at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
      at java.lang.Throwable
      at public java.lang.Throwable[] oracle.biee.search.services.crawl.jaxws.ExceptionBean.suppressed
      at oracle.biee.search.services.crawl.jaxws.ExceptionBean
      at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
      at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
      at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)
      Truncated. see log file for complete stacktrace
    >
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/bpmui' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/bpmui'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/calcmgr/docs' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/calcmgr/docs'
    contextPath has been resolved from 'BI_ORACLE_HOME/clients/bipublisher' to 'C:\Oracle\middleware\Oracle_BI1/clients/bipublisher'
    contextPath has been resolved from 'BI_ORACLE_HOME/products/epmstatic/wspace' to 'C:\Oracle\middleware\Oracle_BI1/products/epmstatic/wspace'
    The BI Content Server has been initialised.
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\PROGRA~1\Java\JDK17~1.0_4\jre\lib\security\cacerts.>
    <04.11.2013 15:35 Uhr MEZ> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 21:12:27 CET 2002,
                   To: Tue Mar 22 21:12:27 CET 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G2,OU=(c) 2007 thawte\, Inc. - For authorized use only,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Class 3 Public Primary Certification Authority - G4,OU=(c) 2007 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G2,OU=(c) 2007 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.10045.4.3.3.>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <WorkManager> <BEA-002919> <Unable to find a WorkManager with name ESSRAWM. Dispatch policy ESSRAWM will map to the default WorkManager for the application bipublisher#11.1.1>
    <04.11.2013 15:35 Uhr MEZ> <Warning> <EJB> <BEA-014014> <The message driven bean (MDB) named "ESSAppEndpoint" has a dispatch policy "ESSRAWM" that refers to an unknown work manager. The default work manager will be used instead.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <04.11.2013 15:35 Uhr MEZ> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of bi_cluster.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Cluster> <BEA-000162> <Starting "async" replication service with remote cluster address "null">
    <04.11.2013 15:36 Uhr MEZ> <Warning> <Server> <BEA-002611> <Hostname "oraclebi11gSBX.ec4u.de", maps to multiple IP addresses: 192.168.103.203, fe80:0:0:0:b15b:dd97:a291:f5e5%12>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:100:7f:fffe:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:b15b:dd97:a291:f5e5:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:c0a8:67cb:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 0:0:0:0:0:0:0:1:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.103.203:9704 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "bi_server1" for domain "bifoundation_domain" running in Production Mode>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <04.11.2013 15:36 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser
    WLJMSServiceSecure.getInitialContext is secure: BISystemUser

    1- First of All Mobile App Desginer is Only Certified with OBIEE 11.1.1.7.131017 on wards Please have a look to the following Link
    http://www.oracle.com/technetwork/middleware/bi-foundation/bi-foundation/installation-guide-1989222.pdf
    2- Need to check nqserver.log and sawlog files

  • Unlogged HTTP 500 - Internal Server Error, How To Get It To Log?

    Hey there. I've searched hard for an answer to this one and no joy so far. Ten bucks for an answer!
    I have a BEA WLS 8.1 that is returning HTTP 500 - Internal Server Error when accessing the application. While there is a summary log entry in the domain's access.log there are no supporting details in any of the other logs. I'm hoping there is a stack trace somewhere! Has anyone had any luck finding more details in a similar scenario to find the cause of the HTTP 500?
    Here is the access.log entry with generic info.
    10.0.0.1 - - [04/Oct/2007:11:13:38 -0700] "GET /MyApp/auth/ssl/Login?TYPE=33554433&REALMOID=06-00038763-c702-1551-8851-832c910a304d&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=$SM$7xOMLS9hnCbbbBLlRBnMTLpWPS5fHEzSjif3kBNdDbeTc3nfRT%2bF1BczSURO%2fgRD&TARGET=$SM$http%3a%2f%2fdev%2eauth%2eadmin%2eownersonline%2ecom%2fOwnersAdmin%2findex%2edo HTTP/1.1" 500 883

    Thanks for Reply; the page is https its not opening https://fasi/CCMAdmin/Main.asp
    How do i check the proxies?
    I can see there is red error icon on IISAdmin.

  • HTTP 500 Internal Server Error Problem

    Hi,
    I successfully log in to the EM with SYS user and can do the all maintenance jobs using EM. But when i click to the All Initialization Parameters link i get the HTTP 500 Internal Server Error on my browser.
    My browser is IE6.0 running on Windows XP.
    What should I do?
    MK

    The content of the specified log file (emoms.trc) was very large so i paste the last week's log trace.
    2007-05-11 10:03:50,291 [EMUI_10_03_50_/console/database/instance/undoAdvisory] ERROR inst.undo executeQuery.1323 - UndoAdvisoryBean.executeQuery(): Trace info - Connection is not established.
    2007-05-14 11:03:42,546 [HealthMonitor] ERROR emd.main run.270 - HealthMonitor : Found errant task : TaskRegn:ID15,Callback:class oracle.sysman.emSDK.svc.cache.CacheManager$Checker,Iterative:true,Duration:300,DueTime:1178893097971
    2007-05-14 11:03:42,546 [HealthMonitor] ERROR emd.main restart.389 - HealthMonitor 14.May.2007 11:03:42 CacheManager error: CacheManager thread timed out.
    2007-05-14 11:04:41,359 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2007-05-14 11:04:41,703 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2007-05-14 11:04:41,796 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2007-05-14 11:04:41,921 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2007-05-14 11:04:41,921 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2007-05-14 11:04:41,921 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2007-05-14 11:04:41,921 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2007-05-14 11:04:41,921 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.reports.em.RepIntg
    2007-05-14 11:04:41,937 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2007-05-14 11:04:41,953 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2007-05-14 11:04:41,953 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2007-05-14 11:04:41,953 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2007-05-14 11:04:41,953 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2007-05-14 11:04:41,968 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    2007-05-14 11:50:49,437 [XMLLoader0 00000006629.xml] ERROR eml.XMLLoader logDeleteFileError.315 - Could not delete file C:\oracle\product\10.2.0\db_1\mmkvtpc_mmkdb\sysman\recv\00000006629.xml
    2007-05-15 08:26:35,531 [EMUI_08_26_33_/console/net/login] ERROR em.jobs remoteOp.2127 - DBVerify.remoteOp(): RemoteOperationException: ERROR: Wrong password for user
    2007-05-15 08:27:02,531 [EMUI_08_27_01_/console/net/login] ERROR em.jobs remoteOp.2127 - DBVerify.remoteOp(): RemoteOperationException: ERROR: Wrong password for user
    2007-05-15 08:27:08,531 [EMUI_08_27_07_/console/net/login] ERROR em.jobs remoteOp.2127 - DBVerify.remoteOp(): RemoteOperationException: ERROR: Wrong password for user
    2007-05-15 08:27:21,531 [EMUI_08_27_20_/console/net/login] ERROR em.jobs remoteOp.2127 - DBVerify.remoteOp(): RemoteOperationException: ERROR: Wrong password for user
    2007-05-15 08:27:28,531 [EMUI_08_27_26_/console/net/login] ERROR em.jobs remoteOp.2127 - DBVerify.remoteOp(): RemoteOperationException: ERROR: Wrong password for user
    2007-05-15 12:14:44,210 [EMUI_12_14_44_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-15 13:37:48,726 [EMUI_13_37_48_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 06:01:43,960 [EMUI_06_01_43_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 06:05:33,023 [EMUI_06_05_33_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 07:49:47,398 [EMUI_07_49_47_/console/database/schema/index] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 07:50:00,616 [EMUI_07_50_00_/console/database/schema/index] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 08:51:53,601 [EMUI_08_51_53_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 08:53:40,194 [EMUI_08_53_40_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 08:53:46,163 [EMUI_08_53_46_/console/database/instance/initParameters] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    2007-05-16 08:55:14,163 [EMUI_08_55_14_/console/database/schema/index] ERROR em.console doGet.296 - javax.servlet.ServletException: Invalid URL: No controller exists for this path
    javax.servlet.ServletException: Invalid URL: No controller exists for this path
         at oracle.sysman.db.adm.DBControllerResolver.getController(DBControllerResolver.java:85)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:113)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         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.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

  • Oracle AS "Internal Server Error" (logs are available)

    Hello,
    There is a J2EE web application that runs on Oracle AS 10g. Configuration is as follows:
    Oracle AS 10g
    Oracle DB 10g
    Oracle Content Management SDK
    It randomly gives "Internal Server Error" but there is no explanation about what really is wrong. If you wait and try again, you can access the page that gave error previously. I use Internet Explorer 8 to access the application.
    I tried restarting application server, even restarting operating system. no luck.
    I also tried renewing classes12.jar jdbc driver. No change.
    You may find some logs below. I can not paste whole log output here as it is to much. Only latest a few lines that may help about what is wrong.
    #########################################################################################################3
    ## HERE IS HTTP SERVER LOG ##
    [Wed Sep 15 13:58:18 2010] [error] [client 10.100.20.107] [ecid: 3265292608196,1] MOD_OC4J_0119: Failed to get an oc4j process for destination:
    FLK_KYS
    [Wed Sep 15 13:58:18 2010] [error] [client 10.100.20.107] [ecid: 3265292608196,1] MOD_OC4J_0013: Failed to call destination: FLK_KYS's
    service() to service the request.
    [Wed Sep 15 14:00:13 2010] [error] [client 10.100.20.107] [ecid: 1284548411:10.100.20.107:13356:10460:1,0] MOD_OC4J_0138: Failed to validate
    network worker: OC4J_iFS_cmsdk_14 with host: kystest and port: 18701064.
    [Wed Sep 15 14:00:13 2010] [error] [client 10.100.20.107] [ecid: 1284548411:10.100.20.107:13356:10460:1,0] MOD_OC4J_0141: Failed to validate
    host: kystest and port 12502 for network worker: OC4J_iFS_cmsdk_14.
    [Wed Sep 15 14:00:13 2010] [error] [client 10.100.20.107] [ecid: 1284548411:10.100.20.107:13356:10460:1,0] MOD_OC4J_0147: Failed to get
    a network worker with host: kystest, port: 12502 and opmnid=862978541
    [Wed Sep 15 14:00:13 2010] [error] [client 10.100.20.107] [ecid: 1284548411:10.100.20.107:13356:10460:1,0] MOD_OC4J_0119: Failed to get
    an oc4j process for destination: OC4J_iFS_cmsdk
    [Wed Sep 15 14:00:13 2010] [error] [client 10.100.20.107] [ecid: 1284548411:10.100.20.107:13356:10460:1,0] MOD_OC4J_0013: Failed to call
    destination: OC4J_iFS_cmsdk's service() to service the request.
    [Wed Sep 15 14:02:54 2010] [error] [client 10.110.30.104] [ecid: 1284548574:10.100.20.107:13356:12512:21,0] File does not exist: c:/oracle_as/ora10as/apache/apache/htdocs/favicon.ico
    [Wed Sep 15 14:03:26 2010] [error] [client 10.100.20.107] [ecid: 3522990960342,1] MOD_OC4J_0138: Failed to validate network worker: FLK_KYS_14
    with host: kystest and port: 19114312.
    [Wed Sep 15 14:03:26 2010] [error] [client 10.100.20.107] [ecid: 3522990960342,1] MOD_OC4J_0141: Failed to validate host: kystest and
    port 12507 for network worker: FLK_KYS_14.
    [Wed Sep 15 14:03:26 2010] [error] [client 10.100.20.107] [ecid: 3522990960342,1] MOD_OC4J_0147: Failed to get a network worker with host:
    kystest, port: 12507 and opmnid=862978548
    [Wed Sep 15 14:03:26 2010] [error] [client 10.100.20.107] [ecid: 3522990960342,1] MOD_OC4J_0119: Failed to get an oc4j process for destination:
    FLK_KYS
    [Wed Sep 15 14:03:26 2010] [error] [client 10.100.20.107] [ecid: 3522990960342,1] MOD_OC4J_0013: Failed to call destination: FLK_KYS's
    service() to service the request.
    [Wed Sep 15 14:05:02 2010] [error] [client 10.100.20.107] [ecid: 3540170928644,1] MOD_OC4J_0138: Failed to validate network worker: OC4J_iFS_cmsdk_14
    with host: kystest and port: 18701096.
    [Wed Sep 15 14:05:02 2010] [error] [client 10.100.20.107] [ecid: 3540170928644,1] MOD_OC4J_0141: Failed to validate host: kystest and
    port 12502 for network worker: OC4J_iFS_cmsdk_14.
    [Wed Sep 15 14:05:02 2010] [error] [client 10.100.20.107] [ecid: 3540170928644,1] MOD_OC4J_0147: Failed to get a network worker with host:
    kystest, port: 12502 and opmnid=862978541
    [Wed Sep 15 14:05:02 2010] [error] [client 10.100.20.107] [ecid: 3540170928644,1] MOD_OC4J_0119: Failed to get an oc4j process for destination:
    OC4J_iFS_cmsdk
    [Wed Sep 15 14:05:02 2010] [error] [client 10.100.20.107] [ecid: 3540170928644,1] MOD_OC4J_0013: Failed to call destination: OC4J_iFS_cmsdk's
    service() to service the request.
    [Wed Sep 15 14:07:35 2010] [error] [client 10.110.30.104] [ecid: 1284548855:10.100.20.107:13356:14308:4,0] File does not exist: c:/oracle_as/ora10as/apache/apache/htdocs/favicon.ico
    [Wed Sep 15 14:08:16 2010] [error] [client 10.100.20.107] [ecid: 1284548894:10.100.20.107:13356:11700:5,0] MOD_OC4J_0138: Failed to validate
    network worker: home_14 with host: kystest and port: 18560608.
    [Wed Sep 15 14:08:16 2010] [error] [client 10.100.20.107] [ecid: 1284548894:10.100.20.107:13356:11700:5,0] MOD_OC4J_0141: Failed to validate
    host: kystest and port 12503 for network worker: home_14.
    [Wed Sep 15 14:08:16 2010] [error] [client 10.100.20.107] [ecid: 1284548894:10.100.20.107:13356:11700:5,0] MOD_OC4J_0147: Failed to get
    a network worker with host: kystest, port: 12503 and opmnid=862978540
    [Wed Sep 15 14:08:16 2010] [error] [client 10.100.20.107] [ecid: 1284548894:10.100.20.107:13356:11700:5,0] MOD_OC4J_0119: Failed to get
    an oc4j process for destination: home
    [Wed Sep 15 14:08:16 2010] [error] [client 10.100.20.107] [ecid: 1284548894:10.100.20.107:13356:11700:5,0] MOD_OC4J_0013: Failed to call
    destination: home's service() to service the request.
    ### HERE IS CMSDK LOG: ###
    10/09/15 13:53:51 cmsdk: SocketRemoter: Initialized
    10/09/15 13:53:52 cmsdk: NodeGuardian: Log level set to 4
    10/09/15 13:53:52 cmsdk: NodeManager: Log level set to 4
    10/09/15 13:53:52 cmsdk: NodeGuardian: Remoter log level set to 2
    10/09/15 13:53:52 cmsdk: NodeManager: Remoter log level set to 2
    10/09/15 13:53:52 cmsdk: NodeGuardian: Node manager registered
    10/09/15 13:53:52 cmsdk: NodeManager: Ready
    10/09/15 13:53:52 cmsdk: NodeManager: Initialize: determining default services and servers
    10/09/15 13:53:52 cmsdk: NodeManager: Initialize: starting service IfsDefaultService
    10/09/15 13:53:52 cmsdk: NodeManager: Service IfsDefaultService started
    10/09/15 13:53:52 cmsdk: NodeManager: Initialize: loading server HttpAdminServer
    10/09/15 13:53:53 cmsdk: NodeManager: Server HttpAdminServer loaded
    10/09/15 13:53:53 cmsdk: NodeManager: Initialize: setting priority of server HttpAdminServer to 5
    10/09/15 13:53:53 cmsdk: HttpAdminServer: Priority change requested (old priority 5, new priority 5)
    10/09/15 13:53:53 cmsdk: NodeManager: Initialize: starting server HttpAdminServer
    10/09/15 13:53:53 cmsdk: HttpAdminServer: Requested to start
    10/09/15 13:53:53 cmsdk: NodeManager: Initialize: loading server DavServer
    10/09/15 13:53:53 cmsdk: HttpAdminServer: Starting
    10/09/15 13:53:53 cmsdk: AdminServlet: [AdminAppServlet 1] start() called.
    10/09/15 13:53:53 cmsdk: AdminServlet: [AdminAppServlet 1] Initializing HTTP app ...
    10/09/15 13:53:53 cmsdk: AdminServlet: [AdminAppServlet 1] HTTP app initialized.
    10/09/15 13:53:54 cmsdk: AdminServlet: [AdminAppServlet 1] Calling subclass startServlet()
    10/09/15 13:53:54 cmsdk: AdminServlet: [AdminAppServlet 1] Subclass startServlet() returned.
    10/09/15 13:53:54 cmsdk: AdminServlet: [AdminAppServlet 1] start() done, time = 735 ms.
    10/09/15 13:53:54 cmsdk: HttpAdminServer: Started
    10/09/15 13:53:54 cmsdk: NodeManager: Server DavServer loaded
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: setting priority of server DavServer to 5
    10/09/15 13:53:54 cmsdk: DavServer: Priority change requested (old priority 5, new priority 5)
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: starting server DavServer
    10/09/15 13:53:54 cmsdk: DavServer: Requested to start
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: loading server ServiceWarmupAgent
    10/09/15 13:53:54 cmsdk: DavServer: Starting
    10/09/15 13:53:54 cmsdk: DavServer: Started
    10/09/15 13:53:54 cmsdk: NodeManager: Server ServiceWarmupAgent loaded
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: setting priority of server ServiceWarmupAgent to 5
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Priority change requested (old priority 5, new priority 5)
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: starting server ServiceWarmupAgent
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Requested to start
    10/09/15 13:53:54 cmsdk: NodeManager: Initialize: complete
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Starting
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Started
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Starting
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: Service warmup starting
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: set administration mode
    10/09/15 13:53:54 cmsdk: ServiceWarmupAgent: warming up Format cache
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: warming up Media cache
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Service warmup complete
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Stopping Service Warmup Agent
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Requested to stop
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Stopping
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Timer stopped
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: postRun
    10/09/15 13:53:57 cmsdk: ServiceWarmupAgent: Stopped
    10/09/15 14:00:00 cmsdk: IfsUix: [AJPRequestHandler-ApplicationServerThread-5-19475730 IfsUixPageBroker] (WS-1 LS-0 NotConnected) Request:
    Page[name=HomePage] null
    10/09/15 14:00:00 cmsdk: IfsUix: [AJPRequestHandler-ApplicationServerThread-5-19475730 IfsUixPageFlowEngine] No ClientState found for:
    null Using default ClientState
    10/09/15 14:00:00 cmsdk: IfsUix: [AJPRequestHandler-ApplicationServerThread-5-19475730 IfsUixPageBroker] Event Time = 140 ms.
    10/09/15 14:00:00 cmsdk: IfsUix: [AJPRequestHandler-ApplicationServerThread-5-19475730 IfsUixPageBroker] (WS-1 LS-0 NotConnected) Render:
    Page[name=admin/page/HomePage,CS=1,PP=admin/page/HomePage] CS: 1 true -- --
    10/09/15 14:00:02 cmsdk: IfsUix: [AJPRequestHandler-ApplicationServerThread-5-19475730 IfsUixPageBroker] Rendering Time = 1328 ms.
    10/09/15 14:00:30 cmsdk: DavServlet: init
    10/09/15 14:00:30 cmsdk: DavServlet: init
    ## DOMAIN CONTROLLER LOG ##
    9/15/10 11:16 AM SocketRemoter: Initialized
    9/15/10 11:16 AM DomainController: Ready
    9/15/10 11:16 AM DomainController: Starting domain controller
    9/15/10 11:16 AM DomainController: Domain controller started
    9/15/10 11:16 AM DomainController: Domain manager obtained by user system
    9/15/10 11:18 AM DomainController: Domain manager obtained by user null
    9/15/10 11:20 AM DomainController: Domain manager obtained by user null
    9/15/10 11:20 AM DomainController: Domain manager obtained by user null
    9/15/10 11:20 AM DomainController: Domain manager obtained by user null
    9/15/10 11:23 AM DomainController: Domain manager obtained by user null
    9/15/10 11:25 AM DomainController: Domain manager obtained by user null
    9/15/10 11:25 AM DomainController: Domain manager obtained by user null
    9/15/10 11:25 AM DomainController: Domain manager obtained by user null
    9/15/10 11:28 AM DomainController: Domain manager obtained by user null
    9/15/10 11:30 AM DomainController: Domain manager obtained by user null
    9/15/10 11:30 AM DomainController: Domain manager obtained by user null
    9/15/10 11:30 AM DomainController: Domain manager obtained by user null
    9/15/10 11:33 AM DomainController: Domain manager obtained by user null
    9/15/10 11:35 AM DomainController: Domain manager obtained by user null
    9/15/10 11:35 AM DomainController: Domain manager obtained by user null
    9/15/10 11:35 AM DomainController: Domain manager obtained by user null
    9/15/10 11:38 AM DomainController: Domain manager obtained by user null
    9/15/10 11:40 AM DomainController: Domain manager obtained by user null
    9/15/10 11:40 AM DomainController: Domain manager obtained by user null
    9/15/10 11:40 AM DomainController: Domain manager obtained by user null
    9/15/10 11:43 AM DomainController: Domain manager obtained by user null
    9/15/10 11:45 AM DomainController: Domain manager obtained by user null
    9/15/10 11:45 AM DomainController: Domain manager obtained by user null
    9/15/10 11:45 AM DomainController: Domain manager obtained by user null
    9/15/10 11:48 AM DomainController: Domain manager obtained by user null
    9/15/10 11:50 AM DomainController: Domain manager obtained by user null
    9/15/10 11:50 AM DomainController: Domain manager obtained by user null
    9/15/10 11:50 AM DomainController: Domain manager obtained by user null
    9/15/10 11:53 AM DomainController: Domain manager obtained by user null
    9/15/10 11:55 AM DomainController: Domain manager obtained by user null
    9/15/10 11:55 AM DomainController: Domain manager obtained by user null
    9/15/10 11:55 AM DomainController: Domain manager obtained by user null
    9/15/10 11:58 AM DomainController: Domain manager obtained by user null
    9/15/10 12:00 PM DomainController: Domain manager obtained by user null
    9/15/10 12:00 PM DomainController: Domain manager obtained by user null
    9/15/10 12:00 PM DomainController: Domain manager obtained by user null
    9/15/10 12:03 PM DomainController: Domain manager obtained by user null
    9/15/10 12:05 PM DomainController: Domain manager obtained by user null
    9/15/10 12:05 PM DomainController: Domain manager obtained by user null
    9/15/10 12:05 PM DomainController: Domain manager obtained by user null
    9/15/10 12:08 PM DomainController: Domain manager obtained by user null
    9/15/10 12:10 PM DomainController: Domain manager obtained by user null
    9/15/10 12:10 PM DomainController: Domain manager obtained by user null
    9/15/10 12:10 PM DomainController: Domain manager obtained by user null
    9/15/10 12:13 PM DomainController: Domain manager obtained by user null
    9/15/10 12:15 PM DomainController: Domain manager obtained by user null
    9/15/10 12:15 PM DomainController: Domain manager obtained by user null
    9/15/10 12:15 PM DomainController: Domain manager obtained by user null
    9/15/10 12:18 PM DomainController: Domain manager obtained by user null
    9/15/10 12:20 PM DomainController: Domain manager obtained by user null
    9/15/10 12:20 PM DomainController: Domain manager obtained by user null
    9/15/10 12:20 PM DomainController: Domain manager obtained by user null
    9/15/10 12:23 PM DomainController: Domain manager obtained by user null
    9/15/10 12:25 PM DomainController: Domain manager obtained by user null
    9/15/10 12:25 PM DomainController: Domain manager obtained by user null
    9/15/10 12:25 PM DomainController: Domain manager obtained by user null
    9/15/10 12:28 PM DomainController: Domain manager obtained by user null
    9/15/10 12:30 PM DomainController: Domain manager obtained by user null
    9/15/10 12:30 PM DomainController: Domain manager obtained by user null
    9/15/10 12:30 PM DomainController: Domain manager obtained by user null
    9/15/10 12:33 PM DomainController: Domain manager obtained by user null
    9/15/10 12:35 PM DomainController: Domain manager obtained by user null
    9/15/10 12:35 PM DomainController: Domain manager obtained by user null
    9/15/10 12:35 PM DomainController: Domain manager obtained by user null
    9/15/10 12:38 PM DomainController: Domain manager obtained by user null
    9/15/10 12:40 PM DomainController: Domain manager obtained by user null
    9/15/10 12:40 PM DomainController: Domain manager obtained by user null
    9/15/10 12:40 PM DomainController: Domain manager obtained by user null
    9/15/10 12:43 PM DomainController: Domain manager obtained by user null
    9/15/10 12:45 PM DomainController: Domain manager obtained by user null
    9/15/10 12:45 PM DomainController: Domain manager obtained by user null
    9/15/10 12:45 PM DomainController: Domain manager obtained by user null
    9/15/10 12:48 PM DomainController: Domain manager obtained by user null
    9/15/10 12:50 PM DomainController: Domain manager obtained by user null
    9/15/10 12:50 PM DomainController: Domain manager obtained by user null
    9/15/10 12:50 PM DomainController: Domain manager obtained by user null
    9/15/10 12:53 PM DomainController: Domain manager obtained by user null
    9/15/10 12:55 PM DomainController: Domain manager obtained by user null
    9/15/10 12:55 PM DomainController: Domain manager obtained by user null
    9/15/10 12:55 PM DomainController: Domain manager obtained by user null
    9/15/10 12:58 PM DomainController: Domain manager obtained by user null
    9/15/10 1:00 PM DomainController: Domain manager obtained by user null
    9/15/10 1:00 PM DomainController: Domain manager obtained by user null
    9/15/10 1:00 PM DomainController: Domain manager obtained by user null
    9/15/10 1:03 PM DomainController: Domain manager obtained by user null
    9/15/10 1:05 PM DomainController: Domain manager obtained by user null
    9/15/10 1:05 PM DomainController: Domain manager obtained by user null
    9/15/10 1:05 PM DomainController: Domain manager obtained by user null
    9/15/10 1:08 PM DomainController: Domain manager obtained by user null
    9/15/10 1:10 PM DomainController: Domain manager obtained by user null
    9/15/10 1:10 PM DomainController: Domain manager obtained by user null
    9/15/10 1:10 PM DomainController: Domain manager obtained by user null
    9/15/10 1:13 PM DomainController: Domain manager obtained by user null
    9/15/10 1:15 PM DomainController: Domain manager obtained by user null
    9/15/10 1:15 PM DomainController: Domain manager obtained by user null
    9/15/10 1:15 PM DomainController: Domain manager obtained by user null
    9/15/10 1:18 PM DomainController: Domain manager obtained by user null
    9/15/10 1:20 PM DomainController: Domain manager obtained by user null
    9/15/10 1:20 PM DomainController: Domain manager obtained by user null
    9/15/10 1:20 PM DomainController: Domain manager obtained by user null
    9/15/10 1:23 PM DomainController: Domain manager obtained by user null
    9/15/10 1:25 PM DomainController: Domain manager obtained by user null
    9/15/10 1:25 PM DomainController: Domain manager obtained by user null
    9/15/10 1:25 PM DomainController: Domain manager obtained by user null
    9/15/10 1:28 PM DomainController: Domain manager obtained by user null
    9/15/10 1:30 PM DomainController: Domain manager obtained by user null
    9/15/10 1:30 PM DomainController: Domain manager obtained by user null
    9/15/10 1:30 PM DomainController: Domain manager obtained by user null
    9/15/10 1:33 PM DomainController: Domain manager obtained by user null
    9/15/10 1:35 PM DomainController: Domain manager obtained by user null
    9/15/10 1:35 PM DomainController: Domain manager obtained by user null
    9/15/10 1:35 PM DomainController: Domain manager obtained by user null
    9/15/10 1:38 PM DomainController: Domain manager obtained by user null
    9/15/10 1:40 PM DomainController: Domain manager obtained by user null
    9/15/10 1:40 PM DomainController: Domain manager obtained by user null
    9/15/10 1:40 PM DomainController: Domain manager obtained by user null
    9/15/10 1:43 PM DomainController: Domain manager obtained by user null
    9/15/10 1:45 PM DomainController: Domain manager obtained by user null
    9/15/10 1:45 PM DomainController: Domain manager obtained by user null
    9/15/10 1:45 PM DomainController: Domain manager obtained by user null
    9/15/10 1:48 PM DomainController: Domain manager obtained by user null
    9/15/10 1:50 PM DomainController: Domain manager obtained by user null
    9/15/10 1:50 PM DomainController: Domain manager obtained by user null
    9/15/10 1:50 PM DomainController: Domain manager obtained by user null
    9/15/10 1:53 PM DomainController: Domain manager obtained by user null
    9/15/10 1:53 PM DomainController: Node kys HTTP Node (ifs_socket://XXX:#####) has failed
    9/15/10 1:53 PM DomainController: Started node kys HTTP Node (ifs_socket://XXX:#####)
    9/15/10 1:55 PM DomainController: Domain manager obtained by user null
    9/15/10 1:55 PM DomainController: Domain manager obtained by user null
    9/15/10 1:55 PM DomainController: Domain manager obtained by user null
    9/15/10 1:55 PM DomainController: Node kys HTTP WebStarterApp Node (ifs_socket://XXX:#####) has failed
    9/15/10 1:55 PM DomainController: Started node kys HTTP WebStarterApp Node (ifs_socket://XXX:#####)
    9/15/10 1:58 PM DomainController: Domain manager obtained by user null
    9/15/10 2:00 PM DomainController: Domain manager obtained by user null
    9/15/10 2:00 PM DomainController: Domain manager obtained by user null
    9/15/10 2:00 PM DomainController: Domain manager obtained by user null
    9/15/10 2:03 PM DomainController: Domain manager obtained by user null
    9/15/10 2:05 PM DomainController: Domain manager obtained by user null
    9/15/10 2:05 PM DomainController: Domain manager obtained by user null
    9/15/10 2:05 PM DomainController: Domain manager obtained by user null
    9/15/10 2:08 PM DomainController: Domain manager obtained by user null
    9/15/10 2:10 PM DomainController: Domain manager obtained by user null
    9/15/10 2:10 PM DomainController: Domain manager obtained by user null
    9/15/10 2:10 PM DomainController: Domain manager obtained by user null
    9/15/10 2:13 PM DomainController: Domain manager obtained by user null

    Hello,
    First of all, thank you very much for your helpful answers.
    The problem was, we launched another server for test purpose. HTTP Server in both servers collided, so changing the HTTP Server Port in test machine solved the issue.
    P.S.: I didn't know test server was up when i wrote this problem in here. Sorry for misleading you.

  • Report printing with BI pubisher - 500 Internal server error

    Hi,
    I was having problems using BI publisher to print with. I thought we didn't have it at first, however since found we do have BI Publisher Enterprise edition.
    When I put the settings into APEX, reports don't display as expected. I get
    report error:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.Now if I navigate to the URL in my web browser, http://[server]:[port]/xmlpserver/convert, I get a 500 - Internal Server Error page. The requets is definitely hitting something because if I change "convert" to say "convert1" then I get 404 (as expected). So it seems as if convert is found but then a problem occurs.
    If I navigate to just http://[server]:[port]/xmlpserver/ then I see the BI publisher enterprise login screen.
    Any ideas what might be causing this or what I could do to resovle it?
    Our APEX instance is on a unix box and BI on a M$ box if that matters (long story)?
    Thanks

    Ignacio Cobos wrote:
    Hello
    >
    > I get this error when i try to access to Bex Analyzer
    >
    > ERROR: URL used, "http://sesue:50300", is not fully qualified.
    > A fully-qualified URL has a schema with the format "<protocol>://server.company.com:<port>". URLs with the format "<protocol>://server:<port>" or "<protocol>://<ip address>:<port>" are not fully qualified.
    > See SAP Notes 581329 (Not possible to implement) , 596698 (Not possible to implement) and 654326 (Not yet released)
    >
    > Can anybody say me any idea how to solve the problem?
    >
    > Thanks in advance
    Dear Cobos, For FQDN related issues : Set profile param "icm/host_name_full" with corresponding FQDN via RZ10 transaction. Also check login/create_sso2_ticket & /accept_sso2_ticket parameters in the profile you have created.  Instead of "http://sesue:50300" you may to have the URL like "http://sesue.domain.com:50300//SAP/BW/BEX/". Please refer this #scn article for more details : http://goo.gl/QPlrx Similar Issues : http://goo.gl/mRCh0 Hope it helps. Thanks.

  • Changing the internal domain to a subdomain -- Help!

    Hello, so I have a huge project coming up and i was wondering if someone had some experience on this that could give me some advice.
    So,  started working on this company that has an internal domain called.. lets say abc.com  and external alphabetaghama.org   ..  the problem we have is that we cannot get certs for our internal domain for public access like our exchange
    server fqdn for example is exchange.abc.com ... Someone else owns abc.com which prompted my new boss to fix this and now i have a project to change our internal domain to match our external but I know that the best practice is to have a
    subdomain as the internal domain and I think that's the route my boss wants to go with..  which brings me to my question.
    What will I have to do to get this accomplished... our external domain name is really just a forward zone and i dont have a forest so does that mean that i will have to build a alphabetaghama.org forest and add a subdomain like corp.alphabetaghama.org 
    for our internal and then migrate everything over? 
    We currently have exchange 2007 with 2008R2 DC's..  our new domain would be on 2012R2 DCs with the same exchange server..
    Sorry if something doesn't make sense, I'm a little new to a major project like this...

    Hi,
    This really depends on the requirements. As the Domain restructure is a huge project, we'd better have some experts with good experenses at hand. And if the problem (to get public access) is solved,  it is recommended to have a good consideration
    if the rebuilding is needed.
    Regarding the internal domain name, maybe you want to have a look into the below MS article:
    How Domain Rename Works
    http://technet.microsoft.com/en-us/library/cc738208(v=WS.10).aspx
    For your reference:
    ADMT Guide: Migrating and Restructuring Active Directory Domains
    http://technet.microsoft.com/en-us/library/cc974332(v=WS.10).aspx
    One thing to mind is ADMT tool may cannot
    be installed on a Windows Server 2012 DC, so please make sure in the target domain we have a Windows Server 2008 DC to be the ADMT server.
    ADMT 3.2 and PES 3.1 installation errors on Windows Server 2012
    http://support.microsoft.com/kb/2753560
    Hope this may help
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Server 2012 - Can't access external website from internal domain with same name. Tried everything.

    Hello All.
    I have read loads of forums and tried numerous fixes and configurations, but nothing seems to work and I am extremely frustrated at this point.
    I have a client where I setup Server 2012 Standard with Exchange 2013. After reading best practice documentation for DNS naming and reasons not to use ".LOCAL" I opted to use ".com.na" in which case the Internal Domain Name and Internet
    Website now has the same name.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view this
    directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    I am so sick and tired of this issue that iI am at the point of backing up the Exchange and re-rolling the entire server with the ".local" DNS domain name. I have a mirror setup in a VMWare environment and simply using "rendom" to rename
    the domain seems to cause new issues with Exchange connectivity.
    Any pointers and help will be greatly appreciated.
    Thanks in advance.
    Hentie Loots

    I opted to use ".com.na" in which case the Internal Domain Name and Internet Website
    now has the same name.
    This ends up with a split-DNS stup for internal and external resolution which requires extra administration tasks and attention from the administrators.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view
    this directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    This means that you are able to reach the Website but it is responding with the access denied error message. That should be checked on the middleware level so if this is IIS running then I would recommend asking them in IIS forum: http://forums.iis.net/
    If this is a Website that is completely managed by your ISP then I would recommend checking with them.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • 500 Internal Server Error - Unable to run a custom page from JDEV 10.1.3...

    Hi
    I am trying to run a Custom page from my JDEV. But i am getting the following error.
    *500 Internal Server Error*
    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.getnullThe base exception is:
    Not able to create new database connection: FNDSECURITY_APPL_SERVER_ID
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    .... 54 more
    I have checked the DBC file. The APPS_JDBC_URL was containing "\". I tried removing that but it dint worked. I checked whether i am using the right version of the JDEV patch, no issues with that also.
    Kindly let me know the solution.
    Thanks.
    Edited by: user605470 on May 23, 2009 5:39 PM

    Anoop
    DBC file is not having any issues. Domain name seems to be correct.
    DBC File
    #DB Settings
    #Fri Dec 19 12:54:03 EST 2008
    GUEST_USER_PWD=GUEST/ORACLE
    APPL_SERVER_ID=5D03027668AF2054E043A8920BA0205451873975540904546222829851405157
    FND_JDBC_BUFFER_DECAY_INTERVAL=300
    APPS_JDBC_DRIVER_TYPE=THIN
    FND_JDBC_BUFFER_MIN=1
    GWYUID=APPLSYSPUB/PUB
    FND_JDBC_BUFFER_MAX=5
    APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(ADDRESS_LIST\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS\=(PROTOCOL\=tcp)(HOST\=<Host Name>)(PORT\=<Port #>)))(CONNECT_DATA\=(SERVICE_NAME\=<Instance Name>)))
    FND_JDBC_STMT_CACHE_SIZE=100
    TWO_TASK=<Instance Name>
    JDBC\:processEscapes=true
    FND_MAX_JDBC_CONNECTIONS=500
    FND_JDBC_USABLE_CHECK=false
    FNDNAM=APPS
    FND_JDBC_PLSQL_RESET=false
    DB_PORT=<Port #>
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAY_SIZE=5
    DB_HOST=<Host Name>
    This is my DBC files. I have verified the values of <Host Name>, <Port #> and <Instance Name>. The seems to be correct. Is my error is related to the line which is highlighted ? Any inputs will be appreciated.
    Thanks.
    Edited by: user605470 on May 25, 2009 9:00 AM

  • 500 Internal Server Error in BI Publisher

    Hi Guys,
    Just started to use BI publisher. When I tried to export report from BI Answer in
    Data Model >> General Setting >> Type: BI Answer
    In the DETAILS I clicked on the flash light icon.
    A new window popped up with the following Error Message:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:C:\OracleBI\oc4j_bi\j2ee\home\application-deployments\xmlpserver\xmlpserver\persistence\_pages\\_saw__popup.java
    Error: Could not find or load main class com.sun.tools.javac.Main
    The URL looks unusual too: https://localhost/xmlpserver/saw_popup.jsp?f=
    ALL I did recently was enable SSL encryption. Not sure if this mucked up the URL setting or this is something a bigger issue. I did Google around with the error code but couldn't find anyone having similar problem.
    Would be greatful if someone can shed some light on this.
    Many thanks.

    Hi JAM,
    No I didnt. I checked HTTP setting it was already set to HTTPS.
    Error says it cannot compile some "saw__popup.java" and that could not load the main class.
    when I googled the error code, other (non-BI) sites mentioned about JDK issue. I got the latest one JDK 1.7.0 so bit lost really.

  • 500   Internal Server Error in EP 7.0

    Hello SDN Gurus,
    I've a question about viewing detailed errors. I've got two NW04s Ent. Portal (Test and production).
    I get detailed error (Error summary) in my test portal, but in the production server i couldn't get details, only "500   Internal Server Error" message. Support package levels and domains are same. Only difference is production server has two application servers.
    I've tried with FQDN and with IP only, nothing changed. How can i fix that and see detailed error in production server.
    For example in the test portal ;
    Failed to process request. Please contact your system administrator.
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.ulker.ApproveView.RequiredControl(ApproveView.java:1073)
        at com.ulker.ApproveView.wdDoInit(ApproveView.java:984)
        at com.ulker.wdp.InternalApproveView.wdDoInit(InternalApproveView.java:561)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        ... 33 more
    See full exception chain for details.
    In the production portal;
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    Thanks in advance
    Kind Regards
    A.K.

    Hi,
    I think you are accessing the portal via one of the dialog instance and not using the Central instance.So you are not getting the error displayed in iview. If you want to activate navigate to system administration-system configuration-services and in portal runtime central configuration open the object and in portal .runtime .print cause .exception make it to true and restart the service. This may be for print but some where here in the services you can activate that.
    For productive environment detailed exception is not recommended.Administrator can see the error log in
    log files.
    Thanks and regards,
    gopal.sattiraju

  • Error 500--Internal Server Error in a Project Gantt Chart portlet

    Hi All
    I am getting Error 500--Internal Server Error in a Project Gantt Chart portlet of Corporate Dashboard.
    We have recently installed the Primavera EPPM 8.1, here are the steps we followed to setup the Primavera EPPM 8.1
    1) We have created the database schemas by using automatic database setup(by clicking on dbsetup.bat on the media files)
    2) Installed Weblogic server 11gR1(10.3.4)
    3)Created web logic domain as admin server
    4) Installed P6 Web access and deployed on weblogic domain
    5)Made changes to setEnvDomain file of weblogic domain to increase the Java Heap size and to locate the location of p6.war file
    6)Reastred the weblogic domain
    Now we can access the Primavera but in one of the portlet we are getting Error 500--Internal Server Error.
    Please le me know if I miss any thing while installing or should I modify P6 configuration settings through p6 admin confiuration console.
    Also it would be greatful if any one provide me th best practice to setup Primavera EPPM 8.1.
    Thanks & Best Regards
    Pradeep

    Hello Pradeep
    please delete a folder called fmwconfig in the path yourdomain\config\ for a folder called fmwconfig
    restart P6 and try again

Maybe you are looking for

  • AVI Issue on Windows VISTA

    Hi- I created a 3 minute cartoon at 24 fps in Flash 8 Professional. I export it as an AVI using NO compression, 32-bit alpha, 44kHz, 16 bit stereo sound. It exports fine (albeit BIG), but when I try to play it on my Windows Vista Media Player 11and Q

  • Video is not displaying in the latest shockwave

    After updating to the latest version of Shockwave, .flv videos are not displaying. The audio is there but no video. What is going on Adobe?

  • Remote Desktop Connection  (RDC) iMac to PC server with fixed IP

    I have setup my first imac and as part of this process downloaded Remote Desktop Connection for macs so that I can log onto my server at work. Problem is when I attempt to connect to my remote pc the following message appears "Remote Desktop Connecti

  • I get a blank new window when I try to view a pdf online

    I get a blank window when I try to view a pdf online

  • XI Messages Archive & Delete

    Please help regarding messages archive & del. our xi production disk is almost full. i went through many threads regarding this , also OSS note: Note 872388. but nothing is working for me. would somebody please tell me the steps in simple & clear to