Integration of Spring 3 and weblogic 10
Hi,
i am trying to setup a simple helloworld example by using spring 3 and weblogic 10 using eclipse. i am a newbie to weblogic and cant see whats wrong with my config.
i am trying to run on server of my project. it will hit the error of below.
Code:
!ENTRY oracle.eclipse.tools.weblogic 4 4000 2010-12-17 15:03:57.301
!MESSAGE Error reading weblogic.xml file.
!ENTRY oracle.eclipse.tools.weblogic 4 4000 2010-12-17 15:03:58.317
!MESSAGE Error reading weblogic.xml file.
!ENTRY oracle.eclipse.tools.weblogic 4 4000 2010-12-17 15:03:58.346
!MESSAGE Error reading weblogic.xml file.
!ENTRY org.eclipse.core.jobs 4 2 2010-12-17 15:03:58.447
!MESSAGE An internal error occurred during: "Starting Oracle WebLogic Server 11gR1 at localhost".
!STACK 0
java.lang.NullPointerException
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.setEnv(WeblogicServerLaunchConfigurationDelegate.java:473)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:323)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerLaunchConfigurationDelegate.launch(WeblogicServerLaunchConfigurationDelegate.java:130)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:696)
at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3051)
at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3001)
at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:300)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!ENTRY oracle.eclipse.tools.weblogic 4 4000 2010-12-17 15:03:58.979
!MESSAGE Error reading weblogic.xml file.
Below are my configuration files.