Cannot deploy the listener. Nor to stand alone, or with glass fish

Hi guys,.

I use the latest versions of:
Apex 4.1
Oracle 11g xe
apex_listener.1.1.3.243.11.40
GlassFish - 3.1.1
Windows 7-64

I tried to deploy APEX yesterday.
To fish from glass: I followed exactly the steps mentioned in the documentation. but I get this error:
State HTTP 503 - requested url http://192.168.1.33:8080 / apex / is currently unavailable.
type of status report
URL messageRequested http://192.168.1.33:8080 / apex / is currently unavailable.
DescriptionThe requested service (requested url http://192.168.1.33:8080/apex/ is currently not available.) is not currently available.
GlassFish Server Open Source Edition 3.1.1
yesterday I managed to deploy with stand-alone mode and created a service for her, but the service does not start

I got this error
windows failed to start the service apex10 on the Local computer.
The service has returned an error. This could be an internal Windows error or an error internal servcie
. So, I was forced to keep the open CMD. Someone reboot the server. I tried to redeploy again, but I get "internal error." And here you can find put it:
C:\Users\FAM_SERVER>cd C:\Program Files (x86)\Java\jre6\bin\

C:\Program Files (x86)\Java\jre6\bin>java -Dapex.port=2586 -Dapex.home=D:\apex_l
istener -Dapex.images=C:\apex\images -jar D:\apex_listener\apex.war
INFO: Starting: D:\apex_listener\apex.war
 See: 'java -jar apex.war --help' for full range of configuration options
INFO: Extracting to: D:\apex_listener
INFO: Using classpath: file:/D:/apex_listener/apex/____embedded/start.jar:file:/
D:/apex_listener/apex/WEB-INF/lib/apex.jar:file:/D:/apex_listener/apex/WEB-INF/l
ib/commons-fileupload-1.2.1.jar:file:/D:/apex_listener/apex/WEB-INF/lib/je-4.0.1
03.jar:file:/D:/apex_listener/apex/WEB-INF/lib/ojdbc6.jar:file:/D:/apex_listener
/apex/WEB-INF/lib/ojmisc.jar:file:/D:/apex_listener/apex/WEB-INF/lib/poi-3.6-200
91214.jar:file:/D:/apex_listener/apex/WEB-INF/lib/ucp.jar:file:/D:/apex_listener
/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/D:/apex_listener/apex/WEB-INF/lib/xmlpars
erv2-11.2.0.jar:
INFO: Starting Embedded Web Container in: D:\apex_listener
Enter a username for the APEX Listener Administrator [adminlistener]: admin
Enter a password for admin:
Confirm password for admin:
Enter a username for the APEX Listener Manager [managerlistener]: manager
Enter a password for manager:
Confirm password for manager:
Nov 17, 2011 9:22:16 AM ____bootstrap.Deployer deploy
INFO: Will deploy application path=D:\apex_listener\apex\WEB-INF\web.xml
Nov 17, 2011 9:22:17 AM ____bootstrap.Deployer deploy
INFO: deployed application path=D:\apex_listener\apex\WEB-INF\web.xml
Nov 17, 2011 9:22:17 AM com.sun.grizzly.Controller logVersion
INFO: Starting Grizzly Framework 1.9.18-o - Thu Nov 17 09:22:17 GST 2011
INFO: Please complete configuration at: http://localhost:2586/apex/listenerConfi
gure
Nov 17, 2011 9:22:19 AM com.sun.grizzly.http.servlet.ServletAdapter doService
SEVERE: service exception:
java.lang.IllegalStateException: Not yet initialised
        at oracle.dbtools.apex.config.ApexConfig.notInitialized(ApexConfig.java:
249)
        at oracle.dbtools.apex.config.ApexConfig.getFile(ApexConfig.java:234)
        at oracle.dbtools.apex.config.ApexConfig.exists(ApexConfig.java:63)
        at oracle.dbtools.apex.admin.AdminManager.populateAdminFieldValues(Admin
Manager.java:868)
        at oracle.dbtools.apex.admin.AdminManager.getFieldMaps(AdminManager.java
:841)
        at oracle.dbtools.apex.admin.Admin.displayAdminHTML(Admin.java:164)
        at oracle.dbtools.apex.admin.Admin.displayAdminPage(Admin.java:147)
        at oracle.dbtools.apex.admin.Admin.doGet(Admin.java:50)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl
.java:195)
        at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(Filter
ChainImpl.java:139)
        at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
