Hi Indu, It looks like you may be building DSpace 1.7 using an unsupported version of Maven.
There are known issues with building DSpace 1.7 using Maven 2.0.x or 2.1.x. They are described in more detail here: https://jira.duraspace.org/browse/DS-788 The fix is to upgrade to Maven 2.2.x or above, and rebuild DSpace 1.7. After upgrading Maven, you should see the XMLUI and JSPUI directories get built properly. See the online Installation docs for more info: https://wiki.duraspace.org/display/DSDOC/Installation#Installation-ApacheMaven2.2.xorlater%28Javabuildtool%29 Good luck, - Tim On 2/3/2011 7:19 AM, इन्दु भूषण Indu Bhushan wrote: > Dear Sir, > > I could not solved login/password and pdf thumbnail problem in 1.6.2 > so i want to switch directly to 1.7. I am getting following error after > fresh install and it is not creating JSpui and Xmlui directory. the list > of directory created after ant fresh install is also attached herewith > > Please give me suggestion and help me. > > With regards > Indu Bhushan > RRCAT Indore > > > [dspace@library-1 dspace-1.7.0-build.dir]$ ant fresh_install > > update_geolite: > [echo] Downloading: > http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz > [get] Getting: > http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz > [get] To: /diglib/dspace/config/GeoLiteCity.dat.gz > [get] Error getting > http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to > /diglib/dspace/config/GeoLiteCity.dat.gz > > BUILD FAILED > /diglib/dspace1.7/dspace/target/dspace-1.7.0-build.dir/build.xml:882: > The following error occurred while executing this line: > /diglib/dspace1.7/dspace/target/dspace-1.7.0-build.dir/build.xml:945: > The following error occurred while executing this line: > /diglib/dspace1.7/dspace/target/dspace-1.7.0-build.dir/build.xml:931: > java.net.SocketException: Network is unreachable > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) > at > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:529) > at java.net.Socket.connect(Socket.java:478) > at sun.net.NetworkClient.doConnect(NetworkClient.java:163) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:394) > at sun.net.www.http.HttpClient.openServer(HttpClient.java:529) > at sun.net.www.http.HttpClient.<init>(HttpClient.java:233) > at sun.net.www.http.HttpClient.New(HttpClient.java:306) > at sun.net.www.http.HttpClient.New(HttpClient.java:323) > at > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860) > at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726) > at > org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:662) > at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:581) > at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:571) > *LIST OF DIRECTORY (JSpui and Xmului not found)* > ============================================================================= > [dspace@library-1 dspace-1.7.0-build.dir]$ cd /diglib/dspace > [dspace@library-1 dspace]$ ls > assetstore bin config etc exports handle-server lib log reports > search solr upload webapps > > [dspace@library-1 dspace]$ cd webapps/ > [dspace@library-1 webapps]$ ls > admin components exception2html.xslt image > print.css statistics tools > aspects controlledvocabulary favicon.ico > index.jsp register styles.css utils.js > browse display-item.jsp feedback layout > robots.txt submit WEB-INF > collection-home.jsp display-statistics.jsp help login > search suggest workspace > community-home.jsp dspace-admin home.jsp > META-INF sitemap.xmap themes > community-list.jsp error i18n > mydspace static tombstone.jsp > =================================================================================== > > > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > > > > _______________________________________________ > Dspace-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-general ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
