Hi,
I am getting the following error when I try and deploy an ear file on Oracle Application Server (9.0.3).
The project deploys perfectly in JDeveloper so I can't believe it is a problem with the ear file itself, but don't know where to look next.
The ear file is being built using
Ant scripts and all the modules compile fine whilst constructing the ear file.
The error message doens't mean much to me - is the error in my source or in the source of app server??? It is impossible to establish from the poor error message.
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2003-08-06T07:05:49.630+01:00</TSTZ_ORIGINATING>
<COMPONENT_ID>iAS_dcm</COMPONENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_GROUP>n/a</MSG_GROUP>
<MSG_LEVEL>1</MSG_LEVEL>
<HOST_ID>hqdevlinux01.kent.police.uk</HOST_ID>
<HOST_NWADDR>151.129.91.6</HOST_NWADDR>
<MODULE_ID>oracle/defaultLogger/ExceptionLogger</MODULE_ID>
<PROCESS_ID>null-Thread[main,5,main]</PROCESS_ID>
<USER_ID>oracle</USER_ID>
</HEADER>
<PAYLOAD>
<MSG_TEXT>[TM] Remote evaluate failed.
Current StackTrace:
java.lang.Throwable
at oracle.ias.sysmgmt.task.TaskMaster.remote_evaluate(TaskMaster.java:1053)
at oracle.ias.sysmgmt.task.TaskMaster.evaluate(TaskMaster.java:1021)
at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(ApplicationDeployment.java:257)
at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(ApplicationDeployment.java:205)
at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(EarDeployerImpl.java:260)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.deployApp(DcmCmdLine.java:3758)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(DcmCmdLine.java:4150)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(DcmCmdLine.java:4790)
remote exception: oracle.ias.sysmgmt.deployment.j2ee.exception.J2eeDeploymentException: Nested exception
Root Cause: Syntax error in source
remote exception StackTrace:
java.rmi.RemoteException: Syntax error in source
at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1558)
at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1511)
at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
at __Proxy0.deploy(Unknown Source)
at oracle.ias.sysmgmt.deployment.j2ee.runtime.LocalDeploy.deployOnSingleInstance(LocalDeploy.java:284)
at oracle.ias.sysmgmt.deployment.j2ee.runtime.LocalDeploy.doExecute(LocalDeploy.java:197)
at oracle.ias.sysmgmt.deployment.j2ee.runtime.RuntimeIf.execute(RuntimeIf.java:109)
at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.doEvaluateDeploy(DeploymentAdapter.java:841)
at oracle.ias.sysmgmt.deployment.j2ee.adapter.DeploymentAdapter.evaluate(DeploymentAdapter.java:272)
at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(TaskMaster.java:1217)
at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(RemoteEvaluate.java:25)
at oracle.ias.sysmgmt.task.DaemonWorker.run(DaemonWorker.java:79)
</MSG_TEXT>
</PAYLOAD>
</MESSAGE>
Any ideas?
Thanks
Conrad