Mbeans not visibel when deployed to weblogic

I am getting started with jmx I am using spring jmx server , I tried deploying in jetty and used jconsole I could see all my mbenas , when deployed to weblogic none of my mbeans are visible , do I need to do anything more ?
please advice me .

Hi Timo,
Thanks for your quick reaction. deleting the application first solved my issue.
I never had this issue before, but good to know how to fix it :)

Similar Messages

  • Changes on application not visible when deployed to weblogic apps server

    Hi all,
    I have an ADF-faces application that is running on a weblogic server.
    Application is working fine, but I added some functionality on some pages.
    I tested it with Jdeveloper and the build in weblogic server, that is working fine.
    Now I deployed my application (Trough the menu application->deploy) to the weblogic server.
    When I open the application now I don't see the changes I made!!
    In the menu I did run Build->Make and Build->Rebuild but that did not help.
    What is causing this behavior?
    Thanks is advance.

    Hi Timo,
    Thanks for your quick reaction. deleting the application first solved my issue.
    I never had this issue before, but good to know how to fix it :)

  • RT does not run when deployed to 9642 sbRIO LV 2011

    I have code deployed to a Ni sbRIO9642 where the RT code does not run when deployed to the when using LabVIEW 2011. It appears the NI-RT.ini file on the target is not being properly configured. I manually configured the ini file using FTP and the RT still will not run. I built a small test application and the RT on that did not run either, although i had hard validatiuon that the FPGA code was indeed running. Thanks - Keith

    Hey Martin, 
    I don't know if this specific problem was resolved, but there was a known issue in LabVIEW Real-Time 2011 (sp1) that exhibited this behavior. 
    Shared Variables
    292012
    Return
    Real-Time Applications containing typedef Shared Variables fail to run.
    If you are building an RTEXE that contains Shared Variables whose data type is based upon a type definition and the build specification is configured to disconnect type definitions the RTEXE will not run.
    Workaround: 1.) Manually disconnect the variable from the typedef before building the application 2.) Change the build spec so it doesn't disconnect type definitions
    Reported Version: 2011 32-bit
    Resolved Version: 2012
    Added: 10/11/2011
    Although this has been fixed in 2012, and shouldn't be an issue for you developing in LabVIEW 2012. Have you tried implementing a heartbeat VI? to verify if your RT app is actually running and not communicating? (great example here)
    Do you have the system state pushier installed on your cRIO? does it point to a memory leak or 100% CPU utilization? (steps to install it found here, if you're not familiar)
    Are you using the cRIO in Scan Interface mode? or in the FPGA interface? 
    Applications Engineer
    National Instruments
    CLD Certified

  • Import not found when deploying to Standalone OC4J

    Hi,
    I'm developing a small application, consisting of a few classes and a few jsp pages. I'm using JDeveloper 9.0.3.1 with the sun j2sdk 1.4.2 for windows.
    I test my application with the embedded OC4J in Jdeveloper, and it runs fine. But when I deploy it to the standalone OC4J, I get this error:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errores de compilación:F:\programas\Oracle\jdeveloper\j2ee\home\application-deployments\Workspace4-WSWrappers-WS\WebServices\persistence\_pages\\_integrate2.java
    Note: sun.tools.javac.Main has been deprecated.
    F:\programas\Oracle\jdeveloper\j2ee\home\application-deployments\Workspace4-WSWrappers-WS\WebServices\persistence\_pages\_integrate2.java:6: Class webservices.Integrator not found in import.
    import webservices.Integrator;
    ^
    1 error, 1 warning
    This error does not happen when using the embedded OC4J server, only when deploying to the standalone. Since leaving JDeveloper up all times to use de app is not an option :) I really would appreciate any help towards solving this matter. I suspect it has to do with deployment options and whatnot, but I can't find anything wrong. Of course, I'm fairly new to this (jsp/OC4J), so it can be an obvious mistake right under my nose.
    thanks
    Javier

    Fixed. The problem was my Standalone OC4J was not properly installed, AND I was doin the deplyment wrong. Now it works by creating a war file, deploying to the war file and THEN deploying to the OC4J Standalone connection.
    So, if you start seeing "import not found" when deploying to standalone and it works on the embedded, check you war files to see if they REALLY are packing the classes they are supposed to carry.

  • Images do not show when deployed on remote server

    We are using jdeveloper 11.1.2.1, adf and integrated weblogic and remote server has weblogic where we deploy the application for testing.
    We have a login.html page. when deployed and running the image in login.html does not show in FF or IE 8. It shows on IE9. when deployed on the remote server.
    When deployed on the integrated server only fire fox shows the image. None of the other web browsers show the image in login,html
    Here is my login.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <!--meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1" /-->
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
    <title>Application Login</title>
    </head>
    <body>
    <div class="header">
    <div class="head_logo"><img src="images/imageLogo.JPG" alt="DASIS Logo" height="73" width="862"/></div>
    </div>
    <div class="navigation"></div>
    <div class="content">
    <div class="contentTitle">
    Welcome to ISATS online.
    <hr/>
    </div>
    <div class="contentArea">
    <p class="Arial">To login, enter your user ID and password, then click the Login button.
    </p>
    <form method="POST" action="j_security_check">
    <TABLE CELLPADDING="5"
    SUMMARY="This table contains a web form
    with fields for ID and password entry." >
    <TBODY>
    <TR>
    <TD ALIGN="right" VALIGN="top">
    <span class="Arial">User ID:</span>
    </TD>
    <TD VALIGN="top" ALIGN="left">
    <input type="text" value="" alt="Enter User ID" name="j_username"></input>
    </TD>
    </TR>
    <TR>
    <TD ALIGN="right" VALIGN="top">
    <span class="Arial">Password:</span>
    </TD>
    <TD VALIGN="top" ALIGN="left">
    <input type="password" name="j_password" value="" alt="Password"></input>
    </TD>
    </TR>
    <TR>
    <TD ALIGN="right" VALIGN="top" width="85">
    </TD>
    <TD VALIGN="top" ALIGN="left">
    <input type="submit" name="submit" value="Submit"></input>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </form>
    <span class="Arial">
    Please contact Help Desk for assistance with the User ID and Password.
    <br>
    The Help Desk number is XXX) XXX-2300.
    </span>
    </div>
    </div>
    </body>
    </html>
    Any help is appreciated
    Edited by: user597294 on Jan 11, 2012 3:58 PM
    Edited by: user597294 on Jan 11, 2012 4:01 PM

    The problem does not seem to be with TopLink or JPA, so you may want to post this question to a different forum, such as the JDeveloper/ADF forum at:
    JDeveloper and ADF
    If the image itself is being sent but not loaded, you might check that it is a display issue with the browser being used.
    Best Regards,
    Chris

  • When deploying to Weblogic Server, JDeveloper is unable to list servers

    I have created a BPEL project using JDeveloper 11.1.1.6.
    Have created an Integration Server in the JDeveloper Application Server tab. While deploying the project using this Integration Server profile, JDeveloper is unable to list out servers. As a result, the NEXT button is grayed-out and the deployment prematurely halts and cannot continue any further.
    When deploying to Integrated Weblogic Server, JDeveloper is unable to list servers.
    I have taken the following actions:
    In JDeveloper, the proxy setting was initially turned off. So, I have turned it on and given it a try too.
    I have also gone through the proxy settings in my JDeveloper, proxy connection test was successful. I still dont see servers during development.
    I have also followed all steps on JDeveloper Help Tutorial on "41 Deploying SOA Composite Applications" and no success.
    Issue can be reproduced as below:
    The issue can be reproduced at will with the following steps:
    1. Create a SOA BPEL Composite
    2. Try Deploying the Composite
    3. In the JDeveloper Deploy Wizard, notice the SOA server is not listed.
    Please advice.
    Thanks in advance.

    Hi,
    I am having the same issue, were you able to resolve this, would you be so kind to let me know what was the fix?
    I have JDEV 11.1.1.6, both my admin servers and managed servers are up and running, I can create Application Server connection with no problem, but I don't see any servers under SOA servers list when trying to deploy a composite.
    Thank you,
    Anatoliy

  • App Insights for web application not working when deployed to Dev server

    App Insights is not sending telemetry data for ASP.NET MVC web *requests* (page views from the JS instrumentation are fine) when the app is deployed to the Dev or Test IIS servers.  On local IIS express it works perfectly fine.    I have
    no idea how to troubleshoot this problem.
    Bert Jackson

    - the AI.config file is both in the root of the site, and the /bin folder (which was confusing the other day).  Both are correct.
    - it looks like a local browser can go to https://dc.services.visualstudio.com (it results in a 403 since its just a GET to the root).  During this test, I found that this server did NOT have the Root trust certificate (Baltimore cybertrust), which
    would cause problems when using IE locally to browse the app; the javascript AI logging was not working, because it couldnt fetch the ai.0.js file).  I got the proper root certificate installed on the server, but request logging still not working.  I
    dont believe the firewall is a problem.
    - I've verified that all binaries are indeed deployed in to the bin folder on the server
    - web.config does have the AI http module; I've verified via logging that the ApplicationInsightsWebTracking is loaded.  However, I have custom Context/Telemetry initializers, and their Initialize() methods are *NOT* being called when deployed on the
    server.  I've tried both ways of registering the initializers; via code in the Application_Start() event and also in the ApplicationInsights.config file.
    I don't know how to troubleshoot any further, to figure out if AppInsights is actually *trying* to send telemetry out and failing, or if its not actually even trying.
    Bert Jackson

  • Java script in jsff page is not working when deployed as adf lib jar

    hi,
    We have a ViewController Project with a several jsff pages that has javascript references to a .js fiile in the same project.
    When run in the same app, the javascript functions are invoked correctly.
    but, when deployed as an ADF-library and consumed in a diff application, not several components' javascript is invoked.
    Input Text Components javascript is almost always invoked. But, javascript on radio buttons or table are not invoked.
    Jdev: 11.1.1.6
    Thanks,
    Harsha.

    How to include javascript resources in  Facelet tag library

  • Appv 5.0 on Windows 2008 R2: package working, but not anymore when deployed

    Hi,
    Please advise on howto troublehsooting a package that works fine when locally installed on a windows 2008 server but not anymore when sequenced and deployed to another terminal server.
    J.
    Jan Hoedt

    Are there any error codes displayed or in the eventlog?
    Is the sequencer machine identical as the client where the package is started? 
    Is KB2984972 installed on the client?
    What version of App-V do you use?
    Did you install the the application in the PVAD or in the VFS?
    Related topics:
    Package will not run
    AppV Application will not start
    App-V package won't start

  • Jspf files are not interpretated when included? weblogic 8.1

    Well My problem is that jspf files are not interpretated when included
              into jsp files. stuff such as netui tags are included as text and
              printed as such?
              Does this mean that jspf files are only for pure HTML?

    Hey David
              I discovered the error its the special danish letters (which I cant even
              write here due to the charset). ae,oe,aa (???)
              When used as variable names in a jspf file and included they are
              misinterpreted. This is not the case in a jsp file.
              Its clearly a bug in BEA, but I replaced all occurrences and worked
              myself around it.
              David Karr skrev:
              > It's important to understand that JSP pages are compiled into servlet classes, and then loaded into the JVM. The servlet class is executed when the JSP page is loaded by the application.
              >
              > It's also important to understand the difference between an "include directive", and an "include action". The "directive" includes the text into the JSP page before it is compiled, so any JSP tags in the included text will be compiled as if they were part of the original page. The "action" includes the text at run-time, after the JSP is converted to a servlet and loaded into the JVM. If the result of your "include action" is a string of text with JSP tags, that string will be included in the result as-
              > is, without being compiled.
              >
              > From what you describe, I'm guessing you're using an include action, not an include directive. Reorganize your application to use include directives for your ".jspf" files, and you should be on the right track.

  • Rulebases not available when deploying OPA 10.2 on Weblogic

    Hi,
    Before upgrading to version 10.2 of determinations-server.war I was running 10.1 deployed to WLS 10.3. I used the java option -Ddeterminations.server.rulebase.dir to point out where rulebases should be loaded from. After switching to 10.2 thiss setting doesn't work.
    When using the documented settings for classpath loading in application.properties I set up
    load.rulebase.from.claspath=true
    rulebase.path=rulebases
    As I understand it the directory rulebases is seached for in CLASSPATH of WLS so I added the directory C:\bea\user_projects\domains\windomain to CLASSPATH of WLS. windomain contains a directory "rulebases" containing my working rulebases.
    When listing rulebases nothing is available.
    The war is deployed unexploded and this is the way the customer wants it. I wish to just modify application.properties so classpath loading works and have the rulebases on the file system.
    Similar post hinting this should work: Error installing web-determinations 10.1.0.27 on WLS 10.3.3

    C:\bea\user_projects\domains\windomain is located in CLASSPATH. (which I see in startup log)
    C:\bea\user_projects\domains\windomain\rulebases contains my zipfiles which are working if i deploy exploded war.
    My war file is located in C:\bea\user_projects\domains\windomain\autodeploy
    application.properties is set according to
    load.rulebase.from.claspath=true
    rulebase.path=rulebases
    I have also tried setting CLASSPATH to C:\bea\user_projects\domains\windomain\rulebases without any positive result.
    At least one more colleague has tried the same approach with trying to load rulebases from CLASSPATH (WLS), but with no success. We have tried Windows, Solaris and Linux without success.
    The log shows the following, which it also does if I deploy exploded.
    <2011-mar-25 kl 10:40 CET> <Info> <Health> <BEA-310002> <71% of the total memory in the server is free>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,408 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.determinations.server.DSServlet - GET request: pathinfo=null queryString=null contextPath=/dete
    rminations-server>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,549 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] WARN com.oracle.determinations.interview.engine.local.LocalInterviewEngine - Plugin directory could not be init
    ialised. No plugins will be loaded
    java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
    at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
    at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:101)
    at com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:59)
    at com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
    at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:35)
    at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
    at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    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.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,565 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] WARN com.oracle.determinations.server.assess.AssessEngine - Plugin directory could not be initialised.
    java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
    at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
    at com.oracle.determinations.server.assess.AssessEngine.<init>(AssessEngine.java:67)
    at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:38)
    at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
    at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    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.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.server.current.ServerServiceCurrent>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.server.v10_2.ServerService102>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,580 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.server.v10_0.ServerService10>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,721 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
    s.server.services.server.current.ServerServiceCurrent>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,768 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
    s.server.services.server.v10_2.ServerService102>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determination
    s.server.services.server.v10_0.ServerService10>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.interview.current.InterviewServiceCurrent>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,799 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.interview.v10_2.InterviewService10_2>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.current.SpecificAssessServiceCurrent>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.current.GenericAssessServiceCurrent>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.v10_2.SpecificAssessService102>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,815 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.v10_2.GenericAssessService102>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,830 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.v10_0.SpecificAssessService10>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,830 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.se
    rver.services.assess.v10_0.GenericAssessService10>
    <2011-mar-25 kl 10:42 CET> <Notice> <Stdout> <BEA-000000> <10:42:58,846 WARN [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.D
    efault (self-tuning)'] WARN com.oracle.determinations.server.ServiceRegistry - Plugin directory could not be initialised.
    java.lang.IllegalArgumentException: Can not locate plugin directory 'plugins'. On the classpath
    at com.oracle.util.plugins.PluginRegistry.addPluginsFromDir(PluginRegistry.java:99)
    at com.oracle.determinations.server.ServiceRegistry.initRulebaseServices(ServiceRegistry.java:89)
    at com.oracle.determinations.server.ServiceRegistry.<init>(ServiceRegistry.java:78)
    at com.oracle.determinations.server.DSServletContext.<init>(DSServletContext.java:41)
    at com.oracle.determinations.server.DSServlet.getOrCreateContext(DSServlet.java:128)
    at com.oracle.determinations.server.DSServlet.doGet(DSServlet.java:42)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    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.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)>

  • PL/SQL  Web Service fails when deployed to WebLogic server

    I have a web service generated via JDeveloper from a PL/SQL package. It runs fine both when tested in JDeveloper and when the WAR file is manually deployed to the Integrated WebLogic Server. However, when the WAR file is deployed to our actual WebLogic server, it fails. Other existing web services that were not generated with the JDeveloper wizard work correctly. I am having trouble finding any references to this type of issue to solve it. Are there any ideas what might be causing the WSDL to fail?
    References:
    * JDeveloper 11.1.1.6.
    * No proxies are involved.
    * The PLSQL package is a basic function that returns varchar2 input fed in by one parameter:
    create or replace package body pkg_ws_test as
    function test_me (p_anything_in varchar2)
    return varchar2 is
    begin
    return p_anything_in;
    end test_me;
    end pkg_ws_test;
    * Top of error stack is as follows:
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://svr:8892/wsTest2-getSame-context-root/TestMePort?wsdl: HTTP connection error code is 500 at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:157) at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:87) at oracle.sysman.emas.model.wsmgt.WSTestModel.init(WSTestModel.java:325) at
    ...

    Hi,
    The below error trace you've provided doesn't confirm that Weblogic server has thrown the error.
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://svr:8892/wsTest2-getSame-context-root/TestMePort?wsdl: HTTP connection error code is 500 at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:157) at oracle.sysman.emSDK.webservices.wsdlparser.ParsedWSDLFactoryImpl.getParsedWSDL(ParsedWSDLFactoryImpl.java:87) at oracle.sysman.emas.model.wsmgt.WSTestModel.init(WSTestModel.java:325) at
    Please paste complete stacktrace of the error to check and also include the caused by section in the error.
    Thanks,
    Vijaya

  • Error in Logging using log4j When deployed in weblogic server

    I have deployed an SOAP based web service application as an war file and used log4j propertiers to do application logging .When i tested the application through a JAVA client the log4j log file has all the application log information but when i deployed it in the weblogic server 10.3.3 and tested it through SOAP UI it gives me just "Run time error exception" in the log4j log file(which is returned in the SOAP response) as against the application logs which i need. I have also added <wls:package-name>org.apache.log4j.*</wls:package-name> in the weblogic.xml and also changwed the logging to the log4j logging in the server ( which was perviously JDK logging) .But still it is not returning the complete application error stack trace in the log4j log file(and also in the weblogic command console) I need to get the application error stack trace in the log4j log file ( and also in the console) so it would be easy to debug the code.
    Please help me out in doing the same.
    thanks in advance

    Noman,
    have you checked that the folder D:\OracleJeveloper\Middleware\jdk160_14_R27.6.5-32 contains the jre?
    Timo

  • Error when deploy to weblogic cluster

    My cluster has 2 servers A, B. when I deploy an WebCenter Custom Portal application to weblogic cluster, application on server A work well and application on server B is failed. Log on failed server is “what do i do: seems an odd quirk of the EJB spec. The exception is:java.lang.NoClassDefFoundError: Oracle/jdeveloper/db/adapter/DatabaseProvider”
    When I reconfig cluster and then deploy, application on server B work well but application on server A is failed.
    Please advise what should I do in this situation?

    Hi,
    It seems your Application is running with non-seralizable objects where non-searlizable are not supported on cluster environment.
    Please check server logs whether you have such warning messages are not.
    Let me know if you need any further help on this issue.
    Regards,
    Kal

  • SpacesWebService proxy security failure when deployed in weblogic server

    Hi all,
    I plan to use the SPacesWebservice by creating a webservices proxy. A proxy client was created and I passed on appropriate security information.
    public static void main(String[] args) {
    try {
    spacesWebService_Service = new SpacesWebService_Service();
    SpacesWebService spacesWebService = spacesWebService_Service.getSpacesWebServiceSoapHttpPort();
    Map<String, Object> requestContext = ((BindingProvider) spacesWebService).getRequestContext();
    setPortCredentialProviderList(requestContext);
    System.out.println(spacesWebService.getGroupSpaces(null));
    // Add your code to call the desired methods.
    } catch (Exception ex) {
    ex.printStackTrace();
    @Generated("Oracle JDeveloper")
    public static void setPortCredentialProviderList(Map<String, Object> requestContext) throws Exception {
    // TODO - Provide the required values
    String username = "weblogic";
    String password = "weblogic1";
    String clientKeyStore = "C:\\default-keystore.jks";
    String clientKeyStorePassword = "weblogic1";
    String clientKeyAlias = "orakey";
    String clientKeyPassword = "weblogic1";
    String serverKeyStore = "C:\\default-keystore.jks";
    String serverKeyStorePassword = "weblogic1";
    String serverKeyAlias = "orakey";
    List<CredentialProvider> credList = new ArrayList<CredentialProvider>();
    // Add the necessary credential providers to the list
    credList.add(getUNTCredentialProvider(username, password));
    credList.add(getBSTCredentialProvider(clientKeyStore, clientKeyStorePassword, clientKeyAlias, clientKeyPassword, serverKeyStore, serverKeyStorePassword, serverKeyAlias, requestContext));
    //credList.add(getSAMLTrustCredentialProvider());
    requestContext.put(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credList);
    When i run this client, just plain java, the client runs fine.
    But additionally, I created the webservice proxy in a web application, and I try to use the proxy client to invoke the webservice. However, when I deploy the web application in weblogic server, and I try to touch the SpacesWebService methods using the client then I get the following errors :
    Caused by: oracle.wsm.common.sdk.WSMException: FailedCheck : failure in security check
    at oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor.receiveRequest(Wss11UsernameWithCertsScenarioExecutor.java:201)
    at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:596)
    at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:666)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeXorAssertion(WSPolicyRuntimeExecutor.java:477)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:336)
    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:289)
    at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
    at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:975)
    at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:460)
    at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
    ... 46 more
    Caused by: oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException: WSM-00034 : Error in Encryption reference mechanism compliance : Expected : thumbprint , Actual : issuerserial. Ensure that a compatible policy is attached at the client side.
    at oracle.wsm.security.policy.scenario.policycompliance.impl.ComplianceEngine.preDecryptionCompliance(ComplianceEngine.java:223)
    at oracle.wsm.security.policy.scenario.policycompliance.impl.ComplianceEngine.checkCompliance(ComplianceEngine.java:385)
    at oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor.verifyRequest(Wss11X509TokenProcessor.java:882)
    at oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor.verify(Wss11X509TokenProcessor.java:844)
    at oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor.verify(Wss11X509TokenProcessor.java:808)
    at oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor.receiveRequest(Wss11UsernameWithCertsScenarioExecutor.java:134)
    ... 56 more
    Does anyone know why authentication is not happening only in the webapp ? (Note: the weblogic server is in the same machine. So the path to the keystore is valid)
    Edited by: user9138987 on Aug 21, 2011 3:04 PM

    The keystore is created using the following commands and the default-keystore is assigned to the weblogic domain
    keytool -genkeypair -keyalg RSA -dname "cn=spaces,dc=example,dc=com" -alias orakey -keypass weblogic1 -keystore default-keystore.jks -storepass welcome1 -validity 1064
    keytool -exportcert -v -alias orakey -keystore default-keystore.jks -storepass weblogic1 -rfc -file orakey.cer
    keytool -importcert -alias webcenter_spaces_ws -file orakey.cer -keystore default-keystore.jks -storepass weblogic1

Maybe you are looking for