problem about weblogic12c-Collection of common programming errors


  • Mohammad Izady
    java oracle11g netbeans-7 weblogic12c
    I successfully installed Weblogic server on my machine and then registered same in netbeans Now when i started the server from netbeans , i get a list of verbose statements and then error statements.I need to know how to resolve this problem.Thank you.. . JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m . WLS Start Mode=Development . CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:

  • Arjan Tijms
    eclipse maven deployment weblogic12c hotswap
    I have a basic question about running a Java EE application on Weblogic using maven in eclipse.I use OEPE (Oracle Enterprise pack for Eclipse) which comes with some plugins such as m2e and wtp. As far as I know this plugins read the pom file and based on them build the jar, war and ear files. What I do right now is like this: I check the build automatically option and let these plugins create my EAR file, then right click on the instance of weblogic server in Eclipse and add it to server using a

  • remo
    hazelcast weblogic12c
    I am getting the following exception when trying to deploy the :mancenter-3.1.3.war in to my Weblogic 12.The fullstacktrace is :org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘managementCenterContext’ defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean ‘centralManager’ while setting bean property ‘centralManager’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating b

  • Eva Troels
    jpa dependency-injection eclipselink entitymanager weblogic12c
    I have an application which uses JPA. I have successfully deployed this application on WebLogic 12c. I startup my server, deploy my application and off we go.In my various @Stateless EJBs I have @PersistenceContext(unitName = “MyJpa”) and expect the container to inject the EntityManager. In my persistence.xml i configure my provider:org.eclipse.persistence.jpa.PersistenceProvider myDsThis works fine in the scenario described above.If I restart my (managed) server everything is still fine.But if

  • Ales J.
    oracle weblogic weblogic-10.x weblogic11g weblogic12c
    I am trying to deploy my .ear file to a weblogic server and I am getting an issue with deploying the files…Here is the stack trace and errors – I am deploying using the admin consoleMessage icon – Error Unable to access the selected application. Message icon – Error Exception in AppMerge flows’ progression Message icon – Error Exception in AppMerge flows’ progressionMessage icon – Error [J2EE:160161]Error while parsing the Application descriptors for jwds0002.ear: weblogic.descriptor.Descripto

  • Nabeel Bukhari
    eclipselink jpql weblogic12c
    I am using EclipseLink 2.3.x with WebLogic 12c. This is the JQL:Select o from PR_GL_CA_ACCOUNT owhich generated following error stack:<[ACTIVE] ExecuteThread: ‘0’ for queue: ‘weblogic.kernel.Default (self-tuning)’> <> <2e88ae6781d171fa:-a29df4f:13f38b20f5a:-8000-0000000000000002> <1371045798327> <2013-06-12 19:03:18.311–UnitOfWork(271275142)–Exception [EclipseLink-4002] (Eclipse Persistence Services – 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseExcepti

  • Viccari
    java mysql weblogic weblogic12c
    So I have a MySQL database, and I have a datasource on a local instance of WebLogic which is connected to that database. I am trying to write some client code which will simply connect and query. I am having issues with obtaining a connection from the datasource. Here’s my code thus far. I am running WebLogic 12c.import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.HashMap; import java.util.Ha

  • partlov
    mybatis weblogic12c
    We are running distributed application in weblogic 12. our application is using mybaits-3.0.4, we have configured XADatasource with JNDI name com.test.datasource.jdbc.XADataSource.We wanted to use above Datasoure in mybatis application code which is getting called from sessionBean which is configured with Non-XA datasoure.We are getting Error: Cannot set auto-commit mode when using distributed transactions.Below are the configuration in mybaits configuration file.<environments default=”prod”&

Web site is in building