| 
        
       | 
    
    
    
      | 
        
       | 
    
    
    
      
        
    
  
    
          
     | 
    
        
        
          9:
          Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Tools integration problem with LAMS 2.3.1 and Moodle 1.9.3
        
	  
        
     | 
  
  
    
      In response to 8
    
   |  
  07/01/09 09:10 PM | 
  
  
    
      
     | 
  
 
  
    
  
    
      Alex,
 It looks like ant cannot find the third-party libraries it needs to build. 
What does your directory structure look like? 
You should have lams_build, tool_adapters and lams_common directories all under the same directory. 
You also need to make sure you have correctly edited the common.properties and the <your os>.properties 
I would suggest looking at this page for more information about building lams: 
wiki.lamsfoundation.org/display/lams/Building+LAMS 
Luke
       
        Posted by Luke Foxton
       
     
   | 
 
         
       | 
    
    
    
      
        
    
  
    
          
     | 
    
        
        
          10:
          Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Tools integration problem with LAMS 2.3.1 and Moodle 1.9.3
        
	  
        
     | 
  
  
    
      In response to 9
    
   |  
  08/11/09 02:20 PM | 
  
  
    
      
     | 
  
 
  
    
  
    
      Luke,
 sorry for my late answer, i was on vacation and now started Moodle-LAMS tools integration from the beginning (having LAMS 2.3.1 and Moodle 1.9.3): 
I checked out temp_moodle_dev, tool_adapters, lams_build and lams_common projects (all with lams2_3_1 tag). 
After all configurations, i make «ant deploy-tool», but there is BUILD FAILED error immediately: C:\tool_adapters\moodle\lams_tool_mdlassignment\build.xml:239: c:\lams\jboss-4.0 
.2\common\lib not found. 
I have the following correct path in my windows.properties file: 
jboss.home=c:/lams/jboss-4.0.2/ 
but originally there was «jboss.home=D:/jboss-5/». May be i’m wrong with checking out projects? I used «lams2_3_1» tag. 
Thank you, 
Alex.
       
        Posted by Alex Lifanov
       
     
   | 
 
         
       | 
    
    
    
      
        
    
  
    
          
     | 
    
        
        
          11:
          Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Tools integration problem with LAMS 2.3.1 and Moodle 1.9.3
        
	  
        
     | 
  
  
    
      In response to 10
    
   |  
  08/11/09 05:23 PM | 
  
  
    
      
     | 
  
 
  
    
  
    
      Alex,
 What does your lams_build/windows.properties look like? 
It looks to me like you have got the wrong version of lams_build... and possibly the other projects too. 
If you have the correct version of lams_build, in the windows.properties file there should be a line that reads 
j2eelibs=${jboss.server.instance}/lib 
not 
j2eelibs=${jboss.home}/common/lib 
After 2.3.1 we have moved to jboss-5 and some of the directory structures have changed. It looks like the lams_build project is expecting jboss-5, but if it was checked out from the lams2_3_1 tag, it would be expecting jboss-4.0.2. 
Try checking out again, make sure you are checking out lams2_3_1 source 
Luke
       
        Posted by Luke Foxton
       
     
   | 
 
         
       | 
    
    
    
      
        
    
  
    
          
     | 
    
        
        
          12:
          Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Tools integration problem with LAMS 2.3.1 and Moodle 1.9.3
        
	  
        
     | 
  
  
    
      In response to 11
    
   |  
  08/17/09 06:45 AM | 
  
  
    
      
     | 
  
 
  
    
  
    
      Luke, thank you for your help!
 Of course you are right about projects for jboss-5. Now i  checked out (using Eclipse) projects with lams2_3_1 tag (jboss-4.0.2 in lams_build properties files), made deployment with "build successful" for all tools, but now lams can't start at all. 
I looked at server.log file (please see attachment) and there are deployment errors there like that: 
 
 
2009-08-17 16:00:39,406 ERROR [org.jboss.deployment.MainDeployer] could not start deployment: file:/C:/lams/jboss-4.0.2/server/default/deploy/lams.ear/ 
org.jboss.deployment.DeploymentException: URL file:/C:/lams/jboss-4.0.2/server/default/tmp/deploy/tmp3434783093911237083lams-tool-mdasgm10-exp.war/ deployment failed 
2009-08-17 16:00:39,500 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: 
--- Incompletely deployed packages --- 
org.jboss.deployment.DeploymentInfo@be787cce { url=file:/C:/lams/jboss-4.0.2/server/default/deploy/lams.ear/lams-tool-mdasgm10.war } 
  deployer: org.jboss.web.tomcat.tc5.Tomcat5@1342545 
  status: Deployment FAILED reason: URL file:/C:/lams/jboss-4.0.2/server/default/tmp/deploy/tmp3434783093911237083lams-tool-mdasgm10-exp.war/ deployment failed 
  state: FAILED 
 
 
Thanks ahaid! 
Alexander.
       
        Posted by Alex Lifanov
       
     
   | 
 
  | 
    Attachments:
            
   | 
 
         
       | 
    
    
    
      | 
        
       | 
    
    
    
      
        
    
  
    
          
     | 
    
        
        
          14:
          Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Re:  Tools integration problem with LAMS 2.3.1 and Moodle 1.9.3
        
	  
        
     | 
  
  
    
      In response to 13
    
   |  
  08/19/09 05:36 AM | 
  
  
    
      
     | 
  
 
  
    
  
    
      Jun-Dir, thank you very much for your help!
 I'm using LAMS 2.3 installer with 2.3.1 patch. Please tell me if the problem is in core libraries and i need to rebuild them as if i'm building LAMS from source? 
I tried to make ant 'assemble-ear' in lams_build, but there is compiler error (please see attachment). 
P.S. Do i need all LAMS projects under the same directory to make rebuild (i had only lams_build and lams_common)? 
P.S.2. Please tell me how to set IP-address for LAMS if i will build it from source without installer? 
Thanks ahaid, sincerely, 
Alexander
       
        Posted by Alex Lifanov
       
     
   | 
 
  | 
    Attachments:
            
   | 
 
         
       | 
    
    
    
      | 
        
       |