Tuesday, September 23, 2014

Caused by java.lang.UnsupportedOperationException: Remote JDBC disabled

Caused by java.lang.UnsupportedOperationException: Remote JDBC disabled

Caused by java.lang.UnsupportedOperationException: Remote JDBC disabled.
; nested exception is: BINDING.JCA-11622
Could not create/access the TopLink Session.

This session is used to connect to the datastore.


Above issue happening at OSB Calls 

Solution for this issue  is need to Enable Remote JDBC 

Shut Down OSB Managed Servers.

Please find below parameter  in setDomainEnv.sh and set it to true. It will be false by default

-Dweblogic.jdbc.remoteEnabled=true 


Thursday, September 11, 2014

weblogic.ldap.EmbeddedLDAP.validateVDEDirectories

Error/Issue: AdminServer is shutting down with below error in log file

<Sep 9, 2014 1:14:25 AM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.NumberFormatException: null
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:417)
        at java.lang.Integer.parseInt(Integer.java:499)
        at weblogic.ldap.EmbeddedLDAP.validateVDEDirectories(EmbeddedLDAP.java:1104)
        at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:242)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        Truncated. see log file for complete stacktrace
>
<Sep 9, 2014 1:14:25 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Sep 9, 2014 1:14:25 AM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Sep 9, 2014 1:14:25 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>



Solution:  Move data,cache,tmp under AdminServer directory and start AdminServer.

Or you can move ldap directory under data directory 

Bottom line is LDAP was corrupted need to recreate.


"class java.lang.NoClassDefFoundError : sun/awt/X11GraphicsEnvironment"

"class java.lang.NoClassDefFoundError : sun/awt/X11GraphicsEnvironment"

While opening EM Console will see that error in AdminServer log file.

Issue: We can open EM Console but we cant expand soa_infra, not only soa_infra we cant open any thing in em console except tropology.
  

Solution:
Please include below parameter in startup parameters of adminserver.


-Djava.awt.headless=true

Please mail me if required any help to implement solution bonams@gmail.com

Monday, September 8, 2014

Com.bea.console.exceptions.DeploymentConfigurationInitIncompleteException

Com.bea.console.exceptions.DeploymentConfigurationInitIncompleteException

  and module is defined DTD based description and cannot be edited using the console

U will see above errors at db adapter and other adopters configuration tab.

 Check which plan file is   configured for respective adapter and provide read and write and bounce services 

==========
also check free space


Error like below