User cannot connect to EBS, white page.

EBS version: 11.5.10.2
Operating system platform: Linux x 86
DB version: 10.2.0.1

The user cannot connect to EBS homepage, got the blank page.
Run the autoconfig on DB level, had the following error:
-----------------------------------------------------------------Autoconfig log on DB Tier----------------------------------------------------------------
---------------------------------------------------------------
ADX database utility
---------------------------------------------------------------

getConnectionUsingAppsJDBCConnector()->
APPS_JDBC_URL = "null".
Try to get by using connection based SID connect descriptor
getConnection()->
sDbHost: ERPPROD
sDbDomain: aiptek.com.tw
sDbPort: 1521
sDbSid: PROD
sDbUser: apps
Try to connect using SID...
getConnectionUsingSID()->
JDBC URL: jdbc:oracle:thin:@ERPPROD.aiptek.com.tw:1521:PROD
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ERPPROD.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ERPPROD.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD.aiptek.com.tw)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Connection could not be obtained; return null

Database utility - ADX finished-

Connection could not be obtained by using s_dbhost
Try to connect using s_hostname
getConnection()->
sDbHost: erpprod
sDbDomain: aiptek.com.tw
sDbPort: 1521
sDbSid: PROD
sDbUser: apps
Try to connect using SID...
getConnectionUsingSID()->
JDBC URL: jdbc:oracle:thin:@erpprod.aiptek.com.tw:1521:PROD
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpprod.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName()->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpprod.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD.aiptek.com.tw)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Connection could not be obtained; return null

Database utility - ADX finished-

Result: Cannot download the context file to the database
----------------------------------------------------------------

Download context file and its models in the database... FAILED


StackTrace:
java.lang.Exception: oracle.apps.ad.autoconfig.oam.InDbCtxFileException: Exception: unable to connect to the database. see the details of the log file.
at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBCtx(FileSysDBCtxMerge.java:685)
at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBFiles(FileSysDBCtxMerge.java:222)
at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1658)
at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
-----------------------------------------------------------------Autoconfig log on DB Tier----------------------------------------------------------------

Run adpatch, had the following error:
-----------------------------------------------------------------Adpatch Error----------------------------------------------------------------
You are about to apply a patch for the installation of the Oracle Applications
in your ORACLE database "PROD".
using ORACLE executable files in ' / u01/PROD/prodora/8.0.6'.

This is the database correct [Yes]?

AutoPatch needs the password for your schema ORACLE 'SYSTEM '.
to determine the configuration of your installation.

Enter the password for your 'SYSTEM ': ORACLE schema


The ORACLE username specified below for Application Object Library
uniquely identifies your existing product group: APPLSYS

Enter the password for the ORACLE Application Object Library [APPS]:

AutoPatch verifies your name of user and password... Unable to connect.

Error: The ORACLE password given is not the right password.
Please re - enter the ORACLE username and password.

Enter the password for the ORACLE Application Object Library [APPS]:
-----------------------------------------------------------------Adpatch Error----------------------------------------------------------------

mon_jserv.log

[01/09/2012 10:25:18:621] (ERROR) Ajp12: Servlet error: java.lang.NoClassDefFoundError: null
[01/09/2012 10:25:18:621] (ERROR) a returned error handling request via the "ajpv12.
[01/09/2012 10:25:18:621] Internal balance (ERROR): 32266 error servlet in Server erpprod.aiptek.com.tw:16000
[01/09/2012 10:25:18:621] (ERROR) a returned error handling request via the 'balance '.
[01/09/2012 10:25:20:976] (ERROR) Ajp12: Servlet error: java.lang.NoClassDefFoundError: null
[01/09/2012 10:25:20:976] (ERROR) a returned error handling request via the "ajpv12.
[01/09/2012 10:25:20:976] Internal balance (ERROR): 32267 error servlet in Server erpprod.aiptek.com.tw:16000


OACoreGroup.0.stderr

