New topic: 

Example Apps Crash on VPS host... Runtime Error 5982

<http://forums.realsoftware.com/viewtopic.php?t=47452>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        ddurmon          Post subject: Example Apps Crash on VPS host... 
Runtime Error 5982Posted: Sat Mar 30, 2013 6:17 pm                         
Joined: Mon Sep 10, 2007 7:03 pm
Posts: 15                Hello,

I am trying to get a web app running on a VPS on Dreamhost.  It was segfaulting 
but after I installed the 32 bit libraries, that stopped.  Now it appears that 
it can't find the libraries (or something else is happening), and I'm stuck. 
The specific error is:

Runtime Error
Please report what caused this error along with the information below.
./../Common/plugin.cpp: 5982
Failure Condition: pluginEntryTable.GetEntry( entrypointName, out )
can't find plugin method <method name>


where <method name> is all of the following:
_GZipFile.__init
_GZipFile.Compress(sourceFile As FolderItem, destFile As FolderItem,
_GZipFile.Decompress(sourceFile As FolderItem, destFile As FolderItem)
_GZipString.__init
_GZipString.Compress(source As String, level As Integer
_GZipString.Decompress(source As String) As String
_GZipString.UseHeaders.Get
_GZipString.UseHeaders.Set
EncodeBase64(data As String, lineWrap As Integer
DecodeBase64(data As String, encoding as TextEncoding
EncodeURLComponent(data As String) As String
DecodeURLComponent(data As String, encoding as TextEncoding
MD5(data As String) As String
MD5Digest.__init
MD5Digest.Process(data As String)
MD5Digest.Clear()
MD5Digest.Value.Get
RegEx.__init
RegEx.__exit
RegEx.Search(TargetString as String) as RegExMatch
RegEx.Search(TargetString as String, SearchStartPosition as Integer)
RegEx.Search() as RegExMatch
RegEx.Replace(TargetString as String) as String
RegEx.Replace(TargetString as String, SearchStartPosition as Integer)
RegEx.Replace() as String
RegEx.SearchPattern.Set
RegEx.Options.Set
RegExOptions.__init
RegExOptions.__exit
RegExOptions.LineEndType.Set
RegExMatch.__init
RegExMatch.__exit
RegExMatch.Replace() as String
RegExMatch.Replace(ReplacementPattern as string) as String
RegExMatch.SubExpressionString(MatchNumber as Integer) as String
RegExMatch.SubExpressionStartB(MatchNumber as Integer) as Integer
SSLSocket.Events.Connected
SSLSocket.Events.DataAvailable
SSLSocket.Events.Error
SSLSocket.Events.SendComplete
SSLSocket.Events.SendProgress
SSLSocket.__init
SSLSocket.__exit
SSLSocket.Disconnect()
SSLSocket.Listen()
SSLSocket.Lookahead(Encodinng As TextEncoding = nil) As
SSLSocket.Read(Bytes As Integer, Encodinng As TextEncoding
SSLSocket.ReadAll(Encodinng As TextEncoding = nil) As
SSLSocket.Write(Data As String)
SSLSocket.Close()
SSLSocket.Connect()
SSLSocket.Poll()
SSLSocket.Purge()
SSLSocket._Poll()
SSLSocket.ConnectionType.Get
SSLSocket.ConnectionType.Set
SSLSocket.CertificateFile.Get
SSLSocket.CertificateFile.Set
SSLSocket.CertificateRejectionFile.Get
SSLSocket.CertificateRejectionFile.Set
SSLSocket.Secure.Get
SSLSocket.Secure.Set
SSLSocket.SSLConnected.Get
SSLSocket.SSLConnecting.Get
SSLSocket.BytesAvailable.Get
SSLSocket.BytesLeftToSend.Get
SSLSocket.LastErrorCode.Get
SSLSocket.CertificatePassword.Get
SSLSocket.CertificatePassword.Set


I just bought the Web Edition and was hoping to develop some web apps, but like 
I said I'm stuck.  The apps run just fine on my Mac through the browser, so I 
am assuming that it is not a problem with the code itself.  I am compiling to 
Linux for the webserver.  

Does anyone have any suggestions on what to look at next (including whether I 
need to move to a new web hosting company)?

Thanks...   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to