console « weblogic « Java Enterprise Q&A





1. Managed server not starting up however Admin console is up    stackoverflow.com

Scenario: If i try to start the server as a window service it gives an error stating that ceradentials are not correct.However on correcting the credentials in boot.properties when i try to ...

2. Minimum RAM that Weblogic Admin Console can run under    stackoverflow.com

What is the minimum amount of RAM that the Weblogic Admin Consoel (version 10.3.2) will run under?

3. Weblogic administration console way too slow    stackoverflow.com

I've installed weblogic 10.3.3, configured simple domain with default configuration. And after starting weblogic I cannot use it via admin console because it is starting too slow (~10 mins). It seems ...

4. Issue while starting WLDF Console Extension    stackoverflow.com

Any fix to avoid this exception while starting WLDF Console? Thanks.

java.lang.ClassFormatError: Incompatible magic value 218762506 in class file com/bea/diagnostics/dashboard/ChartPanelApplet
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
 ...

5. Weblogic console error    stackoverflow.com

I have a problem about weblogic console. I have been facing with this problem at login stage. Console gives the error: INFO configrealmlog - TurkcellConfigRealmAuthenticator Login failed for user weblogic INFO ...

6. Weblogic Console Problem with pending folder xml's    stackoverflow.com

As u know, weblogic server collects the changes which we did by the consele screen under "pending" folder. But my wl server is not creating that files correctly. For example, each ...

7. Serialization error when invoking a Webservice throught Weblogic Console    coderanch.com

Hi, I'm developing a webservice that is going to run in Weblogic. This webservice makes a query in a database through an Stored Procedure. The result of this Query is filled inside a DTO (Data Trasfer Object) and this DTO is send back to the client. When I run the webservice through Junit Tests, it delivers me the information that I ...