-----------------------------------------------------------------OACoreGroup.0.stderr----------------------------------------------------------------
-------------------------------
Mon Jan 9 09:06:08 CST 2012
-------------------------------
Exception in a static block of jtf.cache.appsimpl.AppsCacheLogger. The stack trace is: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating object that can be aggregated.
at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)
at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1201)
at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1044)
at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1013)
at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:980)
at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:967)
at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)
to oracle.apps.fnd.common.AppsContext. < init > (AppsContext.java:292)
to oracle.apps.fnd.common.WebAppsContext. < init > (WebAppsContext.java:1119)
at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(ArchitectureWrapper.java:143)
at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(ArchitectureWrapper.java:107)
at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContext(ArchitectureWrapper.java:96)
to oracle.apps.jtf.cache.appsimpl.AppsCacheLogger. < clinit > (AppsCacheLogger.java:43)
at oracle.apps.jtf.cache.appsimpl.AppsCacheEnvironment.getCacheLogger(AppsCacheEnvironment.java:67)
at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:711)
to oracle.apps.jtf.cache.CacheManager. < clinit > (CacheManager.java:378)
at oracle.apps.fnd.cache.Cache.setCacheFullName(Cache.java:228)
at oracle.apps.fnd.cache.Cache.initCache(Cache.java:114)
to oracle.apps.fnd.cache.Cache. < init > (Cache.java:89)
to oracle.apps.fnd.cache.AppsCache. < init > (AppsCache.java:86)
at oracle.apps.fnd.cache.AolCaches.getCache(AolCaches.java:155)
to oracle.apps.fnd.profiles.Profiles. < clinit > (Profiles .java: 241)
at oracle.apps.fnd.profiles.ExtendedProfileStore.init(ExtendedProfileStore.java:498)
to oracle.apps.fnd.profiles.ExtendedProfileStore. < init > (ExtendedProfileStore.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:3959)
at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:780)
at oracle.apps.fnd.common.Context.setProfileStore(Context.java:767)
at oracle.apps.fnd.common.Context.setProfileStore(Context.java:749)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:564)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)
to oracle.apps.fnd.common.AppsContext. < init > (AppsContext.java:292)
at oracle.apps.mwa.container.ApplicationsObjectLibrary.AOLInit(ApplicationsObjectLibrary.java:174)
to oracle.apps.mwa.container.ApplicationsObjectLibrary. < init > (ApplicationsObjectLibrary.java:78)
at oracle.apps.mwa.container.MWALib.setObjectLibrary(MWALib.java:339)
at oracle.apps.mwa.wap.engine.WapServlet.init(WapServlet.java:158)
at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:755)
at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:659)
at org.apache.jserv.JServServletManager.loadStartupServlets(JServServletManager.java:789)
at org.apache.jserv.JServServletManager.init(JServServletManager.java:447)
at org.apache.jserv.JServ.start(JServ.java:625)
at org.apache.jserv.JServ.main(JServ.java:234)
Caused by: oracle.apps.fnd.common.PoolException: Exception creating object that can be aggregated.
at oracle.apps.fnd.common.Pool.createObject(Pool.java:1321)
at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1062)
at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:585)
at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:301)
at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1720)
at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2306)
at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2243)
at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2101)
at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1910)
at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1754)
at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1767)
at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:168)
at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
... more than 51
Caused by: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: IO exception: the network adapter could not establish the connection
at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:907)
at oracle.apps.fnd.security.AppsConnectionManager.getGwyuidConn(AppsConnectionManager.java:986)
at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:784)
to oracle.apps.fnd.security.DBConnObj. < init > (DBConnObj.java:246)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at oracle.apps.fnd.common.Pool.createObject(Pool.java:1308)
... 64 more
Caused by: oracle.apps.fnd.common.AppsException: java.sql.SQLException: IO exception: the network adapter could not establish the connection
at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1422)
at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1325)
at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:889)
... more than 72
Caused by: java.sql.SQLException: IO exception: the network adapter could not establish the connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3668)
at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:353)
to oracle.jdbc.driver.OracleConnection. < init > (OracleConnection.java:371)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1409)
... more than 74