java:376)
        at ____bootstrap.SecureServletAdapter.doService(SecureServletAdapter.jav
a:72)
        at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
va:324)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
Chain.java:180)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:7
91)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
ter.java:170)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
tocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
:76)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
ask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
ool.java:330)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
.java:309)
        at java.lang.Thread.run(Unknown Source)
Nov 17, 2011 9:22:19 AM com.sun.grizzly.http.servlet.ServletAdapter doService
SEVERE: service exception:
oracle.dbtools.rt.service.ServiceLocatorException: There are no services defined

        at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.ja
va:91)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
74)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
85)
        at oracle.dbtools.rt.web.HttpEndpointBase.dispatchers(HttpEndpointBase.j
ava:138)
        at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
85)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl
.java:195)
        at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(Filter
ChainImpl.java:139)
        at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
java:376)
        at ____bootstrap.SecureServletAdapter.doService(SecureServletAdapter.jav
a:72)
        at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
va:324)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
Chain.java:180)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:7
91)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
ter.java:170)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
tocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
:76)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
ask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
ool.java:330)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
.java:309)
        at java.lang.Thread.run(Unknown Source)
Nov 17, 2011 9:22:19 AM com.sun.grizzly.http.servlet.ServletAdapter doService
SEVERE: service exception:
oracle.dbtools.rt.service.ServiceLocatorException: There are no services defined

        at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.ja
va:91)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
74)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
85)
        at oracle.dbtools.rt.web.HttpEndpointBase.dispatchers(HttpEndpointBase.j
ava:138)
        at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
85)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl
.java:195)
        at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(Filter
ChainImpl.java:139)
        at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
java:376)
        at ____bootstrap.SecureServletAdapter.doService(SecureServletAdapter.jav
a:72)
        at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
va:324)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
Chain.java:180)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:7
91)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
ter.java:170)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
tocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
:76)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
ask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
ool.java:330)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
.java:309)
        at java.lang.Thread.run(Unknown Source)
Nov 17, 2011 9:22:19 AM com.sun.grizzly.http.servlet.ServletAdapter doService
SEVERE: service exception:
oracle.dbtools.rt.service.ServiceLocatorException: There are no services defined

        at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.ja
va:91)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
74)
        at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:
85)
        at oracle.dbtools.rt.web.HttpEndpointBase.dispatchers(HttpEndpointBase.j
ava:138)
        at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
85)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl
.java:195)
        at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(Filter
ChainImpl.java:139)
        at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
java:376)
        at ____bootstrap.SecureServletAdapter.doService(SecureServletAdapter.jav
a:72)
        at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
va:324)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
Chain.java:180)
        at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
:166)
        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:7
91)
        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
ter.java:170)
        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
tocolChain.java:135)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:102)
        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
a:88)
        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
:76)
        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
ask.java:53)
        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
java:57)
        at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
ool.java:330)
        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
.java:309)
        at java.lang.Thread.run(Unknown Source)
Published by: Fateh November 16, 2011 21:42

Published by: Fateh November 16, 2011 21:46

Hi Fateh,

If I do not Dapex.home in the 'startup script", so that this file exists?

It will be in the directory temp of your users. The actual location of that APEX listener uses belongs to the output of the console at startup.
But I recommend always using the apex.home parameter, then you can be sure where the APEX listener looking for him and that it is not deleted by some 'clean-up '.

Yet, when I create a service for the 'start-up' file, I get the same error:

What account name is the service that is supposed to work? If you do not apex.home , the temp directory will usually be different if you do not use your username. Therefore, you will need a Setup for the account that runs the service.

So, I need to keep the open CMD...

No, you could (and should) pipe the console output to a log file. See the full command line in the example I posted here: {message identifier: = 9606494}
I think that this is the post you mentioned above...

APEX earpiece not working only not with ORACLE XE (as I know, waiting for patch)
so far I have faced a problem with Interactive reports do not work correctly with Glassfish

