Problems using jdk 1.4.0-beta 2 with JDeveloper 3.2.3

I've problems using the jdk 1.4.0-beta 2 with JDeveloper 3.2.3.
Used jdk 1.3.1 before, evertything worked correctly, accept a smal prob with the minimize- and maximize-icons of JInternalframe.
Got mail that this would be solved with new jdk.
But when i define new JDK in JDeveloper and try to compile i get the following message:
Error: (0) initialization error: class Error const *: class file has wrong version 48.0, should be 45.3 or 46.0.
If i compile the code from the commandline with javac myself it compiles correctly and the program runs fine.
can anyone help??

The problem you are having is that jdev doesn't support the new beta..I have the same problem and I am currently compiling and executing from the command line
I heard there is a workaround but I have never found it
sorry

Similar Messages

  • Problems using Anyconnect 3.x client together with Kaspersky AntiVirus

    We have Notebooks with Windows Vista - most of the notebooks have "Kaspersky Anti-Virus 6.0 für Windows Workstation" installed and some "Kaspersky Endpoint Security 8 für Windows".
    Anyconnect 2.5 works perfect on these notebooks.
    But when I upgrade anyconnect to version 3.0 or 3.1, I have the problem that all HTTP traffic is blocked - all other network traffic is still working.
    When I quit the Kaspersky client (or uninstall it), everything is working again - except that I have no working antivirus protection.
    Of course, I have tried different settings for the Kaspersky client (without success) and asked our Kaspersky support (who said that anyconnect is causing this problem and not Kaspersky).
    My first experience with a Windows 7 notebook is that this problem does not exist using Windows 7.
    So maybe the problem is caused by a strange combination of Windows Vista, Anyconnect 3.x and Kaspersky.
    Does anyone else has problems using Anyconnect 3.x client together with Kaspersky AntiVirus?
    Kind regards,
    Peter

    We've recently run into an issue related to this. We found that it was related somehow to Firefox. If one looks inside of
    /Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app/Contents/MacOS/ there are symlinks to Firefox libraries:
    $ ls -lntotal 1800-rwxrwxr-x  1 0     80  891232 Aug  3  2012 Cisco AnyConnect Secure Mobility Clientlrwxr-xr-x  1 1001  80      60 Jun 13 15:57 libmozsqlite3.dylib -> /Applications/Firefox.app/Contents/MacOS/libmozsqlite3.dyliblrwxr-xr-x  1 1001  80      55 Jun 13 15:57 libnspr4.dylib -> /Applications/Firefox.app/Contents/MacOS/libnspr4.dyliblrwxr-xr-x  1 1001  80      54 Jun 13 15:57 libnss3.dylib -> /Applications/Firefox.app/Contents/MacOS/libnss3.dyliblrwxr-xr-x  1 1001  80      58 Jun 13 15:57 libnssutil3.dylib -> /Applications/Firefox.app/Contents/MacOS/libnssutil3.dyliblrwxr-xr-x  1 1001  80      54 Jun 13 15:57 libplc4.dylib -> /Applications/Firefox.app/Contents/MacOS/libplc4.dyliblrwxr-xr-x  1 1001  80      55 Jun 13 15:57 libplds4.dylib -> /Applications/Firefox.app/Contents/MacOS/libplds4.dyliblrwxr-xr-x  1 1001  80      58 Jun 13 15:57 libsoftokn3.dylib -> /Applications/Firefox.app/Contents/MacOS/libsoftokn3.dylib
    So as a simple confirmation we were able to remove Firefox and have AnyConnect connect fine. As a more permanent workaround we replaced the above symlinks with 0 byte files and we were able to have our cake (AnyConnect connecting) and eat it too (Firefox installed as well).

  • Problem using jdk included with JDEV9i

    I am trying to use jdk supplied with jdev9i release candidate 2 on my system
    (win 98).I have included c:\jde9i\jdk\bin in my system's path and c:\jdev9i\jdk\lib
    in my class path.
    But when I invoke compiler using javac it prints a long error message ,
    some of them are given below(I can't see the main exception because it scrolls up).
    Sun.misc.Resource Sun.misc.URLClassPath.getReasource(java.lang.String.boolean)
    java.lang.Object java.net.URLClassLoader$1.run()
    java.lang.Object java.security.AccessController.dePriviledged(java.security.
    PriviledgedExceptionAction,java.security.AccessControlContext)
    So how can I use this jdk to compile and run my other applications.

    Hi,
    My document looks as follows:
    <pre:inventory xmlns:pre="http://www.example.com/books">
    <pre:book year="2000">
    <pre:title>Snow Crash</pre:title>
    <pre:author>Neal Stephenson</pre:author>
    <pre:publisher>Spectra</pre:publisher>
    <pre:isbn>0553380958</pre:isbn>
    <pre:price>14.95</pre:price>
    </pre:book>
    <!-- more books... -->
    </pre:inventory>
    And I tried the following:
    //pre:book
    /pre:inventory and
    /pre:inventory/pre:book
    I have the necessaty code in my namespaceresolver as follows:
    public String getNamespaceURI(String prefix) {
            if (prefix == null)
                  throw new NullPointerException("Null prefix");
            else if ("pre".equals(prefix))
                   return "http://www.example.com/books";
            else if ("xml".equals(prefix))
                   return XMLConstants.XML_NS_URI;
              return XMLConstants.NULL_NS_URI;
                    cheers,
    ovisvana

  • Problem installing CIS Admin on Preconfigured OC4J with JDeveloper 11g

    Hi,
    I'm trying to setup a CIS installation with JDeveloper 11g's OC4J. The CIS Server was installed successfully and the home page for that application came up. I was able to deploy the CIS Admin application, but trying to access it gives me the following error (first regarding the permissions and then about the name not found exception). Can someone please advise...
    [2008-06-19 09:09:19,640] [ApplicationServerFactory<clean-only>] INFO (com.stellent.cis.impl.CISApplication) -
    +------------------------------
    | Initialized Content Integration Suite 10g Release 3 (10.1.3.3.3) [server]
    |      Version: 8.0.0.3 (Build 2007.1031.1353)
    |      Server Type: oracle [ejb=true, rmi=false]
    |      Server Configuration: [META-INF/resources/server/cis-services.jxml]
    |      Adapter Configuration: null
    |      Temporary File Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\\oracle\cis-8.0.0.3
    +------------------------------
    08/06/19 09:09:19 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    [2008-06-19 09:12:19,468] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) - Initialized CIS logging using log file: [default]
    [2008-06-19 09:12:19,468] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) -
    +-----------------
    | CIS using IsolatedJarClassLoader
    | Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\tmp-mgr-48440.tmp\cis-loader48441.tmp
    +-----------------
    08/06/19 09:12:19 WARNING: Exception returned by remote server: javax.naming.NoPermissionException: Not allowed to look up stellent/command/configuration, check the namespace-access tag setting in orion-application.xml for details
    [2008-06-19 09:12:19,640] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:402)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 37 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 39 more
    [2008-06-19 09:12:19,687] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:402)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 37 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 39 more
    08/06/19 09:12:20 WARNING: cis-admin-web-8.0.0: Servlet error
    java.lang.IllegalArgumentException: Resource /main.do not found
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:405)
         at index.jspService(_index.java:44)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:489)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:706)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:627)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:675)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    [2008-06-19 09:12:20,828] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) - Initialized CIS logging using log file: [default]
    [2008-06-19 09:12:20,843] [HTTPThreadGroup-1] INFO (com.stellent.cis.impl.CISApplicationFactory) -
    +-----------------
    | CIS using IsolatedJarClassLoader
    | Location: C:\DOCUME~1\ACBOMM~1\LOCALS~1\Temp\1\tmp-mgr-48440.tmp\cis-loader48442.tmp
    +-----------------
    08/06/19 09:12:20 WARNING: Exception returned by remote server: javax.naming.NoPermissionException: Not allowed to look up stellent/command/configuration, check the namespace-access tag setting in orion-application.xml for details
    [2008-06-19 09:12:20,843] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1387)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1915)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1730)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:952)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 31 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 33 more
    [2008-06-19 09:12:20,937] [HTTPThreadGroup-1] ERROR (com.stellent.cis.web.commandapp.CommandAppInitializer) - Error initializing command web application
    com.stellent.cis.client.command.CommandConfigurationException: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:103)
         at com.stellent.cis.impl.CISApplicationFactory.getCisApplication(CISApplicationFactory.java:58)
         at com.stellent.cis.impl.CISApplicationFactory.initialize(CISApplicationFactory.java:74)
         at com.stellent.cis.web.commandapp.CommandAppInitializer.init(CommandAppInitializer.java:90)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:332)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2721)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5209)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5132)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3295)
         at com.evermind.server.http.HttpApplication.getLocalDispatcher(HttpApplication.java:5387)
         at com.evermind.server.http.HttpSite.getRequestDispatcher(HttpSite.java:393)
         at com.evermind.server.http.HttpApplication.unprivileged_getRequestDispatcher(HttpApplication.java:1996)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:1981)
         at com.evermind.server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1387)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1915)
         at com.evermind.server.http.EvermindHttpServletResponse.handleException(EvermindHttpServletResponse.java:1730)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:952)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:48)
         at com.stellent.cis.impl.CISApplicationFactory.initializeClient(CISApplicationFactory.java:174)
         at com.stellent.cis.impl.CISApplicationFactory.initializeCisApplication(CISApplicationFactory.java:97)
         ... 31 more
    Caused by: javax.naming.NameNotFoundException: stellent/command/configuration not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:209)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:256)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:196)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.stellent.cis.common.proxy.ejb.EJBLookupAndProxy.lookupAndProxy(EJBLookupAndProxy.java:42)
         ... 33 more

    08/08/05 06:37:47.308 10.1.3.1.1 Started
    08/08/05 06:37:49.683 cis-admin-web-8.0.0: 10.1.3.1.1 Started
    08/08/05 06:40:24.699 cis-admin-web-8.0.0: Servlet error
    java.lang.IllegalArgumentException: Resource /main.do not found
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindPageContext.forward(EvermindPageContext.java
    :316)
    at index.jspService(_index.java:43)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.1) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:598)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:522)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:712)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:369)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:865)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:447)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)

  • Problem using Win 8.1 Mail app with corporate email account

    I have a client where most of the PCs are running Windows 8.1 with Office 2013 installed and an on-premise Exchange 2013 server.
    Even though they've been using Office 2013, now that they have Win 8.1 the staff now like to use the included Mail app for all their email as they say they get better notifications with it and some other "goodies" that Office 2013 doesn't provide.
    It's been working okay for them as I haven't heard of any problems. Until now. Their domain passwords are expiring and when they change the domain password they have no problem with the PC itself and domain access and Outlook 2013 still works fine.
    But now they're getting errors trying to continue to connect the Mail app to Exchange 2013. They keep getting a popup asking for credentials, their domain accounts get locked out (imagine that) after too many wrong logins I presume by the Windows 8.1 apps,
    and when they do get the Mail app connected they see an error in the lower right corner of the window about a problem with the certificate. It says something about the name of I think the server not matching the certificate.
    The cert is from GoDaddy and I know the names involved with the cert are correct. But that's the minor issue.
    The main issue is with getting the 8.1 apps, particularly the Mail app, to recognize the updated domain password.
    I have a Windows 8.1 VM setup and on the domain but when I try to configure it to connect to the Exchange server I get the error "Unable to connect. Ensure the information you've entered is correct."
    It's pretty obvious what is supposed to go in each field so I'm sure I'm filling it out correctly. But because of this I can't use this test VM to work on the problem.
    If anyone has an idea of how to deal with the Windows 8.1 Mail app and Exchange and changing the user domain password, I'd be appreciative of the help.
    Jonathan

    Hi,
    Thanks for your feedback.
    With 8.1, you can now use the Mail app without having to have a Microsoft account.
    A Microsoft account is an email address and password that you use to sign in to Windows. It's free and easy to set up, and you can do so with any email address you choose, or get a new email address. (For example, you can use an Outlook.com, Gmail, or Yahoo!
    address for your Microsoft account.)
    However, you must sign with an email address.
    Any way, if you have any other problem, welcome to contact us.
    Karen Hu
    TechNet Community Support
    That is one way you can sign into Windows but not required. As I stated earlier, these PCs are domain joined and that's how they login to them. As for the Mail app, 8.1 means an MS account isn't required anymore.
    Jonathan

  • Problem using jdk 1.5.0

    Hello all,
    I have an application which is working on Java 1.4.0 and now i want to move it on Java 1.5. The version of Java 1.5 which i am using is jdk 1.5.0.16 on windows.
    But when i try to compile my application on 1.5, it is giving me errors as
    javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at org.jboss.mx.loading.UnifiedClassLoader.<init>(UnifiedClassLoader.java:162)
    at org.jboss.mx.loading.UnifiedClassLoader.<init>(UnifiedClassLoader.java:145)
    at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:408)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:256)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
    at org.jboss.Main.boot(Main.java:142)
    at org.jboss.Main$1.run(Main.java:375)
    at java.lang.Thread.run(Thread.java:595)
    I am not able to understand what all is this happening.
    Please help
    Thanks in advance
    Monadear

    As [Eamonn McManus|http://weblogs.java.net/blog/emcmanus/] answered in the [JMX Forum|http://forums.sun.com/thread.jspa?threadID=5316667&tstart=0], this is a conflict that results from using the JBoss-provided [JMX implementation|http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch2.chapter.html] in [J2SE 5|http://java.sun.com/j2se/1.5.0/] with the provided platform JMX implementation. [JDK 1.4|http://java.sun.com/j2se/1.4.2/] did not provide an out-of-the-box JMX implementation, so there was no conflict.

  • Has anyone had a problem using Mainstage 2 and Logic 9 with PreSonus fire studio Mobile?

    I Still can't get Mainstage and Logic to play well with my setup. I'm using a Mac Pro 2 GHz Intel Core i7 with 4 GB ram and Logic 9.1.6 and Mainstage2. I have a PreSonus Firestudio Mobile and M-Audio Midisport midi interfaces. The only Midisport that works consistently is a MisiSport 2X2 sith a thru/merge switch set to merge. I am playing all of this with a Roland A-90 keyboard. Logic sometimes starts, but the audio interface doesn't work. Mainstage crashes on start-up. Can anyone help?
    Thanks,
    Bob

    Hi
    There have been several reported issues on this forum about problems a) with Roland controllers (Sending MIDI Clock and 'All Notes Off' ???), and b) MIDSport interfaces
    https://discussions.apple.com/message/17138809#17138809
    https://discussions.apple.com/message/17011191#17011191
    I suggest that you try a 'scientific' process of elimination:
    Disconnect all external hardware, and try MS
    Connect the hardware singly, one at a time, to determine which is causing the problem
    CCT

  • Debug problem using JDK 1.2.2

    Hello,
    I set up remote debugging in J-Dev 3.1.1.2 and was using it successfully for several days.
    I then did some local debugging on a servlet that was compiled using 1.1.8 JDK. Now none of my servlets that are compiled under 1.2.2 can be debugged either locally or remotely. I get a message telling me that the class cannot be debugged.
    Can anyone offer suggestions on what could be wrong?
    Thanks

    I had this problem earlier today. I deleted the old workspace, created a new one, added my projects in again, recompiled and things were fine. Every now and then my workspaces seem to corrupt and I have to do this, although I don't always get the "can't debug class message"
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bill:
    Hello,
    I set up remote debugging in J-Dev 3.1.1.2 and was using it successfully for several days.
    I then did some local debugging on a servlet that was compiled using 1.1.8 JDK. Now none of my servlets that are compiled under 1.2.2 can be debugged either locally or remotely. I get a message telling me that the class cannot be debugged.
    Can anyone offer suggestions on what could be wrong?
    Thanks <HR></BLOCKQUOTE>
    null

  • Problem use SQL query in coding report with SBO

    Hi everyone!
    I have problem in execute query to delete and create a report with SQL 2000 in SAP.
    Try
            oForm.DataSources.DataTables.Item(0).ExecuteQuery("DELETE FROM rptReport")
    Catch ex As Exception
    End Try
             oForm.DataSources.DataTables.Add("TestReport")
             oForm.DataSources.DataTables.Item(0).ExecuteQuery("SELECT     Number, RefDate, Memo        into  rptReport   FROM         dbo.OJDT")
             oTable = oForm.DataSources.DataTables.Item("TestReport")
    This code is error. I don't know how to execute 2 this sql command. Hope everyone help me hix hix!  .

    /Invalid query tree  [300-33]. The SQL error is 8180/
    But search in SQL book hasn't got that err. Some person spoke ExecuteQuery property wasn't support Table Delete and Create, it only support simple Select... I tried to use Recordset but don't success. Can I use "Delete" and "Select ... Into..."   query another style??? Help me, please...!!!

  • Problems using SONY 810UL/T dvd writer with ibook

    Hi All,
    I'm having trouble using the above drive with my dual USB on 10.3.9 and was wondering if anyone else may have a solution to this. The os doesn't seem to recognize memorex16X DVD+R discs (i'm not sure if this is a disc issue or a drive issue but..see later) i.e. it doesn't show up on the desktop (I've tried this with multiple discs). Then when I try to open the tray using the button on the burner, nothing happens. So I do a disktool -e disk2 to eject the disk. I insert the disk again but holding down optioncmdI while inserting the disc ala article 30878 (http://docs.info.apple.com/article.html?artnum=30878). A window pops up: You inserted a blank DVD. Choose what to do from the pop-up menu. I press ok, the disk ejects and I get message: This disc could not be used because the disc drive is not supported. (Error code 0x80020025). Any help would be greatly appreciated. Cheers.
    iBook G3 500   Mac OS X (10.3.9)  

    Hi Tah.
    Two suggestions:
    1) Avoid Memorex discs if possible. I dn't know how they go in the Sony burners, but users of Panasonic (Matshita) and Pioneer drives I know have had problems with them.
    2) See if Patchburn helps - see http://www.patchburn.de/download.html
    Patchburn gets many third party burners running which are otherwise not supported by Apple. In your case you will need the Panther version , of course.
    Cheers
    Rod

  • Problem using SELECT-OPTIONS in an InfoSet with a field of data type UNIT.

    I have created a simple InfoSet that links MARA with MARM. In the 'Selections' section of the InfoSet I have a variable named 'ZMEINH' defined as
    Description: UOM
    Selection Text: UOM
    Format FOR: MARM-MEINH
               EXTRAS: DEFAULT 'PAC' OPTION EQ SIGN I.
    When I ran a query to allow selections on the MEINH field, instead of 'PAC' being the default, there was "***" showing in the UOM selection and if I attempted to execute the query it gave me a message that "Unit *** is not created in languague EN'.  If I overide the "***" and enter 'PAC', I get the list of records that I expect.
    I assume this is because MEINH has a data type of "UNIT".
    How can I do a conversion so I can define a default value 'PAC' for MARM-MEINH in the infoSet that will carry through to any queries I created.
    Thank you very much for any help.
    Richard Salisbury

    Thank you both for you help!
    In our T006 there actually is a PAC and not a PAK. The T006A had as DE-PAK though.
    I had this same type of language problem when trying to match an "order type". German is the "base" language in our system so maybe that means that raw data is stored with the German constant?
    Anyway, I changed it to PAK and it works. When under a time schedule, that is what counts.
    Thank you again for the quick response!
    Richard Salisbury

  • Any known problems using IE6 and Adobe Reader 7 with LC:RM?

    On an properly configured LC:RM server only allowing certificate (X509) authentication,
    Adobe Reader 7 always pops up some Username/Password dialog for authentication.
    Reader 8 and 9 work fine with certificates.
    Is this an known restriction, that
    Reader-7 does not support X509 authentication?
    Dilettanto

    Steve,
    thank you again for your helpful answer.
    In addition we now found out, that Users having an authenticating Proxy
    may even need to upgrade to Adobe Reader 9 to be able to use LC:RM.
    Dilettanto

  • Is there a problem using CFPOP in CF MX 7 with Exchange 2007?

    We have a scheduled task that checks a mailbox and, depending
    on the request, responds to the sender with information from our
    contact database. It has worked fine for several years using CF MX
    7 Standard and MS Exchange 2000. We just changed to MS Exchange
    2007 and we get an error as follows: "Logon failure: unknown user
    name or bad password." We can access the mailbox directly from
    Exchange using the account and password, so we think we are passing
    the correct information (example below).
    <CFPOP ACTION="GetHeaderOnly" SERVER="192.168.1.15"
    USERNAME="testaccount" PASSWORD="testpassword" NAME="getMail">
    Is there something we're missing? We are certain that the IP,
    account and password are still correct. We have assigned this mail
    server to the Mail tab in CF Administrator and it can see it and
    route CFMAILs through it.
    Any help is appreciated.

    We discovered that Exchange 2007 has five specific steps that
    have to occur in a particular order for CFPOP to resume working
    properly. We did this (despite several security issues) because
    this function is strictly internal. Not recommended for an
    application available to the general public.
    Steps for making Exchange 2007 work for CFPOP:
    1) Start the POP service on the Exchange 2007 server.
    2) Allow the necessary email accounts to use POP3.
    3) Lower the security requirements on those accounts to allow
    CF to send clear text instead of encrypted (SSL) requests to POP3.
    4) Set the Exchange server to allow relay.
    5) Lower the security requirements for relay.
    I hope I explained this correctly. This is how my network
    supervisor explained it to me.

  • Problem using JRC 2.0 on Unix with xml data source

    Hello,
    I am experimenting difficulties using the JRC 2.0 (which I hadn't with the previous version) on a RedHat 4 machine. It takes 7 minutes (only 20 seconds on Windows) to create a pdf (1 page) from a simple report using an xml file as data source.
    It takes approximately 2 minutes when opening the report
          > reportClientDoc.open(REPORT_NAME, 0);
    then 4 minutes are required to connect the report to the xml data source
          > reportClientDoc.getDatabaseController().setDataSource(xml_ds, "", "");
    Have you got any clue on possible reasons for this issue ?
    Edited by: florian epiard on Jan 30, 2009 4:33 PM

    Hello,
    I am experimenting difficulties using the JRC 2.0 (which I hadn't with the previous version) on a RedHat 4 machine. It takes 7 minutes (only 20 seconds on Windows) to create a pdf (1 page) from a simple report using an xml file as data source.
    It takes approximately 2 minutes when opening the report
          > reportClientDoc.open(REPORT_NAME, 0);
    then 4 minutes are required to connect the report to the xml data source
          > reportClientDoc.getDatabaseController().setDataSource(xml_ds, "", "");
    Have you got any clue on possible reasons for this issue ?
    Edited by: florian epiard on Jan 30, 2009 4:33 PM

  • Problem using linear workflow to composite images with nonlinear transparency

    First off: I love what a fully linear workflow does for the proper behavior of gradients, transparency and the like.
    HOWEVER in both Premiere and AE I have found no simple way (within the linear workflow) to properly/accurately composite images that were not linear to start with/have nonlinear alpha channels. For example, I have an 8 bit RGB photoshop file with 2 layers: one with transparency and the other a white background. If I export the transparent layer as a png (or for that matter save it as a standalone psd), bring it into PP or AE and put a white solid behind it, it doesn't look the same as in the original photoshop file unless I turn off "composite in linear color".
    My best workaround so far is to bring the transparent image into AE (working in a linear color space) and manually adjust the gamma of its alpha channel using a combination of of track mattes/levels/shift channels effects to counteract the improper interpretation of the gamma of the alpha channel, since there's no effect or setting to change the linear/nonlinear interpretation of the gamma of the alpha channel.
    Is anyone at Adobe working on addressing this issue? Why isn't there an effect (or setting in "interpret footage") to allow us to specify if the source material has linear or nonlinear gamma? EDIT: I have just realized that there is a color management option in the AE footage interpret dialog (but not PP), but when I attempt to use it with a png it is greyed out/disabled.
    Thanks,
    Henry
    Message was edited by: Henry Reich

    Well, you could just not use PNG but instead TIFF? The behaviors are built into the file format and using a limited 8bit format in a linear workflow doesn't make that much sense in the first place...
    Mylenium

Maybe you are looking for