Exception in a static block of jtf.cache.CacheManager. The stack trace is: oracle.apps.jtf.base.resources.FrameworkException: oracle.apps.fnd.common.PoolException: Exception creating object that can be aggregated.
at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:718)
to oracle.apps.jtf.cache.CacheManager. < clinit > (CacheManager.java:378)
at oracle.apps.fnd.cache.Cache.setCacheFullName(Cache.java:228)
at oracle.apps.fnd.cache.Cache.initCache(Cache.java:114)
to oracle.apps.fnd.cache.Cache. < init > (Cache.java:89)
to oracle.apps.fnd.cache.AppsCache. < init > (AppsCache.java:86)
at oracle.apps.fnd.cache.AolCaches.getCache(AolCaches.java:155)
to oracle.apps.fnd.profiles.Profiles. < clinit > (Profiles .java: 241)
at oracle.apps.fnd.profiles.ExtendedProfileStore.init(ExtendedProfileStore.java:498)
to oracle.apps.fnd.profiles.ExtendedProfileStore. < init > (ExtendedProfileStore.java:119)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:3959)
at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:780)
at oracle.apps.fnd.common.Context.setProfileStore(Context.java:767)
at oracle.apps.fnd.common.Context.setProfileStore(Context.java:749)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:564)
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)
to oracle.apps.fnd.common.AppsContext. < init > (AppsContext.java:292)
at oracle.apps.mwa.container.ApplicationsObjectLibrary.AOLInit(ApplicationsObjectLibrary.java:174)
to oracle.apps.mwa.container.ApplicationsObjectLibrary. < init > (ApplicationsObjectLibrary.java:78)
at oracle.apps.mwa.container.MWALib.setObjectLibrary(MWALib.java:339)
at oracle.apps.mwa.wap.engine.WapServlet.init(WapServlet.java:158)
at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:755)
at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:659)
at org.apache.jserv.JServServletManager.loadStartupServlets(JServServletManager.java:789)
at org.apache.jserv.JServServletManager.init(JServServletManager.java:447)
at org.apache.jserv.JServ.start(JServ.java:625)
at org.apache.jserv.JServ.main(JServ.java:234)
Caused by: oracle.apps.jtf.base.resources.FrameworkException: oracle.apps.fnd.common.PoolException: Exception creating object that can be aggregated.
at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:66)
to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:88)
to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:202)
to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:218)
to oracle.apps.jtf.base.resources.FrameworkException. < init > (FrameworkException.java:249)
... 31 more

java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.lang.NoClassDefFoundError
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:462)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
-----------------------------------------------------------------OACoreGroup.0.stderr----------------------------------------------------------------

Executed as a result of notes, but does ' t help:
Note 260887.1 : How to clean non-existent nodes or IP addresses ranging from FND_NODES (Doc ID 260887.1()
Note 1299429.1 : "Adcfgclone dbTier" fails with the error "RC-00118' error creating database -"Raised by oracle.apps.ad.clone.ApplyDatabase"(Doc ID 1299429.1() .

Also, cannot AOLJTEST, entered once aoljtest: http://erpprod.aiptek.com.tw:8000/OA_HTML/jsp/fnd/aoljtest.jsp
IE reports: "Internet Explorer cannot display webpage".

Please HELP, it's URGENT ~ ~ ~

Thank you
Jackie

Jackie,

Run the autoconfig on DB level, had the following error:
-----------------------------------------------------------------Autoconfig log on DB Tier----------------------------------------------------------------
---------------------------------------------------------------
ADX database utility
---------------------------------------------------------------

getConnectionUsingAppsJDBCConnector()-->
APPS_JDBC_URL = "null".
Try to get by using connection based SID connect descriptor
getConnection()-->
sDbHost: ERPPROD
sDbDomain: aiptek.com.tw
sDbPort: 1521
sDbSid: PROD
sDbUser: apps
Try to connect using SID...
getConnectionUsingSID()-->
JDBC URL: jdbc:oracle:thin:@ERPPROD.aiptek.com.tw:1521:PROD
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName
getConnectionUsingServiceName()-->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ERPPROD.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Try to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName()-->
URL JDBC: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ERPPROD.aiptek.com.tw)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD.aiptek.com.tw)))
Exception occurred: java.sql.SQLException: IO exception: the network adapter could not establish the connection
Connection could not be obtained; return null

Database utility - ADX finished-