There are two points to this inaccurate publication:
1 there is a work around for this problem.
2. the problem was resolved short after he acknowledged.

There are many users using listener of the APEX with XE here in the forum. I have two bodies, including one with the new 11.2 XE and APEX 4.1, as in your scenario and it works very well.

In general, I think that 4 apex is more stable than the Apex 4.1. Apex 4.1 I am disconnected for reason now... A few times, I click on the header of column in IR and takes time to load the values...

Well, as far as I know, have evolved in the IRs, is not completely improbable that some of these changes could cause new problems. But I guess that you can find answers for this in the forum {forum: id = 137}.

Do you have any suspicion regarding the glass fish? I deployed Apex listener by following the instructions in the documentation. Then click launch. Then it should start to use port 8080, but it did not work...!

Hmmm... You see the page default GlassFish ("GlassFish Server - server running") when you callhttp://: 8080? Port number, it is not the APEX listeners case when you do not use offline...
If you get a result of http://: 8080/apex you could look in the application log in you GlassFish for more information (like in the console in stand-alone mode).

My first guess would be that you do not have confgured the APEX listener you still deployed. It should be noted that the GlassFish does not use the users temp temp directory, but has its own. So to call listenerConfigure after the first deployment or set up a config.dir with an existing apex - config.xml. I would recommend the latter strategy. You should read the article of the Guide of the Installation on the configuration file and how to set its location in the file web.xml or search the forum for this request (common)...

-Udo

Tags: Database

