Connection to https AEM URL (SSL)

Hi,
I am not able to connect to AEM (5.6.1) version from Adobe Drive 5. Please help.
URL : https://dam.corp.abc.com

Thanks Laurel ! I was able to connect to repository after adding the certificate.
Also, for the help of other forum member :
If you are trying to connect to repository through Adobe Drive using dispatcher URL, you might get access error message in logs and it will require below configuration in dispatcher.any file filter section:
# To enable access through drive
   /0005
   /glob "REPORT /crx/server/"
   /type "allow"
# To enable access through drive
   /0006
   /glob "PROPFIND /crx/server/"
   /type "allow"

Similar Messages

  • Steps to connect to HTTPS webservice

    Hi,
    I would like to know the steps to connect to HTTPS webservice URL.
    Please note the server is hosted within the network. So i would think that i do not require to use Adapter datastore and would need to use Webservice datastore.
    I have the certificate available with me as well.
    I am using DS 12.2.2.1
    Thanks

    You should check note ... 1423991 - How to use SSL with Data Services admin Console -
    Resolution
    Use the 'keytool.exe' tool within the 'javasdk\bin' folder to generate a JKS certificate
    Run the following command:
    keytool.exe -genkey -alias your_alias -keyalg RSA -validity 365 -keystore
    "D:\Business Objects\Tomcat55\conf\your_alias.JKS"
    The tool will ask for more details regarding the certificate and then ask to provide a password
              For test purpose use the jks file attached ''LHRSDSWEBPP.jks''
        3.   Drop this file LHRSDSWEBPP.jks on the ''C'' drive
        4.   Go to %LINK_DIR%\Tomcat55\conf
        5.   Edit server.xml
        6.   Replace the existing paragraph below <!-- Define a SSL HTTP/1.1 Connector on port 8443 > with the following one, making sure any comment tags like "<! -->" around this section are removed:
                   <Connector port="28443" redirectPort="28080" maxHttpHeaderSize="8192"
                   maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                   enableLookups="false" disableUploadTimeout="true"
                   acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
                   clientAuth="false" sslProtocol="TLS"
                   keystoreFile="C:\LHRSDSWEBPP.jks" keystorePass="accounT27" keyAlias="LHRSDSWEBPP"/>
        7.   Go to OS Services
        8.   Shutdown  and Restart Apache Tomcat 5.5.20
        9.   Connect with HTTPS://machine_name:28443/DataServices/launch/logon.do
        10.   For further information regarding the JKS file , go to http://mindprod.com/jgloss/keytoolexe.html

  • Connectivity to HTTPS URL - AEM 6.0

    Hi EveryOne,
    I am not able to connect to my AEM 6.0 through drive though i am able to connect to the same through Browser.
    I have followed the steps to configure SSL on ca-certs , but still i have the following error in my Drive logs.
    kindly let me know if i have missed something .
    2014/06/10 16:22:31,308 [ConnectionHandler-Adobe Drive-480] ERROR CqDamService - 
    java.lang.NullPointerException
      at com.adobe.drive.connector.adep.cqdam.CqDamService.getRepository(CqDamService.java:434)
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:108)
      at com.adobe.drive.connector.adep.GetServerInfoHandler.execute(GetServerInfoHandler.java:94)
      at com.adobe.drive.connector.adep.GetServerInfoHandler.execute(GetServerInfoHandler.java:34)
      at com.adobe.drive.internal.data.manager.DataManager.getServerInfo(DataManager.java:609)
      at com.adobe.drive.ui.ncomm.handler.AddServerHandler.handle(AddServerHandler.java:111)
      at com.adobe.csi.internal.ncomm.InvokeHandler.handle(InvokeHandler.java:88)
      at com.adobe.csi.internal.ncomm.NCommDelegate.execute(NCommDelegate.java:107)
      at com.adobe.versioncue.internal.nativecomm.host.Host.execute(Host.java:200)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.handleRequest(ConnectionH andler.java:162)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.run(ConnectionHandler.jav a:81)
      at java.lang.Thread.run(Thread.java:680)
    2014/06/10 16:22:31,308 [ConnectionHandler-Adobe Drive-480] ERROR GetServerInfoHandler - 
    com.adobe.drive.connector.api.exception.RemoteSystemNotFoundException
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:111)
      at com.adobe.drive.connector.adep.GetServerInfoHandler.execute(GetServerInfoHandler.java:94)
      at com.adobe.drive.connector.adep.GetServerInfoHandler.execute(GetServerInfoHandler.java:34)
      at com.adobe.drive.internal.data.manager.DataManager.getServerInfo(DataManager.java:609)
      at com.adobe.drive.ui.ncomm.handler.AddServerHandler.handle(AddServerHandler.java:111)
      at com.adobe.csi.internal.ncomm.InvokeHandler.handle(InvokeHandler.java:88)
      at com.adobe.csi.internal.ncomm.NCommDelegate.execute(NCommDelegate.java:107)
      at com.adobe.versioncue.internal.nativecomm.host.Host.execute(Host.java:200)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.handleRequest(ConnectionH andler.java:162)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.run(ConnectionHandler.jav a:81)
      at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.NullPointerException
      at com.adobe.drive.connector.adep.cqdam.CqDamService.getRepository(CqDamService.java:434)
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:108)
      ... 10 more
    2014/06/10 16:22:31,333 [ConnectionHandler-Adobe Drive-480] ERROR CqDamService - Failed to connect to repository
    javax.jcr.RepositoryException: Failed to connect to repository
      at com.adobe.drive.connector.adep.cqdam.CqDamService.getRepository(CqDamService.java:447)
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:108)
      at com.adobe.drive.connector.adep.ConnectHandler.execute(ConnectHandler.java:84)
      at com.adobe.drive.connector.adep.ConnectHandler.execute(ConnectHandler.java:37)
      at com.adobe.drive.connector.service.ConnectorServiceFactory$1.execute(ConnectorServiceFacto ry.java:481)
      at com.adobe.drive.connector.service.ConnectorServiceFactory$1.execute(ConnectorServiceFacto ry.java:477)
      at com.adobe.drive.internal.data.manager.DataManager.connect(DataManager.java:7843)
      at com.adobe.drive.internal.data.manager.DataManager.internalMount(DataManager.java:779)
      at com.adobe.drive.internal.data.manager.DataManager.mount(DataManager.java:695)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService$1.work(MountService.java:140)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService$1.work(MountService.java:124)
      at com.adobe.drive.data.persistence.api.PersistenceCaller$1.run(PersistenceCaller.java:63)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner$2.runWithTransaction(Persiste nceRunner.java:186)
      at com.adobe.drive.data.internal.persistence.PersistenceModificationCallable.run(Persistence ModificationCallable.java:71)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner.run(PersistenceRunner.java:11 9)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner.runWithTransaction(Persistenc eRunner.java:181)
      at com.adobe.drive.data.persistence.api.PersistenceCaller.run(PersistenceCaller.java:76)
      at com.adobe.drive.data.persistence.api.PersistenceCaller.run(PersistenceCaller.java:111)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService.internalMount(MountService.jav a:149)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService.mount(MountService.java:102)
      at com.adobe.drive.ui.ncomm.handler.MountServerHandler.mountServer(MountServerHandler.java:2 90)
      at com.adobe.drive.ui.ncomm.handler.AddServerHandler.handle(AddServerHandler.java:157)
      at com.adobe.csi.internal.ncomm.InvokeHandler.handle(InvokeHandler.java:88)
      at com.adobe.csi.internal.ncomm.NCommDelegate.execute(NCommDelegate.java:107)
      at com.adobe.versioncue.internal.nativecomm.host.Host.execute(Host.java:200)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.handleRequest(ConnectionH andler.java:162)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.run(ConnectionHandler.jav a:81)
      at java.lang.Thread.run(Thread.java:680)
    2014/06/10 16:22:31,333 [ConnectionHandler-Adobe Drive-480] ERROR AddServerHandler - Adding server failed
    com.adobe.drive.data.model.DriveException: com.adobe.drive.connector.api.exception.RemoteSystemNotFoundException: Failed to connect to repository
      at com.adobe.drive.internal.data.manager.DataManager.connect(DataManager.java:7861)
      at com.adobe.drive.internal.data.manager.DataManager.internalMount(DataManager.java:779)
      at com.adobe.drive.internal.data.manager.DataManager.mount(DataManager.java:695)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService$1.work(MountService.java:140)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService$1.work(MountService.java:124)
      at com.adobe.drive.data.persistence.api.PersistenceCaller$1.run(PersistenceCaller.java:63)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner$2.runWithTransaction(Persiste nceRunner.java:186)
      at com.adobe.drive.data.internal.persistence.PersistenceModificationCallable.run(Persistence ModificationCallable.java:71)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner.run(PersistenceRunner.java:11 9)
      at com.adobe.drive.data.internal.persistence.PersistenceRunner.runWithTransaction(Persistenc eRunner.java:181)
      at com.adobe.drive.data.persistence.api.PersistenceCaller.run(PersistenceCaller.java:76)
      at com.adobe.drive.data.persistence.api.PersistenceCaller.run(PersistenceCaller.java:111)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService.internalMount(MountService.jav a:149)
      at com.adobe.drive.internal.biz.filesystem.mount.MountService.mount(MountService.java:102)
      at com.adobe.drive.ui.ncomm.handler.MountServerHandler.mountServer(MountServerHandler.java:2 90)
      at com.adobe.drive.ui.ncomm.handler.AddServerHandler.handle(AddServerHandler.java:157)
      at com.adobe.csi.internal.ncomm.InvokeHandler.handle(InvokeHandler.java:88)
      at com.adobe.csi.internal.ncomm.NCommDelegate.execute(NCommDelegate.java:107)
      at com.adobe.versioncue.internal.nativecomm.host.Host.execute(Host.java:200)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.handleRequest(ConnectionH andler.java:162)
      at com.adobe.versioncue.internal.nativecomm.host.ConnectionHandler.run(ConnectionHandler.jav a:81)
      at java.lang.Thread.run(Thread.java:680)
    Caused by: com.adobe.drive.connector.api.exception.RemoteSystemNotFoundException: Failed to connect to repository
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:111)
      at com.adobe.drive.connector.adep.ConnectHandler.execute(ConnectHandler.java:84)
      at com.adobe.drive.connector.adep.ConnectHandler.execute(ConnectHandler.java:37)
      at com.adobe.drive.connector.service.ConnectorServiceFactory$1.execute(ConnectorServiceFacto ry.java:481)
      at com.adobe.drive.connector.service.ConnectorServiceFactory$1.execute(ConnectorServiceFacto ry.java:477)
      at com.adobe.drive.internal.data.manager.DataManager.connect(DataManager.java:7843)
      ... 21 more
    Caused by: javax.jcr.RepositoryException: Failed to connect to repository
      at com.adobe.drive.connector.adep.cqdam.CqDamService.getRepository(CqDamService.java:447)
      at com.adobe.drive.connector.adep.cqdam.CqDamService.connect(CqDamService.java:108)
      ... 26 more
    Regards
    Harish

    Hi,
    You could disable the http port in the portal by
    1. Goto Dispatcher > HTTP Provider>Ports
    2. Remove the HTTP port line/bracket. i.e: (Port:50XX00,Type:http)
    So at the end of the day, you only have (Port:50XX01,Type:https) in your Ports parameter
    To use the redirect from http >https, I believe you need to installed reverse proxy i.e. SAP Web Dispatcher or IISProxy tools.
    Hope this help.
    Thanks
    Regards,
    AZLY

  • Remote connection via http connection-URL access

    Hello all,
    I would like to connect to the customer Business object system from our solution manager. The customer has configured http connection and has opened the connection in marketplace and has maintained http connection-URL access. The URL has also been maintained.
    I have added the corresponding entry also in my hosts file. But i am not able to access the customer URL.
    Anyone please tell me how to do remote connection for the connection type "http connection - URL access".
    Thanks,
    Aishwarya.

    Hi Tim,
    I am getting "The page cant be displayed" error while trying the BO system's URL in my browser.
    Please tell me which of the below methods i can use:
    1. By directly connecting to the BO system URL from the browser (is it possible?)
    2. By using VPN connection
    3. By installing diagnostic agent in solution manager
    4. By following the steps in this link:
    Establishing a Connection Using a Destination (SM59) - Components of SAP Communication Technology - SAP Library
    Regards,
    Aishwarya.

  • SSL error connecting to https sites.

    I have recently got a laptop running Window 7 .
    when i visit Https sites, periodically the error message pops up. when i press ok, the operation progress till the next screen when again the message pops up as follows
    An error occurred during a connection
    SSL received a record with an incorrect Message Authentication Code.
    (Error code: ssl_error_bad_mac_read)

    I've removed the solved status from this thread as you still seem to have this problem.
    Are you using a direct connection or a proxy?<br />
    Do you have a router or security software (firewall) that might cause this problem?<br />
    Do you have problems with other secure https connections?
    You can see the connection settings here:
    *Tools > Options > Advanced : Network : Connection > Settings
    See "Firefox connection settings":
    *https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    From [/questions/893358 another post] by you:
    <blockquote>refreshing the network card parameters seems to have solved the problem.<br />
    <br />
    But again the problem has resurfaced and I am getting frequent error <br />
    " SSL received a record with an incorrect Message Authentication Code.<br />
    <br />
    (Error code: ssl_error_bad_mac_read) "<br />
    <br />
    It is becoming very irritating since it is preventing me to access most of the https site including gmail. The most frustrating part is that the occurrence is not predictable. When the error comes and I click ok, the page is resubmitted and many of the times the page is loaded properly. The problem again occurs when I want to proceed to the next page.</blockquote>

  • Install https certificate and Connect to an alias URL

    Hello,
      I have IDM 7.1 installed on Windows and MS SQL and its working fine.
    My requirement is to access IDM with easyURL (instead of having port no: 500000/idm...).
       an alias name has been created. Now i want to install https certificate and then want to connect to the alias URL.
    I have got the https port number also.
    would you please help me as to exactly how to install th https certificate to the alias URL.
    Regards,
    Mahesh

    Hello,
      I was able to install the certificate.
    If anyone wants help, let me know
    Regards,
    Mahesh

  • Connecting to https with jdk1.5 throwing InvalidAlgorithmParameterException

    Hi,
    My current system has jdk1.3, weblogic7.1 and axis1.1.
    I have a simple class in java which I use to connect to https://*.jsp.
    Here is the sample code.
    System.setProperty("javax.net.ssl.trustStore","/usr/local/client.keystore");
    System.setProperty"java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());   
    System.setProperty("java.security.egd", "file:/dev/urandom");
    URL url = new URL("https://xyz.com/index.jsp");
    InputStreamReader isr = new InputStreamReader(url.openStream());
       char[] buf = new char[1024];
        int nread;
        while ((nread = isr.read(buf, 0, buf.length)) > 0)
          System.out.print(new String(buf, 0, nread));
        System.out.flush();This code works well in jdk1.3 with jsse.jar, jnet.jar, jcert.jar in the classpath and a keystore which has a trusted entry for https://xyz.com/
    I use the first 4lines of the code in a Axis Client to transfer SOAP msgs in https protocol.
    Now I am migrating to JDK1.5, WebLogic9.1 and Axis1.3.
    I have the same keystore. I do not have jsse.jar, jnet.jar, jcert.jar because jdk1.5 has JSSE.
    This same set of code is giving exception in JDK1.5.
    Any Solution?
    Thanks
    Senthil
    Here is the exception from the stack trace
    Exception in thread "main" javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trust
    Anchors parameter must be non-empty
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLExceptionAlerts.java:166)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1476)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1443)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1426)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1045)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
    at java.net.URL.openStream(URL.java:1007)
    at axistest.URLReader.main(URLReader.java:24)
    Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:56)
    at sun.security.validator.Validator.getInstance(Validator.java:146)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:105)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:167)
    at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:840)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:815)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038)

    I have se same problem.
    I do a System.setProperty("javax.net.ssl.trustStore", <path_filetruststore>)
    and I have the same error.
    Can you tell me if you revolve this problem? how?

  • OES-000149: Only allowing https connections, received http

    Hi,
    I am trying to install provisioning service for my Endeca system.
    I have installed all three servers (Endeca server, integrator and Studio) in development mode and I have not used SSL in any of them.
    Now when I am trying to install provisioning service I am not able to connect to the endeca server, the error being:
    ####<Oct 29, 2014 12:45:50 PM IST> <Error> <com.oracle.endeca.pdi.logging.ProvisioningLogger> <infva05628> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <b07a8e9881d7066d:40aa6725:1495ac057b0:-8000-0000000000000014> <1414566950356> <BEA-000000> <javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:9001/endeca-server/ws/manage?wsdl. It failed with:
      Response: '404: Not Found' for url: 'http://localhost:9001/endeca-server/ws/manage?wsdl'.
    com.oracle.endeca.pdi.mdex.clustermanage.ClusterManageClientException: javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:9001/endeca-server/ws/manage?wsdl. It failed with:
      Response: '404: Not Found' for url: 'http://localhost:9001/endeca-server/ws/manage?wsdl'.
    When I tried to access the url "http://localhost:9001/endeca-server/ws/manage?wsdl" I got the following message:
    OES-000149: Only allowing https connections, received http
    How do I solve this issue and install provisioning service?

    Hi brett,
    Thanks for the help. I realised I installed Endeca Server 7.6 in secure mode (default option checked) during installation.
    My error has been solved thanks to you.
    Thanks.

  • Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'

    Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'.
    Caused by: hostname
    fuego.papi.impl.rmi.EngineLocationStatus$UnknowStatusException: Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'.
         at fuego.papi.impl.rmi.EngineLocationStatus.get(EngineLocationStatus.java:74)
         at fuego.papi.impl.rmi.RMIUtils.connectToLocation(RMIUtils.java:136)
         at fuego.papi.impl.rmi.RMIUtils.connectToEngine(RMIUtils.java:111)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createSecureEngineProxy(RMIEngineAccessImpl.java:177)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createSecureEngine(RMIEngineAccessImpl.java:124)
         at fuego.papi.impl.ProcessServiceImpl.createSecureEngine(ProcessServiceImpl.java:1095)
         at fuego.papi.impl.ProcessServiceSessionImpl$2.run(ProcessServiceSessionImpl.java:3982)
         at fuego.papi.impl.ProcessServiceImpl.executeEngineOp(ProcessServiceImpl.java:1675)
         at fuego.papi.impl.ProcessServiceSessionImpl.getSecureEngine(ProcessServiceSessionImpl.java:3990)
         at fuego.papi.impl.AbstractProcessLoader.createProcess(AbstractProcessLoader.java:48)
         at fuego.papi.impl.AbstractProcessLoader.createProcess(AbstractProcessLoader.java:36)
         at fuego.papi.impl.SessionProcessLoader.load(SessionProcessLoader.java:254)
         at fuego.papi.impl.ProcessManager.get(ProcessManager.java:894)
         at fuego.papi.impl.ProcessServiceImpl.getProcess(ProcessServiceImpl.java:1364)
         at fuego.papi.impl.SessionProcessManager.getProcess(SessionProcessManager.java:143)
         at fuego.papi.impl.ProcessServiceSessionImpl.processGet(ProcessServiceSessionImpl.java:2660)
         at com.sunz.bpm.model.ProcessSession.getFirstActivityByDefinitionId(ProcessSession.java:3796)
         at com.sunz.view.wfruntime.authoritiesimpl.VarableContainer.getFirstActivtyByDefinitionId(VarableContainer.java:317)
         at com.sunz.view.global.utils.ProcBusinessHelper.getFirstActivityByDefinition(ProcBusinessHelper.java:134)
         at com.sunz.view.global.utils.ProcBusinessHelper.getProcessDefsByBuiness(ProcBusinessHelper.java:97)
         at com.sunz.view.global.utils.ProcBusinessHelper.getProcessDefsByBuinessId(ProcBusinessHelper.java:63)
         at com.sunz.view.landmgmt.SelectBusinessType.getProcessDefsByBusinessId(SelectBusinessType.java:139)
         at com.sunz.view.landmgmt.SelectBusinessType.selectonechoice1valuechange(SelectBusinessType.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
         at org.apache.myfaces.trinidad.component.UIXEditableValue.broadcast(UIXEditableValue.java:214)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:787)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:324)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.sunz.view.global.utils.AuthorizationFilter.doFilter(AuthorizationFilter.java:193)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.UnknownHostException: hostname
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
         at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
         at java.net.InetAddress.getAllByName(InetAddress.java:1083)
         at java.net.InetAddress.getAllByName(InetAddress.java:1019)
         at java.net.InetAddress.getByName(InetAddress.java:969)
         at fuego.rmi.mmp.SocketTransport.connect(SocketTransport.java:52)
         at fuego.rmi.ClientCluster.<init>(ClientCluster.java:104)
         at fuego.rmi.ClientCluster.find(ClientCluster.java:228)
         at fuego.rmi.RemoteProxy.<init>(RemoteProxy.java:71)
         at fuego.papi.impl.rmi.PublicEngineProxy.<init>(PublicEngineProxy.java:33)
         at fuego.papi.impl.rmi.EngineLocationStatus.createPublicEngine(EngineLocationStatus.java:109)
         at fuego.papi.impl.rmi.EngineLocationStatus.get(EngineLocationStatus.java:44)
         ... 71 more

    You may want to verify the JMX settings in Process Administrator for the engine. I had a similar problem, but with the port number not the host. You are using hostname, is that correct? I would assume a DNS name or localhost instead of hostname. Try replacing the Host value with an IP, or if it local, localhost and then save and apply the changes. You will can verify this works by checking the engine on the main engine page and selecting reload information from the directory. No error means you should be good....
    HTH,
    IGS

  • Safari 5.1.5 connects to https but not to http

    On my iMac, running Mac OSX 10.6.8, with Safari 5.1.5, I can connect to https (SSL) sites, but not to http (non-SSL) sites.

    1. The changes to your configuration suggested here should be considered provisional; they may not solve your problem, or they may remove functionality that you find useful. If a third-party system modification that you want to keep is causing the problem, seek help from its developer.
    2. WARNING: Back up all data now if you haven’t already done so. Before proceeding, you must be sure you can restore your system to its present state, even if it becomes unbootable. If you’re not sure you can do that, STOP — DON’T CHANGE ANYTHING. If you’re dissatisfied with the results of the procedure suggested below, restore from your backup. I will not be responsible for the consequences, and I will not be able to help, if you ignore this warning.
    3. You should either remove or update the following system modification(s), if an update is available from the developer:
    N/A
    and definitely remove at least the following:
    † Symantec Internet Security
    † Trend Micro Security
    4. Whatever you remove must be removed completely, and (unless otherwise specified in this message) the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. In some cases it may be necessary to re-download or even reinstall the software in order to get rid of it. I can't be more specific, because I don't install such things myself. Please do your own research.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    Again, please don't ask me to do this research for you. You can do it better than I can, because I haven't installed the product and I may not even know what it is.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.
    5. I recommend that you never reinstall the modifications marked with a dagger (†) above, if any. If your problem is resolved after uninstalling all the above modifications and rebooting, but you still want to use some of those not marked with a dagger, you can experiment with putting them back, one at a time, testing carefully after each step. Keep in mind that system modifications may be incompatible with each other or with future OS X updates, so it may not be clear which one is at fault.
    6. If you still have problems after making the suggested changes and rebooting, post again. Remember: if you don’t like the results of this procedure, you can undo it by restoring from the last backup you made before you started.

  • Connecting to HTTPS site

    Hi all,
    I have a problem with connecting to a HTTPS site from a JSP page.
    I used the samplecode given in the Tomcat SSL guide in HttpClient for this purpose. But its giving error.
    First I didnt used the Protocol class to register the https protocol. Then I got an error
    "SSL handshaking error, No trusted certificate found"
    later when I used the Protocol class to resgister https, I got NullPointerException.
    My machine is behind proxy.
    Do I need any third party certificate to connect with https?
    Pls help me with details...
    Jijesh

    Jijesh,
    I am struggling with the same issue. Were you able to resolve it? Any help is greatly appreciated.
    Namrata

  • CSM HTTP Redirect with SSL

    Problem we are having:
    A client opens an HTTPS connection to a CSM with SSL offload to SSL module. The decrypted clear HTTP request hits the IIS server and is redirected (301).
    The client gets an HTTP redirect and not an HTTPS redirect.
    The reason for the 301 redirect is the IIS server does not have a physical resource but rather a virtual directory so it issues a 301 and adds a /. eg https://www.cisco.com/tech is redirected to https://www.cisco.com/tech/ in a working situation.

    look for the urlrewrite command in order to change HTTP into HTTPS.
    Regards,
    Gilles.

  • TMG Proxy not connecting internal HTTPS connection

    Dear All,
    I am working government org, and there are many internal HTTP and HTTPS sites which is going/thought to proxy tmg(2010) server.internal clients are able to connect to http sites but they are not connect to https sites and all server application are come
    to internal intranet network
    i am trying to add https access rule and some basic troubleshooting but governmant clients not able to open internal application https sites.
    my question is that is that possible?
    if possible how to make a rule or redirect https connection?
    Thanks for advanced

    Hi,
    Pelase check the article below.
    In some business scenarios, internal clients protected by Microsoft Internet Security and Acceleration (ISA) Server 2004 may require access to secure Internet Web sites. This scenario can be configured as follows:
            Configure a tunneled Secure Sockets Layer (SSL) end-to-end secure HTTP (HTTPS) connection between the internal client and the external Web site.
            Configure clients to request the external Web site using Hypertext Transfer Protocol (HTTP), and then redirect the request from the ISA Server computer to the site using HTTPS.
    Configuring Internal Client Acess to Web Sites over SSL
    https://technet.microsoft.com/en-us/library/cc302568.aspx
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Subversion - a repository connection with the supplied URL already exists

    Hi all!
    OS: SuSe 9.3
    jdeveloper:jdevstudiobase10131
    I need to create three repository connection to the same URL, with different user but jdeveloper doesn't give me any chance to do it. Returning the following error:
    Could Not Create Connection
    A repository connection with the supplied URL already exists.
    Any idea here?
    Thanks
    Gilberto
    Message was edited by:
    gilbertoca

    You might be dealing with orphaned site. Go through the following blog post and see if it helps you delete the orphaned sites.
    http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=299
    Amit

  • Apache is throwing NLS_LANG error when connecting via HTTPS using a DAD

    Our Apache server is throwing this error
    [Wed May  6 11:53:52 2009] [alert] [client 69.246.251.48] [ecid: 223452213192,1] mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
    every time we connect to the server using HTTPS (the connection is using DAD -- see below for the DAD configuration).
    If we run the same connection using HTTP it works fine.
    Anyone know why this would happen and how we can correct it?
    DAD configuration:
    <Location /plshes>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername hes
    PlsqlDatabasePassword @<password here>=
    PlsqlDatabaseConnectString hpprd NetServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA_WE8ISO8859P1
    PlsqlAuthenticationMode PerPackageOwa
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlErrorStyle ModPlsqlStyle
    PlsqlAlwaysDescribeProcedure Off
    </Location>

    @AMN -- I'm sort of in your camp in that I don't think I should have to remove that line (which I've not been able to test yet, by the way). It's possible removing the line might bypass the issue since the statement will never get issued in the first place, but I will know there is some sort of issue between HTTP and HTTPS that is throwing this error.
    To answer your questions:
    1. The portal database (IASDB) returns:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    2. What do you mean by "pls/hes"?
    3b. Which type of OAS? Can you clarify this question? OAS 10g (which means IASDB is version 9i). We run Apache using Webcache. This OAS serves up a custom application written largely in Forms and PL/SQL. Hmmm, maybe that's not what you mean by this question , though...
    3a. Explain our SSL configuration -- I'll try. I configfured this 4 to 5 years ago and haven't changed it at all other than to update the Oracle Wallet certificates every year or two. We have a single physical server that hosts our infrsastructure and mid-tier components and nothing more. As mentioned, Apache is our webserver and we run Oracle's Webcache. The twist in our configuration (and probably the source of this issue we are having is somewhere in this twist) is that we use one physical server and one Apache web server to serve up both HTTP and HTTPS using a virtual host within Apache and then we deifned multiple sites and origin servers with several redirects on various ports so we can handle SSL and non-SSL connections depending on whether they come to us externally (inTERnet) or internally (inTRAnet).
    Webcache sites (hes2 is the server name):
    Site Origin Server
    hes2:7778 hes2:7779
    www.OurWebSite.com:80 hes2:8000
    hes2:80 hes2:7779
    sso.OurWebSite.com:80 hes2:7777
    www.OurWebSite.com:443 hes2:4444
    Webcache origin servers:
    hes2:7777 HTTP
    hes2:7779 HTTP
    hes2:8000 HTTP
    www.OurWebSite.com:4444 HTTPS
    Webcache listen ports:
    443 HTTPS -- has Oracle wallet defined for it
    7778 HTTP
    80 HTTP
    Navigating to http://www.OurWebSite.com will redirect to hes2:8000, which is our virtual server (configuration below). Navigating to https://www.OurWebSite.com will redirect to hes2:4444.
    There is probably a little more I need to provide to answer the "SSL configuration" question, but I think that is enough for now as this is already a long response -- my apologies for that.
    Virtual host configuration in httpd.conf:
    <VirtualHost *:8000>
    ServerName www.OurWebsiteName.com
    ServerAdmin [email protected]
    Port 80
    DocumentRoot "/u01/app1/oracle/10gasm/Apache/Apache/htdocs"
    RewriteEngine on
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST}!^www\.OurWebSite\.com [NC]
    RewriteRule ^/(.*) http://www.OurWebSite.com/$1 [L,R]
    OssoIpCheck off
    OssoConfigFile /u01/app1/oracle/10gasm/Apache/Apache/conf/osso/osso-www.conf
    <Location /portal>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /forms>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /discoverer>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/docs>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/images>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/optiform>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    LogLevel error
    ErrorLog "|/u01/app1/oracle/10gasm/Apache/Apache/logs/www_error_log 43200"
    </VirtualHost>

Maybe you are looking for

  • To install windows 8 or 7 on mac pro (10.9.5)

    Hi I'd like to install windows 7 or 8 on my macbook pro(10.9.5).I tried reading how to do that but there's no success could anyone tell in detail how to do that?

  • Error Handling and Error Messages

    I already posted this in the java programming forum, but I dont think the people responded understand patterns, or what I was asking. Here is my original post, for reference I am not asking how to catch and exception, or how to display an error, I am

  • Use VB to see list of VIs in an LLB ?

    Hi. I'm trying to get Visual Basic to see inside an LLB. I'd like to be able to read information about VIs inside LLBs. The information doesn't have to be so detailed... even if I could just get a list of the filenames, date, top-level status, etc. I

  • How to Hide "Hidden Files"??

    This is a question that has stumped AppleCare when I called them last week, and the "Geniuses" at my local AppleStore yesterday....So, throwing it out here. On upgrading my new 17" MBP last week to Snow Leopard I discovered the Finder was showing a l

  • Batch file in javascript

    Hi all, I am in the process of creating a batch file in Adobe Acrobat. I have several options that it is doing, such as applying security, watermark, etc. Now I need to add a way to delete a certain bookmark. This bookmark will have the same name in