Before starting the application services, you must ensure that the database and the database listener are running. So, please, check the database log file and make sure you have no errors reported in the database alert file.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Oracle ebs multiple simultaneous, locks, the user cannot connect to app.

    We known aircraft crash yesterday afternoon, Oracle EBS app users cannot connect in the app. We noted the very strong 70 to 90% charge in the Grid control and several blocks, a work of rman always running and a job of running stats. However looks after killing an app report dbms_scheduler job, we have solved the problem.

    But this morning, we see still cpu load on the grid of control operations and 70% all huge red and simultaneous locks.

    I like all the gurus here help me to start how to diagnose in Oracle ebs.


    I would like to start from beginning.

    As the links I can read what you have to look inside the database? on the hosts?


    Thanks to a bouquet.

    Among the names of objects, looks like this is a custom query that is managed by a custom concurrent request, if you need to know that you and tune the code.

    Thank you

    Hussein

  • cannot connect on the start page, as the owner.

    computer froze on the star page. cannot connect as an owner.

    Hi mycasmas,

    1. don't you make changes before the show?
    2. the problem persists with other users accounts?

    Step 1: We recommend that you check if the problem persists in safe mode
    a. see Description of the Mode of course in Windows XP startup options
    b. in the menu advanced startup options select Safe mode and press on enter.
    c. connect to your user account.

    Step 2: If the problem does not persist in safe mode, check if a non-Microsoft program is causing the problem
    see How to configure Windows XP to start in a "clean boot" State .
    b. in the article, follow the method 1 and method 2 to find out if any program is causing the problem.
    c. Once you have found the culprit that is the program that is causing the problem, then uninstall it.

    Note: Article, remember to follow 'steps to configure Windows to use a Normal startup state. "

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • 2 of the 3 users cannot connect to the net

    Problem suddenly "(il y a 3 jours), 2 users on this computer cannot connect to the internet." I am registered as an administrator and I am very well but 2 members of my family are unable to connect with their names.

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    See you soon.

    Mick Murphy - Microsoft partner

  • Internal users cannot connect to SSO

    We are in the process of implementation of Oracle Application Server SSO with our Forms customized using the Oracle 10.2.0.1 database application all version. We use JInitiator 1.3.1.22.

    Our development team is working offline via a VPN connection. They have no problem to access the SINGLE sign-on page, by logging in and using / testing the application.

    Developers who are in the building where the Linux servers are using the same address in the browsers IE7 that developers, but cannot connect.
    -They receive security certificate error, as we expect, because we installed a fake for the development system.
    -They click "continue to the Web site.
    - Then, they get the error "Internet Explorer cannot display webpage"

    The address they use is:

    https://devsys.ABC.com:4444/forms/frmservlet? config = MainForm

    We have verified that the domain name server is configured correctly.

    Any help, management and/or direction would be greatly appreciated.

    Thank you.

    Take a look at this thread Test.fmx does not... How to run

    It seems to me that your problem is related to the firewall, you must involve your network team so that they can check traffic...

    There should be at least two access, one for the SSO (infrastructure server) server and another server forms... they can sniff the traffic from one of the PCs where his failure and troubleshoot further...

    Just as Michael said (in the thread above from there), just because you can ping to a server does not mean that the port you need is open or that traffic to this port is not blocked...

    We had a similar problem, developers in a building, a floor specific to be exact, could not connect to the server of forms, but are they connected from another PC located in another floor in the same building they could, developers in another another building had no problems, it's just to give you an example of how detailed firewall rules can get...

    Ultimately the network team has detected that one of their firewall rules to block something also blocked access to the Forms Server for specific floor...

    Published by: Rodolfo Ferrari on September 4, 2009 16:50

  • WRE54G cannot connect to the configuration page

    I use WRE54G and I can't connect to the device.  I have connected to my computer via a cat5 cable, but I can always connect to the Setup page.  Right now I'm getting a solid light.  I tried to connect to the unit when it shows the kept my "no internet wireless network
    access and have this problem for a few days.  I tried to use a static ip address and reset the unit, but nothing has worked.  I can't ping the unit either.

    I am very good with computers, but I can't understand this thing.

    What is the model of the router?

    By default the ip address of the WRE54G is 192.168.1.240... So assign ip address 192.168.1.10 subnet mask 255.255.255.0 and default gateway 192.168.1.240 on the computer which is connected to the WRE54G via cable.

    If it's still could not open the configuration page, then restart the WRE, power cycle the WRE and then try again.

  • After the Server 5.1.5 upgrade network user cannot connect by most workstations

    Hi all

    Intro

    I upgraded one of my client of 10.6.8 Xserve server at El Capitan / app 5.1.5 server.

    The server is configured with the network homefolders and mobile homefolders. We also use PCS. The 10.6.8 configuration has worked perfectly and still doesn't work. But now it is time to move on.

    The upgrade process from was relatively smooth. I had to configure the interface network again, then check DNS (front / back) and I also had to re - install the SharePoint, including network sharepoint (via AFP) houses.

    Problem:

    Then, I started to test the connection as users of the network on client computers. I found that it was not possible to connect from most client computers.

    After entering the login credentials was refused immediately. As is the case when entering the incorrect credentials.

    On client computers, nothing has changed.

    Client computers running Yosemite 10.10.5 and some are running 10.6.8

    As soon as I reboot the Xserve 10.6.8 original that's all is back to normal.

    What does not work:

    Those who connect has worked well:

    • Mobile sync (on Unassigned Computers)

    • Log is as user network at home (on Unassigned Computers)

    • PCS worked fine. New settings have been made correctly. On all computers.

    • Automatically install some actions has worked well on all computers. It is a local administrator on the client computers. When connecting to the account, the network shares are mounted using PCS.

    • Resolution of the DNS of all client computers

    • DHCP works OK

    • Client computers running 10.6.8 seem to be not affected.

    At one point one of the workstations involved that did not work, started working.

    What I tried and not solve the problem:

    • Renew DHCP client

    • Removed liaison OD and put in place again

    • Trashed records managed preferences (these have been re-created correctly)

    Ideas on possible causes:

    The most logical causes of this behavior might be:

    (1) client computer cannot find the master OD.

    (2) the powers of negotiation fails.

    Since the Division of the OPPOSITION binding work, works PCS etc., the client computer is the master of the OD.

    The latter seems the cause more lickely. Ticketviewer does not show tickets. Ticketviewer by using the credentials of a user of OD manually requesting a TGT works very well.

    All advice is appreciated.

    Kind regards

    Nico

    Hi Nico,

    Maybe the problem is related to the AFP. Have you tried disabling AFP in Systempreferences and delete all shares. After this restart AFP and try to add shares again. Have a look at the access privileges. It is urgent to remove and re-add the userfolders on the server share.

    Good luck

    Peter.

  • cannot connect on google says "page isn't redirecting properly.

    I installed Firefox 19 and can't access my google account. On the homepage of google right connection news seem to be my Yahoo account info I think to my gmail info. I tried the solution to change its settings in "subject: config ' to 'false' in (network.http.spdy.enabled), which did not help, I can not even log on. What weird; under Windows, I have two user accounts on HP desktop computer, one account works well and displays the correct information in the right corner, which allows full access to Google accounts. While the other account displays incorrect account information and provides the notice "page is not redirect properly.

    This link has solved your problem

  • User cannot connect to El Cap server from his mac, but can other

    The user came this morning and found that it could not connect to the file (El Cap 10.11.1) server, he told her that his password was incorrect. No changes were made on his iMac (10.11.4) or on the server. All services will stop working... messages, calendar, etc.

    My Assistant tried reseting password, creates a user fresh on the server with the same permissions... he couldn't connect since mac.

    I tried his letters of credence on my Mac and can connect successfully... then he I thought that the server must be blocking by MAC address.

    I went in the console logs, and that's what I found (shown below).

    So I think I have to trash com.apple.NetworkAuthenticationHelper and force his mac to require that the appropriate credentials... but maybe I don't see something.

    Any ideas?

    -Mark

    Console user logs on:

    )]

    22/07/16 10:14:04.494 AM CalendarAgent [305] [com.apple.calendar.store.log.session] [did not correct account name of USER (B9EA3862-2A67-4B01-B9BC-0644A6D5C641) as not authenticated with (null) error.]

    22/07/16 10:14:05.177 AM NetAuthSysAgent [358] all NAHSelectionAcquireCredential: 5828B4AA-6C06-B715-6112-148840D9967C-nom iakerb of USER: GSSCred: 0x7fdc3bc05870 < MC: iakerb. USERNAME@WELLKNOWN:COM Apple. LKDC >

    22/07/16 10:14:05.438 AM NetAuthSysAgent [358] NAHSelectionAcquireCredential error Domain = com.apple.NetworkAuthenticationHelper Code =-1765328228 ' acquire_kerberos is not USERNAME@LOCAL: - 1765328228 - impossible to reach any KDC in the LOCAL area, tried 0 KDC "UserInfo = {NSDescription = acquire_kerberos is not USERNAME@LOCAL: - 1765328228 - impossible to reach any KDC in the LOCAL area, tried KDC 0}

    22/07/16 10:14:07.796 AM AddressBookSourceSync [302] [CardDAVPlugin ERROR] - 50 < unknown error - 50 > of < HTTP/fileserver.local@LOCAL USERNAME@LOCAL > KRBAcquireTicket

    22/07/16 10:14:07.797 AM AddressBookSourceSync [302] [CardDAVPlugin-ERROR]-[CDXAccount getKerberosTicketWithConnection:]: < NSURLConnection: 0x7faf80723d20 > {request: NSMutableURLRequest: 0x7faf807192b0 > {URL: https://[email protected]/addressbooks/__uids__/6F2B2DB5-958C-46AD-B787-1E2C2CFD7C38 / }} return number because that can't get the Kerberos ticket acquired for host: fileserver.local user: username

    22/07/16 10:14:07.838 AM AddressBookSourceSync [302] [CardDAVPlugin-ERROR] - getHomeInfo: [_controller containersAtURLs :{(

    https://[email protected]/addressbooks/__uids__/6F2B2DB5-958C-46AD-B787-1E2C2CFD7C38 /.

    [)] Error Domain CoreDAVHTTPStatusErrorDomain Code = 401 '(null)' = UserInfo = {CoreDAVHTTPHeaders = < CFBasicHash 0x7faf821360e0 [0x7fff72b92440] > {type = dict immutable, count = 8}

    entries = >

    0: server = < CFString 0x7faf80721260 [0x7fff72b92440] > {content = "Twisted/15.2.1 TwistedWeb/9.0.0"}

    1: content-Type = < CFString 0x7fff72af8e60 [0x7fff72b92440] > {content = text/html";} charset = utf-8"}

    3: strict-transport-security < CFString 0x7faf80754e20 [0x7fff72b92440] > = {content = "max - age = 604800"}

    6: date = < CFString 0x7faf8075fec0 [0x7fff72b92440] > {content = "Wednesday, June 22, 2016 14:08:54 GMT"}

    9: Www-Authenticate = < CFString 0x7faf8075cdc0 [0x7fff72b92440] > {content = "Digest realm ="fileserver.local", nonce ="2cb6316410bec10ec761e48c", opaque =" 6c5a1bbd4c5f90fcefe1ed9582242220-MmNiNjMxNjQxMGJlYzEwZWM3NjFlNDhjLDAuMC 4wLjAsMTQ2NjYwNDUzNA is", algorithm is"md5", negotiate" "}

    10: content-Length = 141

    11: keep-Alive = < CFString 0x7faf8074fa40 [0x7fff72b92440] > {content = 'timeout = 5, max = 95'}

    12: connection = < CFString 0x7fff72b35940 [0x7fff72b92440] > {content = "Keep-Alive"}

    }

    22/07/16 10:14:04.417 AM CalendarAgent [305] [com.apple.calendar.foundation.accounts] [someone is trying to save a non-sale represent the name of USER (B9EA3862-2A67-4B01-B9BC-0644A6D5C641).] (
    0 CalendarFoundation 0x00007fff9683c284-[CalAccountsProvider saveAccount: check: withCompletionHandler:] + 1087
    1 CalendarFoundation 0x00007fff9683c4ab-[CalAccountsProvider saveAccount: check: withError:] + 277
    CalendarPersistence 2 0x00007fff954b651b + [CalSession persistErrorOnAccount:forPrincipal:] + 306
    3 CalendarPersistence 0x00007fff95484fd8-[CalDAVSession persistError:forChangeRequestID:] + 375
    4 CalendarPersistence 0x00007fff95484e32-[CalDAVSession persistErrorAndNotify] + 138
    5 CalendarPersistence 0x00007fff9555ef1b-[CalDAVQueueableOperation setError:] + 1507
    6 CalendarPersistence 0x00007fff95579d73 __58-[CalDAVAccountRefreshQueueableOperation (Private) discount] _block_invoke + 35
    7 libdispatch.dylib 0x00007fff8969693d _dispatch_call_block_and_release + 12
    8 libdispatch.dylib 0x00007fff8968b40b _dispatch_client_callout + 8
    libdispatch.dylib 9 _dispatch_main_queue_callback_4CF + 1685 0x00007fff8969ec1c
    10 CoreFoundation 0x00007fff82bb59e9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    11 CoreFoundation 0x00007fff82b748dd __CFRunLoopRun + 1949
    12 CoreFoundation 0x00007fff82b73ed8 CFRunLoopRunSpecific + 296
    13 CalendarAgent 0x000000010e85f83d CalendarAgent + 6205
    14 libdyld.dylib 0x00007fff9813d5ad start + 1
    15?                                 0000000000000001 0 x 0 x 0 + 1

    )]

    22/07/16 10:14:04.417 AM CalendarAgent [305] [com.apple.calendar.store.log.session] [failure of the account name of the USER (B9EA3862-2A67-4B01-B9BC-0644A6D5C641) mark as not authenticated with (null) error.]
    22/07/16 10:14:04.493 AM CalendarAgent [305] Name of USER (B9EA3862-2A67-4B01-B9BC-0644A6D5C641) is registered.

    Account.Authenticated = NO

    account.dirtyProperties = (null)

    (

    Console server logs:

    June 22 at 10:06:42 fileserver kdc [211]: got a request to canonicalize to a Kingdom LKDC of local-ipc

    June 22 at 10:06:42 fileserver kdc [211]: reference LKDC for the real name of domain LKDC

    June 22 at 10:06:42 fileserver kdc [211]: USERNAME@LKDC:SHA1 AS - REQ. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC local CPI for krbtgt / LKDC:SHA1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC@LKDC:SHA1. EFC5089C182 6F697B2CD42507CA5F3AA5253EBFC

    June 22 at 10:06:42 - last message repeated 1 time-

    June 22 at 10:06:42 fileserver kdc [211]: Client sent patypes: REQ-ENC-PA-REP

    June 22 at 10:06:42 fileserver kdc [211]: RPS announcing the message of size 52

    June 22 at 10:06:42 fileserver kdc [211]: to do PA-ENC-TIMESTAMP/PA-PK-AS-REQ

    June 22 at 10:06:42 fileserver kdc [211]: USERNAME@LKDC:SHA1 AS - REQ. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC local CPI for krbtgt / LKDC:SHA1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC@LKDC:SHA1. EFC5089C182 6F697B2CD42507CA5F3AA5253EBFC

    June 22 at 10:06:42 - last message repeated 1 time-

    June 22 at 10:06:42 fileserver kdc [211]: Client sent patypes: RPS, REQ-ENC-PA-REP, FX-COOKIE

    June 22 at 10:06:42 fileserver kdc [211]: step 1 of the PRS

    June 22 at 10:06:42 fileserver kdc [211]: ccsrp start of server for user: USER name

    June 22 at 10:06:42 fileserver kdc [211]: factor FAST requires more pre-authentication data, feed him

    June 22 at 10:06:42 fileserver kdc [211]: USERNAME@LKDC:SHA1 AS - REQ. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC local CPI for krbtgt / LKDC:SHA1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC@LKDC:SHA1. EFC5089C182 6F697B2CD42507CA5F3AA5253EBFC

    June 22 at 10:06:42 - last message repeated 1 time-

    June 22 at 10:06:42 fileserver kdc [211]: Client sent patypes: RPS, REQ-ENC-PA-REP, FX-COOKIE

    June 22 at 10:06:42 fileserver kdc [211]: step 2 of the PRS

    June 22 at 10:06:42 fileserver kdc [211]: RPS prior authentication is Reussi--username@lkdc:sha1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC

    June 22 at 10:06:42 fileserver kdc [211]: customer support enctypes: aes256-cts-hmac-sha1-96, aes128-cts-hmac-sha1-96, des3-cbc-sha1, arcfour-hmac-md5, d'aes256-cts-hmac-sha1-96/aes256-cts-hmac-sha1-96 help

    June 22 at 10:06:42 fileserver kdc [211]: requested flags: canonize

    June 22 at 10:06:42 fileserver kdc [211]: Client use FAST

    June 22 at 10:06:42 fileserver kdc [211]: QUICKLY strengthen key to response with key strengthening

    June 22 at 10:06:42 fileserver kdc [211]: TGS - REQ USERNAME@LKDC:SHA1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC local CPI for cifs/localhost@LKDC:SHA1. EFC5089C1826F697B2CD42507CA5F3AA5253EBFC [canonize]

    June 22 at 10:06:42 fileserver kdc [211]: armor QUICK

    What is a network account? The server is processed by name of Hello or unicast name?

  • Cannot connect to YouTube, the page will not load.

    I use version 28.0 and I cleared my cache, cookies and history of the browser. I can watch a video on Youtube, if a direct link and sometimes access to the site itself, but I can't log on my YouTube account. When I click on login, the page tries to load until I finally exit out of it and give up. After this point, I can not access the real YouTube website. I am able to connect to any other site, I've tried, including Facebook and my Gmail. I have no problem with this in my torch/Google Chrome or Opera browsers.

    I added Firefox on my programs that can both through Windows Firewall and have run Malwarebyte scans s, Windows Defender, and SuperAntiSpyware. What can I do to fix this? Y at - it a plugin that I missed resettlement, because I had to uninstall and reinstall Firefox from scratch recently, or is there something else I'm missing?

    The problem seems to have resolved itself somehow. I didn't do something different after trying to solve this problem, far backward at the beginning and running a couple of analysis between the two then and now you can find the usual cookies of my sites which had been cleared when I complained about this problem in the first place. I really hope that it does not start again.

  • We have a macbook air family.  I've implemented and have admin status and have put in place the other members of the family as users.  However if the unit is turned off, other users cannot connect without me logging in first.

    MacBook Air (13 inch, early 2015)

    10.10.5 Yosemite

    Intel Core i7 2.2 GHz

    4 GB 1600 MHz DDR3\

    Intel HD Graphics 6000 1536 MB

    We have a macbook air family.  I have set up on the purchase and created accounts for family members, but if the unit is turned off, they are all unable to access the boot until I connect and select their code.  If I do this, what they see on the splash screen is my ID.  Of course, I do not share my password with anyone, so it becomes a problem when I'm out of the House.  Please can you help me?

    Do you have system preferences > users and groups > Login Options set up like that?  You should.

  • Cannot connect to the admin page of R6400 laptop, only on iPhone

    I installed a new router R6400 but can not access the admin of my laptop page. I was able to access it from my iPhone, so I am able to connect to the internet.

    I have talked to support 2 or 3 times and they always say the same thing: reset the router, type 192.168.1.1 in the address bar, try routerlogin.net or routerlogin.com, ping the router, check the IP address, etc. etc. I even tried to simply connect to the router via an Ethernet cable and still no go.

    Is someone can you please tell me why it does not work? I have read both articles, and they all seem to be saying the same thing. I just want to be able to access the admin of my laptop page. Someone at - he found a solution to this?

    I activated just improved Protected Mode and it worked. Don't know if it's the best solution (saw where to uncheck enable protected mode was an option too), but at least the admin site open - finally!

  • EA-4500 cannot connect in the configuration page

    I try to connect to my EA4500 Setup page. I have the firmware "cloud connect" and when I get redirected to the "Linksys Smart Wi - Fi" page in my browser, I try to log in as usual. He accepts my username and password, then I get a page that contains a rotating chart and it says "waiting...". "He eventualy expires and brings back me to the login screen. I have tried rebooting my router and it does not help. I also unplugged the modem from the internet connection and entered the main router password, and gives me the same answer that if I tried to connect via the cloud.

    The only thing I can think of would be to do a factory reset of the router, but based on what is happening here, I'm frankly scared that I will never get my router online. I really wanted this cloud thing to work, but if I can get connected I will probably be back to the old firmware. Linksys gave us?

    I tried on several computers in the House and still have the same answer - no access to the router. At the end of the day, I did a factory reset and was finally able to get into the router. It was a pain to have to re - install my router, but at least I got all devalued parameters.

    For memory, the firmware had not changed since the introduction of the services cloud in June/July. I have the same exact firmware I downloaded in July. The only thing that has changed is that Cisco renamed "cloud connect" web interface for "Smart Wifi."  The web interface seems a little faster, but there are still a lot of wait time.

    I must be honest, based on this event, I was ready to go back to the old firmware, however, I'll give it one more chance to see if things will be better, or at least stabilize...

  • Classic BlackBerry set up questions - last get cannot connect to the wifi page

    Hi all

    far I have set up 30 + new Blackberry classic but the last issue is that once I have connected to the wifi I can't go through this page and the only options are previous!

    any ideas on how to move beyond this stage so I can complete the set up process?

    understand the question - under the date and the time of its establishment on auto update and this showed February 25, 2015 @ 9.31 am. changed to the current date and time and now I can exploit and set up the phone.

    Hope this helps others.

  • limited user cannot connect

    Hello

    I have an Acer aspire 5740G, running Windows 7 Ultimate 64 bit.
    My problem has been raised in the other forums before - none of their solutions helped me.
    I can't open a session limited on my computer - only administrator accounts - accounts those limited simply disconnect on the back then to the right.
    This started 2 months ago - I'm not sure of this - but before that it worked very well for a long time.
    I tried the registry fix from the userinit which help researchers; It did not help me (I have read carefully and follow the instructions).
    The problem happening exactly the same thing in safe mode. The computer and accounts are not connected at all; all local.
    All administrator accounts log on to the good; and even if I delete and make new limited accounts they will not open a session.
    I don't think I installed all the programs are the cause, but it is possible.
    Please help, thank you very much.

    Hi all..

    I ran security essentials and also an other deep anti-virus, the two detected nothing etc...

    I tried to make an account 'power user' - and it worked! A power user is basically a limited user, just with a little better privilege - pretty much an account limited.

Maybe you are looking for

  • Does anyone know what my kernel panic kext refers to?

    I was having repeated panic the kernel in the Sierra, all type 13 and all listing the kext even first in the backtrace: Extensions of core in backtrace: com Apple.KEC.pthread I'm not a developer so I am just grasp at straws in my diagnosis, but does

  • Satellite A30 stops due to overheating

    My Satellite A30 cutout due to overheating.The cooling fans are free of dust.I put the Max-performance cooling.Is there another reason of overheating?

  • Is W520 displayPort - version 1.2?

    I'm looking for in the Garland of the monitors to get a 3 for mye w520 monitor configuration. I can't find any information on the version of the DisplayPort. Does anyone know if it is version 1.2?

  • acquisition of data and processes in FPGA

    Hello! In FPGA, I am trying to acquire analog data (0 ~ 10V) with a specific time clock rising edge of each digital pulse encoder. I went to get the data on the front, but I don't know how I'd keep th and i + 1 th data. (Frequency of data is less tha

  • lost disk refortmat

    I lost my disc to reformat. is it possible to download one?