iWeb Pre-Release Alpha

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 59
  1. #16
    Account Upgraded | Title Enabled! maisqueporra is offline
    MemberRank
    Sep 2006 Join Date
    251Posts

    Re: iWeb Pre-Release Alpha

    im getting this error

    i make all correct but show this :

    === APACHE TOMCAT ===
    ./tomcat_start.sh: apache-tomcat-5.5.28/bin/startup.sh: /bin/sh^M: bad interpreter: No such file or directory
    === DONE! ===

    anyone know fix ?

    or i go direct to folder and run startup.sh show this :

    root@unassigned:/usr/local/apache-tomcat-5.5.28/bin# ./startup.sh
    -bash: ./startup.sh: /bin/sh^M: bad interpreter: No such file or directory
    root@unassigned:/usr/local/apache-tomcat-5.5.28/bin#
    Last edited by maisqueporra; 02-02-10 at 03:14 AM.

  2. #17
    Proficient Member segredu is offline
    MemberRank
    Apr 2009 Join Date
    BRAZILLocation
    172Posts

    Re: iWeb Pre-Release Alpha

    I re-code one iweb, too.
    http://www.mediafire.com/segredu

    But you work hard
    Thanks, testing....

  3. #18
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: iWeb Pre-Release Alpha

    Quote Originally Posted by ronny1982 View Post
    The export of the JAVA_HOME depends on your system. With this instruction you set an environment variable, that told the applications (i.e. apache-tomcat) where your java directory is. In my system it was in "/usr/lib/jvm/java-6-sun-1.6.0.15/jre". Find out where you have installed java and change the path in the tomcat_start.sh script to yours...

    After starting tomcat_start.sh you should see something like:

    === APACHE TOMCAT ===
    Using CATALINA_BASE: /PWServer/apache-tomcat-5.5.28
    Using CATALINA_HOME: /PWServer/apache-tomcat-5.5.28
    Using CATALINA_TMPDIR: /PWServer/apache-tomcat-5.5.28/temp
    Using JRE_HOME: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
    Using CLASSPATH: /PWServer/apache-tomcat-5.5.28/bin/bootstrap.jar
    === DONE! ===
    huahuahuha my bad

    i already find it, it locate on /usr/java/jdk1.6.0_17/jre

    i will try it, any bugs i will tell it to you

    thx again ronny

  4. #19
    Enthusiast Magistr is offline
    MemberRank
    Apr 2009 Join Date
    43Posts

    Re: iWeb Pre-Release Alpha

    Please make function that it was possible to work with other languages for example my language Russian

  5. #20
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: iWeb Pre-Release Alpha

    Quote Originally Posted by Magistr View Post
    Please make function that it was possible to work with other languages for example my language Russian

    Russian Database for the Item Editor will be added in the final release

  6. #21
    Account Upgraded | Title Enabled! maisqueporra is offline
    MemberRank
    Sep 2006 Join Date
    251Posts

    Re: iWeb Pre-Release Alpha

    anyone know fix my error ?

  7. #22
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: iWeb Pre-Release Alpha

    Server Control is available for testing, simply replace the serverctrl.jsp in the iweb folder with this one. Make sure the pw_server_path is correct in your .iwegconf.jsp file

  8. #23
    Proficient Member VisionNET is offline
    MemberRank
    Jul 2009 Join Date
    196Posts

    Re: iWeb Pre-Release Alpha

    i cant seem to get it to work i keep getting these errors

    : No such file or directoryapache-tomcat-5.5.28/bin/startup.sh
    sleep: invalid time interval `5\r'
    Try `sleep --help' for more information.
    === DONE! ===

    ---------- Post added at 10:10 PM ---------- Previous post was at 10:08 PM ----------

    and -bash: ./startup.sh: /bin/sh^M: bad interpreter: No such file or directory

    is there something im doin wrong i fallowed your setup and i get the same thing over and over

  9. #24
    Proficient Member mime is offline
    MemberRank
    Mar 2007 Join Date
    195Posts

    Re: iWeb Pre-Release Alpha

    you need to convert your shell script to unix format.

    Code:
    perl -p -e 's/\r$//' < startup.sh > startup.sh
    Last edited by mime; 03-02-10 at 12:01 AM.

  10. #25
    Account Upgraded | Title Enabled! maisqueporra is offline
    MemberRank
    Sep 2006 Join Date
    251Posts

    Re: iWeb Pre-Release Alpha

    ok fix
    ow to edit level ?

  11. #26
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    happy Re: iWeb Pre-Release Alpha

    ronny i still have a problem

    when i execute start_tomcat.sh
    Spoiler:

    root@pwserver:/PWServer# ./tomcat_start.sh

    === APACHE TOMCAT ===
    The BASEDIR environment variable is not defined correctly
    This environment variable is needed to run this program
    === DONE! ===

    root@pwserver:/PWServer#


    and here a script on start_tomcat.sh:
    Spoiler:

    echo ""
    echo "=== APACHE TOMCAT ==="
    #export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.15/jre
    export JAVA_HOME=/usr/java/jdk1.6.0_17/jre
    apache-tomcat-5.5.28/bin/startup.sh
    sleep 5
    echo "=== DONE! ==="
    echo ""


    and my root/.profile
    Spoiler:

    # ~/.profile: executed by Bourne-compatible login shells.

    if [ "$BASH" ]; then
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    fi

    mesg n

    # JDK1.6

    PATH=$PATH:$HOME/bin:/usr/java/jdk1.6.0_17/bin
    BASH_ENV=$HOME/.bashrc
    USERNAME="root"

    PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
    BASH_ENV=$HOME/.bashrc
    USERNAME="ROOT"

    export USERNAME BASH_ENV PATH
    export CLASSPATH=.:/usr/java/jdk1.6.0_17/lib/dt.jar:/usr/java/jdk1.6.0_17/lib/tools.jar:/usr/java/jdk1.6.0_17/lib/mysql-connector-java-5.1.10-bin.jar:/usr/java/msSQLjdbc/lib/msbase.jar:/usr/java/msSQLjdbc/lib/mssqlserver.jar:/usr/java/msSQLjdbc/lib/msutil.jar
    export PATH=$JAVA_HOME/bin:$PATH
    export JAVA_HOME=/usr/java/jdk1.6.0_17
    #export LC_ALL=zh_CN
    #export LANG=zh_CN


    #JDK 1.5
    #PATH=$PATH:$HOME/bin:/usr/java/jdk1.5.0_05/bin
    #BASH_ENV=$HOME/.bashrc
    #USERNAME="root"

    #PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
    #BASH_ENV=$HOME/.bashrc
    #USERNAME="ROOT"

    #export USERNAME BASH_ENV PATH
    #export CLASSPATH=.:/usr/java/jdk1.5.0_05/lib/dt.jar:/usr/java/jdk1.5.0_05/lib/tools.jar:/usr/java/jdk1.5.0_05/lib/mysql-connector-java-3.0.16-ga-bin.jar:/usr/java/msSQLjdbc/lib/msbase.jar:/usr/java/msSQLjdbc/lib/mssqlserver.jar:/usr/java/msSQLjdbc/lib/msutil.jar
    #export PATH=$JAVA_HOME/bin:$PATH
    #export JAVA_HOME=/usr/java/jdk1.5.0_05


    and root/.bashrc
    Spoiler:

    # ~/.bashrc: executed by bash(1) for non-login shells.
    # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
    # for examples

    # If not running interactively, don't do anything
    [ -z "$PS1" ] && return

    # don't put duplicate lines in the history. See bash(1) for more options
    #export HISTCONTROL=ignoredups

    # check the window size after each command and, if necessary,
    # update the values of LINES and COLUMNS.
    shopt -s checkwinsize

    # make less more friendly for non-text input files, see lesspipe(1)
    [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"

    # set variable identifying the chroot you work in (used in the prompt below)
    if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
    fi

    # set a fancy prompt (non-color, unless we know we "want" color)
    case "$TERM" in
    xterm-color)
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
    ;;
    *)
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
    ;;
    esac

    # Comment in the above and uncomment this below for a color prompt
    #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

    # If this is an xterm set the title to user@host:dir
    case "$TERM" in
    xterm*|rxvt*)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
    ;;
    *)
    ;;
    esac

    # Alias definitions.
    # You may want to put all your additions into a separate file like
    # ~/.bash_aliases, instead of adding them here directly.
    # See /usr/share/doc/bash-doc/examples in the bash-doc package.

    #if [ -f ~/.bash_aliases ]; then
    # . ~/.bash_aliases
    #fi

    # enable color support of ls and also add handy aliases
    if [ "$TERM" != "dumb" ]; then
    eval "`dircolors -b`"
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
    fi

    # some more ls aliases
    #alias ll='ls -l'
    #alias la='ls -A'
    #alias l='ls -CF'

    # enable programmable completion features (you don't need to enable
    # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
    # sources /etc/bash.bashrc).
    #if [ -f /etc/bash_completion ]; then
    # . /etc/bash_completion
    #fi

    # for PERFECT WORLD by BEASTIE
    #export JAVA_HOME=/usr/java/jdk1.5.0_05/bin
    export JAVA_HOME=/usr/java/jdk1.6.0_17/bin
    #export CLASSPATH=/usr/local/jakarta-tomcat-5.5.9/common/lib/jsp-api.jar:/usr/local/tomcat/common/lib/servlet-api.jar


    Spoiler:



    for the .profile .bashrc and all file from my VBOX, i never touch it, and its all original IMAGE that i download from http://forum.ragezone.com/f452/beast...2/#post5467842

    is there correct ? correct me if iam wrong

    EDIT :
    problem solve its coz, the original beasty doesn't have a java-6-sun i already download the new one, and the folder "/usr/lib/jvm/java-6-sun-1.6.0.15/jre" become available, now ur apache is running, i will see it, and studying it thx a lot

    here my result:
    Spoiler:

    === APACHE TOMCAT ===
    Using CATALINA_BASE: /root/apache-tomcat-5.5.28
    Using CATALINA_HOME: /root/apache-tomcat-5.5.28
    Using CATALINA_TMPDIR: /root/apache-tomcat-5.5.28/temp
    Using JRE_HOME: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
    Using CLASSPATH: /root/apache-tomcat-5.5.28/bin/bootstrap.jar
    === DONE! ===


    for who have a same problem with me, try to update/reinstalling ur java

    i use these command to installing it
    Spoiler:

    apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts for java6

    and

    apt-get install sun-java5-jre sun-java5-plugin sun-java5-fonts
    for java5


    now its time to explore this great iweb
    Last edited by hrace009; 03-02-10 at 01:18 PM. Reason: Proble Solve

  12. #27
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: iWeb Pre-Release Alpha

    yooo ronny...

    everyting runs fine and great, even the start map from iweb run perfect so i don't have to see a boring scroling console again

    sugestion: why don't try to get who is user online in the game? it will be realy easy to find some one have a troble

    one big question:
    why every iweb have a lambda value i don't know what is means...

    thx alot this is realy helpfull, i hope you will release with a great function. 3 thumb up 4 u

  13. #28
    Account Upgraded | Title Enabled! maisqueporra is offline
    MemberRank
    Sep 2006 Join Date
    251Posts

    Re: iWeb Pre-Release Alpha

    Sugestion : Backserver button

  14. #29
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: iWeb Pre-Release Alpha

    Quote Originally Posted by hrace009 View Post
    yooo ronny...

    one big question:
    why every iweb have a lambda value i don't know what is means...

    Don't know what this lambda is for... i included it cause maybe it is important ???
    I can remove this in the final release if it is not necessary...

  15. #30
    Proficient Member VisionNET is offline
    MemberRank
    Jul 2009 Join Date
    196Posts

    Re: iWeb Pre-Release Alpha

    im still having problems now when i do that command to those files nothing shows up saying its finished loading or anything



Page 2 of 4 FirstFirst 1234 LastLast

Advertisement