Restart rank comes not correct based on column group

Hello PL/SQL gurus and experts.


I use Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64-bit Production version
I have table-

drop table t2;
create table t2(Hospital,Test_Range,Total) as select
'Batra','> 10 Mph','20000' from dual union all select
'Fortis','1-3 Mph','24500' from dual union all select
'Max','5-10 Mph','10600' from dual union all select
'Columbia','< 1 Mph','27700' from dual union all select
'Nimhans','< 1 Mph','50000' from dual union all select
'Meenam','< 1 Mph','11000' from dual union all select
'Meeran','5-10 Mph','24625' from dual union all select
'Mnagamani','> 10 Mph','12000' from dual union all select
'Murari','> 10 Mph','20600' from dual union all select
'Triveni','5-10 Mph','16500' from dual union all select
'Batra','5-10 Mph','14700' from dual union all select
'Max','< 1 Mph','170000' from dual union all select
'Apollo Medical Centre','> 10 Mph','19000' from dual union all select
'MLal','1-3 Mph','22600' from dual union all select    
'Columbia','< 1 Mph','28900' from dual union all select
'Asian','1-3 Mph','27900' from dual union all select
'A.G.M.','< 1 Mph','22700' from dual union all select
'Aashiana','5-10 Mph','23450' from dual union all select
'Amar Hospital','1-3 Mph','21325' from dual union all select
'Childs Trust','5-10 Mph','22775' from dual union all select
'Crescent ','< 1 Mph','20025' from dual;

I use the following DML-

select Test_Range "Test_Range",
SUM (Total) "Total",
decode(grouping(Hospital), 0, Hospital, 'Total') "Hospital",
decode(grouping(Hospital), 0, max(rank), null) Rank
from
(
SELECT Hospital,
         Test_Range,
         SUM (Total) Total,
         DENSE_RANK ()
            OVER (PARTITION BY test_range || Hospital ORDER BY SUM (Total) DESC)
            AS RANK,
         ROW_NUMBER ()
            OVER (PARTITION BY test_range || Hospital ORDER BY SUM (Total) DESC)
            AS rk
    FROM t2
GROUP BY Hospital, Test_Range
)
group by grouping sets((Hospital, Test_Range),())
order by Test_Range, Rank;

Get the following output-

Test_Ran      Total Hospital                    RANK
-------- ---------- --------------------- ----------
1-3 Mph       24500 Fortis                         1
1-3 Mph       21325 Amar Hospital                  1
1-3 Mph       22600 MLal                           1
1-3 Mph       27900 Asian                          1
5-10 Mph      14700 Batra                          1
5-10 Mph      22775 Childs Trust                   1
5-10 Mph      10600 Max                            1
5-10 Mph      23450 Aashiana                       1
5-10 Mph      16500 Triveni                        1
5-10 Mph      24625 Meeran                         1
< 1 Mph       20025 Crescent                       1
Test_Ran      Total Hospital                    RANK
-------- ---------- --------------------- ----------
< 1 Mph       50000 Nimhans                        1
< 1 Mph       56600 Columbia                       1
< 1 Mph       11000 Meenam                         1
< 1 Mph      170000 Max                            1
< 1 Mph       22700 A.G.M.                         1
> 10 Mph      12000 Mnagamani                      1
> 10 Mph      20000 Batra                          1
> 10 Mph      20600 Murari                         1
> 10 Mph      19000 Apollo Medical Centre          1
             610900 Total
21 rows selected.

While I am looking for following output-

Test_Ran      Total Hospital                    RANK
-------- ---------- --------------------- ----------
1-3 Mph       27900 Asian                          1
1-3 Mph       24500 Fortis                         2
1-3 Mph       22600 MLal                           3
1-3 Mph       21325 Amar Hospital                  4
5-10 Mph      24625 Meeran                         1
5-10 Mph      23450 Aashiana                       2
5-10 Mph      22775 Childs Trust                   3
5-10 Mph      16500 Triveni                        4
5-10 Mph      14700 Batra                          5
5-10 Mph      10600 Max                            6
< 1 Mph      170000 Max                            1
< 1 Mph       56600 Columbia                       2
< 1 Mph       50000 Nimhans                        3
Test_Ran      Total Hospital                    RANK
-------- ---------- --------------------- ----------
< 1 Mph       22700 A.G.M.                         4
< 1 Mph       20025 Crescent                       5
< 1 Mph       11000 Meenam                         6
> 10 Mph      20600 Murari                         1
> 10 Mph      20000 Batra                          2
> 10 Mph      19000 Apollo Medical Centre          3
> 10 Mph      12000 Mnagamani                      4
             610900 Total
