Jump to content

desyressylence

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

desyressylence's Achievements

Newbie

Newbie (1/14)

  1. You may need to create a batch file that points to your specific version of java. I have a couple of different versions on my computer (for testing scenarios) and I know that if I use the java command line options, it always defaults to the older versions. So I created a batch file that points to my specific version to launch... ie.. C:PROGRA~1Javajre1.5.0_06binjava -jar pandora.jar 8085
  2. I'm actually getting something completely different with the new jar. INFO [Thread-2] (Server.java:85) - handling request INFO [Thread-2] (Server.java:86) - processing url: GET /favicon.ico HTTP/1.1 INFO [Thread-2] (ProcessAction.java:95) - processing static request. path: GET /favicon.ico HTTP/1.1 INFO [Thread-2] (ProcessAction.java:97) - path = favicon.ico INFO [Thread-2] (ProcessAction.java:111) - documentType = ICO INFO [Thread-2] (Server.java:34) - No enum const class enums.FileType.ICO java.lang.IllegalArgumentException: No enum const class enums.FileType.ICO at java.lang.Enum.valueOf(Unknown Source) at enums.FileType.valueOf(FileType.java:7) at servlet.ProcessAction.handleStaticRequest(ProcessAction.java:112) at server.Server.handleHTTPRequest(Server.java:131) at server.Server.run(Server.java:67) INFO [Thread-2] (Server.java:34) - localhost connected to server. INFO [Thread-2] (Server.java:85) - handling request INFO [Thread-2] (Server.java:86) - processing url: GET /process?action=grab&artist=Sparkle&title=Time%20To%20Move%20On&album=&genre=&comment=ripped%20by%20[PaN DoRas%20jAR]%20your%20source%20for%20listening%20pleasure&year=&cruise=on&albumI mgLocaction=&pandoraUserName=&stationId=27388943&cddbLookUp=off&_= HTTP/1.1 INFO [Thread-2] (ProcessAction.java:24) - handling mp3 request INFO [Thread-2] (Mp3Processor.java:24) - locating mp3 INFO [Thread-2] (Server.java:34) - unable to rip MP3 String index out of range: -1 java.lang.RuntimeException: unable to rip MP3 String index out of range: -1 at server.Server.handleHTTPRequest(Server.java:96) at server.Server.run(Server.java:67) Oddly enough on my second computer (same configuration / same files) it works fine. *shrug*
×
×
  • Create New...