simple war deploys to weblogic 9.2 but not weblogic 10.3.x
Hi,
I have a really simple project containing a WAR that deploys fine to WLS 9.2MP2 from idea 10.5 (ultimate edition) I then configured a 10.3.3 domain and there it does not work, nor does it work on 10.3.4. I can see that the server starts up fine but then the output ends at this line without ever actually deploying the app:
<08-Jun-2011 08:09:59 o'clock CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<08-Jun-2011 08:09:59 o'clock CEST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
It is strange because the configured 9.2mp2 instance deploys the app instantly.
Any ideas on what i could check ? None of the logfiles in the domain contain any stacktrace or error message. When i run Make on the project it builds fine and i verified that the war is actually created in the projects target directory. Deploying the project manually by copying the war file to the autodeploy directory works.
Thanks !
Jorg Heymans
请先登录再写评论。
ping, anyone else seeing this or using this app server with 10.3 ?
Hi,
I have found a 'solution'. Until now my WLS installs were always done based on the 300MB developer zip distribution. So this time i reinstalled the server using the full 1GB installation exe (called wls1035_oepe111172_win32.exe or something), and installed from there weblogic server (without any of the additional coherence or eclipse packs, just the server). I then readded the server domain from idea and deployment works fine !
HTH
Jorg