21 rows selected.

Kindly help me and thanks in advance for your time, effort and assistance

Hello

If you want a separate set of numbers (1, 2, 3,...) for each value of test_range, without seeking to hold account of the hospital, then the PARTITON OF only test_range, not to mention the hospital.

Tags: Database

Similar Questions

  • Restart ColdFusion 11 Instances starts does not correctly after the server

    Hello, we have after the situation and can't seem to find a fix or a workaround for it. Could you help her?

    On all 4 of our Windows Server 2012 R2 servers running on machines with 8 vcpu hearts vitrual each, we have 10 instances running ColdFusion 11 update 6, instances are the same on all servers of 4, 2 servers are used for testing/qa and 2 for production. On all these servers, after restart servers sometimes starts correctly and need to be restarted manually to start working. It seems that, on average, at any time, instances of 2 to 4 starts not and those who are not the same bodies every time. We look at the log files and we believe that we found that the issue is, but not sure how to get around it, or fix it. When proceedings begin, the following error appears in the log files of the bodies that will not start correctly (see the bottom of this post for the actual journal entries):

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog

    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind

    As you can see in the logs below, actually startinstances, but when someone goes to CF Admin or try to do something with ColdFusion on these instances, all they see is error 500. Manually restart the instances starts correctly. I think the problem is that the ServerConnector of org.eclipse.jetty.util.log.JavaUtilLog will be started with the port 5500 instead of a random port (in the log files are you see an AVAILABLE argument is used by ColdFusion, when he calls the constructor). I suspect what happens is that when rebooting the server, all services trying to start at the same time and all try the port 5500 first to see if it is available for use. Since there are 8 processor cores, I think some cases on different cores to processors 'meaning' port 5500 is available and try to use it, but pending different instances on core cpu nested calls for actually the port and then others get an exception and cannot recover it. Those manually, restart gives them a new random number as the port 5500 is already used by a single instance.

    The question we have is: can force us ColdFusion instance use different port for this org.eclipse.jetty.util.log.JavaUtilLog of ServerConnector and if not, is there another workaround solution? We tried the underside of things so far, but not of them semm to help. Our tests included stop all instances and try to change settings on a single instance to see if it will use different port for ServerConnectorm of the org.eclipse.jetty.util.log.JavaUtilLog after starting, but he always tries to claim the first 5500 port:

    • Tried to change the jvm for the below arguments. We tried all those who, because we don't know yet which is correct, various documents we found online did not say specifically, this can be done with ColdFusion servers and we are not very familiar with works of the pier or what work is in ColdFusion server. Any of these help to our question:
      -Djetty.http.port = 20003
      -Dorg.eclipse.jetty.http.port = 20003
      -Dorg.eclipse.jetty.server.server.port = 20003
      -Dorg.eclipse.jetty.Server.port = 20003
    • In addition, tried to change the jetty.xml file in the D:\CF11\cfusion\jetty\etc folder (it exists only in the instance main cfusion but other instances), port of the line 139, changed it to 0. There is either no make the difference:
      < name = 'port' > < property name = "jetty.port" default = "0" / > < / Set > "

    This log file is among bodies having a problem during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:04 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8605']
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8005"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@3c75e648{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@340cadfc FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ['http-Apr-8605']
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ["ajp-Apr-8005"]
    13 October 2015 07:52:40 com.adobe.coldfusion.launcher.Launcher run
    Information: Starting the server to Ms 40448

    This log file is second bodies having a problem during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8607"]
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8007"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    13 October 2015 07:52:09 org.apache.catalina.util.SessionIdGenerator createSecureRandom
    INFO: Creating instance of SecureRandom for the generation of using [SHA1PRNG] session ID a [141] milliseconds.
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@37fad941{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@5c29fc94{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@5d5db612 FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:38
    INFO: From ProtocolHandler ['http-Apr-8607"]
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:39
    INFO: From ProtocolHandler ["ajp-Apr-8007"]
    13 October 2015 07:52:39 com.adobe.coldfusion.launcher.Launcher run
    INFO: Starting the Server MS 39425

    This is a log file of 3rd instance having problems during the last reboot of the server:

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.
    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02
    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].
    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL
    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ['http-Apr-8603"]
    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04
    INFO: Initializing ProtocolHandler ["ajp-Apr-8003"]
    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: from application services
    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:14
    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    INFO: Pier - 9.0.7.v20131107
    13 October 2015 07:52:25 org.eclipse.jetty.util.log.JavaUtilLog info
    {INFO: started o.e.j.s.ServletContextHandler@3c75e648{/,null,AVAILABLE}
    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    {WARNING: ServerConnector@69f41e78{HTTP/1.1 FAILED} {0.0.0.0:5500}: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    13 October 2015 07:52:25 warn org.eclipse.jetty.util.log.JavaUtilLog
    WARNING: org.eclipse.jetty.server.Server@340cadfc FAILED: exception java.net.BindException: address already in use: bind
    exception java.net.BindException: address already in use: bind
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind(Net.java:433)
    at sun.nio.ch.Net.bind(Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)
    at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:8 0)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at org.eclipse.jetty.server.Server.doStart(Server.java:303)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
    at coldfusion.monitor.jetty.server.MonitoringServer.startServer(MonitoringServer.java:109)
    at coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)
    at coldfusion.monitor.MonitoringServiceImpl.start(MonitoringServiceImpl.java:149)
    at coldfusion.server.CFService.setupMonitoringService(CFService.java:486)
    at coldfusion.server.CFService.start(CFService.java:699)
    at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:553)
    at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:505)
    at javax.servlet.GenericServlet.init(GenericServlet.java:158)
    at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
    at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1559)
    to org.apache.catalina.core.ContainerBase$ StartChild.call (ContainerBase.java:1549)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:27
    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ['http-Apr-8603"]
    Departure from org.apache.coyote.AbstractProtocol 13 October 2015 07:52:40
    INFO: From ProtocolHandler ["ajp-Apr-8003"]
    13 October 2015 07:52:40 com.adobe.coldfusion.launcher.Launcher run
    Information: Start the server in ms 40095

    Here is log file on an instance that really started properly (one of these instances of work entirely using port 5500, the other uses random ports):

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02

    NEWS: APR charged base library Apache Tomcat Native 1.1.33 using APR version 1.5.1.

    13 October 2015 init org.apache.catalina.core.AprLifecycleListener 07:52:02

    INFO: Capacity APR: IPv6 [true], [true] sendfile, accept the [false] filters, random [true].

    13 October 2015 07:52:03 org.apache.catalina.core.AprLifecycleListener initializeSSL

    INFO: Initialized correctly OpenSSL (OpenSSL 1.0.1m March 19, 2015)

    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04

    INFO: Initializing ProtocolHandler ['http-Apr-8608"]

    13 October 2015 init org.apache.coyote.AbstractProtocol 07:52:04

    INFO: Initializing ProtocolHandler ["ajp-Apr-8008"]

    13 October 2015 07:52:04 org.apache.catalina.core.StandardService startInternal

    INFO: Starting service Catalina

    13 October 2015 07:52:04 org.apache.catalina.core.StandardEngine startInternal

    INFO: Starting the Servlet engine: Apache Tomcat/7.0.54

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:15

    INFO: ColdFusionStartUpServlet: ColdFusion: from application services

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:15

    INFO: ColdFusionStartUpServlet: ColdFusion: version VM = 25, 60 - b23

    13 October 2015 07:52:26 org.eclipse.jetty.util.log.JavaUtilLog info

    INFO: Pier - 9.0.7.v20131107

    13 October 2015 07:52:27 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started o.e.j.s.ServletContextHandler@718d048a{/,null,AVAILABLE}

    13 October 2015 07:52:27 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started ServerConnector@51efa93e{HTTP/1.1} {0.0.0.0:55598}

    Journal of the org.apache.catalina.core.ApplicationContext 13 October 2015 07:52:30

    INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646

    13 October 2015 07:52:42 org.apache.coyote.AbstractProtocol start

    INFO: From ProtocolHandler ['http-Apr-8608"]

    13 October 2015 07:52:42 org.apache.coyote.AbstractProtocol start

    INFO: From ProtocolHandler ["ajp-Apr-8008"]

    13 October 2015 07:52:42 com.adobe.coldfusion.launcher.Launcher run

    Information: Start the server in ms 42366

    Here is our current, ShadoMX/util/Flex/SDK/bin/jvm.config file which is used on all instances (the difference for each is the path of the instance and for some arguments of Xms and Xmx different, other parameters are the same) :

    #
    # Configuration of the virtual machine
    #
    # Where to find JVM, if {java.home} /jre there are this JVM is used
    # If not then it must be the path to the JRE itself

    Java.Home=D:/Java/JDK1.8.0_60/JRE

    #
    # If no java.home is specified that a VM is located by searching these locations in this
    order #:
    #
    #  1) .. JRE/runtime /.
    Register # 2) (windows only)
    (# 3) JAVA_HOME env var more jre (IE $JAVA_HOME/jre)
    (# 4) java.exe in path
    #

    application. Home = D: /cf11/INSTANCEPATH

    # Arguments to VM
    Java.args=-serveur-Xms768m-Xmx1024m - XX : MaxMetaspaceSize = 256 m - XX : + UseG1GC - Xbatch-Dcoldfusion.home={application.home}-Duser.language=en-Dcoldfusion.rootDir={application.home}-Dcoldfusion.libPath={application.home}/lib-Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true-Dcoldfusion.jsafe.defaultalgo=FIPS186Random-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog-Djsse.enableSNIExtension=false-Dcoldfusion.disablejsafe=true-Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/j ars,{application.home}/wwwroot/WEB-INF/cfform/jars,D:\\CF11\\Jars\\EAIMessaging , D:\\CF11\\ Jars\\ALLINSTANCES

    Java.class.Path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

    # Comma separated list of path for shared library
    /jintegra/bin/international,{application.home}/lib/oosdk/classes/win Java.Library.Path={application.home}/lib,{application. Home} / jIntegra/bin, {application. Home}

    Hi Pawel,

    I note on a system CF11 runs several instances I was looking at a ColdFusion11\INSTANCE\lib\jetty.xml.

    Part of said jetty.xml:

    0.0.0.0

    5500

    300000

    When I edit thrown 'port' section on my localhost CF11 to 5501 jetty.xml and start the coldfusion - error.log says CF11 part:

    October 14, 2015 08:27:18 org.eclipse.jetty.util.log.JavaUtilLog info

    INFO: Pier - 9.0.7.v20131107

    October 14, 2015 08:27:18 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started o.e.j.s.ServletContextHandler@15a081f{/,null,AVAILABLE}

    October 14, 2015 08:27:19 org.eclipse.jetty.util.log.JavaUtilLog info

    {INFO: started ServerConnector@d02caa{HTTP/1.1}{0.0.0.0:5501}

    After changing port 5501 I note CFadmin > server settings > settings summary > save as PDF button works well.

    HTH, Carl.

  • Acer Aspire E5 - 551g do not correctly restart

    Hello

    I have a laptop Acer Aspire G 551 - E5 - t0jn which was not correctly restart after upgrade to Windows 10.

    The laptop starts if I press and hold the powerkey until it passes to the wide, or make a SHUT DOWN instead. However, when I just do a restart it just hangs at the Acer logo indefinitely. I did a clean install of windows 10 and the problem persisted. I then installed a linux beside windows 10 distribution and the problem persists there too, so I'm not sure it's just windows 10. However, until the upgrade, 8.1 and my time given linux partition on very well without hassle.

    Any advice on this would be greatly appreciated

    Thank you

    The problem was the Ultimate - n 6300 Wireless Nic Intel I asked to replace the buggy Atheros, since swapping back everything works as should be. I never suspected the wireless network card could be the problem, but it turns out that this particular card and E5 mobile computers Acer 551G could not agree and resulted in the laptop hung downtown after the reboot.

  • Cannot install LR 6 DVD on Macbook Air with OS 10.11.2.  Installation crashes and ejects the DVD at the end of 98%.  Long note that 'Adobe application manager quit unexpectely', restart.  DVD installed correctly on my IMAC.  That is what it is?

    Cannot install LR 6 DVD on Macbook Air with OS 10.11.2.  Installation crashes and ejects the DVD at the end of 98%.  Long note that 'Adobe application manager quit unexpectely', restart.  DVD installed correctly on my IMAC.  That is what it is?

    Copy the contents of the drive in a desktop folder and install from this directory.

  • Valueset TABLE based at SSHRC does not display the additional columns

    Hello

    I created a valueset, which is the base of the table. I added a column in the extra column. I use this valueset in an EIT. I created a page of SSHRC s for the EIT.

    My problem is, that valueset shows the additional column when you open the valueset in EIT of FORMS, but does not show the additional column on the page of SSHRC.  Is this a bug?


    Hi Alex,

    I have the solution for this. Basically, you specify the alias column name and specify the width with it.

    for example: aa.segment1 'Destination' (20)

  • When I select "keep without history", firefox will restart but does not save it.

    I use the french version so maybe that some translations are not correct. what I'm trying to do is to forefow delete or simply not save history after that I go to a page. It is said that firefow must restart to save the change, I agree, and when it restarts, nothing is recorded. I also tried to say not "restart" with no effect different however it should work, but as explained, this isn't. I can also change the page that opens when I run firefox for the same reasons: I save 'open a blank page', say ok, the option page closes, but when nothing opened changed again.

    Hello

    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox program files, and then reinstall Firefox. Please follow these steps:

    Note: You can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from http://www.mozilla.org office and save the installer to your computer.
    2. Once the download is complete, close all Firefox Windows (click on quit in the file menu or Firefox).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Uninstaller or the use of Firefox and not run a third remover as part of this process, because who could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. These can be recovered, unless they have been backed up on an external device!

    Please report back to see if this helped you!

    Thank you.

  • Update KB976902 now the mouse doesn't work does not correctly

    I had the KB976902 recently updated on 2 of the 3 computers and 2 who got now have a mouse that does not correctly.  The computer number 3 does not have the update and still works fine.  All three are almost identical hardware and software and have legitimate versions of windows 7.

    The problem of the mouse made play almost almost impossible. Left click crashes, lag mouse click one or two times when I I try to do a restore from the left eventually drag a shortcut of the thing, I clicked on and don't know how or why.

    I did a restore on a single computer, but it did not help.

    Norton and McAfee applications are notorious for not to uninstall (or upgraded) themselves. Since you are not sure, I'll have to have executed two removal on all of the computers in question tools.

    NB: If a step said to reboot, reboot!

    1. download the Norton Removal Tool, save it to your desktop: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    1B. download the tool McAfee Consumer Product Removal, save it to your desktop: http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. right click on the file saved in # 1 above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then restart.

    3B. right-click on the file saved in # 1 b above and select run as administrator to run the utility. DO TAP not your keyboard until the race ends, then reboot again.

    4 reset the IE8 advanced settings by http://windows.microsoft.com/en-US/windows7/Reset-Internet-Explorer-settings

    5. open Internet Explorer 32-bit (only!) to http://support.microsoft.com/kb/971058 & run it in DEFAULT and modes difficulty then AGGRESSIVE. [1]

    6. restart a last time & test.

    ~~~~~~~~~~~~~~~~~~~~~~~~
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not the list of installed updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Frozen mouse. I even tried to restart, still does not

    FROZEN MOUSE. HOW CAN I FIX THE PROBLEM. TRIED TO RESTART

    Hello

    1. What is the brand and model of the mouse?

    2. what exactly happens when you access the mouse?

    3. didn't it freezes everything working on any specific application?

    4. don't you make changes to the computer until the problem occurred?

    I suggest you try to download and run the Fixit tool from the link below.

    Hardware devices do not work or are not detected in Windows:
    http://support.Microsoft.com/GP/hardware_device_problems

    Reference: Troubleshoot a wireless mouse that does not correctly: http://support.microsoft.com/kb/321122

    Hope this information is useful.

  • Error "user profile do not correctly linked.

    No reason appraent, I started having 'the profile user not correctly bound', unit would close and restart at the same place. the only way I could use the computer was in safe mode. There was only 1 profile and I deleted it, can I get it back as the current state of the computer appears as I am starting over. If all my files are gone or are they simply not accessible? I have disabled the function of the user, but that did not help

    Hi RaymondGerhart,

    I recommend you to run the system restore before you deleted the user profile.

    See the following article for more information on restoring the system.

    What is system restore?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

     

    System Restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/system-restore-frequently-asked-questions

    I hope this helps.

  • Watch "updates were not correctly configured. Revertingchanges. Do not turn off your computer.

    When I turn on my laptop this message "updates were not correctly configured.  Restoration of the changes.  Don not turn off computer. "Have not been able to go beyond that?  Any help will be appreciated.

    Hello

     
    You have security software installed on the computer?

    I suggest you to try the steps in the following Microsoft article and check if this may help.

    The update is not installed successfully, you receive a message, and the computer restarts when you try to install an update in Windows Vista and Windows 7:
    http://support.Microsoft.com/kb/949358
     
    Hope the information is useful.
  • Norton network adapter "Microsoft ISATAP map2" diagnostic reports works do not correctly-could not load the required device driver (code 31)

    Original title: System reports the NIC does not properly

    Using Vista Home premium on HP pavillion m8075a model RZ555AA-ABG. Norton network adapter "Microsoft ISATAP map2" diagnostic reports works do not correctly-could not load the required device driver (code 31)

    As none of the problems are met with connection network, do I ignore this warning or try to update the driver?

    Hi eucalyptussurfer,

    You can ignore this error message. This error message does not indicate a problem with the adapter. The adapter will continue to function correctly.

    Please see the following article:

    On a Windows Vista-based computer or on a Windows Server 2008-based computer, the Microsoft ISATAP map appears with a yellow exclamation mark next to it in Device Manager, and you also receive an error message

    http://support.Microsoft.com/kb/932520

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Theme 25 - items are not correctly displayed in the presentation of the grid

    Hi all

    APEX 4.2.5.00.08

    Oracle 11g Enterprise Edition

    I am new to 4.2. I created an application on 4.1 and exported 4.1 and imported to 4.2. I'm trying to view the forms as they were posted in 4.1. But I have problems with the presentation of the grid. The elements are the overlap between them and the regions is narrowed. I read a blog and he said to remove all the colspan which will then automatically display elements. I did, but it did not work. The form consists of several parts using a list of tabs on the page. Parts of the tab using the model 'Region without the buttons and titles' of the region. I tried to replace the template "no model", while he was a little better, it has not corrected the problem.

    I've migrated the application and objects in the db at the APEX. ORACLE.COM (it took a few hours) and I hope someone can resolve my problem until the site is upgraded to 5.0.

    Workspace: RGWORK

    Application: KIMBERLY (33925)

    Page: Vehicle details (13)

    Username: TESTER

    Password: test456

    The first screen will be a Update/View vehicles 1 choice menu

    Choose this option and a report with a single line id.

    Select this line and display page 13.

    You have Developer access but please keep me on what has been fixed. I don't want remedy you. I want to know what has been resolved as well.

    Please get back me to me as soon as POSSIBLE because the site is upgraded to 5.0 this Friday.

    Robert

    sect55 wrote:

    I am new to 4.2. I created an application on 4.1 and exported 4.1 and imported to 4.2. I'm trying to view the forms as they were posted in 4.1. But I have problems with the presentation of the grid. The elements are the overlap between them and the regions is narrowed.

    Why you want to switch to theme 25 instead of simply retain the theme that was used in 4.1?

    Go wrote:

    Robert,

    Look at your application. just a simple change.

    change:

    Region: Veh/equip Information

    Presentation of the grid:

    Start the new row: Yes

    That helps, but it's not the whole story, as it appears the layout is still affected by the problem described in the thread previous Theme 25 region without buttons and issuance of securities

    Applying the fix I suggested it (in 78449 application I created a copy to ensure that I was working with the initial problems) Gets the items on the same line, but I guess that's not the same as the original provision and it doesn't look very good.

    Basically, I would say either stick with the original theme or by switching to a 4.2 theme that still use the page layout based on a table (for example, 24 or 26). Theme 25 is difficult to work with and works best with presentations created especially for her from the start.

  • Extending column on does not because text frame columns go 2-1 repeatedly to the same file.  the fix?

    The problem: I want to have a title of subchapter on two columns of text on a page.  In two different places in the file, subchapter headings cover 1 single column of text.

    Details: The usual and desired text formatting setting is for two columns on a page.

    I have an ID cs6 file which, in two places, has a block of text change of 2 columns to 1.  Two columns of text are present on the page throughout the whole layout, so the file seems to be the formatting that I intend, but there's a glitch.

    When the section headers cover two columns, text frame options tell me I have 2 columns, just as he seems to have.  When the section headers will not cover the two columns, text frame options tell me that I have only 1 column. (but has two columns on each page.) Apparently two individual images side by side instead of an image divided into two columns.)

    The 2 columns in a 1 + 1 frame frame frame is changed across a page break.  I have two places where it appears. We're close to the front of the queue, and then the layout comes again 1 text block to 2 columns.  The last 5 pages are 1 + 1 framework framework side by side.

    If I try to define two columns where the formatting of the text frame tells me there is 1, it divides the column 3.5 inches in two columns (which would then give me 4 columns on the same page, by dividing the four columns that you want 2 columns int.)

    I tried to copy the text of the last 5 affected pages, deleting pages and paste formatted text, or even formatted.  No improvement.

    What should I do to tell the program that two blocks of text side by side or 2 columns in an image.

    One more detail: I have a paragraph style that holds the Chronicle spanning selected choice.  It should work if the style of the text with the paragraph style.  This is where the text block options see 2 columns, but now if she sees a.

    I entered the text at different times. I loaded it curson and use shift - click of the mouse to make the text paste and continue to add pages as needed.  Instructions in a few books that I give slightly different key combinations to do this in Windows.  Method to insert text that it would be the problem here?

    Thank you

    To?

    If I understand correctly, some pages contain two frames - the remaining frame remove the second image (assuming that all frames are threaded), resize, apply two columns.

  • Dashboard prompt that is not bound to a column

    Hello

    It is perhaps a fundamental issue, but I'm missing something here.

    How can we create a dashboard guest who is not related to any column? This message should be a drop down with two values to choose from.

    1 accounting
    2. operational

    The value selected in this prompt will be used for the calculation in my reports. The calculation of accounting and operational procedures is different.

    I don't have these two values in a column.

    Please suggest how can I do this.

    It comes to OBIEE 10.1.3

    Your help is highly appreciated

    In this case you can mark as correct instead of useful at my suggestion right?

  • The specified parameter was not correct: ".."

    Hello

    I am using VMware vCenter Converter Standalone to virtualize a few physical servers on an ESXi server.

    I installed ESXi 4.1.0 on a new server (quad core 2 processors, 48 gb of ram, a mirrored raid (where is the ESXi software) and a raid 5 for virtual servers).  I've already enabled 64-bit virtualization in the bios of the destination server.

    The first server I want to virtualize is a small server (Nothing mission critical).   The software main is executing is SpiceWorks.  I installed VMware vCenter Converter Standalone 4.3.0 Build-292238 on the source server.

    The error that I'm left with after you run the converter is:

    The specified parameter was not correct: ".."

    Let me guide you through the steps of how I get there.

    Launch of vCenter Converter

    Click on Convert Machine

    Under Select Source Type: Tension machine

    Specify the machine 'this local computer '.

    Next

    Select the Destination Type: VMware Infrastructure virtual machine

    Server: xxx.xxx.xxx.xxx

    user name: root

    password: password for root

    Next

    Name: leave the same...

    Next

    Select localhost.localdomain

    SELECT data store: Data1 (it was created on the raid 5 group, 860,75 1 GB of free space)

    Virtual Machine version: Version 7 of the

    Next

    Check the destination parameter... Check

    Let all the suggested default values / (go play with it more that one I get a working basis...)

    Next

    Summary (see bottom of post for summary)

    Finishing

    Special presentation...

    Then I get the error message

    The specified parameter was not correct: ".."

    The error message ends actually in times of double quotes

    If anyone has any suggestions, I would be grateful.

    Thank you.

    -


    Summary

    Information source system

    Source type: slot machine tension

    Name/IP address: the machine where works the VMware vCenter Converter Standalone server

    The CPU limit: None

    The network limitation: None

    Destination system information

    Virtual machine name: xxxxx

    Host/server: xxx.xxx.xxx.xxx

    Logged in as: root

    VM folder: None

    The host system: localhost

    List of resources: by default

    Power after the conversion: No.

    Number of processors: 2

    Physical memory: 3584 MB

    Network: Preserve County NIC

    NIC1 connected

    The VM network

    Type of disk controller: Preserve source

    Storage: The Volume of cloning-based

    Data configuration files store: Data1

    Customization of the destination

    Synchronize changes that occur during cloning: No.

    Install VMware Tools: No.

    Customize the guest operating system: No.

    Delete restore points: Yes

    Reconfigure the virtual machine: Yes

    in step 3 you can check to see if all volumes can be copied?  Just to make sure that it is a disk volume to move...

    The error should be something between the two tick marks, which is not double quotes.

    He complains that a value is null, rather than not null.  So, in step 3, make sure that nothing is missing.

    Kind regards

    Jon Hemming, b.SC., RHCT, VMware vExpert 2009
    http://Twitter.com/vJonHemming

    If your question or problem has been resolved, please click the "right answer".  If someone helped him, please click "useful answer.

Maybe you are looking for