• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deploy ear to OAS error

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 8953
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest you to post the problem at http://www.oracle.com/forums/forum.jsp?forum=46
 
Conrad Crampton
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have done already!
And much as I would like the glory in surmounting this, I wouldn't resort to posting this on here if I could have reached those heady heights already ;-)
Any other suggestions???
C
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic