You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Martin Gainty (JIRA)" <ji...@apache.org> on 2008/09/24 01:23:44 UTC

[jira] Created: (SYNAPSE-454) cant start synapse 1.1

cant start synapse 1.1
----------------------

                 Key: SYNAPSE-454
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
             Project: Synapse
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1
         Environment: cygwin
sh synapse.sh
java version "1.5.0_06"
%JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
# -server KNOWN

synapse 1.1
            Reporter: Martin Gainty
             Fix For: 1.1.1



$ sh synapse.sh
 Using Bouncy castle JAR for Java 1.5
Starting Synapse/Java ...
Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
Using JAVA_HOME:       c:\Java
Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
Unrecognized option: -server
Could not create the Java virtual machine.

what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-454) cant start synapse 1.1

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated SYNAPSE-454:
------------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 1.1.1)
                   FUTURE

Lowering the priority of this issue because there is a simple workaround, which is to edit the synapse.sh script. Also changing the fix version because 1.1.1 has already been released.

> cant start synapse 1.1
> ----------------------
>
>                 Key: SYNAPSE-454
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: cygwin
> sh synapse.sh
> java version "1.5.0_06"
> %JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
> # -server KNOWN
> synapse 1.1
>            Reporter: Martin Gainty
>            Priority: Minor
>             Fix For: FUTURE
>
>   Original Estimate: 8736h
>  Remaining Estimate: 8736h
>
> $ sh synapse.sh
>  Using Bouncy castle JAR for Java 1.5
> Starting Synapse/Java ...
> Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
> Using JAVA_HOME:       c:\Java
> Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
> Unrecognized option: -server
> Could not create the Java virtual machine.
> what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Issue Comment Edited: (SYNAPSE-454) cant start synapse 1.1

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651426#action_12651426 ] 

veithen edited comment on SYNAPSE-454 at 11/27/08 5:07 PM:
-------------------------------------------------------------------

IBM's (and possibly other) JREs don't support the -server option. The synapse.sh script should contain some logic to exclude this option if it is not supported by the JRE.

      was (Author: veithen):
    IBM's (and possibly other) JREs doesn't support the -server option. The synapse.sh script should contain some logic to exclude this option if it is not supported by the JRE.
  
> cant start synapse 1.1
> ----------------------
>
>                 Key: SYNAPSE-454
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: cygwin
> sh synapse.sh
> java version "1.5.0_06"
> %JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
> # -server KNOWN
> synapse 1.1
>            Reporter: Martin Gainty
>            Priority: Minor
>             Fix For: FUTURE
>
>   Original Estimate: 8736h
>  Remaining Estimate: 8736h
>
> $ sh synapse.sh
>  Using Bouncy castle JAR for Java 1.5
> Starting Synapse/Java ...
> Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
> Using JAVA_HOME:       c:\Java
> Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
> Unrecognized option: -server
> Could not create the Java virtual machine.
> what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-454) cant start synapse 1.1

Posted by "Paul Fremantle (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634252#action_12634252 ] 

Paul Fremantle commented on SYNAPSE-454:
----------------------------------------

Martin

1. Have you tried Synapse 1.2?
2. Have you tried outside cygwin?

Paul

> cant start synapse 1.1
> ----------------------
>
>                 Key: SYNAPSE-454
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: cygwin
> sh synapse.sh
> java version "1.5.0_06"
> %JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
> # -server KNOWN
> synapse 1.1
>            Reporter: Martin Gainty
>             Fix For: 1.1.1
>
>   Original Estimate: 8736h
>  Remaining Estimate: 8736h
>
> $ sh synapse.sh
>  Using Bouncy castle JAR for Java 1.5
> Starting Synapse/Java ...
> Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
> Using JAVA_HOME:       c:\Java
> Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
> Unrecognized option: -server
> Could not create the Java virtual machine.
> what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-454) cant start synapse 1.1

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved SYNAPSE-454.
---------------------------------------

    Resolution: Won't Fix
      Assignee: Asankha C. Perera

The default scripts would be against the Sun JDK versions, and may require slight editing to suit other environments. Typically users are expected to tune these scripts to adjust memory etc, so I would not consider this as a bug anymore.

> cant start synapse 1.1
> ----------------------
>
>                 Key: SYNAPSE-454
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: cygwin
> sh synapse.sh
> java version "1.5.0_06"
> %JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
> # -server KNOWN
> synapse 1.1
>            Reporter: Martin Gainty
>            Assignee: Asankha C. Perera
>            Priority: Minor
>             Fix For: FUTURE
>
>   Original Estimate: 8736h
>  Remaining Estimate: 8736h
>
> $ sh synapse.sh
>  Using Bouncy castle JAR for Java 1.5
> Starting Synapse/Java ...
> Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
> Using JAVA_HOME:       c:\Java
> Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
> Unrecognized option: -server
> Could not create the Java virtual machine.
> what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-454) cant start synapse 1.1

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651426#action_12651426 ] 

Andreas Veithen commented on SYNAPSE-454:
-----------------------------------------

IBM's (and possibly other) JREs doesn't support the -server option. The synapse.sh script should contain some logic to exclude this option if it is not supported by the JRE.

> cant start synapse 1.1
> ----------------------
>
>                 Key: SYNAPSE-454
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-454
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: cygwin
> sh synapse.sh
> java version "1.5.0_06"
> %JAVA_HOME%/jre/lib/i386/jvm.cfg -server parameter is commented out 
> # -server KNOWN
> synapse 1.1
>            Reporter: Martin Gainty
>             Fix For: 1.1.1
>
>   Original Estimate: 8736h
>  Remaining Estimate: 8736h
>
> $ sh synapse.sh
>  Using Bouncy castle JAR for Java 1.5
> Starting Synapse/Java ...
> Using SYNAPSE_HOME:    f:\Synapse\SYNAPS~1.1
> Using JAVA_HOME:       c:\Java
> Using SYNAPSE_XML:     -Dsynapse.xml=f:\Synapse\SYNAPS~1.1/repository/conf/synapse.xml
> Unrecognized option: -server
> Could not create the Java virtual machine.
> what is causing this error?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org