Scheduling Packages and providing Web Interface

Hi All,
I have Oracle Packages and procedures which are currently being scheduled by Crontab on UNIX. There are 20 odd jobs that run daily.
I want to make a Web interface by which user can see what is running and can schedule a package.
Oracle 11g has Oracle Scheduler which says that it can be given a web interface.
Could anyone suggest as to how can I achieve to have a Web interface ?
Are there any third party tools that can be used ?
Please suggest.
Thanks in Advance.

Thanks Ravi,
Here you go !
http://www.oracle.com/technology/products/database/scheduler/htdocs/scheduler_fov.html
"The Scheduler can execute OS jobs (shell scripts, executables etc.), PL/SQL blocks, and PL/SQL or Java stored procedures. OS jobs can run as any OS user on or across different operating platforms, such as Unix, Windows, z/OS and OS/400. It can be accessed using a Web Interface (EM) as well as an API - DBMS_SCHEDULER. The Web Interface makes the Scheduler accessible from anywhere using a web browser. The Scheduler provides complex enterprise scheduling functionality."
Does Application Express comes with 11g only ? Coz currently our production DB is on 9i. I had downloaded 11g last nite, probably will make some sample web applications and see how it goes.
Thanks a million.
Champ

Similar Messages

  • prefer-application-packages and prefer-web-inf-classes not working

    Hi,
    I'm upgrading to Weblogic 10.3.2 an application that was running quite fine in Weblogic 8. But I don't manage to get it working in WL 10. I'm getting a Class Not Found error (javax/xml/stream/XMLStreamWriter) but that class is in one of the jar files of my application: "<war-file>/WEB-INF/lib"
    It seems a class loading problem but I'm using both <prefer-application-packages> and <prefer-web-inf-classes> and it's still not working. This is my weblogic-application.xml:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-application>
    <prefer-application-packages>
    <package-name>javax.xml.stream.*</package-name>
    </prefer-application-packages>
    </weblogic-application>
    I'm deploying using an ear file wich contains a war file.
    Logs:
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [META-INF/cxf/cxf.xml]; nested exception is java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamWriter
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)
         at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:109)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
         at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:131)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
         at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:109)
         at org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:263)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:91)
         at org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:102)
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:93)
         ... 57 more
    Caused by: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamWriter
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:42)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         at org.apache.cxf.bus.spring.TunedDocumentLoader.loadDocument(TunedDocumentLoader.java:112)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)
         ... 70 more
    Caused by: java.lang.ClassNotFoundException: javax.xml.stream.XMLStreamWriter

    Hi!
    We have the jar xbean-2.2.0.jar in APP-INF/lib. That one contains the class javax.xml.namespace.NameSpaceContext. I saw that the same class was in another jar as well. I've removed it from the second jar and now it's only in the xbean-2.2.0.jar. But I still get the same error. Maybe there is something wrong in my application.xml? I have all the jars in APP-INF/lib and in <war-file>/WEB-INF/lib
    Application.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
    <application id="Application_ID">
    <display-name>RaadgiverPM</display-name>
    <module>
    <web>
    <web-uri>rpm.war</web-uri>
    <context-root>/raadgiverPM</context-root>
    </web>
    </module>
    <library-directory>lib</library-directory>     
    </application>
    2010-09-06 11:05:07,856 735360 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient - [DELFI] Failed to initialize client at http://172.16.10.113:8090/mockRpmGrpMemberRltnpLSvo_Binding?wsdl
    java.lang.RuntimeException: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [META-INF/cxf/cxf.xml]; nested exception is java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.cxf.staxutils.W3CDOMStreamWriter.getNamespaceContext()Ljavax/xml/namespace/NamespaceContext;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, org/apache/cxf/staxutils/W3CDOMStreamWriter, and the class loader (instance of <bootloader>) for interface javax/xml/stream/XMLStreamWriter have different Class objects for the type javax/xml/namespace/NamespaceContext used in the signature
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:96)
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:86)
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:64)
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:53)
         at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:69)
         at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:106)
         at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:97)
         at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.newInstance(DynamicClientFactory.java:132)
         at groovyx.net.ws.AbstractCXFWSClient.createClient(AbstractCXFWSClient.java:198)
         at groovyx.net.ws.WSClient.initialize(WSClient.java:107)
         at groovyx.net.ws.IWSClient$initialize.call(Unknown Source)
         at no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient.initializeClient(DRWebServiceClient.groovy:47)
         at no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient$initializeClient$0.callCurrent(Unknown Source)
         at no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient.initializeClient(DRWebServiceClient.groovy:37)
         at no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient$initializeClient.callCurrent(Unknown Source)
         at no.delfidata.dr.wsclients.drwsclients.DRWebServiceClient.<init>(DRWebServiceClient.groovy:33)
         at no.delfidata.dr.wsclients.drwsclients.GenericWebServiceClient.<init>(GenericWebServiceClient.groovy:12)
         at no.delfidata.dr.drintstd.channel.GenericWSClientManager.getClient(GenericWSClientManager.java:28)
         at no.delfidata.dr.drintstd.channel.impl.WSChannelImpl.getData(WSChannelImpl.java:46)
         at no.delfidata.dr.drintstd.integrationadapter.impl.AdapterWSImportRpmGrpMemberRltnpLSvo.getDataFromChannel(AdapterWSImportRpmGrpMemberRltnpLSvo.java:74)
         at no.delfidata.dr.drintstd.integrationadapter.AbstractIntegrationAdapter.getDataImportFromChannel(AbstractIntegrationAdapter.java:232)
         at no.delfidata.dr.drintstd.integrationadapter.AbstractIntegrationAdapter.getData(AbstractIntegrationAdapter.java:173)
         at no.delfidata.dr.drintstd.integrationengine.impl.IntegrationEngineImpl.importData(IntegrationEngineImpl.java:113)
         at no.delfidata.dr.drsvcstd.integration.impl.IntegrationServiceImpl.importCustomerData(IntegrationServiceImpl.java:117)
         at no.delfidata.dr.drsvcstd.integration.impl.StartUpService.openAndImportCustomer(StartUpService.java:81)
         at no.delfidata.dr.drstdgui.gui.control.ReceivingServletAction.execute(ReceivingServletAction.java:135)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at no.delfidata.dr.drbasis.gui.filter.MenuFilter.doFilter(MenuFilter.java:78)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at no.delfidata.common.gui.filter.SecurityFilter.doFilter(SecurityFilter.java:265)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [META-INF/cxf/cxf.xml]; nested exception is java.lang.LinkageError: loader constraint violation
    in interface itable initialization: when resolving method "org.apache.cxf.staxutils.W3CDOMStreamWriter.getNamespaceContext()Ljavax/xml/namespace/NamespaceContext;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, org/apache/cxf/staxutils/W3CDOMStreamWriter, and the class loader (instance of <bootloader>)
    for interface javax/xml/stream/XMLStreamWriter have different Class objects for the type javax/xml/namespace/NamespaceContext used in the signature
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)
         at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:109)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
         at org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions(ControlledValidationXmlBeanDefinitionReader.java:131)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
         at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:109)
         at org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:263)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.apache.cxf.bus.spring.BusApplicationContext.<init>(BusApplicationContext.java:91)
         at org.apache.cxf.bus.spring.SpringBusFactory.createApplicationContext(SpringBusFactory.java:102)
         at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:93)
         ... 48 more
    Caused by: java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "org.apache.cxf.staxutils.W3CDOMStreamWriter.getNamespaceContext()Ljavax/xml/namespace/NamespaceContext;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, org/apache/cxf/staxutils/W3CDOMStreamWriter, and the class loader (instance of <bootloader>) for interface javax/xml/stream/XMLStreamWriter have different Class objects for the type javax/xml/namespace/NamespaceContext used in the signature
         at org.apache.cxf.bus.spring.TunedDocumentLoader.loadDocument(TunedDocumentLoader.java:112)
         at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)
         ... 61 more

  • Customizing look and feel web interface

    Hi all,
    We are customizing the theme "web interface", but don't appears, when we look for it in "Theme Root". Only appears the themes created by SAP.
    the steps that we followed are:
    - Copy the theme, with the program BPS_UPDATE_MIMEREPOS
    - import the theme in my folder into the node /sap/public/bc/ur/design2002/themes/myfolder
    - copy the CSS
    - modify and import the fiel .CSS in my folder into the node /sap/bw/mime/BEx/StyleSheets/mycss.css
    - Assign the theme with the CSS in table UPWB_THEMES_MAP.
    This is all and doesn't work.
    best reguard

    Thanks Andrea,
    He is very useful.
    Do you have additional information on the components of the CSS?
    For example:
    .sapbexaggdata
    .sapbexaggdata:visited
    .sapbexcalskipmonth
    What represent?
    Thanks for your help.
    Best Regard

  • Pacman "Meta-packages" and "provides"-ta

    Hi there..
    I'm building some packages on occasion(whenenver I run over something that I want but it isn't in the repositories, yet)...
    Many of those packages are games and many games nowadays depend on some implementation of OpenGL.
    Now, there's already a dependency called "x-server" which can be either "xorg" or "xfree" or something..
    My question is: Is there something like that as well for OpenGL?  Which can be satisfied by installing one of nvidia-drivers, Mesa, $some_other_opengl_implementation?
    Or maybe there's a list of these things?
    I just had a look into the nvidia driver package and it doesn't seem to provide OpenGL(as from a packager's point of view), so I can't really count on that
    So what do I do now?      Ask the NVIDIA packager to include that provides-line in the PKGBUILD?
    Or can I do dependencies on something like "mesa OR nvidia"?

    http://dri.freedesktop.org/wiki/
    The DRI is an integral part of XFree86 4.x , and integrates with Mesa, an open source implementation of the OpenGL API. Several 3D accelerated drivers have been written to the DRI specification, including drivers for chipsets produced by ATI, Matrox, 3DFX, and Intel.
    ftp://download.nvidia.com/XFree86/Linux … README.txt
    The NVIDIA Accelerated Linux Driver Set brings both accelerated 2D
    functionality and high performance OpenGL support to Linux x86 with the
    use of NVIDIA graphics processing units (GPUs).
    Mesa is already included/integrated with xorg/xfree. It's also available as a separate package too (more recent version).
    Nvidia replaces libgl with it's own version during installation process (that's one of the reasons you should reinstall nvidia drivers when you upgrade xfree/xorg package). You can see it in your nvidia-installer log in /var/log or
    ls -l /usr/lib/libGL*
    lrwxrwxrwx 1 root root 21 2004-11-14 23:01 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.6629
    -rwxr-xr-x 1 root root 7230360 2004-11-14 23:01 /usr/lib/libGLcore.so.1.0.6629
    -rw-r--r-- 1 root root 653 2004-11-14 23:01 /usr/lib/libGL.la
    lrwxrwxrwx 1 root root 10 2004-11-14 23:01 /usr/lib/libGL.so -> libGL.so.1
    lrwxrwxrwx 1 root root 17 2004-11-14 23:01 /usr/lib/libGL.so.1 -> libGL.so.1.0.6629
    -rwxr-xr-x 1 root root 442592 2004-11-14 23:01 /usr/lib/libGL.so.1.0.6629
    You shouldn't install mesa together with nvidia drivers because you will experience strange effects :-)
    All of this means that normally you should only use x-server as a dependency and do not include nvidia or mesa at all. Unless of course an application docs says something else (IMO if a package really needs mesa - the one available as a separate package - you should also put nvidia into "conflicts").

  • Consuming and Providing Web Service with JD Edwards ERP system

    Hi,
    I would like to create web services with c++ or java OR any other easier way .
    I need to use that web services to use in Share point to interact with JD Edwards ERP system .
    Pls Note : Since not having license for JD Edwards, I need to create and call from Sharepoint Web service to JD edwards.
                       and not from JD edwards web service.
    Could anybody guide me in this.
    Thanks in advance.

    I had this error again so I thought I would post my solution:
    The issue is SAP needs to know the certificates being used by the web site being called.  These certificates are automatically installed in your browser but need to be manually installed in SAP.  This is what I did:
    How to find/install new certificates
    Make sure you run Internet Explorer as an Administrator so you can export the certificates
    Go to the web site that SAP is trying to call in Internet Explorer
    Double click on the lock in the address bar
    View certificates
    Find the certificates that are being used
    Tools --> Internet Options --> Content --> Certificates
    Click on the “Trusted Root Certification Authorities” tab
    Find the certificate identified in step iii
    Export as a CER certificate
    Click on the “Intermediate Certification Authorities” tab
    Find the certificate identified in step iii
    Export as a CER certificate
    Go to STRUST in SAP
    Import the Certificates in the “Anonymous” or “Standard” SSL client
    Save
    RESTART the ICM via t-code SMICM  <-- Critical!!!
    Test

  • Assign User Profiles and Web Interface Transactions to Users

    Hi EM Gurus,
    Has anyone worked with not standard scenarios in SCEM?
    They are working well but I can't access them on interface web.
    In selection page (search page after logon), where choose tracking scenarios, only standard scenarios appear although I have assigned both scenarios to the user and made same configuration; Assigned and Defined Web Interface Transactions, Configured Fields for User Profiles, Defined User Profiles, Assigned User Profiles and Web Interface Transactions to Users.
    But only Standard Scenarios appear as choice of tracking scenarios that are displayed to the user as a dropdown box on the selection screen after logging on to the Web interface.
    Has anyone accessed not standard scenarios on interface web??
    Help, please!
    Thanks a lot.
    Rodrigo Freitas

    Hello Rodrigo,
    if you have assigned the scenarios to your user in transaction /SAPTRX/UCUSER you must go to the admin page and reload the profile manager.
    /admin in the URL of the WCL instead /ehsearch.
    Afterwards you should see them also in the drop-down box.
    Best regards,
    Steffen

  • Wrong password in Vacation notice and  Mail rules in web interface

    I have just set up a new Snow Leopard server to try it out. I especially wanted to test the calendarserver and mail and corresponding web interfaces.
    I can access the My Page without any problem, but when I try to access the Settings->Vacation Notice and Mail Rules, I am presented a login dialog. When I enter my credentials, it just shakes its head like the password is wrong. I tried with different accounts, and when I used the system admin login I could access those pages, but not for the standard account. What's wrong?

    Yes, the problem is the accented caracters !
    I had the same problem until I remove the accent in the user information (Workgroup Manager > Users Tab > "user" > Info Tab > Firstname + Lastname).
    So it's an encoding error in WPSession python module, and this problem drive the script EmailRules.py around line 162 (wpUser = wpSession.userNamed(username)) to go on the hasLocalEmailErrback def, and so give an error and refuse the authentication, even if we have a local email account.
    It's boring that USA developers do not write code that manage well international strings !
    It's like this forum : because I have an "é" in my lastname, I was unable to create an account for this forum, until I create a new Apple ID without the "é"
    Or like the iPhone Developer certificates at the beginning...

  • Relation between R3TR SPRX and R3TR WEBI

    Dear colleagues,
    I would like to know which of the above R3TR object types define an enterprise service?
    Also, how to derive the relationship between a service and its web interface (WEBI).
    In which database table/view can I find the relationship?
    I need this information to link a provider class/interface with its web definition/interface.
    Thanks & Regards,
    Sooraj.

    I cannot create a universe only till level5, this is because some level5 employee are leaf, some of them are not, they have level6 employee report them, and level7 employee report to their level6
    when I create a report with hierarchy, I go from the top to the bottom, but in the middle levels, some employee has nobody reported to them, and if I click its hyperlink, the data will be messed up. Isn't there a way not to show the hyperlink with the leaf in the middle level?

  • Insert excel worksheet in web interface builder

    Dear all,
    I want to insert my planning package inside my web interface, and I don't know how to fill the planning level fields ?
    With F1 I got the following information                                                       
    The planning level of a selector is automatically transferred from the
    components which have a reference to this selector as an attribute   
    value. If several components have a reference to this selector, the  
    value of the attribute "planning level" must match for all components.

    Hello Pavel,
    the web interface builder calls the web interface very similarly to an external browser. So if you HTTP and ICM setitngs are not correct (yet), the web interface can not be displayed in the builder.
    Regards,
    Marc
    SAP NetWeaver RIG

  • CIVS-IPC-2930 Web Interface Inaccessible

    We have a Cisco CIVS-IPC-2930 PTZ camera and the web interface is inaccessible.  Navigating to the page returns an error "500 - Internal Server Error".   Our VSM is still able to pull the feed from the camera, and I can access it via SSH, just not through the web interface.  Looking at the error log for lighttpd shows the following errors repeatedly:
    2014-04-07 16:38:51: (mod_fastcgi.c.2481) unexpected end-of-file (perhaps the fastcgi process died): pid: 1464 socket: unix:/tmp/php.socket-1 
    2014-04-07 16:38:51: (mod_fastcgi.c.3299) response not received, request sent: 1333 on socket: unix:/tmp/php.socket-1 for /index.php , closing connection 
    Have tried restarting the lighttpd processes and reloading the camera, but the issue persists.
    Anyone seen similar issues?  Ideas to resolve?
    Thanks

    Hi Scott,
    Yes, I used scp to copy the file over from the functional camera.  It was fairly straightforward to resolve once I suspected the file was corrupted.
    Cheers!

  • N1SM  1.3.3 Web Interface Issues

    Hi
    I have installed N1SM 1.3.3 , Linux version on a RHEL 4 U4 AS.
    The installation process is completed and the web interface has started.
    The issue right now is : I do not see either the Service provisioning system
    or the N1 System Manager in the web interface.
    All I get is the error "You Do Not Have Access to Any Application
    No application is registered with this Sun Java(TM) Web Console, or you have no rights to use any applications that are registered".
    I tried adding the application using wcadmin command and enabled it as well with no luck.
    Please guide me with this last step of installation process.
    Thanks in Advance
    Balaji.k

    Hi Tarzanek
    Thank you so much. It really helped to get me the N1SM integrated into the web interface and i was able to login.
    Can I get your help on couple of things I have as issues now.
    1) When I click on the "SUN N1 system manager" link in the web console, it throws the error saying
    "Access Denied.
    Unknown User.
    This user is not registered with the N1 System Manager. Contact your Security Administrator to request addition of the user to the N1 System Manager."
    In the /var/log/messages, I see the message
    "Sun Java(TM) Web Console[13336]: User root successfully authenticated to the console"
    "pam_access[13935]: access denied for user `root' from `(null)'
    2) If I use n1sh, I get the error "Lost connection to command line service"
    I have restarted n1sminit with no luck.
    If you are familiar with the solution for these two issues, could you please let me know .
    Thanks
    Balaji.k

  • Profile Manager Web Interface Not Loading

    I set up a Mac mini with 10.9 and Server 3.1.2 to be our MDM server. After the initial configuration the https://<servername>/profilemanager and /mydevices web interfaces work just fine. I'm able to enroll five test OSX and iOS devices. Then I come in the next day and the /profilemanager web interface is unreachable. The /mydevices web interface still works though.
    I tried reinstalling 10.9 and server and setting up from scratch and the problem repeats itself the next day. According to this thread deleting Server.app and reinstalling is one solution, but that did not work. I also tried resetting the Profile Manager, but that did not solve this issue either.
    When trying to load /profilemanager on the server, a MacBook, and iPad, Safari will just hang when loading the page. The title bar changes to "Admin," the blue status bar hangs, and the page does not load.
    This one is baffling. Any suggestions as to what to do would be most appreciated.

    xcscredd(1156) deny file-read-metadata /Library/Server/ProfileManager
    Process:         xcscredd [1156]
    Path:            /Applications/Server.app/Contents/ServerRoot/System/Library/CoreServices/XCSCre dentialServer.bundle/Contents/MacOS/xcscredd
    Load Address:    0x10a244000
    Identifier:      com.apple.XCSCredentialServer
    Version:         1 (1.0)
    Build Info:      255-XCSCredentialServer~32000000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [1]
    Date/Time:       2014-05-21 16:46:38.051 -0500
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib                  0x00007fff965a20aa __getattrlist + 10
    1   Security                                0x00007fff8c81f9de ___ZN8Security15cached_realpathEPKcPc_block_invoke_2 + 260
    2   libdispatch.dylib                       0x00007fff8c95a28d _dispatch_client_callout + 8
    3   libdispatch.dylib                       0x00007fff8c95b146 _dispatch_barrier_sync_f_invoke + 39
    4   Security                                0x00007fff8c81f864 Security::cached_realpath(char const*, char*) + 148
    5   Security                                0x00007fff8c676529 Security::DbName::CanonicalizeName() + 209
    6   Security                                0x00007fff8c676418 Security::DbName::DbName(char const*, cssm_net_address const*) + 144
    7   Security                                0x00007fff8c68292c Security::DLDbIdentifier::DLDbIdentifier(cssm_subservice_uid const&, char const*, cssm_net_address const*) + 100
    8   Security                                0x00007fff8c6c53a4 Security::NameValueDictionary::MakeDLDbIdentifierFromNameValueDictionary(Securi ty::NameValueDictionary const&) + 206
    9   Security                                0x00007fff8c6c4e82 Security::KeychainCore::CCallbackMgr::consume(unsigned int, unsigned int, Security::CssmData const&) + 192
    10  Security                                0x00007fff8c7f679b Security::SecurityServer::NotificationPort::ReceiveImplementation(unsigned char*, unsigned int, Security::UnavailableReason) + 189
    11  Security                                0x00007fff8c7f686b ___ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7Me ssageE_block_invoke + 21
    12  Security                                0x00007fff8c7f6839 Security::SecurityServer::NotificationPort::HandleRunLoopTimer(__CFRunLoopTimer *, void*) + 19
    13  CoreFoundation                          0x00007fff9127e494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    14  CoreFoundation                          0x00007fff9127dfcf __CFRunLoopDoTimer + 1151
    15  CoreFoundation                          0x00007fff912ef5aa __CFRunLoopDoTimers + 298
    16  CoreFoundation                          0x00007fff91239755 __CFRunLoopRun + 1525
    17  CoreFoundation                          0x00007fff91238f25 CFRunLoopRunSpecific + 309
    18  Foundation                              0x00007fff908cfadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    19  Foundation                              0x00007fff9091810b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    20  xcscredd                                0x000000010a245e6f
    21  libdyld.dylib                           0x00007fff8c9585fd start + 1
    Binary Images:
           0x10a244000 -        0x10a256fff  com.apple.XCSCredentialServer (1.0 - 1) <75a88431-46dc-35fc-8350-f97c59b411df> /Applications/Server.app/Contents/ServerRoot/System/Library/CoreServices/XCSCre dentialServer.bundle/Contents/MacOS/xcscredd
        0x7fff8c670000 -     0x7fff8c8caffd  com.apple.security (7.0 - 55471.14.4) <1d5da20e-db48-3e1d-9bf5-baa694192b25> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8c955000 -     0x7fff8c958ff7  libdyld.dylib (239.4) <7c9ec3b7-dde3-33ff-953f-4067c743951d> /usr/lib/system/libdyld.dylib
        0x7fff8c959000 -     0x7fff8c973fff  libdispatch.dylib (339.92.1) <c4e4a18d-3c3b-3c9c-8709-a4270d998de7> /usr/lib/system/libdispatch.dylib
        0x7fff90867000 -     0x7fff90b65fff  com.apple.Foundation (6.9 - 1056.13) <2ee9ab07-3ea0-37d3-b407-4a520f2cb497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff911c9000 -     0x7fff913aefff  com.apple.CoreFoundation (6.9 - 855.16) <a63e680e-e4b2-368b-8564-9dbe0d8ddb91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9658d000 -     0x7fff965a9ff7  libsystem_kernel.dylib (2422.100.13) <498aebd7-4194-3cf2-aa16-d5d03ffbd8c0> /usr/lib/system/libsystem_kernel.dylib

  • Mailman web interface crash

    I have a crazy problem with my Mailman.
    Web config interface and Server Admin config interface are not working. I am not able to change configs, add mailing lists, etc.
    However, every old mailing lists are working perfectly.
    I used:
    sudo /usr/share/mailman/bin/check_perms -f
    sudo /usr/share/mailman/bin/mailmanctl -s stop
    sudo /usr/share/mailman/bin/mailmanctl start
    Nothing happened. And my Web interface returns:
    Not Found
    The requested URL /mailman/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    What could be happening with my Mailman? Could anybody help me?
    I am not able to find anything that could help me, including in others Mailman discussions. Thanx a lot.

    When I try to access www.xxx.com/mailman, I have:
    Not Found
    The requested URL /mailman was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

  • A question about Arch package search web interface

    If a dependency or a 'Required By' package is in [testing] or [community-testing] it's marked as such e.g. 'foo (testing)'.
    pygtk 2.24.0-3 is in [extra] and should depend on packages in [extra]. One if its dependencies, pygobject2-devel, is both in [extra] and in [testing] http://www.archlinux.org/packages/?sort … =&limit=50
    pygtk should depend on the one in extra and pacman pulls it all right, but according to the web interface http://www.archlinux.org/packages/extra/i686/pygtk/ it depends on the one in testing. When you click (or mouse over) on 'pygobject (python2-gobject2)' you go to http://www.archlinux.org/packages/testi … -gobject2/ even though it's not marked as a [testing] package.
    Why is it so? Is it a bug?

    It may be a glitch related to package foo providing bar, like systemd providing libsystemd.
    Another example of a package in [extra] depending on a package in [testing] instead of the one in non-testing repo: http://www.archlinux.org/packages/extra … tsservice/
    accountsservice 0.6.25-1 depends on systemd 194-4 instead of systemd 194-3.
    Bug reported: https://bugs.archlinux.org/task/32018

  • EBS11i to provide Web services and receive Web services

    Our corporate direction is to have all major systems internal has to communicate to each other using web services. No more using pl/sql, dblink, FTP to communicate.
    we are using EBS 11i.
    1) Is that possible to have our EBS 11i able to receive web service call and make web service call to other systems?
    2) Will 'Oracle AS Adapter for Oracle Applications' is the solution for this? is this adapter install at EBS box to receive web service call and make web service call to other systems?

    Hi,
    WebDynPro Java/ABAP are primarily User Interface technologies. Webservices are faceless (without UI ) components that provide certain functionality. Using UI technologies like WebDynPro Java/ABAP etc, we can build a face( UI ) to the webservices.
    DnyPro itself means a screen & WebDynPro is for building web based applciations.
    Hope this resolves your question.
    Well, if you still want to use it as provider & if you have an existing web-service, the way to do it is, Right click on your WebDynPro ABAP component & select CREATE->Service Call. Build a Custom Controller or use the Component Controller to get the service using service type = Webservice proxy for your webservice. You can use this Component as a Used component in any other webdynpro components & use this to access webservices.
    Thanks,
    Phani
    Edited by: Phani Rajesh Mullapudi on Oct 8, 2009 10:41 PM

