Lithium V111 Help me D:

Results 1 to 11 of 11
  1. #1
    Enthusiast iFrost is offline
    MemberRank
    Nov 2009 Join Date
    26Posts

    Lithium V111 Help me D:

    I did all the steps, I didn't know what "executing the bats" were so I just double clicked to start them. I got this.untitled.jpg


  2. #2
    Member Shawnyall is offline
    MemberRank
    May 2008 Join Date
    'MericaLocation
    95Posts

    Re: Lithium V111 Help me D:

    It cannot connect to your Database. Check your database.DatabaseConnection.java to make sure it has the proper information (login and pass) and port (default 3306).

    I'd also make sure you have Wampserver on.

  3. #3
    Enthusiast iFrost is offline
    MemberRank
    Nov 2009 Join Date
    26Posts

    Re: Lithium V111 Help me D:

    Wamp server has to be on as well? Login and pass works.

  4. #4
    Member Shawnyall is offline
    MemberRank
    May 2008 Join Date
    'MericaLocation
    95Posts

    Re: Lithium V111 Help me D:

    Wampserver is hosting your database. So, yes, it has to be on at all times.

  5. #5
    Enthusiast iFrost is offline
    MemberRank
    Nov 2009 Join Date
    26Posts

    Re: Lithium V111 Help me D:

    It's on, still not working D:

    Do I replace SQL_USER AND SQL_PASS?

  6. #6
    Account Upgraded | Title Enabled! royalmonky is offline
    MemberRank
    Jun 2011 Join Date
    648Posts

    Re: Lithium V111 Help me D:

    Quote Originally Posted by Shawnyall View Post
    Wampserver is hosting your database. So, yes, it has to be on at all times.
    Wamp server is not always hosting the database it's MySQL what hostes it.

  7. #7
    Enthusiast iFrost is offline
    MemberRank
    Nov 2009 Join Date
    26Posts

    Re: Lithium V111 Help me D:

    Quote Originally Posted by royalmonky View Post
    Wamp server is not always hosting the database it's MySQL what hostes it.
    I don't even know what's going on with mysql I have it as root for user and no password, I'm going to try and add a password now.

  8. #8
    $_SESSION['DEV']; hecari is offline
    MemberRank
    Dec 2008 Join Date
    336Posts

    Re: Lithium V111 Help me D:

    Quote Originally Posted by iFrost View Post
    I don't even know what's going on with mysql I have it as root for user and no password, I'm going to try and add a password now.
    It's not about the password, you need to make sure that the MySQL server is running.

  9. #9
    Enthusiast iFrost is offline
    MemberRank
    Nov 2009 Join Date
    26Posts

    Re: Lithium V111 Help me D:

    At the same time? & what is MYSQL server?

  10. #10
    Enthusiast AlvoMS is offline
    MemberRank
    Oct 2010 Join Date
    32Posts

    Re: Lithium V111 Help me D:

    Make sure you wampserver is green in colour. If not, check what services aren't on. If MySQL isn't turned on, check and see what error you get when u go on to MySQL(WorkBench).

  11. #11
    - potimus is offline
    MemberRank
    Dec 2012 Join Date
    Ontario, CanadaLocation
    330Posts

    Re: Lithium V111 Help me D:

    My wamp isn't always green or even online for that matter, if it's local it won't make a difference, just insure you have all services started.

    This error in lithium is going to come from a few different things.
    1. Make sure you have correct database information in "db.properties" (found in your main folder)
    2. Make sure you have correct database information in "serverconstants.java" (lithium>src>constants)
    3. If the following is correct, be sure to RECOMPILE and replace your the current lithium.jar with the new one. (Done in dist folder)

    Hope this helped!



Advertisement