Data Services wizard not creating service

I am having huge problems with the Data Services wizard.
I am using Flash Builder 4.6 on a Mac (10.7.2).
Over the last year I have been working on a couple of proof of concept projects and now want to start work on a production version starting from scratch in a new project.
The Data Services wizard has worked fine for me in the past, but now I am having serious problems.
The first problem is the Data/Services window does not update when I create a new service with the wizard. (I am connecting to the Zenfolio Web Service.) If have to close the project and open it before I see the new service in the Data/Services window.
While this problem is more an inconvenience, more seriously the wizard does not create either the "services" folder or the "valueObjects" folder as it did in the past.
Now if I right click on a method in the service and select "Create Service Call", it creates the Call Responder but not the call itself.
The relevant log entry starts with
!ENTRY com.adobe.flexbuilder.dcrad 4 1 2012-01-12 22:39:20.962
!MESSAGE Component type services.zfapi.Zfapi not found.
If I create a "services" folder and copy the zfapi package from one of my previous projects, all works fine.
This probably gives me a workaround - although I haven't tested this to any extent yet.
It is very strange and worrying behaviour though.
regards
Chris

OK, here are the log entries created when I try to create the service:
!ENTRY com.adobe.flexbuilder.dcrad 4 1 2012-01-19 22:16:33.970
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
          at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:479)
          at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
          at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.addServices(ServicesManager.jav a:476)
          at com.adobe.flexbuilder.dcrad.views.ServiceExplorerView$1.handleEvent(ServiceExplorerView.j ava:536)
          at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
          at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
          at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1530)
          at org.eclipse.swt.widgets.Link.textView_clickOnLink_atIndex(Link.java:117)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5781)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
          at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092)
          at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084)
          at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2519)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
          at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2092)
          at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2252)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
          at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
          at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
          at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Priority
          at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
          at freemarker.log.Logger.getLogger(Logger.java:255)
          at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
          at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
          at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
          at freemarker.core.Configurable.<init>(Configurable.java:132)
          at freemarker.template.Configuration.<init>(Configuration.java:109)
          at freemarker.template.Configuration.<clinit>(Configuration.java:96)
          at fiber.gen.freemarker.FreemarkerModelGenerator.buildFreemarkerConfiguration(FreemarkerMode lGenerator.java:328)
          at fiber.gen.freemarker.FreemarkerModelGenerator.<init>(FreemarkerModelGenerator.java:85)
          at fiber.gen.freemarker.FreemarkerStructuredTypeGenerator.<init>(FreemarkerStructuredTypeGen erator.java:62)
          at fiber.gen.as.ASClassGenerator.<init>(ASClassGenerator.java:84)
          at fiber.gen.as.vo.SuperGenerator.<init>(SuperGenerator.java:53)
          at fiber.gen.as.vo.ASValueObjectGenerator$2.<init>(ASValueObjectGenerator.java:225)
          at fiber.gen.as.vo.ASValueObjectGenerator.getBaseClassGenerator(ASValueObjectGenerator.java: 222)
          at fiber.gen.as.vo.ASValueObjectGenerator.getTemplateNames(ASValueObjectGenerator.java:392)
          at fiber.gen.as.ASGenerator.getTemplateNames(ASGenerator.java:465)
          at com.adobe.model.core.generators.wrapper.CodeGenerationUtils.getTemplateResources(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.getTemplateResourcesForGene rator(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.generateCodeForGenerator(Un known Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.internalGenerateAllCodeForM odel(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper$2.run(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.generateAllCodeForModel(Unk nown Source)
          at com.adobe.flexbuilder.dcrad.core.generation.ASVOGenerator.generate(ASVOGenerator.java:78)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.generateVO(ServicesManager.java :538)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.add(ServicesManager.java:403)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.access$11(ServicesManager.java: 356)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager$1.run(ServicesManager.java:484)
          at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
          ... 48 more
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
          at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
          at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
          at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
          at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
          ... 77 more
Root exception:
java.lang.NoClassDefFoundError: org/apache/log4j/Priority
          at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
          at freemarker.log.Logger.getLogger(Logger.java:255)
          at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
          at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
          at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
          at freemarker.core.Configurable.<init>(Configurable.java:132)
          at freemarker.template.Configuration.<init>(Configuration.java:109)
          at freemarker.template.Configuration.<clinit>(Configuration.java:96)
          at fiber.gen.freemarker.FreemarkerModelGenerator.buildFreemarkerConfiguration(FreemarkerMode lGenerator.java:328)
          at fiber.gen.freemarker.FreemarkerModelGenerator.<init>(FreemarkerModelGenerator.java:85)
          at fiber.gen.freemarker.FreemarkerStructuredTypeGenerator.<init>(FreemarkerStructuredTypeGen erator.java:62)
          at fiber.gen.as.ASClassGenerator.<init>(ASClassGenerator.java:84)
          at fiber.gen.as.vo.SuperGenerator.<init>(SuperGenerator.java:53)
          at fiber.gen.as.vo.ASValueObjectGenerator$2.<init>(ASValueObjectGenerator.java:225)
          at fiber.gen.as.vo.ASValueObjectGenerator.getBaseClassGenerator(ASValueObjectGenerator.java: 222)
          at fiber.gen.as.vo.ASValueObjectGenerator.getTemplateNames(ASValueObjectGenerator.java:392)
          at fiber.gen.as.ASGenerator.getTemplateNames(ASGenerator.java:465)
          at com.adobe.model.core.generators.wrapper.CodeGenerationUtils.getTemplateResources(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.getTemplateResourcesForGene rator(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.generateCodeForGenerator(Un known Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.internalGenerateAllCodeForM odel(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper$2.run(Unknown Source)
          at com.adobe.model.core.generators.wrapper.CodeGenerationWrapper.generateAllCodeForModel(Unk nown Source)
          at com.adobe.flexbuilder.dcrad.core.generation.ASVOGenerator.generate(ASVOGenerator.java:78)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.generateVO(ServicesManager.java :538)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.add(ServicesManager.java:403)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.access$11(ServicesManager.java: 356)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager$1.run(ServicesManager.java:484)
          at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
          at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
          at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
          at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.addServices(ServicesManager.jav a:476)
          at com.adobe.flexbuilder.dcrad.views.ServiceExplorerView$1.handleEvent(ServiceExplorerView.j ava:536)
          at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
          at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
          at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
          at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1530)
          at org.eclipse.swt.widgets.Link.textView_clickOnLink_atIndex(Link.java:117)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5781)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
          at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1092)
          at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1084)
          at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2519)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5471)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
          at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2092)
          at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2252)
          at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
          at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
          at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
          at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
          at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
          at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
          at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
          at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
          at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
          at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
          at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
          at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
          at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
          at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
          at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
          at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
          at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
          at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
          at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
          at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
          ... 77 more

Similar Messages

  • Server 2012 CDP PKI Setup on Subordinate CA - Active Directory Certificate Services could not create an encryption certificate

    Hi,
    When I check pkiview.msc on my 2012 Subordinate CA I get the error shown in the first picture below. I'm also getting errors similar to below in the event log:
    "Active Directory Certificate Services could not create an encryption certificate.  Requested by contoso\admin1.  The revocation function was unable to check revocation because the revocation server was offline. 0x80092013 (-2146885613 CRYPT_E_REVOCATION_OFFLINE)."
    I'm assisting in setting up a 2 tier PKI infrastructure using Windows 2012. The root CA looks good, but we're getting errors on the subordinate. The server was working, but we discovered that the server would only issue certificates with a maximum of a 1
    year expiry date - obviously no good, so we decided to run through the following commands on the root CA (as recommended byhttp://www.techieshelp.com/subordinate-ca-increase-certificate-validity/)
    certutil -setreg ca\ValidityPeriodunits "Years"
    certutil -setreg ca\ValidityPeriod "5"
    restarted AD certificate services on the root and subordinate CA.Then did the following on the subordinate CA:
    1.On the Subordinate CA create a new CA request by right clicking the server in ADCS and select New Request.
    2.Supplied the original request file from the subordinate CA (I couldn't find a way of generating a new request file)
    3.Issued the certificate using the Root CA.
    4.On the Subordinate CA ADCS installed new CA cert.
    However, I keep on getting CDP or AIA errors on my subordinate CA.Also I'm missing a CDP field value when I look at the certificate listed in the personal and trusted certification authority store on my subordinate CA.
    In addition, when I look at my CDP locations in Certificate Authority, I see a lot of CDPs, but I'm not sure if I need them all - I suspect I could just get away with LDAP, the C:\windows path and a single http:// path.
    I've tried renewing the existing certificate and CRL on my subordinate CA, but that didn't work either.
    Please advise.
    Thanks

    Ok, the process to renew the subordinate CA is incorrect. Once the registry setting to change the validity period was made on the root CA, the root CA ADCS service needs to be restarted. That is the only time those keys are read. Then:
    1) On the subordinate CA, open the CA tool, right click the CA and select Renew CA Certificate. You can use the same key, no need to create a new one. It will create a NEW certificate request file
    2) Copy that to the Root CA and submit like you would have done during the initial install
    3) Approve the request and export the issued certificate
    4) On the subordinate CA, in the CA tool, right click the CA and choose Install CA Certificate.
    You can not reuse request files.
    Mark B. Cooper, President and Founder of PKI Solutions Inc., former Microsoft Senior Engineer and subject matter expert for Microsoft Active Directory Certificate Services (ADCS). Known as “The PKI Guy” at Microsoft for 10 years.

  • Problem in opening 'Find Service Request' and 'Create Service Request' HTML forms

    Hi,
    I  am working on creating some date for EBS Service, and I am unable to open 'Find Service Request' and 'Create Service Request' HTML forms.
    I keep getting the error message :
    Oracle error - 20001: ORA-20001: APP-FND-02902: Multi-Org profile option is required. Please set either MO: Security Profile or MO: Operating Unit profile option. has been detected in MO_GLOBAL_INIT.
    I have min knowledge of EBS set up and configuration. We just use EBS as a source system for our ETLs.  Please suggest any workaround to get resolve the issue.
    Thanks,
    Kishore

    Navigate to System Administrator responsibility > Profile > System. Search for the profile MO: Operating Unit and under responsibility field, put in the responsibility name you are using for creating the service request, click OK and enter the desired operating unit value in the next window. It pulls up all operating units defined and you can chose the desired one.
    Thanks
    Shree

  • Deploying services does not affect service requests already in-flight EXCEPT...

    How does a deployment effect the in-flight delivery plans...
    Please note this might be contrary to what you think about service delivery plans... Deploying services does not affect service requests already in-flight EXCEPT
    Contents of rules, ISF functions, and JavaScript libraries are always retrieved from the current service definition
    The delivery plan for services that have not completed all their authorizations will be based on the delivery plan in the current service definition

    Hi Tonya,
    We've found that to be the case now but when we were on 2008.1 (an early service pack I believe) and earlier, we were often afflicted with changes to dictionary visibility on forms after we deployed a service definition.  It occurred so frequently that we were in the practice of having to suffix the older service definitions with an underscore to minimise services get locked up as mandatory fields in the delivery moment were disappearing.
    Thanks,
    Ant

  • Running WL as NT Service is not Creating Connection  Pools?

    We have something very strange happening here. We recently installed Weblogic 6.1 sp 4 on an WinNT 2000 box and installed our application. We are connecting to an Oracle 8.1.7 database using the Oracle 8.1.7 client drivers. We configured our connection pool via the Web Console. We also installed our application to run as a NT Service using "beasvc.exe" utility.
    When we run our application after starting Weblogic from the commandline, our application runs fine. It creates the Oracle connection pool and everything is great.
    However when we run our application by starting it under the NT Services window, our application fails to start the connection pool. Looking at all the logs, I don't see and errors or exceptions being thrown. I did notice that the connection pool was not created. But again, no errors were thrown.
    Has anyone seen this behavior? To make things more confusing for me, this whole solution is working fine on another WinNT 2000 box with the only difference beint that we are using Weblogic 6.1 sp2. Anyone have any ideas??? Also, running the NT Service version of Weblogic in debug mode also worked!

    It takes the Oracle service quite a bit of time to start up. Make sure that you
    set up the DependsOnService correctly in your registry so that Oracle comes up
    fully before launching WL.
    Paul
    Clyde <[email protected]> wrote:
    We have something very strange happening here. We recently installed
    Weblogic 6.1 sp 4 on an WinNT 2000 box and installed our application.
    We are connecting to an Oracle 8.1.7 database using the Oracle 8.1.7
    client drivers. We configured our connection pool via the Web Console.
    We also installed our application to run as a NT Service using "beasvc.exe"
    utility.
    When we run our application after starting Weblogic from the commandline,
    our application runs fine. It creates the Oracle connection pool and
    everything is great.
    However when we run our application by starting it under the NT Services
    window, our application fails to start the connection pool. Looking
    at all the logs, I don't see and errors or exceptions being thrown.
    I did notice that the connection pool was not created. But again,
    no errors were thrown.
    Has anyone seen this behavior? To make things more confusing for me,
    this whole solution is working fine on another WinNT 2000 box with the
    only difference beint that we are using Weblogic 6.1 sp2. Anyone have
    any ideas??? Also, running the NT Service version of Weblogic in debug
    mode also worked!

  • Web services - Could not create stubs on some servers

    My error is related to web services.
    The problem is that on some servers I can consume webservices
    and on some other not. The servers have the same configuration - at
    least it look like that.
    The calling page and the webservice component are in fact
    very simple. The source code is at the bottom of the page.
    When the web service is not consumed I have a following error
    message:
    coldfusion.jsp.CompilationFailedException: Errors reported by
    Java compiler: Found 5 semantic errors compiling
    "/opt/app/coldfusionmx8/stubs/WS941899941/DefaultNamespace/WebserviceCompCfcSoapBindingSt ub.java":
    175. if (axisFaultException.detail != null) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 176. if
    (axisFaultException.detail instanceof java.rmi.RemoteException) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 177. throw
    (java.rmi.RemoteException) axisFaultException.detail;
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 179. if
    (axisFaultException.detail instanceof
    coldfusion.xml.rpc.CFCInvocationException) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 180. ....
    When I took a look to the stubs directory I found that all
    java classes are compiled except for:
    WebserviceCompCfcSoapBindingStub.java
    Just to save your time - I've been trying stuff with the
    displayname etc... :-/
    If you would like me to supply you more information - please
    let me know.
    Thanks for any answers.

    After investigation it turned out that one of the libraries
    was using java.rmi.RemoteException.class which was quite old.
    Apparently when the servers were starting they were launching
    the libraries in different order. So some of them were using old
    version of java.rmi.RemoteException.class and the AxisFault.class
    that inherited from it couldn't compile.

  • Service Message not created in 4.6c

    Hi all
    We are using SLM 3.2. I am facing problem in creating support message from satellite system (4.6c) it returns the following error:
    Error in local message system: Function module   
    "/SAPSMOSS/06_CREATE_R3_NOTIFIC" n Message was not created
    Kindly give me the solution
    Thanks.

    Our satellite system configuration is:
    Basis support package level is 27 (release 46C)
    ST-PI Release 1.00_46C level 0000
    Entries of BCOS_CUST are:
    column1         column2     column3     column4          column5
    OSS_MSG     S          SLM     CUST31H          1.0
    Any suggestion

  • Oracle ADF Wizard Not Creating Associations

    I'm having trouble with the "New Business Components from Tables" wizard not generating the associations that are indicated by the foreign keys of the original tables. I'm using the schema from this tutorial: http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_21/ccset21_ALL.html, and trying to generate entity objects for the ORDERS and ORDERITEMS tables. In the Business Components form Tables wizard, if I select the ORDERS and ORDERITEMS tables as Read-Only View Objects, it creates entity objects for both, and also an association (OrderItemsOrdersFkLink). If I select the same two tables as Updatable View Objects, it creates the entity objects, but no associations. I realize that I could go in there and create them manually, but we're trying to show this tutorial as something that anyone could go through and follow, step by step, and produce a few working web pages.
    We're using JDeveloper 11.1.1.0.1, with none of the updates or anything else installed, and pointing to a 10g database (not sure of the exact version). Can anyone help?

    Sorry -- I'm still trying to get familiar with the nomenclature, and I was way off on the wording there. I am using the "Business Objects from Tables" wizard. On step #1 (Entity Objects), I'm choosing the ORDERS and ORDER_ITEMS tables. On step #2 (Updatable View Objects), if I select both Orders and OrderItems, it creates Entities and Views, but no Associations. On step #3 (Read-Only View Objects), if I select both Orders and OrderItems, it creates Entities, Views, and Associations.
    I think I figured it out, though -- if I select something on step #1 and step #2, but don't want any Read-Only View Objects on step #3, if I click the "Query" button, but don't select anything, it seems to create the associations that I need. If I don't click the "Query" button, then it doesn't create the associations. I guess I'll just make sure that the Auto-Query thing is selected, but that sounds like a bit of a bug. Has anyone else ever run into this situation?

  • Service is not getting Service ID in OSGI Bundle hence not starting ?

    Hi ,
    I am getting an unusual issue while deployement of service . I am using following syntax to write :
    @Service(value=SomeService.class)
    @Component(enabled=true,immediate = true, metatype = true, label = "Some Service")
    Its not getting started and not getting service id as well.
    Please help.

    My OSGI-INF folder is not generating at all in the bundle.
    How are you generating the bundle? maven? Is it a new one and never worked or does it stopped working suddenly?
    Can you post the whole code?

  • Data Load Wizard not Inserting/Updating all rows

    Hello,
    I am able to run through the whole Data Load Wizard without any problems. It reports that it successfully inserted/updated all the rows, but when I look in the table, I find a few rows that were not updated correctly. Of the entries I've identified that don't get inserted/updated properly, I've noticed they are the same rows that I was having issues with earlier. The issue was a number format error, which I solved by providing an explicit number format.
    Is it possible that the false inserts/updates might still be tied to the number format, or are there other reasons why the data load is failing on only some rows.
    Thanks,
    Brian
    Edited by: 881159 on Mar 14, 2012 5:05 PM

    Hi Brian,
    I am not aware of the situation where you get false results. However, there were some issues with number/date formats that sometime were not properly parsed, and this has been fixed in 4.1.1 patch. would your case be different from the one described in bug 13656397, I will be happy to get more details so that I can take a look at what is going on.
    Regards,
    Patrick

  • PO service is not created using BAPI_PO_CREATE FM

    Hi,
          CALL FUNCTION 'BAPI_PO_CREATE'
            EXPORTING
              po_header                  = wa_header
              po_header_add_data         = wa_hdr_add
              header_add_data_relevant   = wa_hdr_flg
            IMPORTING
              purchaseorder              = v_po
            TABLES
              po_items                   = i_line
              po_item_schedules          = i_sch
              po_item_account_assignment = i_po_acc
              po_services                = i_po_ser
              po_srv_accass_values       = i_po_srv
              po_services_text           = i_po_sertxt
              return                     = i_return
              poaddrdelivery             = i_del_addr.
    TheIT_RETURN returned me the below 2 lines.
    1. Sum of percentages >200.0< exceeds 100 %
    2. Document contains no items
    Regards
    Deepthi.

    Hi,
    wa_header-DOC_DATE = 20080901
    wa_header-DOC_TYPE = 'Z0RD'.
    wa_header-CO_CODE = '3082'.
    wa_header-PURCH_ORG = 'P000'.
    wa_header-PUR_GROUP = '052'..
    wa_header-VENDOR = '0005021295'.
    wa_header-CREATED_BY = sy-uname.
    wa_header-ZZEXPTYPE = '9015'.
    wa_hdr_add-PMNTTRMS = 'Z004'.
    wa_hdr_add-CURRENCY = 'USD'.
    wa_hdr_add-REF_1 = 'CONVERSION'.
    wa_hdr_add-OUR_REF = '5172APN'.
    wa_hdr_flg = 'X'.
    w_line-PO_ITEM = '00010'.
    w_line-ITEM_CAT = '9'.
    w_line-ACCTASSCAT = 'N'.
    w_line-MAT_GRP = '088'.
    w_line-SHORT_TEXT = 'Alarm System Installation'.
    w_line-DISTRIB = space.
    w_line-PLANT = '3082'.
    w_line-UNIT = 'AU'.
    w_line-NET_PRICE = '2000.0000'.
    w_line-PCKG_NO = '0000000010'.
    w_line-TRACKINGNO = '10'.
    w_line-TAX_CODE = 'I0'.
    append w_line to i_line.
    w_sch-PO_ITEM = '00010'.
    w_sch-SERIAL_NO = '01'.
    w_sch-DELIV_DATE = '20100901'.
    w_sch-QUANTITY = '2000.000'.
    w_sch-CREATE_IND = 'X'.
    append w_sch to i_sch.
    w_po_acc-PO_ITEM = '00010'.
    w_po_acc-SERIAL_NO = '01'.
    w_po_acc-w_po_acc-w_po_acc-QUANTITY = ' 2000.000'.
    w_po_acc-DISTR_PERC = '0.0'.
    w_po_acc-G_L_ACCT = '0000622025'.
    w_po_acc-CO_AREA = 'FC01'.
    w_po_acc-NETWORK = '000004003658'.
    w_po_acc-ACTIVITY = '0210'.
    append w_po_acc to i_po_acc.
    w_po_ser-PCKG_NO = '0000000010'.
    w_po_ser-LINE_NO = '0000000001'.
    w_po_ser-w_po_ser-SUBPCKG_NO = '0000000010'.
    w_po_ser-QUANTITY = '2000.00'.
    w_po_ser-BASE_UOM = 'LE'.
    w_po_ser-GR_PRICE = '1.00'.
    w_po_ser-SHORT_TEXT = 'Alarm System Installation'.
    w_po_ser-distrib = space.
    w_po_ser-TAX_CODE = 'I0'.
    w_po_ser-MATL_GROUP = '001'.
    append w_po_ser to i_po_ser.
    w_po_srv-PCKG_NO = '0000000010'.
    w_po_srv-LINE_NO = '0000000001'.
    w_po_srv-PERCENTAGE = '100.0'.
    w_po_srv-SERIAL_NO = '01'.
    w_po_srv-QUANTITY = '1.00'.
    append w_po_src to i_po_srv
    w_po_sertxt-PCKG_NO = '0000000010'.
    w_po_sertxt-LINE_NO = '0000000001'.
    w_po_sertxt-TEXT_LINE = 'CONVERSION'.
    append w_po_sertxt to i_po_sertxt.
    w_del_addr-po_item = '00010'.
    w_del_addr-addr_no = '0000068279'.
    append w_del_addr to i_del_addr.
    data:  v_po         TYPE ebeln,
              i_return    TYPE STANDARD TABLE OF bapireturn.
          CALL FUNCTION 'BAPI_PO_CREATE'
            EXPORTING
              po_header                  = wa_header
              po_header_add_data         = wa_hdr_add
              header_add_data_relevant   = wa_hdr_flg
            IMPORTING
              purchaseorder              = v_po
            TABLES
              po_items                   = i_line
              po_item_schedules          = i_sch
              po_item_account_assignment = i_po_acc
              po_services                = i_po_ser
              po_srv_accass_values       = i_po_srv
              po_services_text           = i_po_sertxt
              return                     = i_return
              poaddrdelivery             = i_del_addr.
    Regards,
    Deepthi.

  • Data Import Wizard Not Importing

    When importing even a very small csv file, pressing the "Finish" button does nothing.
    "Verify" reports success on all tests.
    Checking "Send to Worksheet" makes no difference.
    File is on network drive.
    Database is 10.2.0.4.
    About
    Oracle SQL Developer 1.5.5
    Version 1.5.5
    Build MAIN-5969
    Copyright © 2005,2009 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.0.22.49.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.59.69
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.5.0_06
    Oracle IDE     1.5.5.59.69
    Properties
    Name     Value
    ====     =====
    apple.laf.useScreenMenuBar     true
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "SQL_Developer"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     94621751582952
    ide.build     MAIN-5969
    ide.conf     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     false
    ide.java.minversion     1.5.0
    ide.launcherProcessId     1112
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     d:\Documents and Settings\Y124929\Application Data\SQL Developer
    ide.pref.dir.base     d:\Documents and Settings\Y124929\Application Data
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     D:\sqldeveloper-1.5.5.59.69\sqldeveloper
    ide.user.dir     d:\Documents and Settings\Y124929\Application Data\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     d:\Documents and Settings\Y124929\My Documents\SQL Developer
    ide.work.dir.base     d:\Documents and Settings\Y124929\My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     49.0
    java.endorsed.dirs     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\endorsed
    java.ext.dirs     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\ext
    java.home     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre
    java.io.tmpdir     d:\DOCUME~1\Y124929\LOCALS~1\Temp\
    java.library.path     D:\sqldeveloper-1.5.5.59.69\sqldeveloper;.;C:\WINNT\System32;C:\WINNT;C:\Program Files\Business Objects\common\3.5\bin\NOTES\;C:\Program Files\Business Objects\common\3.5\bin\NOTES\DATA\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\PROGRA~1\Office8\Office;C:\Program Files\F-Secure\Ssh\;c:\oracle\ora920_client\bin;C:\Ora817\Bin;C:\Progra~1\orant\bin;C:\Program Files\Microsoft Office\Office
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version     1.5.0_06-b05
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.5
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.5.0_06
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.5.0_06-b05
    jdbc.library     /D:/sqldeveloper-1.5.5.59.69/sqldeveloper/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     D:\sqldeveloper-1.5.5.59.69\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /D:/sqldeveloper-1.5.5.59.69/sqldeveloper/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\rt.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\i18n.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\sunrsasign.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\jsse.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\jce.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\lib\charsets.jar;D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\classes
    sun.boot.library.path     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\jdk\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 1
    user.country     GB
    user.dir     D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper\bin
    user.home     d:\Documents and Settings\Y124929
    user.language     en
    user.name     y124929
    user.timezone     Europe/London
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.0.22.49.48     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.0.22.49.48     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.0.22.49.48     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.0.22.49.48     Loaded
    Database UI     oracle.ide.db     11.1.1.0.22.49.48     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.0.22.49.48     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.0.22.49.48     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.0.22.49.48     Loaded
    Feedback     oracle.ide.feedback     11.1.1.0.22.49.48     Loaded
    File Support     oracle.ide.files     11.1.1.0.22.49.48     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.59.69     Loaded
    Help System     oracle.ide.help     11.1.1.0.22.49.48     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.0.22.49.48     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.0.22.49.48     Loaded
    Log Window     oracle.ide.log     11.1.1.0.22.49.48     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.0.22.49.48     Loaded
    Navigator     oracle.ide.navigator     11.1.1.0.22.49.48     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.0.22.49.48     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.59.69     Loaded
    Oracle IDE     oracle.ide     11.1.1.0.22.49.48     Loaded
    Oracle Microsoft Access Browser     oracle.sqldeveloper.thirdparty.access     11.1.1.59.69     Loaded
    Oracle Migration Workbench     oracle.sqldeveloper.migration     11.1.1.59.69     Disabled by user
    Oracle Migration Workbench - MS Access     oracle.sqldeveloper.migration.msaccess     11.1.1.59.69     Disabled by user
    Oracle Migration Workbench - MySQL     oracle.sqldeveloper.migration.mysql5     11.1.1.59.69     Disabled by user
    Oracle Migration Workbench - SQLServer     oracle.sqldeveloper.migration.sqlserver2005     11.1.1.59.69     Disabled by user
    Oracle Migration Workbench - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration
    Oracle Migration Workbench - Translation MS Access     oracle.sqldeveloper.migration.translation.msaccess     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration, oracle.sqldeveloper.migration.translation.core
    Oracle Migration Workbench - Translation MS SQL Server     oracle.sqldeveloper.migration.translation.sqlserver     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration, oracle.sqldeveloper.migration.translation.core
    Oracle Migration Workbench - Translation MySQL     oracle.sqldeveloper.migration.translation.mysql     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration, oracle.sqldeveloper.migration.translation.core
    Oracle Migration Workbench - Translation Sybase     oracle.sqldeveloper.migration.translation.sybase     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration
    Oracle Migration Workbench - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration, oracle.sqldeveloper.migration.translation.core
    Oracle MySQL Browser     oracle.sqldeveloper.thirdparty.mysql     11.1.1.59.69     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.59.69     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     11.1.1.59.69     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.59.69     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.59.69     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     1.5.4.59.69     Disabled by user
    Oracle SQL Server Browser     oracle.sqldeveloper.thirdparty.sqlserver     11.1.1.59.69     Loaded
    Oracle Sybase Browser     oracle.sqldeveloper.thirdparty.sybase     1.5.3.59.69     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.59.69     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.0.22.49.48     Loaded
    Peek     oracle.ide.peek     1.0     Loaded
    Replace With     oracle.ide.replace     11.1.1.0.22.49.48     Loaded
    Runner     oracle.ide.runner     11.1.1.0.22.49.48     Loaded
    SQL Worksheet Window     oracle.sqldeveloper.sqlworksheet     11.1.1.59.69     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.59.69     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.59.69     Loaded
    Sybase 12     oracle.sqldeveloper.migration.sybase12     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration
    Sybase 15     oracle.sqldeveloper.migration.sybase15     11.1.1.59.69     Missing dependencies: oracle.sqldeveloper.migration.sybase12
    Tuning     oracle.sqldeveloper.tuning     11.1.1.59.69     Loaded
    User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.59.69     Loaded
    VHV     oracle.ide.vhv     11.1.1.0.22.49.48     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.0.22.49.48     Disabled by user
    Versioning Support for CVS     oracle.jdeveloper.cvs     11.1.1.0.22.49.48     Disabled by user
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.0.22.49.48     Missing dependencies: oracle.jdeveloper.vcs
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.0.22.49.48     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.0.22.49.48     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.0.22.49.48     Loaded

    Ah hah. Indeed I do.
    Exception occurred during event dispatching:
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
              Missing class: antlr.TokenStream
            Dependent class: org.antlr.stringtemplate.language.DefaultTemplateLexer
                     Loader: main:11.0
                Code-Source: /D:/sqldeveloper-1.5.5.59.69/sqldeveloper/sqldeveloper/lib/stringtemplate.jar
              Configuration: system property D:\sqldeveloper-1.5.5.59.69\sqldeveloper\sqldeveloper\lib\stringtemplate.jar
    The missing class is not available from any code-source or loader in the system.
            at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2383)
            at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1542)
            at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
            at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
            at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1724)
            at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
            at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1688)
            at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1670)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
            at org.antlr.stringtemplate.StringTemplateGroup.<clinit>(Unknown Source)
            at oracle.dbtools.raptor.data.writers.ImportGenerator.loadTemplates(ImportGenerator.java:487)
            at oracle.dbtools.raptor.data.writers.ImportGenerator.generate(ImportGenerator.java:127)
            at oracle.dbtools.raptor.data.ui.DataSummaryPage.onExit(DataSummaryPage.java:110)
            at oracle.ide.wizard.FSMWizard.exitCurrentPanel(FSMWizard.java:635)
            at oracle.ide.wizard.FSMWizard._validateFSMState(FSMWizard.java:596)
            at oracle.ide.wizard.FSMWizard.doFinish(FSMWizard.java:315)
            at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
            at java.awt.Dialog$1.run(Dialog.java:515)
            at java.awt.Dialog.show(Dialog.java:536)
            at java.awt.Component.show(Component.java:1300)
            at java.awt.Component.setVisible(Component.java:1253)
            at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
            at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
            at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:51)
            at oracle.dbtools.raptor.data.DataWizard.launch(DataWizard.java:224)
            at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(ObjectActionController.java:149)
            at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
            at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
            at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
            at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
            at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Looks like a clue to me.

  • Lsnrctl services does not show service XE - new install of Oracle Express

    It's a time-consuming and problematic installation of Oracle Express 11g, but for the moment just one question: why isn't service XE showing up in lsnrctl services? Here's that output, with Service XE missing:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    listener.ora is:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora is:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    slqnet.ora is:
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    NAMES.DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    Well, I think this is progress, attempting to connect in sqlplus gives the error I had in SQL Developer when I had service XE showing up in lsnrctl services (that was the 2nd installation, now on the 3rd)
    SQL> connect system/xxxxxxx
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    So, couldn't connect and no luck with alter system register.
    Yes, I should be OK with 127.0.0.1, both client and server are my home PC. Thanks for the idea of testing with no listener.ora at all - I renamed and moved listener.ora, for this interesting result: in sqlplus I either get the same ORA-01034 and ORA-27101, or 2 pages of a sqlplus help file, depending on the logon syntax used. I'm sure that's user error. In SQL Developer New Database Connection Test I get ORA-12514.
    I've been closely following the thread from Marco ORA-01034 , ORA-27101 in windows Domain, and have learned a lot from you, Srini and TSharma. I think I'm leaning towards the possibility of a bad install. Task Manager shows process oracle.exe running (this may not mean much) and Services shows all the Oracle services Started. I don't know enough to interpret what I'm seeing for oracle.exe in Windows Process Explorer, although it looks like something is running. But suppose, hypothetically, that it was a bad installation, how would I test that?
    Looking at the log files, I'm seeing clsc1.log is nearly identical to what Marco reported in that other thread:
    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.
    2013-04-12 01:25:47.968: [ default][3228]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][3228]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    This may be another clue, the listener log file has this after a SQL Developer New Database Connection Test (test of Connection Type TNS + Network Alias XE, XE shows up just fine in the dropdown). My computer name is newamptron, and that host_addr IP is my DSL provider. Note the completely random port 2051. Essentially same message data with or without listener.ora in place.
    <msg time="2013-04-12T23:55:46.593+00:00" org_id="oracle" comp_id="tnslsnr" type="UNKNOWN" level="16" host_id="NEWAMPTRON" host_addr="75.79.62.xxxx">
    <txt>12-APR-2013 23:55:46 * (CONNECT_DATA=(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=Paul))(SERVER=DEDICATED)(SERVICE_NAME=XE)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=2051)) * establish * XE * 12514</txt>
    </msg>
    <msg time="2013-04-12T23:55:46.609+00:00" org_id="oracle" comp_id="tnslsnr" type="UNKNOWN" level="16" host_id="NEWAMPTRON" host_addr="75.79.62.xxxx">
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor</txt>
    </msg>
    Thanks!

  • Multiple Image Upload Wizard Not Creating A Form

    I'm working on a new site and I keep running the multiple image upload wizard.
    It connects to the database fine, gets the primary key and all that. It sees the two columns that should be included in the form field in addition to the image_url field.
    When I hit finish on the wizard all the proper code seems to be created except the form. The upload button is the only user interface element created.
    Anybody got ideas on what is causing this? I've used this wizard on other projects sucessfuly, but I can't figure out what I'm doing differently here.
    thanks,
    - Tanner

    I believe you have to create the form first with some File Upload fields then run the Wizard.
    Cheryl

  • ADF security wizard not creating files?

    Hi,
    I'm trying to configure my web project to use ADF security. When I run ADF security wizard, changes are made only to web.xml, other files (as stated in chapter 29.3.2):
    - /.adf/META-INF/adf-config.xml: neither file of folder exist
    - /src/META-INF/jsp-config.xml: neither file of folder exist (there is a folder /adfmsrc/META-INF, but there's only adfm.xml file)
    - orion-application.xml: same as above
    - jazn-data.xml: same as above
    Is this a bug or am I doing something wrong?
    Regards
    Jernej

    Do you see these files in Application Resources ( -> Descriptors) under Application Navigator?

Maybe you are looking for

  • Problems with changings within Design Studio Report published on BI Mobile App

    Hello BI Mobile Experts, At the moment we are setting up a prototyp for BI Mobile reporting with SAP Business Objects Mobile and the BI Mobile App. We created a report with Design Studio and published this report without problems within the Mobile Ca

  • I am looking for a Recomindat​ion

    I drive the full United States in a truck and I want to buy a laptop that I can conect to the internet and surf with great speed and watch movies in the evening while parked at a truck stop. Most truck stops have WI-FI but at times I need to connect

  • Dependancy between central swcv and others

    Hi, I want to download all my RFCs and IDoc into one single central SWCV. I want to implement dependancy between all my SWCVs and Central SWCV. Can somebody please send me any document on that?. Is it run-time or build time, I need to implement Depen

  • After recent download of update to iPad, I now have no sound and all my games are slow.What happened?

    I recently downloaded the offered update to iPad.  Now I have now sound and all my games are slow.  Plus, anything with a video while surfing can't be viewed. Does anyone know hat happened and how to fix it?

  • Regarding currency

    Dear folks, Could you help me please regarding currency please .. My case is like this : for the currency : IDR. When i enter for the key figure : 125 It will be displayed in report : 12.500 After checking to tcurx, it has ration for 100. What should