Unable to load web application

Hello everyone,
I have created a web application with a login.html page using the configure ADF Security Wizard. When i run the application from my computer, it runs perfectly. However, when i try running it from another host i get the following error after i enter the credentials in the login page (before redirecting to the welcome page):
Error 403--Forbidden
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
Any thoughts?
Mohamed.

Post to the appropriate developers forum under OS X Technologies.

Similar Messages

  • Error loading Web application...

    I have been struggling to get an Administration/Managed Server
    configuration to work. As long as I am not attempting to deploy an
    application too the managed server, everything comes up ok (DB
    connection pools create, etc...). However, when trying to deploy an
    application, I get the error:
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException.
    The full trace is included at the end of this message. Any ideas as to
    what may be going on?
    Thanks
    jay ()
    Domain Server Startup
    Script***********************************************************************************************
    %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH%
    -Dweblogic.Domain=FooBarDomain
    -Dweblogic.Name=FooBarAdminServer
    -Djava.security.policy=%WL_HOME%\lib\weblogic.policy weblogic.Server
    Managed Server Startup Script
    SET JAVA_HOME=d:\bea\jdk130\jre
    SET WL_HOME=d:\bea\wlserver6.0
    SET JAVA_OPTIONS="-ms64m -mx128m"
    SET
    CLASSPATH=%WL_HOME%;%WL_HOME%/lib/weblogic_sp.jar;%WL_HOME%/lib/weblogic.jar:
    SET PATH=%WL_HOME%/bin;%JAVA_HOME%/jre/bin;%JAVA_HOME%/bin;%PATH%
    SET DOMAIN_NAM=FooBarDomain
    SET SERVER_NAME=dboyz6FooBarServer
    SET ADMIN_URL=http://192.168.1.7:7001
    SET WLS_PW="some-password"
    @REM java %JAVA_OPTIONS% -classpath %CLASSPATH%
    -Dweblogic.Domain=%DOMAIN_NAM% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy
    -Dbea.home=d:\bea -Dweblogic.management.password=%WLS_PW%
    weblogic.Server
    java %JAVA_OPTIONS% -classpath %CLASSPATH% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy -Dbea.home=d:\bea
    -Dweblogic.management.password=%WLS_PW% weblogic.Server
    Config.xml
    <Domain
    Name="FooBarDomain"
    >
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="dboyz1FooBarServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    WebServers="dboyz6FooBarServer"
    />
    </Application>
    <JTA
    Name="FooBarDomain"
    />
    <JDBCMultiPool
    HighAvail="true"
    LoadBalance="false"
    Name="FooBarMultiPool"
    PoolList="FooBarPool"
    />
    <UnixMachine
    Name="dboyz2"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz2"
    Name="dboyz2FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    Name="dboyz2FooBarServer"
    />
    <KernelDebug
    Name="dboyz2FooBarServer"
    />
    <SSL
    Name="dboyz2FooBarServer"
    />
    <WebServer
    Name="dboyz2FooBarServer"
    />
    <ServerDebug
    Name="dboyz2FooBarServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer-1"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    />
    </Application>
    <FileRealm
    Name="myFileRealm"
    />
    <Security
    Name="FooBarDomain"
    PasswordPolicy="mypasswordpolicy"
    Realm="myRealm"
    />
    <Application
    Deployed="true"
    Name="console"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="console"
    Targets="FooBarAdminServer"
    URI="console.war"
    />
    </Application>
    <Realm
    FileRealm="myFileRealm"
    Name="myRealm"
    />
    <UnixMachine
    Name="dboyz1"
    />
    <Log
    FileName="FooBarDomain.log"
    Name="FooBarDomain"
    />
    <Application
    Deployed="true"
    Name="DefaultWebApp_FooBarAdminServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_FooBarAdminServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_FooBarAdminServer"
    WebServers="FooBarAdminServer"
    />
    </Application>
    <Server
    JavaCompiler="d:\jdk1.3\bin\javac"
    Name="FooBarAdminServer"
    StdoutSeverityLevel="64"
    SystemPassword="some-password"
    >
    <Log
    FileName="FooBarAdminServer.log"
    Name="FooBarAdminServer"
    />
    <KernelDebug
    Name="FooBarAdminServer"
    />
    <SSL
    Name="FooBarAdminServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_FooBarAdminServer"
    Name="FooBarAdminServer"
    />
    <ServerDebug
    Name="FooBarAdminServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="builder"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="builder"
    Targets="FooBarAdminServer"
    URI="builder.war"
    />
    </Application>
    <Cluster
    DefaultLoadAlgorithm="round-robin"
    MulticastAddress="237.0.0.1"
    Name="FooBarCluster"
    ServiceAgeThresholdSeconds="180"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="d:\jdk1.3\bin\javac"
    ListenPort="6001"
    Machine="dboyz6"
    Name="dboyz6FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    FileName="dboyz6FooBarServer.log"
    Name="dboyz6FooBarServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_dboyz6FooBarServer"
    Name="dboyz6FooBarServer"
    />
    <KernelDebug
    Name="dboyz6FooBarServer"
    />
    <SSL
    Name="dboyz6FooBarServer"
    />
    <ServerDebug
    Name="dboyz6FooBarServer"
    />
    </Server>
    <JDBCConnectionPool
    CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver"
    InitialCapacity="10"
    LoginDelaySeconds="0"
    MaxCapacity="20"
    Name="FooBarPool"
    Properties="user=scott;password=tiger;dll=ocijdbc8;weblogic.t3.waitForConnection=true;weblogic.t3.waitSecondsForConnection=999999999999;protocol=thin"
    ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    URL="jdbc:oracle:thin:@localhost:1521:HBANK"
    />
    <JDBCDataSource
    JNDIName="FooBarDataSource"
    Name="FooBarDataSource"
    PoolName="HBANKPool"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz1"
    Name="dboyz1FooBarServer"
    StdoutSeverityLevel="64"
    >
    <SSL
    Name="dboyz1FooBarServer"
    />
    <WebServer
    Name="dboyz1FooBarServer"
    />
    <KernelDebug
    Name="dboyz1FooBarServer"
    />
    <Log
    Name="dboyz1FooBarServer"
    />
    <ServerDebug
    Name="dboyz1FooBarServer"
    />
    </Server>
    <ApplicationManager
    Name="FooBarDomain"
    />
    <Machine
    Name="dboyz6"
    />
    <PasswordPolicy
    Name="mypasswordpolicy"
    />
    </Domain>
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException
    at weblogic.Home.<init>(Home.java:31)
    at weblogic.Home.getInstance(Home.java:82)
    at weblogic.Home.getPath(Home.java:90)
    at weblogic.xml.registry.XMLRegistry.<init>(XMLRegistry.java:97)
    at
    weblogic.xml.registry.XMLRegistry.getXMLRegistry(XMLRegistry.java:123)
    at
    weblogic.xml.jaxp.RegistryEntityResolver.<init>(RegistryEntityResolver.java:37)
    at
    weblogic.xml.jaxp.WebLogicDocumentBuilderFactory.newDocumentBuilder(WebLogicDocumentBuilderFactory.java:50)
    at
    weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:164)
    at
    weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:452)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:116)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:283)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:233)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateWebDeployments(DeploymentTarget.java:223)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:156)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy22.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.updateDeployments(WebServerMBean_CachingStub.java:1029)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:244)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:121)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy19.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:435)
    at weblogic.management.Admin.startApplicationManager(Admin.java:959)
    at weblogic.management.Admin.finish(Admin.java:459)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
    at weblogic.Server.main(Server.java:35)
    ####<Jan 17, 2001 11:01:00 AM EST> <Warning> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101055> <[HTTP
    dboyz6FooBarServer] Could not load web application
    (DefaultWebApp_dboyz6FooBarServer)>

    Found the problem.
    Needed to add -Dweblogic.home=. to managed server startup script
    Jay Zammit wrote:
    I have been struggling to get an Administration/Managed Server
    configuration to work. As long as I am not attempting to deploy an
    application too the managed server, everything comes up ok (DB
    connection pools create, etc...). However, when trying to deploy an
    application, I get the error:
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException.
    The full trace is included at the end of this message. Any ideas as to
    what may be going on?
    Thanks
    jay ()
    Domain Server Startup
    Script***********************************************************************************************
    %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH%
    -Dweblogic.Domain=FooBarDomain
    -Dweblogic.Name=FooBarAdminServer
    -Djava.security.policy=%WL_HOME%\lib\weblogic.policy weblogic.Server
    Managed Server Startup Script
    SET JAVA_HOME=d:\bea\jdk130\jre
    SET WL_HOME=d:\bea\wlserver6.0
    SET JAVA_OPTIONS="-ms64m -mx128m"
    SET
    CLASSPATH=%WL_HOME%;%WL_HOME%/lib/weblogic_sp.jar;%WL_HOME%/lib/weblogic.jar:
    SET PATH=%WL_HOME%/bin;%JAVA_HOME%/jre/bin;%JAVA_HOME%/bin;%PATH%
    SET DOMAIN_NAM=FooBarDomain
    SET SERVER_NAME=dboyz6FooBarServer
    SET ADMIN_URL=http://192.168.1.7:7001
    SET WLS_PW="some-password"
    @REM java %JAVA_OPTIONS% -classpath %CLASSPATH%
    -Dweblogic.Domain=%DOMAIN_NAM% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy
    -Dbea.home=d:\bea -Dweblogic.management.password=%WLS_PW%
    weblogic.Server
    java %JAVA_OPTIONS% -classpath %CLASSPATH% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy -Dbea.home=d:\bea
    -Dweblogic.management.password=%WLS_PW% weblogic.Server
    Config.xml
    <Domain
    Name="FooBarDomain"
    >
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="dboyz1FooBarServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    WebServers="dboyz6FooBarServer"
    />
    </Application>
    <JTA
    Name="FooBarDomain"
    />
    <JDBCMultiPool
    HighAvail="true"
    LoadBalance="false"
    Name="FooBarMultiPool"
    PoolList="FooBarPool"
    />
    <UnixMachine
    Name="dboyz2"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz2"
    Name="dboyz2FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    Name="dboyz2FooBarServer"
    />
    <KernelDebug
    Name="dboyz2FooBarServer"
    />
    <SSL
    Name="dboyz2FooBarServer"
    />
    <WebServer
    Name="dboyz2FooBarServer"
    />
    <ServerDebug
    Name="dboyz2FooBarServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer-1"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    />
    </Application>
    <FileRealm
    Name="myFileRealm"
    />
    <Security
    Name="FooBarDomain"
    PasswordPolicy="mypasswordpolicy"
    Realm="myRealm"
    />
    <Application
    Deployed="true"
    Name="console"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="console"
    Targets="FooBarAdminServer"
    URI="console.war"
    />
    </Application>
    <Realm
    FileRealm="myFileRealm"
    Name="myRealm"
    />
    <UnixMachine
    Name="dboyz1"
    />
    <Log
    FileName="FooBarDomain.log"
    Name="FooBarDomain"
    />
    <Application
    Deployed="true"
    Name="DefaultWebApp_FooBarAdminServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_FooBarAdminServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_FooBarAdminServer"
    WebServers="FooBarAdminServer"
    />
    </Application>
    <Server
    JavaCompiler="d:\jdk1.3\bin\javac"
    Name="FooBarAdminServer"
    StdoutSeverityLevel="64"
    SystemPassword="some-password"
    >
    <Log
    FileName="FooBarAdminServer.log"
    Name="FooBarAdminServer"
    />
    <KernelDebug
    Name="FooBarAdminServer"
    />
    <SSL
    Name="FooBarAdminServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_FooBarAdminServer"
    Name="FooBarAdminServer"
    />
    <ServerDebug
    Name="FooBarAdminServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="builder"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="builder"
    Targets="FooBarAdminServer"
    URI="builder.war"
    />
    </Application>
    <Cluster
    DefaultLoadAlgorithm="round-robin"
    MulticastAddress="237.0.0.1"
    Name="FooBarCluster"
    ServiceAgeThresholdSeconds="180"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="d:\jdk1.3\bin\javac"
    ListenPort="6001"
    Machine="dboyz6"
    Name="dboyz6FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    FileName="dboyz6FooBarServer.log"
    Name="dboyz6FooBarServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_dboyz6FooBarServer"
    Name="dboyz6FooBarServer"
    />
    <KernelDebug
    Name="dboyz6FooBarServer"
    />
    <SSL
    Name="dboyz6FooBarServer"
    />
    <ServerDebug
    Name="dboyz6FooBarServer"
    />
    </Server>
    <JDBCConnectionPool
    CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver"
    InitialCapacity="10"
    LoginDelaySeconds="0"
    MaxCapacity="20"
    Name="FooBarPool"
    Properties="user=scott;password=tiger;dll=ocijdbc8;weblogic.t3.waitForConnection=true;weblogic.t3.waitSecondsForConnection=999999999999;protocol=thin"
    ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    URL="jdbc:oracle:thin:@localhost:1521:HBANK"
    />
    <JDBCDataSource
    JNDIName="FooBarDataSource"
    Name="FooBarDataSource"
    PoolName="HBANKPool"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz1"
    Name="dboyz1FooBarServer"
    StdoutSeverityLevel="64"
    >
    <SSL
    Name="dboyz1FooBarServer"
    />
    <WebServer
    Name="dboyz1FooBarServer"
    />
    <KernelDebug
    Name="dboyz1FooBarServer"
    />
    <Log
    Name="dboyz1FooBarServer"
    />
    <ServerDebug
    Name="dboyz1FooBarServer"
    />
    </Server>
    <ApplicationManager
    Name="FooBarDomain"
    />
    <Machine
    Name="dboyz6"
    />
    <PasswordPolicy
    Name="mypasswordpolicy"
    />
    </Domain>
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException
    at weblogic.Home.<init>(Home.java:31)
    at weblogic.Home.getInstance(Home.java:82)
    at weblogic.Home.getPath(Home.java:90)
    at weblogic.xml.registry.XMLRegistry.<init>(XMLRegistry.java:97)
    at
    weblogic.xml.registry.XMLRegistry.getXMLRegistry(XMLRegistry.java:123)
    at
    weblogic.xml.jaxp.RegistryEntityResolver.<init>(RegistryEntityResolver.java:37)
    at
    weblogic.xml.jaxp.WebLogicDocumentBuilderFactory.newDocumentBuilder(WebLogicDocumentBuilderFactory.java:50)
    at
    weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:164)
    at
    weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:452)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:116)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:283)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:233)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateWebDeployments(DeploymentTarget.java:223)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:156)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy22.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.updateDeployments(WebServerMBean_CachingStub.java:1029)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:244)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:121)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy19.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:435)
    at weblogic.management.Admin.startApplicationManager(Admin.java:959)
    at weblogic.management.Admin.finish(Admin.java:459)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
    at weblogic.Server.main(Server.java:35)
    ####<Jan 17, 2001 11:01:00 AM EST> <Warning> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101055> <[HTTP
    dboyz6FooBarServer] Could not load web application
    (DefaultWebApp_dboyz6FooBarServer)>

  • Unable to Deply Web Application - Error

    Hello Guys,
    I have created a Web Application in Eclipse 3.2 and now I am trying to Deploy the Application in OAS 10g R3
    I am getting the below error
    Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Application Deployer for TEST STARTS.
    Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear
    Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear begins...
    Nov 22, 2008 5:59:43 PM http://orcl.DEMOSRV home Unpacking TEST.ear
    Nov 22, 2008 5:59:44 PM http://orcl.DEMOSRV home Done unpacking TEST.ear
    Nov 22, 2008 5:59:44 PM http://orcl.DEMOSRV home Unpacking TEST.war
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Done unpacking TEST.war
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST.ear ends...
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Starting application : TEST
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing ClassLoader(s)
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing EJB container
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Loading connector(s)
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Starting up resource adapters
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initializing EJB sessions
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Committing ClassLoader(s)
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Initialize TEST begins...
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home application : TEST is in failed state
    Nov 22, 2008 5:59:46 PM http://orcl.DEMOSRV home Operation failed with error: Error loading web-app 'TEST' at D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\TEST\TEST: Unknown filter subtag: servlet-name
    Can anyone tell me if I am missing something in OAS? Or how do I fix this problem
    Thanks
    Satish

    Oh yes, thank you for reminding me. It is the library. We needed space on the hard drive for some HD video while on vacation and the only way to make room was to burn some DVDs of my photos. I did it all nice and neat so I could put it back when I got home, but then I forgot. Probably not the safest way to do it!
    Time to update to a 500GB hard drive I guess! Thanks for your help.

  • Unable to load web pages. This is what I get when I enter them; Unable to connect

    Yesterday I turned on my computer & was not able to use Firefox. Nothing had been changed on my computer. No web pages will load. When I hit enter this is the message I get:
    Unable to connect Firefox can't establish a connection to the server at www.geocaching.com.
    The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    It most likely means your internet connection is out. Wait a little while then try again. You might also want to reboot your computer. If that doesn't work, please reply.

  • Connected to an active network but unable to load web pages

    Hi,
    I am using an old Powerbook with OS 10.2.x and am trying to add it to an existing network at home. The network is a DSL/ADSL connection, which is received by a modem and is passed on to a wired/wireless router. I have a PC which connects successfully to the router either by wire or wireless and is able to load web pages.
    My Mac, however, does not. It indicates that it is connected to my wireless network, and shows full signal strength. It is assigned an appropriate IP address by the router. However, I cannot load any webpages. All I get is a 'server not found'. This is vexing me, and I have been at it for hours, but no solution.
    Let me add that with the same settings, I was able to browse on my Mac also yesterday, but for some reason, I have no luck today. Can someone please indicate what is going on?

    I am having the exact same problems. My laptop (Gateway) connects fine to the router, but my Mac does not. They sit right next to each other upstairs. The signal will SOMETIMES come through to my Airport card and when it does it is at full strength, but when i run Safari, nothing. I have tried to enter all the information that my PC has printed out and displayed for me, but i have no clue what half of the things are. and my applecare has expired so the people at Apple will not help which is extremely annoying. Sorry i can't help. But if i find anything i will let you know.

  • Often unable to load web pages.

    My MacBook har suddenly decided to not load web pages ...
    I surf around, and maybe one fifth of all the web pages won't load in my browser (both Firefox and Safari). It isn't something about the web pages, because after some time I can get them to load perfectly. I contacted my ISP, and they couldn't find anything wrong. Besides, I can surf just fine from other computers (non-Macs).
    I wondered if it was something about the port, since all other apps work perfectly (for example Google Notifier and Audium is always connected), but https doesn't any better. I've also pinged web sites for a long time, without any evidence of something being wrong. One strange thing is that traceroute sometimes gives me "no such host," and then a moment later, it works with the same address.
    It's not Airport either, because I now use a network cable and have the same problems.

    There are several possibilities that come to mind.
    Since HTTP transfers often fail, but lightweight protocols such as AIM don't, my first thought is MTU (Maximum Transmission Unit).
    The standard MTU for ethernet networks is 1500 bytes. This means that all transfers are broken into chunks of 1500 bytes each before being sent over the network. In some cases, certain network configurations (such as DSL links that use PPPoE) require a lower MTU such as 1492 or even 1460.
    Normally this isn't a problem since the router tells the client what MTU to use but sometimes this doesn't work - especially if you're using a NAT device.
    When there's a mismatch your Mac doesn't know that it needs to use a lower MTU so sends traffic upstream at 1500 bytes and the router chokes when it tries to cram that data into its 1492 link.
    This is why lightweight protocols often work - the typical AIM packet is less than the MTU and therefore doesn't need to get truncated. However, large file downloads exceed the MTU and run into problems.
    If this is the case you can force your MTU to be lower using the System Preferences -> Network -> <interface> -> Ethernet tab. Switch from Automatic to Manual and you'll see options for changing the MTU. Try lowering it to 1460 to see if it works. If it does you can try increasing it until you find the optimal value.
    If it wasn't for your statement traceroute sometimes gives me "no such host" I'd be sure this was the problem. However, MTU doesn't usually cause DNS failures since most DNS requests are small.
    If your DNS is failing and the ISP belives the DNS server is working correctly, that hints at a link-level problem. Packets are getting lost somewhere along the link between you and the server.
    The first thing to check here would be speed and duplex. The fact that you've used both AirPort and wired connections hints that it's not a problem directly on your machine, but what about the rest of the links between you and the router? I'm guessing you have an ethernet cable between your base station and a switch, maybe another cable between that switch and the router? Either of these cables could have a mismatch.
    Without knowing the switch it's impossible for me to tell how you check the switch port configuration - some switches have LEDs on each link that tell you the speed and duplex, others have a command line or web interface that will give you port status and statistics. If you have such a switch, check it. Also check the switch logs if you can - you'll often see error messages such as 'excessive CRC errors' which can indicate a duplex mismatch.
    If you can't get the information from the switch, try manually configuring your devices. The same preferences tab where you set MTU can also be used to set speed and duplex. Just be aware that if you choose a combination that the switch doesn't support (e.g. you choose gigabit but you're connected to a 100mbps switch), then the link will go down.
    Try different options to see if any of them work any better for you.

  • HT1695 Today for some reason my IPad won't fully connect to my iphone and tether.  For instance under settings it shows next to "Wi-FiI'm connected to the Wi-Fi but at the top of the screen there is no connection symbol and in fact i am unable to load web

    Today for some reason my Ipad won't tether properly. The iphone says it's connected and on the Ipad next to Wi-Fi in settings shows I'm connected but at the top left of the screen there is no connection icon and I cannot load and display web pages. My Ipad is about three weeks old and I have never had this problem before. I have rebooted but this did not solve my problem.
    Any ideas?

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Unable to load web pages and iTunes store

    Since upgrading to Yosemite 10.10.2, I am unable to surf the web or even access my iTunes Store. Is anyone else facing this issue?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Unable to load web pages

    I have had my blackberry for about 3 months and until recently I have been able to load and view web pages without any problems.   Now, after I enter a webpage address and hit return, I get a blank screen with 'Loading..' on the bottom, and it stays like that without progessing.
    I get this whether I am at home with a wireless homehub connection or elsewhere.
    I think the problem started when I was trying to access windows live messenger, so I don't know if that is the cause.  I may have  tried enabling java for the website, and again i don't know if this contributed to the problem.  I have restored the original settings to try and  resolve the problem but this hasn''t made any difference.
    My phone also displays the lettes UMA near the signal indicator.  I don't know what this means and whether it can explain the problem.
    I am not particularly IT literate, so if anybody thinks they know what the problem could be. and can explain it in a straightforward way that would be very helpful.
    Jules
    Solved!
    Go to Solution.

    If you don't know what I mean by "send service books" read the two links i provided.
    if you are on a PC reading this, just click on them.
    Service books are the "code" used to transmit data from the internet to your device. The browser requires a service book to operate, just like your email, etc.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Internet connected but unable to load web pages

    Hi - My computer is an Imac, late 2006 model. For some reason I seem to be having problems connecting to the internet using the Airport connection. Using the Ethernet cable everything is fine no problems whatsoever, but wireless connection just doesn't happen. I have run through all the relevant diagnostics and checked the wireless router modem settings. My wife recently bought a MacBook - it connects wirelessly without a hitch. I even changed the iMac setting to exactly the same as the MacBook, but still nothing. I get the green lights in the Network Diagnostics screen, but when I try to load a page in Safari I just get an error message " Not connected to the Internet, or Server failed to respond".
    My broadband ISP is Virgin Media (not a cable connection - it's ADSL) and the wireless router modem is a Netgear DG834GSP v3.
    Any ideas anyone as am getting really frustrated at not being able to connect wirelessly.
    Thanks in advance.

    Hi I have been having exactly the same problem for the last couple of weeks, and can't explain what is happening either. The Mac seems to be connected to the Internet with all of the status 'lights' in Network diagnostics green. I am picking up an IP address but can't load any Web pages. Very puzzling !

  • Unable to load forms Application Server starting  page as comprd to earlier

    I have insatalled my Allication in Forms Application server 10g and it was running succesfully up to yesterday.
    All of a sudden my application got slow down,and it is taking more time to load my first page(say Logon.fmx).
    Clearly to say a pop like "oracle Application Server Forms 10g" is displaying for more time rather than skipping to my Logon.fmx.
    pls help

    I saw this on another windows machine as well. I believe that the port should be 1800 and not 18100. Look into the emd.properties and check if they are configured correctly.
    cu
    Andreas

  • Unable to load some applications after reformatted

    My MacBookPro was purchased in July 2009. Recently, Apple replaced the hard drive and reformatted the whole computer for me. So when I tried to reinstall all my applications again, I realized some of the applications that I always use could not be opened, like Firefox, ITune, skype, and etc...I tried to erased them from Application and re-download them, but the icon would be jumping up and down on the dock and not do anything...
    I also tried to put in the Application install DVD...but it doesnt work...
    Does anyone know why and what should I do? Q_Q Thank you!

    Welcome to Apple Discussions!
    Do you have access to an Apple Store? If so, make an appointment at the genius bar and see what the problem is. There could possibly be a problem with the new drive.
    Are you saying that you can't boot from your install DVD? What happens when you try? If you can boot from your install disc, navigate to Disk Utility and see if you can repair your boot disk.
    Do you have your gray system discs? If so, see if you can boot to the Apple Hardware test and if you can, run the extended version.
    If you open Disk Utility, is the SMART status verified? Can you verify the disk?
    The genius bar would probably be able to give you the quickest help, but if you don't have access to an Apple Store, post back with a little more information.
    Good luck!

  • Unable to specify web application Login Module

    HI all,
    i have the following problem with JDev11Tech Preview R2:
    I have jazn login module which i specify under the Tools -> Embedded OC4J preferences -> Authentication -> Login Configuration
    The login module data is filled into the system-jazn-data.xml under the:
    \jdevstudio1111_TechnPreview2\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config:
    <jazn-loginconfig>
    <application>
    <name>Insis</name>
    <login-modules>
    <login-module>
    <class>com.fadata.insis.security.InsisLoginModule</class>
    <control-flag>required</control-flag>
    <options>
    <option>
    <name>debug</name>
    <value>false</value>
    </option>
    </options>
    </login-module>
    </login-modules>
    </application>
    </jazn-loginconfig>
    But when i try to obtain the LoginContext i receive an exception
    "No LoginModules configured for Insis"
    I have that configuration working in JDev 10.1.3
    Thank you very much in advance!
    Krasimir

    Krasimir,
    in JDeveloper 11 the LoginModule is no longer configured in system-jazn-data.xml but in jps-config.xml (which also has a different format for creating it). So you can look at the jps-config.xml and figure it out yourself or wait for us to document how it works (which is a how-to I am planning to write but with very low priority for now).
    Frank

  • TS1702 I purchase the TVU player app. It is no longer operating. I noted I am unable to load the application.

    I purchased the TVU app. Is any one having problems accessing it. I have had the problem for 3 weeks.

    Double-click the Home button to reveal Task Bar. Hold the TVU app down for a second or two and tap the minus sign to close app. If necessary close other apps also.
    Try and re-launch the app again.

  • Installation error: unable to load configuration application

    I have no problem downloading Reader but cannot install.

    Try the installer from http://get.adobe.com/reader/enterprise/

Maybe you are looking for

  • PLEASE HELP!!! my ipod will not updat because of something up with itunes.

    My ipod nano will not update because of some reason with itunes it says when i plug it in that it is unable to update my ipod because all of the playlists selected for updating do not longer excist. and when i manually press upload it say that the di

  • Adding html code to my pages with iWeb

    Hi, I am a newbe and I am trying to add some basic html code lines to my pages created with iWeb but I don't understand how to do it. May you help me? Thanks! Eta

  • Connecting to a SQL Server Database

    Can someone please point me to a guide or tutorial that explains the basics for connecting to an SQL Server Database. I'm just installed Coldfusion Developer Edition and Microsoft SQL Server Studio Express on Windows Professional. Do I go into the ad

  • Partitioning went wront, lost 32GB on my HDD

    Hi, Today I tried using Boot Camp assistent to partition my HDD on my iMac. During this process I got a Kernel Panic. The partitioning went wrong, and now I lost 32GB of my HDD space. Any idea how I can get it back? In Boot Camp assistent I can't rec

  • Exchange installation problem

    Error: The DNS domain name is invalid. It contains characters other than 'A'-'Z', 'a'-'z', '0'-'9', '.' and '-'. For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.ServerNameNotValid.aspx Warning: Inst