Maybe you are looking for

  • Unwanted / Special Characters in XML File Output

    Hello Seniors, I am downloading an XML File which has some code from include's. The XML file is well formatted and the output is fine when I downloaded programs. But this include is from user exits and the code has some commented lines in it also wit

  • Do i need to clean my imac?

    Hi, I am new to Apple and I have an iMac 27 2.7 GHz intel i5 with 16 gb of RAM and a 1 TB hard drive.  Do I need to clean the hard drive and defragment it as I used to with my windows based machines? It seems to freeze and slow down occasionally and

  • Third Party as Plant (Manfacturing Unit).

    Dear Experst, Now we are implementing SAP for our client, Our client have total Business proces i.e., from Manfacturing to till its reach to end user. But our client is asking now, their Manfacturing Unit make as a Total Third party, for manfacturing

  • InDesign CS5: Configuration Error (Error 5)

    I've installed CS5 Premium. When I try to start InDesign CS5, I get this error: "Configuration error. Please uninstall and reinstall the product. If this problem still occurs, please contact Adobe technical support for help, and mention the error cod

  • On CS6, when I try to crop, it gives me a white rectangle?

    Something happened where if I do any action like cropping, or unlocking the background layer, it just whites out my whole picture. It's worked fine for a while, but something happened that messed it up and I don't know how to fix it.