|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
hp-ux start scriptsHi all,
I trying to assess using Nexus or Archiver on a HP-UX. According to 16.2.3. Running Nexus at http://www.sonatype.com/book/reference/repository-manager.html# Inside ./bin/jsw/ there should be the following directories hpux-parisc-32/ hpux-parisc-64/ However, I have downloaded nexus-1.0.0-beta-5.1-bundle.tar.gz and can find no hpux directories. So I guess my question is, does Nexus work on hpux? if so, how do I start it up. Thanks, david. |
|
|
Re: hp-ux start scriptsHi,
Nexus should run on HPUX, but the bundle does not contains 100% the JSW binaries. You should download JSW sources for HPUX, http://wrapper.tanukisoftware.org/doc/english/download.jsp (section "Download by Platform") and compile those on target system and append those to /bin/jsw dirs. Also, if you are willing, you could contribute the built binaries to make them available in future releases (we don't have access to all of the platforms to compile JSW). ~t~ On Wed, Aug 20, 2008 at 2:37 PM, david_turner <dturner@...> wrote:
-- Thanks, ~t~ |
|
|
Re: hp-ux start scriptsTamas,
Some progress... I downloaded from http://wrapper.tanukisoftware.org/download/3.3.1/wrapper-hpux-ia-64-3.3.1.tar.gz The binaries are already built, so I didn't compile them. I then created a direcotry called hp-ia-64/ into which I put the binaries in the wrapper binary and the lib folder. I modified the nexus script so it recognised the cpu as hp-ia64. Then I ran the script. If I go to http://localhost:8081/nexus I can browse the directories, but it is not serving the webpages. ouput of the log file is below. STATUS | wrapper | 2008/08/20 14:36:21 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/08/20 14:36:21 | Java Service Wrapper Community Edition 3.3.1 STATUS | wrapper | 2008/08/20 14:36:21 | Copyright (C) 1999-2008 Tanuki Software, Inc. All Rights Reserved. STATUS | wrapper | 2008/08/20 14:36:21 | http://wrapper.tanukisoftware.org STATUS | wrapper | 2008/08/20 14:36:21 | STATUS | wrapper | 2008/08/20 14:36:22 | Launching a JVM... INFO | jvm 1 | 2008/08/20 14:36:23 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2008/08/20 14:36:23 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | WARNING - The Wrapper jar file currently in use is version "3.2.3" INFO | jvm 1 | 2008/08/20 14:36:23 | while the version of the Wrapper which launched this JVM is INFO | jvm 1 | 2008/08/20 14:36:23 | "3.3.1". INFO | jvm 1 | 2008/08/20 14:36:23 | The Wrapper may appear to work correctly but some features may INFO | jvm 1 | 2008/08/20 14:36:23 | not function correctly. This configuration has not been tested INFO | jvm 1 | 2008/08/20 14:36:23 | and is not supported. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | WARNING - Unable to load the Wrapper's native library 'libwrapper.so'. INFO | jvm 1 | 2008/08/20 14:36:23 | The file is located on the path at the following location but INFO | jvm 1 | 2008/08/20 14:36:23 | could not be loaded: INFO | jvm 1 | 2008/08/20 14:36:23 | /opt/nexus-webapp-1.0.0-beta-5.1/bin/jsw/hpux-ia-64/./lib/libwrapper.so INFO | jvm 1 | 2008/08/20 14:36:23 | Please verify that the file is readable by the current user INFO | jvm 1 | 2008/08/20 14:36:23 | and that the file has not been corrupted in any way. INFO | jvm 1 | 2008/08/20 14:36:23 | One common cause of this problem is running a 32-bit version INFO | jvm 1 | 2008/08/20 14:36:23 | of the Wrapper with a 64-bit version of Java, or vica versa. INFO | jvm 1 | 2008/08/20 14:36:23 | This is a 32-bit JVM. INFO | jvm 1 | 2008/08/20 14:36:23 | Reported cause: INFO | jvm 1 | 2008/08/20 14:36:23 | no wrapper in java.library.path INFO | jvm 1 | 2008/08/20 14:36:23 | System signals will not be handled correctly. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | Starting the Plexus Container. INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,102 INFO [org.codehaus.plexus.PlexusContainer] - Loading on start [role,roleHint]: [org.sonatype.logging.Slf4jHandlerInstaller,default] INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,114 INFO [org.codehaus.plexus.PlexusContainer] - Loading on start [role,roleHint]: [org.sonatype.plexus.jetty.ServletContainer,default] INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,232 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding Jetty Connector org.mortbay.jetty.nio.SelectChannelConnector on port 8082 INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,239 INFO [org.mortbay.log] - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,319 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding Jetty WebAppContext org.mortbay.jetty.webapp.WebAppContext on context path /nexus from ../../../runtime/apps/nexus/webapp INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,332 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding default Jetty Handler org.mortbay.jetty.handler.DefaultHandler INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,333 INFO [org.mortbay.log] - jetty-6.1.11 INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,594 INFO [org.mortbay.log] - NO JSP Support for /nexus, did not find org.apache.jasper.servlet.JspServlet INFO | jvm 1 | 2008/08/20 14:36:26 | 2008-08-20 14:36:26,112 INFO [org.mortbay.log] - Started SelectChannelConnector@0.0.0.0:8082
|
|
|
Re: hp-ux start scriptsSorry, you should download the version that nexus uses from "historical versions":
http://wrapper.tanukisoftware.org/downloads/3.2.3/ What directories can you browse on http://localhost:8081/nexus? What browser do you use? ~t~ On Wed, Aug 20, 2008 at 4:22 PM, david_turner <dturner@...> wrote:
-- Thanks, ~t~ |
|
|
RE: hp-ux start scriptsTry using the shell script from one of the other unix os' that ship with
Nexus (copy it to your hpux folder). They are all the same, but they are tweaked to find the wrapper.conf. -----Original Message----- From: david_turner [mailto:dturner@...] Sent: Wednesday, August 20, 2008 10:22 AM To: nexus-user@... Subject: Re: [nexus-user] hp-ux start scripts Tamas, Some progress... I downloaded from http://wrapper.tanukisoftware.org/download/3.3.1/wrapper-hpux-ia-64-3.3. 1.tar.gz The binaries are already built, so I didn't compile them. I then created a direcotry called hp-ia-64/ into which I put the binaries in the wrapper binary and the lib folder. I modified the nexus script so it recognised the cpu as hp-ia64. Then I ran the script. If I go to http://localhost:8081/nexus I can browse the directories, but it is not serving the webpages. ouput of the log file is below. STATUS | wrapper | 2008/08/20 14:36:21 | --> Wrapper Started as Daemon STATUS | wrapper | 2008/08/20 14:36:21 | Java Service Wrapper Community Edition 3.3.1 STATUS | wrapper | 2008/08/20 14:36:21 | Copyright (C) 1999-2008 Tanuki Software, Inc. All Rights Reserved. STATUS | wrapper | 2008/08/20 14:36:21 | http://wrapper.tanukisoftware.org STATUS | wrapper | 2008/08/20 14:36:21 | STATUS | wrapper | 2008/08/20 14:36:22 | Launching a JVM... INFO | jvm 1 | 2008/08/20 14:36:23 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2008/08/20 14:36:23 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | WARNING - The Wrapper jar file currently in use is version "3.2.3" INFO | jvm 1 | 2008/08/20 14:36:23 | while the version of the Wrapper which launched this JVM is INFO | jvm 1 | 2008/08/20 14:36:23 | "3.3.1". INFO | jvm 1 | 2008/08/20 14:36:23 | The Wrapper may appear to work correctly but some features may INFO | jvm 1 | 2008/08/20 14:36:23 | not function correctly. This configuration has not been tested INFO | jvm 1 | 2008/08/20 14:36:23 | and is not supported. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | WARNING - Unable to load the Wrapper's native library 'libwrapper.so'. INFO | jvm 1 | 2008/08/20 14:36:23 | The file is located on the path at the following location but INFO | jvm 1 | 2008/08/20 14:36:23 | could not be loaded: INFO | jvm 1 | 2008/08/20 14:36:23 | /opt/nexus-webapp-1.0.0-beta-5.1/bin/jsw/hpux-ia-64/./lib/libwrapper.so INFO | jvm 1 | 2008/08/20 14:36:23 | Please verify that the file is readable by the current user INFO | jvm 1 | 2008/08/20 14:36:23 | and that the file has not been corrupted in any way. INFO | jvm 1 | 2008/08/20 14:36:23 | One common cause of this problem is running a 32-bit version INFO | jvm 1 | 2008/08/20 14:36:23 | of the Wrapper with a 64-bit version of Java, or vica versa. INFO | jvm 1 | 2008/08/20 14:36:23 | This is a 32-bit JVM. INFO | jvm 1 | 2008/08/20 14:36:23 | Reported cause: INFO | jvm 1 | 2008/08/20 14:36:23 | no wrapper in java.library.path INFO | jvm 1 | 2008/08/20 14:36:23 | System signals will not be handled correctly. INFO | jvm 1 | 2008/08/20 14:36:23 | INFO | jvm 1 | 2008/08/20 14:36:23 | Starting the Plexus Container. INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,102 INFO [org.codehaus.plexus.PlexusContainer] - Loading on start [role,roleHint]: [org.sonatype.logging.Slf4jHandlerInstaller,default] INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,114 INFO [org.codehaus.plexus.PlexusContainer] - Loading on start [role,roleHint]: [org.sonatype.plexus.jetty.ServletContainer,default] INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,232 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding Jetty Connector org.mortbay.jetty.nio.SelectChannelConnector on port 8082 INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,239 INFO [org.mortbay.log] - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,319 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding Jetty WebAppContext org.mortbay.jetty.webapp.WebAppContext on context path /nexus from ../../../runtime/apps/nexus/webapp INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,332 INFO [org.sonatype.plexus.jetty.ServletContainer:default] - Adding default Jetty Handler org.mortbay.jetty.handler.DefaultHandler INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,333 INFO [org.mortbay.log] - jetty-6.1.11 INFO | jvm 1 | 2008/08/20 14:36:25 | 2008-08-20 14:36:25,594 INFO [org.mortbay.log] - NO JSP Support for /nexus, did not find org.apache.jasper.servlet.JspServlet INFO | jvm 1 | 2008/08/20 14:36:26 | 2008-08-20 14:36:26,112 INFO [org.mortbay.log] - Started SelectChannelConnector@...:8082 Hi, Nexus should run on HPUX, but the bundle does not contains 100% the JSW binaries. You should download JSW sources for HPUX, http://wrapper.tanukisoftware.org/doc/english/download.jsp (section "Download by Platform") and compile those on target system and append those to /bin/jsw dirs. Also, if you are willing, you could contribute the built binaries to make them available in future releases (we don't have access to all of the platforms to compile JSW). ~t~ On Wed, Aug 20, 2008 at 2:37 PM, david_turner <dturner@...>wrote: > > Hi all, > > I trying to assess using Nexus or Archiver on a HP-UX. > -- View this message in context: http://www.nabble.com/hp-ux-start-scripts-tp19068512p19069965.html Sent from the Nexus Maven Repository Manager Users List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: nexus-user-unsubscribe@... For additional commands, e-mail: nexus-user-help@... |
| Free Forum Powered by Nabble | Forum Help |