Similar Questions

  • How to deploy the mobile browser on stand-alone weblogic server application

    Hello

    I followed http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_51/ccset51_ALL.html tutorial to create the mobile browser app but unable to deploy it in contrast to the other j2ee applications, there is no profile created automatically deployment, can someone help me how to create a deployment for this application profile? I have ADF run libraries installed in WLS.

    Receive your answer.

    Kind regards
    Senana

    Enter the Application-> properties-> menu of Application deployment
    There you should be able to create a new profile of EAR deployment that will include your model and user interface projects and deploy them to the server.

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0

    When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi.

    the other PC also has 7.0 and 8.1 DAQmx Labview.

    I think my problem is in the source tab, where you are supposed to add dynamic vi and support, I have search the forums and database of nor and have not found a solution.

    Hi LabTech09,

    When you run the executable file on the other computer, that's when you get this error?  You have the same exact versions of DAQmx and LabVIEW on both computers?  Is the dialog box allow you to navigate to the clear task.vi DAQmx?  If so, you can find these screws in C:\Program NIUninstaller Instruments\LabVIEW 7.0\vi.lib\DAQmx\configure\task.llb.  The executable runs on the development computer (the machine, it was compiled on)?

  • Windows Media Player cannot play the file because there is a problem with the audio device.

    Original title: Media Player

    I tried to play my music in media player and they will not play. The tab that appears says "Windows Media Player cannot play the file because there is a problem with the audio device. It might not be a sound device installed on your computer, it can be used by another program, or it may not work properly. Also, I can not play music in the window, that I downloaded everything. If anyone has an answer I would appreciate the help. Thank you

    Hi MikeMcKayXE,

    ·         What is the brand and model of the computer?

    Follow the suggestions below for a possible solution:

    Method 1: Quit other programs that may be using your sound device, and then try to play the file again.

    Method 2: Install an updated driver.

    Step 1: Firstly uninstall the audio from the device manager driver and Add / Remove Programs

    a. click Startand then click Control Panel.

    b. click Systemand click on the hardware tab, then click Device Manager.

    c. to the title sound, video and games controller, check the sound card that is listed.

    d. right click on the sound card, and then click Uninstall driver.

    Step 2: To see if an updated driver is available, use Windows Update or access the sound device manufacturer's Web site.

    Follow these steps to do the same thing:

    a. click Startand then click Control Panel.

    b. click Systemand click on the hardware tab, then click Device Manager.

    c. the title sound, the video controller and games, make sure that the sound card is listed.

    d. right click on the sound card and then click Update driver to install the latest version of the driver.

    e. visit the sound card manufacturer's Web site to determine if a newer version of the driver is available for download.

    Method 3: If you have multiple audio devices installed on your computer, try to use another. The selected audio device might not support Secure Audio Path (SAP).

    You can see the following article for more information:

    Resolution of the problems of reading in the Windows Media Player for Windows XP

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

    Let us know if that helps.

  • Windows Media Player cannot play the file because there is a problem with the audio device. It might not be a sound device installed on your computer

    Original title: speaker FOR desktop

    In the deskstop I connected an external speaker INTEX WITH power SUPPLY via USB and pins with audio jack.    The device is installed REALTek.   When I play songs or video, he said: -.

    "Windows Media Player cannot play the file because there is a problem with the audio device. "It might not be a sound device installed on your computer, it can be used by another program, or it might is not working properly.

    How to solve this problem.

    Hello

    I realize has the inconvenience that you are having with your speakers that you get an error message while playing the songs. I will certainly help you to question.

    I would like to know some information:

    1. Have you tried to plug any other speakers or headphones?

    2. You did changes to the hardware/software before this problem?

    3. Have you tried using these speakers with another PC?

    Also, I suggest you refer to the suggestion of Pinaki reducing replied on June 20, 2014 from the link below:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/Windows-Media-Player-cannot-play-the-file-because/7faf6bdb-6a4e-4B5B-b5a9-2119907d953e

    Hope this information helps.

    Thank you to provide us with the information to look for more on this subject and to better understand the issue and we will be happy to offer our help.

    Please get back to us with an update on the issue, we will be happy to help you.

  • Cannot process the SOAP element wsse header: child 'Security' with ' mustUnder

    Hello everyone.

    Have created project in Jdeveloper. In this one, I have an external reference for Siebel Service.
    Composite, for the service of external reference (Siebel) I added a security that is strategy * "oracle_wss_username_token_client_policy."
    [Right click on SiebelService-> configure WS Policy-> Security tab, I selected above political]

    So other than that I added the property for the policy
    _ _
    < name = "oracle.webservices.auth.username property" type = "xs: String" "
    much = 'false' override = "may" > SADMIN < / property >
    < name = "oracle.webservices.auth.password property" type = "xs: String" "
    much = 'false' override = "may" > SADMIN < / property >
    _ _
    But his return following error,
    Cannot process the SOAP element wsse header: child 'Security' with 'mustUnderstand = "1" ' (SBL-EAI-08000)

    It really pushed me in development.
    I really need help. Help me on this issue.

    Thanks in advance,
    Magali

    Cannot process the SOAP element wsse header: child 'Security' with 'mustUnderstand = "1" ' (SBL-EAI-08000)

    The problem is next to Siebel. He is not able to understand the security mechanism used on the side of the SOA. There are two options-

    1 use the custom policy and affirmation to the side SOA (please refer to metalink - 1419373.1 note)
    2. write your own custom message handler class and use it next to Siebel to negotiate the safety deficiency

    Kind regards
    Anuj

  • Deployment via a server internal; stand-alone installers needed

    Hi all..

    I'm new to the creative cloud thing. I'm trying to set up an internal update server so that our users do not have to go to the internet to receive updates CC. I hit a roadblock here, installation/deployment guide:

    "When you create a product installation folder, one of the first things you do is point AAMEE to product .

    install file for the product you purchased on or you are product packaging point. The Application

    Manager of scans this folder and presents you with a list of the applications and components that can be

    installed, from which you make your choices. »

    My question: where I can find these? To my knowledge, there is no stand-alone installer for the CC apps.

    Thank you in advance!

    Marc

    Too bad... I realize that JOHN is only for the pre-Creative cloud software.

  • How can I remove the persistent database on stand-alone simulators?

    I use stand-alone device simulators (not of JDE or Eclipse according to) to test an application on multiple platforms. In order to do some tests first-time behavior, I need to blowing the persistent data store before each new installation. In the JDE-based simulators, there is a clean.bat which does just that. However, for these simulators autonomous, that I can't find anything like that under the folder, they were installed in. I tried to reset, and I tried to uninstall and reinstall the Simulator itself, and yet the data is * really * persistent - won't go away. Of course it's stored somewhere else.

    Does anyone know how to remove all data on these stand-alone simulators?

    I use Windows Vista, 4.2.1\4.2.1.96...7130-Cingular ...\Research in Motion\BlackBerry device simulators Simulator.

    Thank you

    Jay

    Vista virtualizes the app directory in "Program Files" when an application tries to write.

    You can find the files in your Users in AppData directory.

    Click on the C: drive in Explorer, and then look for *.dmp.

    It's probably something like c:\Users\jaybb\AppData\Local\VirtualStore\Program Files\...etc...

  • 11.0.4 is the last update for stand alone AE CS6 for Windows?

    I bought AE CS6 for Windows. The version is 11.0.4 and it offers me updates. This is the last update on the stand-alone (not CC) version?

    Thank you.

    Paul

    The 11.0.4 update is probably the last for After Effects CS6. It is conceivable that we could meet a problem that requires another update After Effects CS6, but I am not aware of these issues right now.

  • Create a VM with LCM 1.0.2 build 4415: cannot deploy the model: cannot complete customization.

    Hello

    I'm french.

    I am currently evaluating LM for its integration in our infrastructure. I set up a model to deploy a VM Windows 2003 R2 Standard x 64.

    The query process works correctly. But the creation of the virtual computer fails. The operation fails at 90%.

    I have the same error every time: "impossible to deploy model: cannot complete the customization.

    I don't understand. The product is not compatible with win 2003 64 x?

    Can you help me?

    My configuration:

    1 ESX Server: 4,0 171294

    1 Vcenter: 4.0 162856

    LCM 1.0.2 build 4415

    Thank you

    Hi boiteavinc,

    LCM 1.0.2 supports this operating system for customization. Most likely, the problem is in VCenter himself.

    Can take you a look at the VC newspapers to see what the problem with the customization?

    In addition, you can try the same cloning/customization directly from VCenter to see if he succeeds?

    If you receive the same error, LCM cannot do much in this situation.

    Kind regards

    Todor

  • Cannot start the listener of the heterogeneous services - TNS-01151

    Hello

    I am trying to create a listener to our Oracle database 10.2.0 to a SQL Server database located on another computer in our network.

    (1.) I have modified the files necessary .ora in $ORACLE_HOME/hs/admin /.
    2.), I try to start the receiver through CMD: lsnrctl start protime

    But I get the following error:

    -----
    Microsoft Windows [Version 5.2.3790]
    Copyright (C) 1985-2003 Microsoft Corp.

    C:\ > lsnrctl start protime

    LSNRCTL for 64-bit Windows: Version 10.2.0.1.0 - Production on March 17, 2009 12:22
    : 39

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From tnslsnr: Please wait...

    Cannot open the service < OracleOraDb10g_home1TNSListenerprotime >, error 1060.
    TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    System settings file is D:\oracle\product\10.2.0\db_1\network\admin\listener.or
    one
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\protime.log
    AMT-01151: lack listener name, protime, listener. ORA

    Listening port could start. See the above error messages...


    C:\ >

    -----

    These are the files:


    initPROTIME.ora
    # This is a sample agent init file that contains the HS parameters that are needed for an ODBC Agent.
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = PROTIME
    HS_FDS_TRACE_LEVEL  = OFF
    Listener.ora
    # This is a sample listener.ora that contains the NET8 parameters that are
    # needed to connect to an HS Agent
    
    # LISTENER =
    #  (ADDRESS_LIST=
    #       (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    #       (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    # SID_LIST_LISTENER=
    #   (SID_LIST=
    #       (SID_DESC=
    #          (SID_NAME=hsagent)
    #          (ORACLE_HOME=/private/app/oracle/product/9.0.1)
    #          (PROGRAM=hsagent)
    #        )
    #       )
    
    #CONNECT_TIMEOUT_LISTENER = 0 
    
    PROTIME =
     (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
          (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    SID_LIST_PROTIME=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=PROTIME)
             (ORACLE_HOME = d:\oracle\product\10.2.0\db_1)
             (PROGRAM=hsodbc)
           )
          )
    tnsnames.ora
    PROTIME  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
        (CONNECT_DATA=(SID=PROTIME))
        (HS=OK)
      )

    its your default listner file, save it some start from another hard disk by the command copy OS then replace your alls contained in this file by

    PROTIME =
     (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
          (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    SID_LIST_PROTIME=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=PROTIME)
             (ORACLE_HOME = d:\oracle\product\10.2.0\db_1)
             (PROGRAM=hsodbc)
           )
          )
    

    After that, save the file and check the status of

    LSNRCTL>reload protime
    LSNRCTL>status protime
    

    Khurram

  • Cannot deploy the mapping which is validated fine-problem when debugging

    Hi all


    I have a complex with almost thirty tables involved mapping.
    I created a mapping with the step by step process of t1 Join t2, t2 join t3... t29 join t30
    Mapping looks very good and has been validated successfully.
    When I try to deploy the same he throws me the warnings below...



    How to solve this problem?
    How to locate the exact problem in pls code region generated during deployment.

    Thank you very much!
    SRID

    Here is the warning of deployment



    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 11, column 3:
    PL/SQL: ORA-00923: KEYWORD not found where expected
    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 11, column 3:
    PL/SQL: SQL statement ignored
    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 2247, column 3
    PL/SQL: ORA-00923: KEYWORD not found where expected
    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 2247, column 3:
    PL/SQL: SQL statement ignored
    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 4738, column 7:
    PL/SQL: ORA-00923: KEYWORD not found where expected
    COPY_OF_MAP_PS_2OJAN
    Create
    Warning
    ORA-06550: line 4738, column 7:
    PL/SQL: SQL statement ignored


    Summary of the offer
    Update: 2009-01-21 07:38:57.0 job final status: completed WARNING processed job count: 1 number of job errors: 0 Job Alert Count: 6




    My mapping has only 18808 lines when I looked the .pls script generated during deployment (surprisingly... the Debug displays message error is on line 22776)

    When trying to debug the mapping below is the debug message
    Analysis of card to debug...
    Retrieving the connection of Control Center information...
    Connecting to the Control Center schematic...
    The character set of the Control Center schema checking...
    Configuration of the sources and targets...
    Card validation...
    Correlated Commit is DISABLED.
    Generate debug package...
    Deployment of debug temp tables...
    Deploying debug package...
    ***********************************************
    Messages of debug code deployment:
    LINE 22776, COLUMN 46:
    PLS-00103: encountered the symbol "B_BN_BNI_66_BN_ORIGI$ 2" when expecting one of the following values:

    . (* % & = - +; <>/ at mod is still not rem)
    < an exponent (*) > <>or! = or ~ = > = < = <>and or LIKE2_
    LIKE4_ LIKEC_ between | Member of multiset SUBMULTISET_
    The symbol "." was replaced by "B_BN_BNI_66_BN_ORIGI$ 2" to continue. "

    End of messages of debug code deployment
    ***********************************************
    Mapping debugger error:
    oracle.wh.service.sdk.mapping.debugger.WBMappingDebuggerException: DBG1012: Debug deployment errors, can't run debug code.

    Hello

    There is only one version of the software. Whether or not you must license depends on the features you use.

    Generates code in the mapping Editor by using the button "generate".
    In the build results window, select style generation = operating mode and middle = 'Set [PL/SQL] founded.
    Now you must select a group entry or exit of some operator in your mapping.

    The build results window then displays a SQL statement that represents the data that would go in the group you selected.
    Run the SQL directly in your target schema (using sql * plus, sql developer, etc.).
    If the SQL code cannot be run, the problem is in this particular part of the mapping.
    You can try to locate further.

    Good luck
    Carsten.

  • Cannot start the listener in Oracle 12 c

    Hello

    I installed oracle 12 c on windows server 2012. I recently changed the server IP and I encountered a problem in starting the listener. The listener is unable to start services.

    When I run the 'stat lsnrctl"I received the following error message:

    Started with pid = 2188

    Error listening on: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=WIN-IPEC001.lan) (PORT = 1521)))

    TNS-12545: Connect failed because target host or object does not exist

    AMT-12560: TNS:protocol adapter error

    TNS-00515: Connect failed because target host or object does not exist

    Windows 64-bit error: 1001: unknown error

    Mon at 13:35:41 01 June 2015

    System settings file is C:\app\Administrator\product\12.1.0\dbhome_1\network\admin\listener.ora

    Log messages written to C:\app\Administrator\diag\tnslsnr\WIN-IPEC001\listener\alert\log.xml

    Trace information written to C:\app\Administrator\diag\tnslsnr\WIN-IPEC001\listener\trace\ora_1528_2468.trc

    Trace level is currently 0

    All nicely experts advise on what I can do to solve this error.

    Thanks and greetings

    Correct - but the error message is typical of the hostname resolution failed.

  • Cannot deploy the sample applications of the MAF

    I try to install some of the sample applications on the MAF ( jdev_install/jdeveloper/jdev/extensions/oracle.maf/Samples Directory) on my Android (version 4.4.2) phone without success.

    I use jDev build JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S

    If I have a deployment on an Android package using default deployment profiles, I get the following error:

    "Impossible to deploy the profile because the project 'ViewController.jpr' is not a MAF ApplicationController or ViewController project. (oracle.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer).

    I searched this error in this forum and found this:

    MAF: Build Error "adfmf - not found feature.xml.

    Then I updated the patch of the MAF, and I still get the same error.

    I then fiddled around a bit dependencies of properties/deployment/Android1/Application Profile

    Now I can deploy on my phone, but the application hangs on the splash screen.  Can anyone advise on what things should be checked in the profile dependencies?

    Profile Dependencies.JPG

    OK, I finally understood what is the question.

    After installing the patch of the MAF, jDev so ask to restart your computer, but for some reason any on my computer this can last from a few minutes to a few days!  The first time that I installed the patch, after a reboot, through the Assistant jDev update request I clicked on OK and jDev stop and waited so he could restart. 5 minutes later, it started so I thought I'd launch myself, so I did.  But what I didn't know that in my list of system processes, jDev was still working (perhaps even install the patch).  Here's a screenshot of my system process (that I took during my third attempt, since I suspect something):

    Thus, while this process jDev was hanging out, I started jDev myself and ended up having two jDev processes running.  One that I started manually didn't have the MAF Patch applied, but I thought he did it because I just went through the Update Wizard.

    And so all the trouble, I have tried to deploy the sample applications of the MAF.

    I didn't knew that this much later because a few days later, a splash jDev screen suddenly arisen WHILE I was USING jDev, I knew was because the first time, install the patch jDev prompted to restart the computer.

    Only on the third time reinstall jDev and the patch of the MAF has waited more jDev to restart, and when he finally did restart on its own (3 minutes later) that I checked my installation of the fix for the MAF and found that it was installing successfully.

    I then tried to deploy the sample applications of the MAF again and this time it worked.

    So, in summary, because he took if jDev long reboot after installation of the patch of the CRG, I advanced and started jDev myself, but this instance of jDev, I started upward has not installed the fix of the MAF, and so the trouble I had to deploy the samples of the MAF.

    I hope that something can be improved here so that other users the same tracks as I do not work in the same problems in the future.  It can be as simple as a message before reboot in saying the user to wait jDev restart on its own, otherwise their patch will not install.

    Thanks for your time.

  • Cannot recreate the listener after changing the ip address and the name of the server

    Hoping someone can give me some ideas - I do not know what else to try.

    I run a 11.2.0.4 database on windows 2012.  I just got back my database to a new server and am trying to rename the server and assinging the new ip address.

    I stopped all the oracle services and change my servers ip address and name.

    Then, I dropped the listener who has been spending more time than it should have, but when I checked that the service has been removed.

    When I try adding the listener it hangs right on "would you like to configure another auditor?

    Then, I realize very quickly that I forgot to change the environment vairable HOSTNAME and the TNSNAMES file.  I cancelled the wizard still Net and

    fixed files and tried again.  The continuous Wizard to crash at the same place - never time - just hangs.

    Does anyone have ideas, what could be bad?

    Thank you!!

    Kathie

    be sure the two Services of OS for earphone & database have been started & running

    no listener.ora file is necessary to start or use Oracle listener just open the command window and issue after an order

    lsnrctl start

Maybe you are looking for