Error: Specify secure port in the property Using ports 7001/7002

          Hi,
          I have two node cluster using WL6.1, and Solaris.
          Then, I also setup NSAPI plug in, and specify 2 nodes
          in obj.conf file. But I tried to browse the URL.
          I have "Secure port in property..." error message.
          I check the SSL property in domain->servers->SERVERNAME
          Enabled:checked
          Listen Port: 9002
          Server Key File Name: config/mydomain/demokey.pem
          Server Certified File Name: config/mydomain/democert.pem
          Server Certifiled Chan File Name: config/mydomain/ca.pem
          Is the above correct setup?
          What am I missing?
          Thanks,
          // hiromu
          

Ok.. That makes more sense.
          So, before we fix the error message, I want to understand your architecture.
          You have NES(Iplanet) proxying requests to 2 managed servers that are
          clustered.
          Your managed servers also have the HttpClusterServlet setup to proxy back to
          those two instances? I think you may be a bit confused.
          The HttpClusterServlet is usually installed on another instance of
          WebLogic(managed server) if you are not using Iplanet, IIS, or Apache as a
          frontend WebServer. When you use the HttpClusterServlet, that WebLogic
          instance will act as a WebServer proxying requests to OTHER backend WebLogic
          Servers.
          In your case, you probably do not need to use the HttpClusterServlet as you
          are using Iplanet to proxy the requests.
          In any case, here is the fix to your problem:
          Refer to:
          http://e-docs.bea.com/wls/docs61///////adminguide/http_proxy_cluster.html
          The documentation says the format of specifying the defaultServers is
          host1:port:secport|host2:port:secport.
          Therefore, you need to add the secure port even though you aren't using it.
          Let's assume your secure port is 9002, then your entry should be:
          <init-param>
          <param-name>defaultServers</param-name>
          <param-value>cyberia:9001:9002|sun-timmy:9001:9002</param-value>
          </init-param>
          Regards,
          Eric
          "hiromu kato" <[email protected]> wrote in message
          news:[email protected]...
          >
          > Eric,
          >
          > The error message is from the managed server log as
          >
          > ####<Oct 2, 2001 9:26:02 PM PDT> <Notice> <WebLogicServer> <cyberia>
          <cluster2>
          > <ListenThread> <system> <> <000201> <ListenThread liste
          > ning on port 9001, ip address 10.10.102.189>
          > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <Cluster> <cyberia> <cluster2>
          <main>
          > <system> <> <000102> <Listening for multicast messages
          > (cluster bvcluster2) on port 9001 at address 237.0.0.1>
          > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <WebLogicServer> <cyberia>
          <cluster2>
          > <main> <system> <> <000330> <Started WebLogic Managed S
          > erver "cluster2" for domain "mydomain" running in Production Mode>
          > ####<Oct 2, 2001 9:26:16 PM PDT> <Info> <HTTP> <cyberia> <cluster2>
          <ExecuteThread:
          > '11' for queue: 'default'> <> <> <101047> <[WebAppS
          > ervletContext(1524862,bv,/bv)] HttpClusterServlet: init>
          > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
          <ExecuteThread:
          > '11' for queue: 'default'> <> <> <101048> <Please
          > specify secure port in the properties. Using ports 7001/7002. See release
          notes
          > for more info>
          > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
          <ExecuteThread:
          > '11' for queue: 'default'> <> <> <101048> <Please
          > specify secure port in the properties. Using ports 7001/7002. See release
          notes
          > for more info>
          > ****************
          >
          > I got the above error when I set web.xml
          > <?xml version="1.0" ?>
          >
          > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
          1.2//EN"
          > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
          >
          > <web-app>
          >
          > <servlet>
          > <servlet-name>HttpClusterServlet</servlet-name>
          >
          <servlet-class>weblogic.servlet.internal.HttpClusterServlet</servlet-class>
          > <init-param>
          > <param-name>defaultServers</param-name>
          > <param-value>cyberia:9001|sun-timmy:9001</param-value>
          > </init-param>
          > <init-param>
          > <param-name>DebugConfigInfo</param-name>
          > <param-value>ON</param-value>
          > </init-param>
          > </servlet>
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>/</url-pattern>
          > </servlet-mapping>
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.jsp</url-pattern>
          > </servlet-mapping>
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.htm</url-pattern>
          > </servlet-mapping>
          > <servlet-mapping>
          > <servlet-name>HttpClusterServlet</servlet-name>
          > <url-pattern>*.html</url-pattern>
          > </servlet-mapping>
          > </web-app>
          >
          > **********************
          > My obj.conf of the NES is
          >
          > Init fn="load-modules" funcs="wl_proxy,wl_init"
          shlib=/mebsuta/b/webserver/https-http-mebuta-hkato-50005/plugins/libproxy.so
          > Init fn="wl_init"
          >
          > Init fn=load-types mime-types=mime.types
          > Init fn="load-modules"
          shlib="/mebsuta/b/webserver/bin/https/lib/libNSServletPlugin.so"
          >
          funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletServ
          ice"
          > shlib_flags="(global|now)"
          > Init fn="NSServletEarlyInit" EarlyInit=yes
          > Init fn="NSServletLateInit" LateInit=yes
          >
          >
          > <Object name="weblogic" ppath="*/weblogic/*">
          > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
          PathTrim="/weblogic"
          > </Object>
          >
          > <Object name="si" ppath=*/servletimages/*">
          > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
          > </Object>
          >
          >
          > <Object name=default>
          > NameTrans fn="NSServletNameTrans" name="servlet"
          > NameTrans fn="pfx2dir" from="/servlet"
          dir="/mebsuta/a/hkato/docs_50005/servlet"
          > name="ServletByExt"
          > NameTrans fn=pfx2dir from=/ns-icons dir="/mebsuta/b/webserver/ns-icons"
          name="es-internal"
          > NameTrans fn=pfx2dir from=/mc-icons dir="/mebsuta/b/webserver/ns-icons"
          name="es-internal"
          > NameTrans fn="pfx2dir" from="/help"
          dir="/mebsuta/b/webserver/manual/https/ug"
          > name="es-internal"
          > NameTrans fn="pfx2dir" from="/manual"
          dir="/mebsuta/b/webserver/manual/https"
          > name="es-internal"
          > NameTrans fn=document-root root="/mebsuta/a/hkato/docs_50005"
          > Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl_proxy
          WebLogicCluster="cyberia:9001,sun-timmy:9001",
          > PathPrepend=/jspfiles
          > PathCheck fn=unix-uri-clean
          > PathCheck fn="check-acl" acl="default"
          > PathCheck fn=find-pathinfo
          > PathCheck fn=find-index index-names="index.html,home.html"
          > ObjectType fn=type-by-extension
          > ObjectType fn=force-type type=text/plain
          >
          > Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
          > Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
          > Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
          > #AddLog fn=flex-log name="access"
          > </Object>
          >
          > <Object name=cgi>
          > ObjectType fn=force-type type=magnus-internal/cgi
          > Service fn=send-cgi
          > </Object>
          >
          > <Object name="servlet">
          > ObjectType fn=force-type type=text/html
          > Service fn="NSServletService"
          > </Object>
          >
          > <Object name="jsp092">
          > ObjectType fn="type-by-extension"
          > ObjectType fn="change-type" type="magnus-internal/jsp092"
          if-type="magnus-internal/jsp"
          > Service fn="NSServletService" type="magnus-internal/jsp092"
          > </Object>
          >
          > <Object name="ServletByExt">
          > ObjectType fn=force-type type=magnus-internal/servlet
          > Service type="magnus-internal/servlet" fn="NSServletService"
          > </Object>
          >
          > <Object name="es-internal">
          > PathCheck fn="check-acl" acl="es-internal"
          > </Object>
          >
          >
          > Thank you for the help,
          >
          > // hiromu
          >
          

Similar Messages

  • E proxy Please specify secure port in the properties.

    Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and
              192.168.80.147 both are in NT. I have installed weblogic in both m/c in
              same folder. Do I need to put the same port number ( what port number
              443 ? or anyone ? ) in [weblogic]/weblogic.properties and
              [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and
              7001. Then what ip-address will be used to put the request ? I tried to
              request on mycluster:443 and mycluster:7001 where mycluster is the name
              of the cluster in both m/c and there is an entry in hosts file of NT for
              192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server
              7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2'
              NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server
              started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

    Clustering is a big topic that cannot be explained in one post. That was why I suggested the link for a complete explanation. The link does provide tons of information you need to setup a cluster.
              However, here are some pointers for your case as applicable to WebLogic 5.10 clustering (which is what you seem to be running).
              (1) Weblogic properties have the following precedence (properties defined in the first item in the following list override the same properties defined in the second item in the list and so on): command line properties, per-server property file, cluster-wide property file and finally global property file.
              If you installed Weblogic 5.10 under /weblogic and your cluster is called "mycluster" and your server is called "Server1" and you command line script is stored in a file called "startServer1.cmd" under /weblogic, then weblogic will read the properties in the following order (the latest read overrides the same properties from an earlier read):
              (a) /weblogic/weblogic.properties <-- global property file
              (b) /weblogic/mycluster/weblogic.properties <-- cluster-wide property file
              (c) /weblogic/mycluster/Server1/weblogic.properties <-- per-server property file
              (d) properties defined in startServer1.cmd <-- command line properties
              In your case, a good place to place the port number is in the cluster-wide property file (since all servers in the cluster should use the same port). Do not specify any ports in the per-server property file or in the command line properties in this case as they will override the port specified earlier.
              (2) In 5.10, you will typically have a bank of webservers (Apache, Netscape, IIS) in front of the cluster. Several configurations are possible. You can for instance have a hardware load-balancer in front of the webserver. You can then have the DNS serve up the external IP of the load-balancer. Alternatively, you can also do DNS round-robin among the webservers. Clients will then use the DNS name in the URL which will map to either the load-balancer or one of the webservers.
              Check this link out for details on architecture:
              http://www.weblogic.com/docs51/cluster/planning.html#1040272
              Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]...
              Hi Giri,
              From this very link I got the idea to use weblogic cluster.
              So this is not of much help.
              Thanx.
              Giri Alwar wrote:
              Take a look at the following document: http://www.weblogic.com/docs51/cluster/index.html Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]... Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and 192.168.80.147 both are in NT. I have installed weblogic in both m/c in same folder. Do I need to put the same port number ( what port number 443 ? or anyone ? ) in [weblogic]/weblogic.properties and [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and 7001. Then what ip-address will be used to put the request ? I tried to request on mycluster:443 and mycluster:7001 where mycluster is the name of the cluster in both m/c and there is an entry in hosts file of NT for 192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server 7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2' NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

  • proxy Please specify secure port

              All,
              I got following messages said:
              Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server started
              Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
              Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
              We use WL as proxy server to host the web. There have another 2 clustering machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy server configured as following:
              # THE WEBLOGIC PROPERTIES FILE
              weblogic.system.listenPort=80
              weblogic.password.system=wwwadmin
              weblogic.allow.execute.weblogic.servlet=everyone
              weblogic.httpd.register.cluster=\
              weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.cluster=\
              defaultServers=web1:80|web3:80
              weblogic.httpd.defaultServlet=cluster
              weblogic.security.ssl.enable=true
              weblogic.system.SSLListenPort=7003
              weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
              weblogic.security.certificateCacheSize=3
              weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
              weblogic.security.clientRootCA=SecureServerCA.pem
              weblogic.security.certificate.server=democert.pem
              weblogic.security.key.server=demokey.pem
              weblogic.security.certificate.authority=ca.pem
              weblogic.httpd.register.Certificate=utils.certificate
              weblogic.allow.execute.weblogic.servlet.Certificate=system
              weblogic.httpd.enable=true
              weblogic.system.nativeIO.enable=true
              weblogic.system.enableConsole=true
              weblogic.system.executeThreadCount=50
              weblogic.system.maxLogFileSize=1024
              weblogic.httpd.enableLogFile=true
              weblogic.httpd.logFileName=access.log
              weblogic.httpd.enableEvents=false
              weblogic.httpd.session.enable=true
              weblogic.httpd.session.cookie.name=WebLogicSession
              weblogic.allow.execute.weblogic.servlet.classes=everyone
              weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
              weblogic.httpd.register.*.jpg=\
              weblogic.servlet.FileServlet
              weblogic.httpd.register.*.gif=\
              weblogic.servlet.FileServlet
              weblogic.httpd.initArgs.*.html=defaultFilename=index.html
              weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
              weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
              webLOGic.httpd.documentRoot=public_html/
              Your input are very appreciated!
              Brian
              

              There won't have 2 lines proxy server message again. But now i got following message said:
              <Proxy> IOException after server.proxy()....coneection refused
              java.net.Connection: Connection refused
              What's the minimum setting in weblogic.properties to setup a WL as a proxy server. WL will be 5.1 w/ SP6.
              "Ronan Brady" <[email protected]> wrote:
              >Your properties line
              > weblogic.httpd.initArgs.cluster=defaultServers=web1:80|web3:80
              >should read
              > weblogic.httpd.initArgs.cluster=defaultServers=web1:80:7003|web3:80:7003
              >
              >See extract from release notes below:
              >
              >Additional details on ISSUES 31822:
              >
              >The following diagram illustrates the differences between setting
              >secureProxy="ON" and secureProxy="OFF".
              >This feature is set in the WebLogic properties file.
              >
              >secureProxy=ON
              >
              >BROWSER<------>HTTPS------>PROXY<------>HTTPS----->WEBLOGIC SERVER CLUSTER
              >
              >secureProxy=OFF
              >
              >BROWSER<------>HTTPS------>PROXY<------>HTTP----->WEBLOGIC SERVER CLUSTER
              >By passing the secureProxy parameter as an initial argument (in WebLogic
              >init.Args) in the cluster servlet and setting it to ON, SSL between the
              >proxy and the clusters will be enabled. Below is a demonstration of how to
              >turn on the secure proxy feature:
              >
              >weblogic.httpd.register.cluster=weblogic.servlet.internal.HttpClusterServlet
              >weblogic.httpd.initArgs.cluster=\
              >defaultServers=server1:7001:7002|server2:7001:7002,\
              >secureProxy=ON
              >
              >
              >"Brian Lin" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> There still has 2 lines message shown on proxy server:
              >> <proxy> Please specify secure port in the properties. Using default ports
              >7001/7002 See release notes fore more info.
              >>
              >> I can see static html on browser now, but servlet and ejb. Before added
              >weblogic.security.SSLListenport on command line, the console will said
              >undefined this property. But it seems to me not working anyway with message
              >returned on proxy server.
              >>
              >>
              >> "Tao Zhang" <[email protected]> wrote:
              >> >It should be weblogic.security.SSLListenPort not
              >> >weblogic.system.SSLListenPort.
              >> >Brian Lin <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> But proxy server doesn't work in progress (idle).
              >> >>
              >> >> "Tao Zhang" <[email protected]> wrote:
              >> >> >It means that you have to put the listening port and ssl listen port
              >in
              >> >the
              >> >> >2 clustering machines.
              >> >> >If you don't use ssl, you can ignore this message.
              >> >> >
              >> >> >
              >> >> >Brian Lin <[email protected]> wrote in message
              >> >> >news:[email protected]...
              >> >> >>
              >> >> >> All,
              >> >> >>
              >> >> >> I got following messages said:
              >> >> >> Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server
              >> >started
              >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
              >in
              >> >the
              >> >> >properties. Using default ports 7001/7002 See release notes for more
              >info
              >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
              >in
              >> >the
              >> >> >properties. Using default ports 7001/7002 See release notes for more
              >info
              >> >> >>
              >> >> >> We use WL as proxy server to host the web. There have another 2
              >> >clustering
              >> >> >machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy
              >> >server
              >> >> >configured as following:
              >> >> >> -------------------------------------
              >> >> >> # THE WEBLOGIC PROPERTIES FILE
              >> >> >>
              >> >> >> weblogic.system.listenPort=80
              >> >> >> weblogic.password.system=wwwadmin
              >> >> >> weblogic.allow.execute.weblogic.servlet=everyone
              >> >> >> weblogic.httpd.register.cluster=\
              >> >> >> weblogic.servlet.internal.HttpClusterServlet
              >> >> >> weblogic.httpd.initArgs.cluster=\
              >> >> >> defaultServers=web1:80|web3:80
              >> >> >> weblogic.httpd.defaultServlet=cluster
              >> >> >> weblogic.security.ssl.enable=true
              >> >> >> weblogic.system.SSLListenPort=7003
              >> >> >>
              >> >> >>
              >> >>
              >>
              >>>weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticatio
              >n
              >> >S
              >> >> >ervlet
              >> >> >> weblogic.security.certificateCacheSize=3
              >> >> >> weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
              >> >> >> weblogic.security.clientRootCA=SecureServerCA.pem
              >> >> >> weblogic.security.certificate.server=democert.pem
              >> >> >> weblogic.security.key.server=demokey.pem
              >> >> >> weblogic.security.certificate.authority=ca.pem
              >> >> >> weblogic.httpd.register.Certificate=utils.certificate
              >> >> >> weblogic.allow.execute.weblogic.servlet.Certificate=system
              >> >> >>
              >> >> >> weblogic.httpd.enable=true
              >> >> >> weblogic.system.nativeIO.enable=true
              >> >> >> weblogic.system.enableConsole=true
              >> >> >> weblogic.system.executeThreadCount=50
              >> >> >>
              >> >> >> weblogic.system.maxLogFileSize=1024
              >> >> >> weblogic.httpd.enableLogFile=true
              >> >> >> weblogic.httpd.logFileName=access.log
              >> >> >> weblogic.httpd.enableEvents=false
              >> >> >> weblogic.httpd.session.enable=true
              >> >> >> weblogic.httpd.session.cookie.name=WebLogicSession
              >> >> >>
              >> >> >> weblogic.allow.execute.weblogic.servlet.classes=everyone
              >> >> >> weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.register.*.jpg=\
              >> >> >> weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.register.*.gif=\
              >> >> >> weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.initArgs.*.html=defaultFilename=index.html
              >> >> >> weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
              >> >> >> weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
              >> >> >> webLOGic.httpd.documentRoot=public_html/
              >> >> >> -------------------------------------------------
              >> >> >>
              >> >> >> Your input are very appreciated!
              >> >> >>
              >> >> >> Brian
              >> >> >
              >> >> >
              >> >>
              >> >
              >> >
              >>
              >
              >
              

  • Adjusting Portal Pages throws "Specify a value for the property {0}"

    I found (with the help of our friends at OSS) the setting I need to change with to adjust the Runtime frame size for Guided Procedures.
    It's quite logical really, since GP is just a bunch of pages in the portal it would make sense to find them in the Portal Content option ... So there it was.
    Content Administration > Portal Content
    Search for content and go to Process Instance. The following part shows the 3 main content parts of the GP Runtime window. As you can see in the third container are the two elements that contain your content. "Content Area" and "Public Content Area".
    Open those two areas (scroll down in the list in the middle, select one and press open) and change the value of Height Type from "Fixed" to "Automatic" or "Full Page".
    This is where I get my error (see the link below for a screenshot as well): When I try to change a value, any value or just open for modifying and try saving again (without changing anything) I get this error:
    [http://wow.telenet.be/delaware/property0.jpg]
    Specify a value for the property
    Now I don't know if there any portal expert watching this thread, but it seems as though all those pages have been wrongly configured from the start. And until I figure out the right configuration I won't be able to save them either way.
    My question is two-fold:
    1) Can anyone provide me with all the settings he has for this component so I can compare them to mine?
    2) How do I fix this error? I'm assuming every page in the portal gives the same error?
    Thanks in advance,
    Frederik-Jan
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM

    I found (with the help of our friends at OSS) the setting I need to change with to adjust the Runtime frame size for Guided Procedures.
    It's quite logical really, since GP is just a bunch of pages in the portal it would make sense to find them in the Portal Content option ... So there it was.
    Content Administration > Portal Content
    Search for content and go to Process Instance. The following part shows the 3 main content parts of the GP Runtime window. As you can see in the third container are the two elements that contain your content. "Content Area" and "Public Content Area".
    Open those two areas (scroll down in the list in the middle, select one and press open) and change the value of Height Type from "Fixed" to "Automatic" or "Full Page".
    This is where I get my error (see the link below for a screenshot as well): When I try to change a value, any value or just open for modifying and try saving again (without changing anything) I get this error:
    [http://wow.telenet.be/delaware/property0.jpg]
    Specify a value for the property
    Now I don't know if there any portal expert watching this thread, but it seems as though all those pages have been wrongly configured from the start. And until I figure out the right configuration I won't be able to save them either way.
    My question is two-fold:
    1) Can anyone provide me with all the settings he has for this component so I can compare them to mine?
    2) How do I fix this error? I'm assuming every page in the portal gives the same error?
    Thanks in advance,
    Frederik-Jan
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM
    Edited by: Frederik-Jan Roose on Apr 1, 2008 11:33 AM

  • JZ0I6:An error occured converting UNICODE to the charset used by the server

    Hi Friends,
    I am using weblogic 8.1 and I developed one MD Bean(Message Distributor Bean). Which takes message from JMS queue and pulish it to JMS Topic. Database is sybase. I was facing this issue.
    I am facing following issue:
    java.sql.SQLException: JZ006: Caught IOException: java.io.IOException: JZ0I6: An error occured converting UNICODE to the charset used by the server. Error message: java.io.CharConversionException: ?
    at com.sybase.jdbc.ErrorMessage.raiseError(Ljava/lang/String;Ljava/lang/String;)V(ErrorMessage.java:???)
    at com.sybase.tds.Tds.language(Lcom/sybase/jdbc/ProtocolContext;Ljava/lang/String;Lcom/sybase/jdbc/ParamManager;)V(Tds.java:???)
    at com.sybase.jdbc.SybStatement.sendQuery(Ljava/lang/String;Lcom/sybase/jdbc/ParamManager;)Z(SybStatement.java:???)
    at com.sybase.jdbc.SybPreparedStatement.sendQuery(Ljava/lang/String;Lcom/sybase/jdbc/ParamManager;)Z(SybPreparedStatement.java:???)
    at com.sybase.jdbc.SybStatement.executeUpdate(Ljava/lang/String;Lcom/sybase/jdbc/ParamManager;)I(SybStatement.java:???)
    at com.sybase.jdbc.SybPreparedStatement.executeUpdate()I(SybPreparedStatement.java:???)
    at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate()I(PreparedStatement.java:115)
    at com.lehman.PW.messageMonitor.GASMessageDistributorBean.onMessage(Ljavax/jms/Message;)V(GASMessageDistributorBean.java:343)
    at weblogic.ejb20.internal.MDListener.execute(Lweblogic/kernel/ExecuteThread;)V(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(Ljavax/jms/Message;)V(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(Ljavax/jms/MessageListener;Lweblogic/jms/common/MessageImpl;)V(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(Lweblogic/kernel/ExecuteThread;)V(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
    Please give me the solution.

    This problem has resolved. I added one line: "CHARSET_CONVERTER_CLASS=com.sybase.jdbc2.utils.PureConverter" into weblogic datasource.
    In Internet I got lot's of article but it was worst. There were giving solution on Weblogic 4 or some old version. Generally on internet you will get article:
    http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/index.jsp?topic=/com.ibm.support.was40.doc/html/DB_Connections_Connection_Pooling/swg21066787.html
    This article is giving information about weblogic 4.
    But We need to solve the issue into weblogic into 8. So in datasource set property: CHARSET_CONVERTER_CLASS=com.sybase.jdbc2.utils.PureConverter. Do not set property: CHARSET_CONVERTER_CLASS=com.sybase.jdbc2.utils.TruncationConverter

  • Error msg = pls. install/uninstall the product using setup.exe in the root folder

    unable to install photoshop elements v10 on a windows 7, ultimate 64bit computer, get:
    error msg = pls. install/uninstall the product using setup.exe in the root folder

    yes, I am installing as the administrator.  I have tried to install from
    two different folders;
    1. c://adobe photoshop elements 10.msi
    and
    2. c://program files/adobe/adobe photoshop elements 10.msi
    get the same error message from both locations.
    the error message is not specific as to "root folder"
    someone please help with this.  I would like to be able to install this app.

  • Error during project server 2013 The property or field 'StartDate' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

    Hi sir,
    when I have try to fetch the value of project start date and finish date and some other field value , I have recived error message like The property or field 'StartDate' has not been initialized. It has not been requested or the request has not been
    executed. It may need to be explicitly requested.
    I have used client context for project server 2013.
    I have also load and execute query.but fail to resolve it Please suggest me and provide solution.
    vijay

    Hi,    
    If you use the Include<TSource> Method in the Load method, we will retrieve only the ids of items in this query, so
    the listItems.ListItemCollectionPosition will not be initialized.
    You can use the <ViewFields> tag in CAML Query to specify the field values to return with each item instead.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Getting error while deleting rows from the database using the View Object

    Hi All,
    I am using jdev 11.1.1.4.0. I am removing the rows from the database using viewobject( quering the viewobject to find the records i want to delete).
    I am using vo.removeCurrentRow(0). Before this statement I am able to get the rows I want to delete.
    after that i am doing am.transaction.commit(). But I am getting the error..
    javax.faces.el.EvaluationException: oracle.jbo.DMLException: JBO-26080: Error while selecting entity for CriteriaEO
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
         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:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         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.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.jbo.DMLException: JBO-26080: Error while selecting entity for CriteriaEO
         at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelectForAltKey(OracleSQLBuilderImpl.java:1117)
         at oracle.jbo.server.BaseSQLBuilderImpl.doEntitySelect(BaseSQLBuilderImpl.java:553)
         at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:8134)
         at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:5863)
         at oracle.jbo.server.EntityImpl.beforePost(EntityImpl.java:6369)
         at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:6551)
         at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:3275)
         at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:3078)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2088)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2369)
         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(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         ... 53 more
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:924)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1261)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1419)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3806)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1667)
         at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelectForAltKey(OracleSQLBuilderImpl.java:869)
    Please give suggestions...
    Thanks
    Kanika

    Hi,
    First Run Application module and confirm whether model project is OK,Cause for the Error is Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
    check:
    Issues with table/column name length
    identifier is too long
    I guess following error occurred because above issue
    JBO-26080: DMLException
    Cause: An unexpected exception occurred while executing the SQL to fetch data for an entity instance or lock it.
    Action: Fix the cause for the SQLException in the details of this exception.
    See:
    http://download.oracle.com/docs/cd/A97337_01/ias102_otn/buslog.102/bc4j/jboerrormessages.html#26080Hope you will helpful

  • Error when retrieve resource by the property contentlink

    We are facing problems to retreive an resource by the property "contentlink", for example:
    We have an resource in the wpccontent repository, and your property "contentlink" has this value /irj/servlet/prt/portal/prtroot/docs/guid/3062f0a0-a97e-2c10-19ac-bcc642332ee1. When try to retrieve the resource, we received an Rerource404Exception error.
    But when we replace the value in the address bar of web browser from /guid... by the value of  property "shortID", that contains the value /guid/a05daa5e-a18a-2c10-14bf-cd2506ea3c94, the resource is displayed normaly.
    The property "contentlink" can be with wrong values? Can anybody tell me why this happen?
    Note: This error happen with any kind of resource, but not with all resources. The error occurs with some resources only. And the folder does not have versioning enabled.
    Thanks & regards,
    Raphael

    Hi Shushmakad,
    If you set Preserve Sequence Property=true. BizTalk will always expect source node will be in sequence, but you have option to change sequence of destination schema by updating xslt.
    Can you test your map with sample input message with sequence.  
    Debug xslt (use this url for reference) 
    http://msdn.microsoft.com/en-us/library/ms255602(v=vs.110).aspx
    Regards
    Suman

  • Time Machine error -6584 can't run the programme, using new time capsule. Help please!

    Bought a new time capsule and it appears to be OK, my Macbook has backed up nicely. Tried to get my imac 27" intel to do the same. Can seee the capsule and can save to the capsule but Time Machine won't run. I just get the error message -6584 .... any ideas anyone?

    The problem seems to be common. Time Machine won't start: i.e. "it"... or the "Stars Wars" thing...
    The following process eliminated the "error -6584"
    Brand new out of the box, 2TB Time Capsule 4th Gen, backed up my iMac 24/4GB/10.7.2 over ethernet with no problems or errors. Time Machine did several incementals over night while I slept. When I returned from work, ready to reimage the OS, I discovered TC hung on an hourly incremental. When I tried to re-establish connection, no dice (error -6584) .
    Several attempts to open the volume failed. I could manage all the preferences and configure the Time Capsule. I just couldn't open the back up or start Time Machine (app).
    I dropped the %HOSTNAME file from the archive folder in Finder into the Disk Utilities image window to verify and repair, but received "file in use".
    Restarting ("reset") the TC oddly resulted in renaming the volume label to "Unamed".  I open Airport Utilities and renamed the archive folder to "Data" as before...
    Now able to mount (login into) the volume... But it shows "--" in available volume space and no "Oldest" or "Latest" backups are displayed...  Not a good sign. Waiting for backup to start..... Looking for backup....
    Odd, instead of failing now, it started an incremental. Done!
    I am now able to open Time Machine (or that cool Star Wars thingy that takes you off somewhere) and review all the backups starting with the first one I created before I went to bed last night.
    The question seems to be what created the problem. I suspect my iMac went to sleep (shut down HDD) in the middle of an incremental. That may have set the "in use" flag on the archive and OS X didn't know how to handle that when I woke the machine up.
    I hope this helps, and corrects my problem permanently.

  • Error while trying to deploy the application using Enterprise manager website

    Hi,
    I am trying to deploy a huge ear file using enterprise manager website of Oracle 9iAs Rel 2.
    The deployment fails with the following error.
    Deployment failed: Nested exception Root Cause: null; nested exception is: java.lang.OutOfMemoryError. null; nested exception is: java.lang.OutOfMemoryError
    We are able to deploy the same ear file using stand-alone container.
    We are planning for deployment in few days to go it live.
    Pls suggest what could be the problem.
    Hardware Used:-
    DellServer Intel P3 dual processor 1.2GHz
    1GB RAM
    2GB virtual memory,
    40GB free hard-drive.
    Apart from 9ias enterprise edition, this system has Oracle database also on it. But the database is not being used at all by anyone.
    No other software is installed on the system
    Software:-
    Windows 2000 Server sp2
    Oracle 9ias Release 2 Enterprise Edition (Installed J2EE and Webcache)
    Oracle 8i Database 8.1.6.0.0
    Size of application:-
    130 EJBs (107 CMP + remaining Session Beans)
    1700 JSPs
    3 servlets
    Packaged properly into jar,war,ear structure.
    the size of ear file is about 13MB.
    Thanks
    Srinath

    Hi,
    I tried using dcmctl but still got the following error.
    Oracle 8i database is running but noone is using it except that this application uses it.
    Pls help
    D:\oraJ2EE\dcm\bin>dcmctl deployapplication -f d:\oraJ2ee\j2ee\elink\applications\advecto.ear -
    a myapp
    ADMN-300075
    D:\oraJ2EE\dcm\bin>dcmctl getError -v -d
    ADMN-300075
    Nested exception
    Base Exception:
    java.rmi.RemoteException:null; nested exception is:
    java.lang.OutOfMemoryError
    Nested exception
    Root Cause: null; nested exception is:
    java.lang.OutOfMemoryError
    java.rmi.RemoteException: null; nested exception is:
    java.lang.OutOfMemoryError
    java.lang.OutOfMemoryError
    <<no stack trace available>>
    Thanks
    Srinath

  • Error - FTR_EDIT (Unable to settle the deal using ftr_edit)

    Dear All,
    Dear All,
    While  settling the MM deal using T code - FTR_EDIT I am getting the bellow error messages.
                 1) Error Message : Recording position management: Error during distribution FTRM 100000000000
                      Message no. FTR_TRD012
    Diagnosis
    Processing cannot be carried out successfully since an error occurred when updating position management. The cause of this message is explained in another error message.
    System Response
    Processing is terminated.
                2) Error Message : No valn classes were defined in valn area 001 for general valn class 0015
                    Message no. TPM_TRG006
    Kindly Check and help to solve this issue.
    Cordially,
    Sana
    Edited by: Sana02 on Dec 18, 2011 6:15 PM

    Hi Renatas,
    Thank You So Much For Your Kind Reply.... i moved one step further
                  Sorry for the late reply.....
    I have maintained the valuation class as per your above message, using which in TTB1 its getting executed but i am getting the below error. i am unable to find the entries in TBB1.
    1)No valn classes were defined in valn area 001 for general valn class 0001
    Message no. TPM_TRG006
    2)Recording position management: Error during distribution FTRM 500000000000
    Message no. FTR_TRD012
    Kindly help me in resolving this issue.
    cordially,
    Sana

  • I get the following error message whenever I try to access email from Dice JobAlert. I don't receive the error for any other email I receive and I also don't get the error message when I access the email using Internet Explorer.

    This is the error message I received: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: http://sz0150.wc.mail.comcast.net/zimbra/js/Startup1_2_all.js.zgz?v=110527090709:822

    Their browser detection script is out of date. The warning seems to come from this file: http://virus.info/api/load/file/js , specifically, the badBrowser() function.
    It's checking for "Firefox/1", which it finds as part of "Firefox/10".
    Perhaps point them towards this blog post: http://hacks.mozilla.org/2012/01/firefox-goes-2-digit-time-to-check-your-ua-sniffing-scripts/

  • Ie 11 fails with 'IE Security detected that the URL and the configuration link to not match

    HI,
    I Have a user that is using IE 11 and is getting the following error:
    IE Security detected that the URL and the configuration link to not match. Please use the URL as configured.  Is and IP based URL. On IE 10 we get a similar message, but as soon as we add it to our trusted site and switch to compatibility
    mode the issue goes away.
    For example http://10.10.10.180/xxx/iafwebsite_810/
    What would be causing this issue?
    Any help would be appreciated.
    Thanks,
    Trish
    Trish Leppa

    Hi,
    It seems that this URL doesn't meet security level. Thus, as long as you add this URL to Trusted sites zone, this issue is fixed.
    Thanks!
    Andy Altmann
    TechNet Community Support

  • Looking for a site planner app - having a charity 5k obstacle course and would like to layout the course based on the property

    I am planning a 5k obstacle course run and would like to be able to layout the course on the property using my ipad - looking for a good app - any suggestions?

    Great responce, but still not enough talent !!!

Maybe you are looking for

  • How can I use one Add-on prior to another for specific MIME-types?

    I'm using Shockwave Flash plugin to watch some videos on YouTube, StreamCloud, etc. It also handles .mkv and .mp4 files/streams. After installing VLC Web plugin to handle MIME-types like mp3/4, mkv additionally and prior to the Flash plugin, Firefox

  • Total number of Users and Tablespaces in EBS

    Hi, I want to know how many total number of Oracle database users are there inn Oracle EBS R12, and how many number of tablespaces are there in EBS. what docx should I consult for this sort of information. Kindly send me the links of such info. Regar

  • Facetime verification email error

    Hi, first of all I'd like to say sorry if this is in the wrong section of the forums, just couldnt find a suitable section for my problem. Basically I installed facetime, apple sends me the verification email which reads as below... To complete the p

  • SetOnScroll - scrolling up or down?

    Hey, i've a radar, and a rangeslider, so you basically can zoom in and zoom out the map. everything works pretty well, and now i simply want to add a scrollevent. So lets say my rangeslider goes from 0 - 1000. When i start the Program the default val

  • Importing Contacts from Outlook to Address (not answered in archives)

    This question will stump some of you! Before posting, I went gone through the archives and followed all the suggestions and have still not solved my problem... I have moved to Mac from PC and need to import over 2000 Contacts from PC running Outlook