MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dmacpher
Post subject: Problem deploying EAR  PostPosted: Jun 30, 2008 - 09:32 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

I've just installed WAS 6.1 (6.1.0.13 with all fixpacks and EJB3 features installed). I'm able to configure the server in ME Blue and start it successfully, so I know that that part works ok.

When I try to add a simple EAR project deployment to the server, I get the following error showing up in the deployment log:


-------------------------------------------------------------------------------------------------------------------------
MyEclipse: deployment START explodedproject: MyEAR server: websphere61Server#AppSrv01 time: Mon Jun 30 14:13:48 MDT 2008
-------------------------------------------------------------------------------------------------------------------------
WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[C:\_LOCALdata\Appservers\WebSphere\AppServer\profiles\AppSrv01\installableApps\MyEAR.ear, D-H-09630Node01Cell, D-H-09630Node01, server1, MyEAR, {{"MyEARWeb.war" "MyEARWeb.war,WEB-INF/web.xml" default_host}}, {{"null" "MyEARWeb.war,WEB-INF/ibm-web-ext.xmi"AppDeploymentOption.Yes 1}}, false, true, true, C:/_Localdata/MyEclipse 6.5 Blue/myeclipse/eclipse/plugins/com.genuitec.eclipse.blue.websphere_6.5.0.zmyeclipse650200806/scriptutil/scriptutil.jar, C:/_LOCALdata/Appservers/WebSphere/AppServer/profiles/AppSrv01/installedApps/D-H-09630Node01Cell/MyEAR.ear/MyEAREJB.jar]"
WASX7011E: Cannot find file "C:\_Localdata\MyEclipse 6.5 Blue\myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.0.zmyeclipse650200806installEAR_EJB3.jacl"


So it appears it can't find that .jacl file, even tho I can navigate to it in Explorer and see that it's there.

Can you help with my problem?
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Problem deploying EAR  PostPosted: Jul 01, 2008 - 04:04 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8012

I have asked some one from the dev team to look into this issue. The will get back to you with an update shortly.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
dmacpher
Post subject: Re: RE: Problem deploying EAR  PostPosted: Jul 03, 2008 - 04:08 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

support-nipun wrote:
I have asked some one from the dev team to look into this issue. The will get back to you with an update shortly.


Any news? I'm sort of stuck, unable to deploy...any help would be appreciated.
 
 View user's profile Send private message  
Reply with quote Back to top
mst98sub
Post subject:   PostPosted: Jul 04, 2008 - 05:06 PM



Joined: May 29, 2008
Posts: 20

Unfortuately i have encountered the same problem (now in German):

WASX7011E: Die Datei "C:\Programme\MyEclipse 6.5 Blue\myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.0.zmyeclipse650200806installEAR_EJB3.jacl" wurde nicht gefunden.

I've noticed that there's a path delimiter missing between "...650200806" and "installEAR_EJB3.jacl". So probably the issue can be solved quite easily.

Could you please tell me until when a fix will be available or where to add the missing delimiter?
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Jul 08, 2008 - 09:33 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Guys this looks like a bug that slipped our radar. We will get this fixed in 7.0 and should have a milestone out shortly. We are really sorry about this one.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Jul 09, 2008 - 02:06 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Update: We elevated this issue to management and it is being actively evaluated right now for a resolution. I'll keep you posted.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
dmacpher
Post subject:   PostPosted: Jul 09, 2008 - 10:36 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

support-rkalla wrote:
Update: We elevated this issue to management and it is being actively evaluated right now for a resolution. I'll keep you posted.


Thanks. I hope it doesn't take too long ;)
 
 View user's profile Send private message  
Reply with quote Back to top
dmacpher
Post subject:   PostPosted: Jul 14, 2008 - 07:44 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

support-rkalla wrote:
Update: We elevated this issue to management and it is being actively evaluated right now for a resolution. I'll keep you posted.


Any more news? Is there at least a quick workaround that you can let me know about so that I can at least continue with my development?
 
 View user's profile Send private message  
Reply with quote Back to top
mst98sub
Post subject:   PostPosted: Jul 15, 2008 - 09:42 AM



Joined: May 29, 2008
Posts: 20

As a quick workaround you can modify the binaries of the plugin in directory myeclipse\eclipse\plugins\com.genuitec.eclipse.blue.websphere61_6.5.0.zmyeclipse650200806/.
1. Unpack websphere61.jar to some temp directory
2. In file WebsphereManager.class replace the string "installEAR_EJB3.jacl" by "/nstallEAR_EJB3.jacl" (e.g. hex editor)
3. Pack the jar file again and replace the original websphere61.jar
4. Rename file "installEAR_EJB3.jacl" to "nstallEAR_EJB3.jacl"

This hack worked for me, but hopefully there will be a real fix soon.
 
 View user's profile Send private message  
Reply with quote Back to top
dmacpher
Post subject:   PostPosted: Jul 15, 2008 - 04:09 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

Quote:

This hack worked for me, but hopefully there will be a real fix soon.


Hey thanks for the workaround...that worked. Much appreciated.

D
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Jul 17, 2008 - 05:10 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Hey guys we are QA'ing the 6.5.1 build today that fixes this and should have it out Friday or Saturday.

Thank you for your patience.

NOTE: I don't know if modifying that JAR will break your update for 6.5.1 or not... just keep that in mind incase it bombs out; either way a clean reinstall will fix the issue right away so no biggie, just wanted to toss that out there.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
dmacpher
Post subject:   PostPosted: Jul 17, 2008 - 06:30 PM
Registered Member
Registered Member


Joined: Jun 26, 2008
Posts: 12

support-rkalla wrote:
Hey guys we are QA'ing the 6.5.1 build today that fixes this and should have it out Friday or Saturday.

Thank you for your patience.

NOTE: I don't know if modifying that JAR will break your update for 6.5.1 or not... just keep that in mind incase it bombs out; either way a clean reinstall will fix the issue right away so no biggie, just wanted to toss that out there.


OK, thanks. I kept a copy of the old JAR around just in case, so it will be easy to restore things back to the way they were before applying the new build.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits