[Dev] Issues with 'Getting Started' (Axis2 services)

2016-07-20 Thread Steve Simmons
Hi, I'm new to this forum and new to WS02.  I'm trying to set up a proof 
of concept for WS02 and I've started walking through the Tutorial.


Ashamed to say, I've fallen at the first hurdle.  I have WS02 installed, 
the Eclipse Dev environment and the management system installed and 
these all seem to be working as expected.  I'm working through the 
'sending a simple message through ESB' example and I have built the 
SimpleStockQuoteService.  when I run 'axis2Server.bat', I get some 
messages (cut'n'pasted below).  Don't understand the whole text but 
likewise I can't see any obvious issues.  Try connecting to 
localhost:9000\services\  and I get a browser screen saying localhost 
has refused the connection.


Any troubleshooting suggestions very welcome.

Steve


"Starting Sample Axis2 Server ..."
Using AXIS2_HOME: C:\Dev\WS02\wso2esb-4.9.0\samples\axis2Server
Using JAVA_HOME:   C:\Program Files (x86)\Java\jdk1.8.0_92
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0

Usage: java [-options] class [args...]
   (to execute a class)
   or  java [-options] -jar jarfile [args...]
   (to execute a jar file)
where options include:
-d32  use a 32-bit data model if available
-d64  use a 64-bit data model if available
-client   to select the "client" VM
-server   to select the "server" VM
  The default VM is client.

-cp 
-classpath 
  A ; separated list of directories, JAR archives,
  and ZIP archives to search for class files.
-D=
  set a system property
-verbose:[class|gc|jni]
  enable verbose output
-version  print product version and exit
-version:
  Warning: this feature is deprecated and will be removed
  in a future release.
  require the specified version to run
-showversion  print product version and continue
-jre-restrict-search | -no-jre-restrict-search
  Warning: this feature is deprecated and will be removed
  in a future release.
  include/exclude user private JREs in the version search
-? -help  print this help message
-Xprint help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
  enable assertions with specified granularity
-da[:...|:]
-disableassertions[:...|:]
  disable assertions with specified granularity
-esa | -enablesystemassertions
  enable system assertions
-dsa | -disablesystemassertions
  disable system assertions
-agentlib:[=]
  load native agent library , e.g. -agentlib:hprof
  see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
  load native agent library by full pathname
-javaagent:[=]
  load Java programming language agent, see 
java.lang.instrument

-splash:
  show splash screen with specified image
See 
http://www.oracle.com/technetwork/java/javase/documentation/index.html 
for more details.

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issues with 'Getting Started' (Axis2 services)

2016-07-20 Thread Jorge
Please check this:
http://stackoverflow.com/questions/32866263/axis2server-packed-with-esb-4-9-0-doesnt-start-while-it-works-fine-4-8-0/32878921#32878921

Regards,
 Jorge.

2016-07-20 12:41 GMT-04:00 Steve Simmons :

> Hi, I'm new to this forum and new to WS02.  I'm trying to set up a proof
> of concept for WS02 and I've started walking through the Tutorial.
>
> Ashamed to say, I've fallen at the first hurdle.  I have WS02 installed,
> the Eclipse Dev environment and the management system installed and these
> all seem to be working as expected.  I'm working through the 'sending a
> simple message through ESB' example and I have built the
> SimpleStockQuoteService.  when I run 'axis2Server.bat', I get some messages
> (cut'n'pasted below).  Don't understand the whole text but likewise I can't
> see any obvious issues.  Try connecting to localhost:9000\services\  and I
> get a browser screen saying localhost has refused the connection.
>
> Any troubleshooting suggestions very welcome.
>
> Steve
>
>
> "Starting Sample Axis2 Server ..."
> Using AXIS2_HOME: C:\Dev\WS02\wso2esb-4.9.0\samples\axis2Server
> Using JAVA_HOME:   C:\Program Files (x86)\Java\jdk1.8.0_92
> Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m;
> support was removed in 8.0
> Usage: java [-options] class [args...]
>(to execute a class)
>or  java [-options] -jar jarfile [args...]
>(to execute a jar file)
> where options include:
> -d32  use a 32-bit data model if available
> -d64  use a 64-bit data model if available
> -client   to select the "client" VM
> -server   to select the "server" VM
>   The default VM is client.
>
> -cp 
> -classpath 
>   A ; separated list of directories, JAR archives,
>   and ZIP archives to search for class files.
> -D=
>   set a system property
> -verbose:[class|gc|jni]
>   enable verbose output
> -version  print product version and exit
> -version:
>   Warning: this feature is deprecated and will be removed
>   in a future release.
>   require the specified version to run
> -showversion  print product version and continue
> -jre-restrict-search | -no-jre-restrict-search
>   Warning: this feature is deprecated and will be removed
>   in a future release.
>   include/exclude user private JREs in the version search
> -? -help  print this help message
> -Xprint help on non-standard options
> -ea[:...|:]
> -enableassertions[:...|:]
>   enable assertions with specified granularity
> -da[:...|:]
> -disableassertions[:...|:]
>   disable assertions with specified granularity
> -esa | -enablesystemassertions
>   enable system assertions
> -dsa | -disablesystemassertions
>   disable system assertions
> -agentlib:[=]
>   load native agent library , e.g. -agentlib:hprof
>   see also, -agentlib:jdwp=help and -agentlib:hprof=help
> -agentpath:[=]
>   load native agent library by full pathname
> -javaagent:[=]
>   load Java programming language agent, see
> java.lang.instrument
> -splash:
>   show splash screen with specified image
> See http://www.oracle.com/technetwork/java/javase/documentation/index.html
> for more details.
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev